fr.fluxmedia.transmorpher.Graph
Class Transformer
java.lang.Object
|
+--fr.fluxmedia.transmorpher.Graph.TransformationImpl
|
+--fr.fluxmedia.transmorpher.Graph.Process
|
+--fr.fluxmedia.transmorpher.Graph.Transformer
- All Implemented Interfaces:
- Transformation
- public class Transformer
- extends Process
Method Summary |
void |
generateJavaCode(ReadWrite file)
Prints the Java code for the execution of the call
has been obsoleted by the generateHeader of the CompilationFactory |
private String |
XMLName()
|
Methods inherited from class fr.fluxmedia.transmorpher.Graph.Process |
addCall, addChannel, clearNull, clearVisited, deleteCallsTo, exec, generateXML, getCall, getCalls, getChannel, getChannels, removeCall, removeChannel, retroNull, retroNull, retroNull, setUp |
Methods inherited from class fr.fluxmedia.transmorpher.Graph.TransformationImpl |
addIn, addOut, getAttributes, getName, getParameters, getTransmorpher, getType, inPorts, outPorts, setName, setParameters, setType |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
Transformer
public Transformer(String name,
Transmorpher t)
Transformer
public Transformer(Transmorpher t)
XMLName
private String XMLName()
- Overrides:
XMLName
in class Process
generateJavaCode
public void generateJavaCode(ReadWrite file)
- Prints the Java code for the execution of the call
has been obsoleted by the generateHeader of the CompilationFactory
- Overrides:
generateJavaCode
in class Process
..no bottom yet...