INRIA & FluxMedia

Uses of Interface
fr.fluxmedia.transmorpher.Graph.Call

Packages that use Call
fr.fluxmedia.transmorpher.Graph   
fr.fluxmedia.transmorpher.Parser   
 

Uses of Call in fr.fluxmedia.transmorpher.Graph
 

Classes in fr.fluxmedia.transmorpher.Graph that implement Call
 class ApplyExternal
           
(package private)  class ApplyImpl
           
 class ApplyProcess
           
 class ApplyQuery
           
 class ApplyRuleset
           
(package private)  class CallImpl
           
 class Dispatch
           
 class Generate
           
 class Merge
           
 class Repeat
           
 class Serialize
           
 

Fields in fr.fluxmedia.transmorpher.Graph declared as Call
(package private)  Call Port.cOwner
           
 

Methods in fr.fluxmedia.transmorpher.Graph that return Call
 Call Port.getCall()
           
 Call Process.getCall(String c)
           
 

Methods in fr.fluxmedia.transmorpher.Graph with parameters of type Call
 void Process.addCall(Call c)
           
 void Process.removeCall(Call c)
          Delete a call (and the channels connected to this call)
 

Constructors in fr.fluxmedia.transmorpher.Graph with parameters of type Call
Port(String n, Call c, int i)
          Port creator for calls
 

Uses of Call in fr.fluxmedia.transmorpher.Parser
 

Fields in fr.fluxmedia.transmorpher.Parser declared as Call
private  Call RuleSetParser.currentCall
           
private  Call ProcessParser.currentCall
           
private  Call QueryParser.currentCall
           
 

Methods in fr.fluxmedia.transmorpher.Parser with parameters of type Call
private  void ProcessParser.fixInPorts(Call c, PortList list, String[] portNames, int expected, String type)
           
private  void ProcessParser.fixOutPorts(Call c, PortList list, String[] portNames, int expected, String type)
           
 TProcess ExecutionStructure.startProcess(Call, TProcess)
           
protected  void ExecutionStructure.startProcessReader(Call, TProcessComposite)
           
protected  void ExecutionStructure.startProcessSerializer(Call, TProcessComposite)
           
protected  void ExecutionStructure.startProcessDispatcher(Call, TProcessComposite)
           
protected  void ExecutionStructure.startProcessConnector(Call, TProcessComposite)
           
protected  void ExecutionStructure.startProcessXslt(Call, TProcessComposite)
           
protected  void ExecutionStructure.startRuleSet(Call, TProcessComposite)
           
protected  void ExecutionStructure.startProcessQuery(Call, TProcessComposite)
           
protected  void ExecutionStructure.startProcessApplyProcess(Call, TProcessComposite)
           
 


INRIA & FluxMedia

..no bottom yet...