INRIA & FluxMedia

Uses of Class
fr.fluxmedia.transmorpher.engine.TProcessComposite

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
 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 Servlet.createMainProcess()
          Creates an execution component corresponding to this Servlet and starts the creation of execution components of each calls of this Servlet
abstract  TProcessComposite MainProcess.createMainProcess()
          Create an execution components that can contain others
 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 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 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 Generate.createProcess(TProcessComposite currentProcess)
          Creates a TReader corresponding to this generate object and adds it to the composite process in the execution structure.
 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 CallImpl.createProcess(TProcessComposite composite)
          Creates the execution object ( from engine package ) corresponding to this call
 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 ApplyRuleset.createProcess(TProcessComposite currentProcess)
          Creates a TApplyRuleset corresponding to this ApplyRulset 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.
 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 ApplyExternal.createProcess(TProcessComposite currentProcess)
          Creates a new TApplyProcess corresponding to this ApplyProcess instance
 


INRIA & FluxMedia

..no bottom yet...