INRIA & FluxMedia

Uses of Class
fr.fluxmedia.transmorpher.graph.Transmorpher

Packages that use Transmorpher
fr.fluxmedia.transmorpher.graph   
fr.fluxmedia.transmorpher.parser   
 

Uses of Transmorpher in fr.fluxmedia.transmorpher.graph
 

Fields in fr.fluxmedia.transmorpher.graph declared as Transmorpher
protected  Transmorpher TransformationImpl.transmorpher
          The Transmorpher instance that owns this Transformation
 

Methods in fr.fluxmedia.transmorpher.graph that return Transmorpher
 Transmorpher TransformationImpl.getTransmorpher()
          Gets the transmorpher attribute of the TransformationImpl object
 Transmorpher Transformation.getTransmorpher()
          Gets the transmorpher attribute of the Transformation object
 Transmorpher RepeatProcess.getTransmorpher()
          This implementation takes into account the fact that this particular process body is imbedded into a Call.
 

Methods in fr.fluxmedia.transmorpher.graph with parameters of type Transmorpher
 void Transmorpher.recordImport(java.lang.String i, Transmorpher t)
          replace the import URI by the actual import *
 

Constructors in fr.fluxmedia.transmorpher.graph with parameters of type Transmorpher
Main(java.lang.String name, Transmorpher owner)
          Constructor for the Main object
MainProcess(java.lang.String name, Transmorpher owner, int nbIn, int nbOut)
          Constructor for the MainProcess object.
Process(java.lang.String name, Transmorpher owner)
          Creates an instance of Process
Process(java.lang.String name, Transmorpher owner, int nbIn, int nbOut)
          Constructor for the Process object
Query(java.lang.String name, Transmorpher owner, java.lang.String root)
          Constructor for the Query object
Ruleset(java.lang.String name, Transmorpher owner)
          Constructor for the Ruleset object
Servlet(java.lang.String name, Transmorpher owner)
          Constructor for the Servlet object
TransformationImpl(java.lang.String name, java.lang.String type, Transmorpher transmorpher)
          Creates an instance of Transformation with a name, a type and the owner of this instance
TransformationImpl(java.lang.String name, java.lang.String type, Transmorpher transmorpher, int nbIn, int nbOut)
          Creates an instance of Transformation with a name, a type and the owner of this instance
Transformer(java.lang.String name, Transmorpher owner)
          Constructor for the Transformer object
Transformer(Transmorpher owner)
          Constructor for the Transformer object
Transmorpher(java.lang.String name, java.lang.String version, int debug, java.lang.String reloc, boolean optimize, Transmorpher transmorpher)
          Constructor for the Transmorpher object
 

Uses of Transmorpher in fr.fluxmedia.transmorpher.parser
 

Fields in fr.fluxmedia.transmorpher.parser declared as Transmorpher
private  Transmorpher RuleSetParser.currentTransmorpher
           
private  Transmorpher QueryParser.currentTransmorpher
           
protected  Transmorpher ProcessParser.currentTransmorpher
          the current transmorpher in creation
 

Methods in fr.fluxmedia.transmorpher.parser that return Transmorpher
 Transmorpher ProcessParser.newParse(java.lang.String uri)
          Parses the document corresponding to the URI given in parameter If the current process has links (import or include) to others documents then they are parsed.
 Transmorpher FMParser.newParse(java.lang.String uri)
          Parse the document corresponding to the URI given in parameter
 

Methods in fr.fluxmedia.transmorpher.parser with parameters of type Transmorpher
 void RuleSetParser.setTransmorpher(Transmorpher pCurrentTransmorpher)
           
 void QueryParser.setTransmorpher(Transmorpher pCurrentTransmorpher)
           
 


INRIA & FluxMedia

..no bottom yet...