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
          This class allows to instanciate a call for an object able to apply a transformation on the SAX events flow.
 class ApplyImpl
          This class is an helper class for the Apply Call .
 class ApplyProcess
          This class allows to create an object able to call a transformation defined in a Process
 class ApplyQuery
          The ApplyQuery Class introduces the use of a query in a process body.
 class ApplyRuleset
          The ApplyRuleset Class introduces the use of a ruleset in a process body.
 class CallImpl
          This class is an helper class which implements most of methods specified in the Call interface.
 class Dispatch
          This class allows to instanciate a call for an object able to produce multiple SAX events flows.
 class Generate
          This class allows to instanciate a call for an object able to produce SAX events.
 class Merge
          This class allows to instanciate a call for an object able to merge multiple SAX events flows in one flow.
 class Repeat
          Transmorpher graph repeat node
 class Serialize
          This class allows to instanciate a call that is used for ending a transformation.
 

Fields in fr.fluxmedia.transmorpher.graph declared as Call
protected  Call Port.cOwner
          Description of the Field
 

Methods in fr.fluxmedia.transmorpher.graph that return Call
 Call Process.getCall(java.lang.String name)
          Gets the call attribute of the Process object
 Call Port.getCall()
          Gets the call attribute of the Port object
 

Methods in fr.fluxmedia.transmorpher.graph with parameters of type Call
 void Process.addCall(Call call)
          Adds a Call instance in this Process
 void Process.removeCall(Call call)
          Removes a call from this Process
 void Process.removeCallAndPorts(Call c)
          Delete a call (and the channels connected to this call)
 void Port.setCall(Call cOwner)
          Sets the call attribute of the Port object
 

Constructors in fr.fluxmedia.transmorpher.graph with parameters of type Call
Port(java.lang.String n, Call c, int i)
          Port creator for calls
Port(java.lang.String n, Call c, int i, int type)
          Constructor for the Port object
 

Uses of Call in fr.fluxmedia.transmorpher.parser
 

Fields in fr.fluxmedia.transmorpher.parser declared as Call
private  Call RuleSetParser.currentCall
           
private  Call QueryParser.currentCall
           
protected  Call ProcessParser.currentCall
          the current call in creation
 

Methods in fr.fluxmedia.transmorpher.parser with parameters of type Call
protected  void ProcessParser.fixInPorts(Call c, PortList list, java.lang.String[] portNames, int expected, java.lang.String type)
          Creates the in ports of a call.
protected  void ProcessParser.fixOutPorts(Call c, PortList list, java.lang.String[] portNames, int expected, java.lang.String type)
          Creates the out ports of a call.
 


INRIA & FluxMedia

..no bottom yet...