ajax.gui.graph
Class TransformationInfo
java.lang.Object
|
+--ajax.gui.graph.TransformationInfo
- public class TransformationInfo
- extends java.lang.Object
Contains the type, the name, the input data flows names
and the output data flows names of a transformation
Field Summary |
java.lang.String[] |
inputs
transformation inputs names |
java.lang.String |
name
transformation name |
java.lang.String[] |
outputs
transformation outputs names |
int |
type
transformation type |
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
type
public int type
- transformation type
name
public java.lang.String name
- transformation name
inputs
public java.lang.String[] inputs
- transformation inputs names
outputs
public java.lang.String[] outputs
- transformation outputs names
TransformationInfo
public TransformationInfo()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object