fr.fluxmedia.transmorpher.graph
Class RepeatProcess
java.lang.Object
|
+--java.util.Observable
|
+--fr.fluxmedia.transmorpher.graph.TransformationImpl
|
+--fr.fluxmedia.transmorpher.graph.Process
|
+--fr.fluxmedia.transmorpher.graph.RepeatProcess
- All Implemented Interfaces:
- Transformation
- public class RepeatProcess
- extends Process
Fields inherited from class java.util.Observable |
changed, obs |
Methods inherited from class fr.fluxmedia.transmorpher.graph.Process |
addCall, addChannel, clearNull, clearVisited, deleteCallsTo, generateJavaCode, getAllChannels, getCall, getCalls, getChannel, getChannels, removeCall, removeCallAndPorts, removeChannel, removeChannelAndPorts, retroNull, retroNull, retroNull, XMLName |
Methods inherited from class fr.fluxmedia.transmorpher.graph.TransformationImpl |
addIn, addIn, addOut, addOut, getAttributes, getName, getParameters, getType, inPorts, outPorts, setName, setParameters, setType, update |
Methods inherited from class java.util.Observable |
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
caller
private Repeat caller
buf
private PortList buf
RepeatProcess
public RepeatProcess(java.lang.String n,
Repeat r,
int nin,
int nout,
int nbuf)
bufPorts
public PortList bufPorts()
- Returns buf list
generateXML
public void generateXML()
- Prints the XML expression of the process
- Overrides:
generateXML
in class Process
generateJavaCode
public void generateJavaCode(Writer file)
- Prints the Java code for the execution of the call
setUp
public void setUp()
- Overrides:
setUp
in class Process
getCaller
public Repeat getCaller()
getTransmorpher
public Transmorpher getTransmorpher()
- This implementation takes into account the fact that
this particular process body is imbedded into a Call.
This works recursively since that call can be embedded
in the same way and then will use the same kind of getTransmorpher.
- Overrides:
getTransmorpher
in class TransformationImpl
..no bottom yet...