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
(package private)  Transmorpher TransformationImpl.transmorpher
           
 

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

Constructors in fr.fluxmedia.transmorpher.Graph with parameters of type Transmorpher
TransformationImpl(String n, String t, Transmorpher tm, int nin, int nout)
           
Query(String n, Transmorpher t, String r)
           
Process(String n, Transmorpher t, int nin, int nout)
           
MainProcess(String n, Transmorpher t, int nin, int nout)
           
Transformer(String name, Transmorpher t)
           
Transformer(Transmorpher t)
           
Transmorpher(String n, String v, int d, boolean o, Transmorpher t)
           
Servlet(String name, Transmorpher t)
           
Main(String name, Transmorpher t)
           
Ruleset(String n, Transmorpher t)
           
 

Uses of Transmorpher in fr.fluxmedia.transmorpher.Parser
 

Fields in fr.fluxmedia.transmorpher.Parser declared as Transmorpher
private  Transmorpher RuleSetParser.currentTransmorpher
           
private  Transmorpher ProcessParser.currentTransmorpher
           
private  Transmorpher QueryParser.currentTransmorpher
           
(package private)  Transmorpher ExecutionStructure.iTransmorpher
           
 

Methods in fr.fluxmedia.transmorpher.Parser that return Transmorpher
 Transmorpher FMParser.Newparse(String uri)
          Parse the document given in parameter
 Transmorpher ProcessParser.Newparse(String u)
          Parse the document given in parameter: Same this as FMParser but with Transmorpher
 

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

Constructors in fr.fluxmedia.transmorpher.Parser with parameters of type Transmorpher
ExecutionStructure(Transmorpher)
           
 


INRIA & FluxMedia

..no bottom yet...