INRIA & FluxMedia

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

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

Uses of Transformation in fr.fluxmedia.transmorpher.Graph
 

Classes in fr.fluxmedia.transmorpher.Graph that implement Transformation
 class Main
           
 class MainProcess
           
 class Process
           
 class Query
           
 class RepeatProcess
           
 class Ruleset
           
 class Servlet
           
(package private)  class TransformationImpl
           
 class Transformer
           
 

Fields in fr.fluxmedia.transmorpher.Graph declared as Transformation
(package private)  Transformation Port.tOwner
           
 

Methods in fr.fluxmedia.transmorpher.Graph that return Transformation
 Transformation Port.getTransformation()
           
 Transformation Transmorpher.getTransformation(String name)
           
 

Methods in fr.fluxmedia.transmorpher.Graph with parameters of type Transformation
 void Transmorpher.addTransformation(String name, Transformation t)
           
 void Transmorpher.removeTransformation(Transformation trans)
           
 

Constructors in fr.fluxmedia.transmorpher.Graph with parameters of type Transformation
Port(String n, Transformation t, int i)
          Port creator for transformations
 

Uses of Transformation in fr.fluxmedia.transmorpher.Parser
 

Fields in fr.fluxmedia.transmorpher.Parser declared as Transformation
private  Transformation RuleSetParser.currentTransformation
           
private  Transformation ProcessParser.currentTransformation
           
private  Transformation QueryParser.currentTransformation
           
 

Methods in fr.fluxmedia.transmorpher.Parser with parameters of type Transformation
private  void ProcessParser.fixInPorts(Transformation t, PortList list, String[] portNames)
           
private  void ProcessParser.fixOutPorts(Transformation t, PortList list, String[] portNames)
           
private  TMain ExecutionStructure.generateExec(Transformation)
           
 TProcess ExecutionStructure.startProcess(Transformation, TProcess)
           
protected  TProcess ExecutionStructure.startMain(Transformation)
           
 


INRIA & FluxMedia

..no bottom yet...