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
 
Constructor Summary
TransformationInfo()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

TransformationInfo

public TransformationInfo()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object