ca.quine.jcommons.transform.graph
Class TransformEdge
java.lang.Object
|
+--ca.quine.jcommons.transform.graph.TransformEdge
- public class TransformEdge
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransformEdge
public TransformEdge(String className,
ArgumentList args,
String inputType,
String outputType,
int weight)
getInputType
public String getInputType()
getOutputType
public String getOutputType()
getInputNode
public TransformNode getInputNode()
setInputNode
public void setInputNode(TransformNode inputNode)
getOutputNode
public TransformNode getOutputNode()
setOutputNode
public void setOutputNode(TransformNode outputNode)
getWeight
public int getWeight()
getArgs
public ArgumentList getArgs()
getClassName
public String getClassName()
getMarkerObject
public Object getMarkerObject()
setMarkerObject
public void setMarkerObject(Object markerObject)