|
INRIA & FluxMedia | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TProcessComposite | |
fr.fluxmedia.transmorpher.engine | |
fr.fluxmedia.transmorpher.graph |
Uses of TProcessComposite in fr.fluxmedia.transmorpher.engine |
Subclasses of TProcessComposite in fr.fluxmedia.transmorpher.engine | |
class |
TApplyProcess
|
class |
TLoop
This class represents a repeat process. |
class |
TMain
|
class |
TProcessComponent
|
class |
TServlet
|
Uses of TProcessComposite in fr.fluxmedia.transmorpher.graph |
Fields in fr.fluxmedia.transmorpher.graph declared as TProcessComposite | |
protected TProcessComposite |
Transmorpher.iExecutionStructure
the execution structure |
Methods in fr.fluxmedia.transmorpher.graph that return TProcessComposite | |
abstract TProcessComposite |
MainProcess.createMainProcess()
Create an execution components that can contain others |
TProcessComposite |
Servlet.createMainProcess()
Creates an execution component corresponding to this Servlet and starts the creation of execution components of each calls of this Servlet |
TProcessComposite |
Transformer.createMainProcess()
Creates an execution component corresponding to this Servlet and starts the creation of execution components of each calls of this Servlet |
TProcessComposite |
Main.createMainProcess()
Creates an execution component corresponding to this Main and starts the creation of execution components of each calls of this Main |
Methods in fr.fluxmedia.transmorpher.graph with parameters of type TProcessComposite | |
void |
CallImpl.createProcess(TProcessComposite composite)
Creates the execution object ( from engine package ) corresponding to this call |
void |
ApplyProcess.createProcess(TProcessComposite currentProcess)
Creates a TApplyProcess corresponding to this ApplyProcess object and adds it to the composite process in the execution structure. |
void |
ApplyRuleset.createProcess(TProcessComposite currentProcess)
Creates a TApplyRuleset corresponding to this ApplyRulset object and adds it to the composite process in the execution structure. |
void |
Iterator.createIterator(TProcessComposite process)
Creates a new TIterator corresponding to the iterator and adds it to the current composite process (this must be a TLoop because iterators cannot be used inside others components) |
void |
ApplyExternal.createProcess(TProcessComposite currentProcess)
Creates a new TApplyProcess corresponding to this ApplyProcess instance |
void |
Dispatch.createProcess(TProcessComposite currentProcess)
Creates a TDispatcher corresponding to this Dispatch object and adds it to the composite process in the execution structure. |
void |
Generate.createProcess(TProcessComposite currentProcess)
Creates a TReader corresponding to this generate object and adds it to the composite process in the execution structure. |
void |
Call.createProcess(TProcessComposite composite)
Creates an execution component corresponding to this Call object and adds it to the composite process in the execution structure. |
void |
Serialize.createProcess(TProcessComposite currentProcess)
Creates a TSerializer corresponding to this serializer object and adds it to the composite process in the execution structure. |
void |
Repeat.createProcess(TProcessComposite currentProcess)
Creates the execution structure of a repeat and adds it to the current composite process. |
void |
Merge.createProcess(TProcessComposite currentProcess)
Creates a TMerger corresponding to this Merge object and adds it to the composite process in the execution structure. |
void |
ApplyQuery.createProcess(TProcessComposite currentProcess)
Creates a TApplyQuery corresponding to this ApplyQuery object and adds it to the composite process in the execution structure. |
|
INRIA & FluxMedia | |||||||||
PREV NEXT | FRAMES NO FRAMES |