You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ch...@apache.org on 2011/12/18 18:50:05 UTC

svn commit: r1220478 - /incubator/airavata/trunk/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/graph/Node.java

Author: chathura
Date: Sun Dec 18 17:50:05 2011
New Revision: 1220478

URL: http://svn.apache.org/viewvc?rev=1220478&view=rev
Log:
AIRAVATA-231

Removing Stream functionalities from the XBaya system.

This removed CEPNODE, StreamJoinNode, MergeNode, CEPSubworkflowNode

https://issues.apache.org/jira/browse/AIRAVATA-231

Modified:
    incubator/airavata/trunk/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/graph/Node.java

Modified: incubator/airavata/trunk/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/graph/Node.java
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/graph/Node.java?rev=1220478&r1=1220477&r2=1220478&view=diff
==============================================================================
--- incubator/airavata/trunk/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/graph/Node.java (original)
+++ incubator/airavata/trunk/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/graph/Node.java Sun Dec 18 17:50:05 2011
@@ -189,25 +189,8 @@ public interface Node extends GraphPiece
      */
     public DataPort getInputPort(String id);
 
-    /**
-     * @return
-     */
-    public String getRate();
-
-    /**
-     * @param sameLabel
-     */
-    public void setLabel(String sameLabel);
-
-    /**
-     * @param sameLabel
-     */
-    public void inventLabel(String sameLabel);
-
-    /**
-     * @return
-     */
-    public String getLabel();
+   
+  
 
     /**
      * @param b