INRIA & FluxMedia

Uses of Class
fr.fluxmedia.transmorpher.utils.LinearIndexedStruct

Packages that use LinearIndexedStruct
fr.fluxmedia.transmorpher.engine   
fr.fluxmedia.transmorpher.graph   
 

Uses of LinearIndexedStruct in fr.fluxmedia.transmorpher.engine
 

Fields in fr.fluxmedia.transmorpher.engine declared as LinearIndexedStruct
(package private) static LinearIndexedStruct TProcessFactory.listType
          name of the class of all Transmorpher built-in (and soon other) component types
 

Methods in fr.fluxmedia.transmorpher.engine with parameters of type LinearIndexedStruct
 void TProcessFactory.initFactory(LinearIndexedStruct externs)
           
 

Constructors in fr.fluxmedia.transmorpher.engine with parameters of type LinearIndexedStruct
TProcessFactory(LinearIndexedStruct externs, int d)
          The constructor
 

Uses of LinearIndexedStruct in fr.fluxmedia.transmorpher.graph
 

Fields in fr.fluxmedia.transmorpher.graph declared as LinearIndexedStruct
protected  LinearIndexedStruct Transmorpher.transformations
          the list of Processes
protected  LinearIndexedStruct Transmorpher.defexterns
          the list of declared names of components
(package private)  LinearIndexedStruct Process.calls
           
(package private)  LinearIndexedStruct Repeat.iterators
          The iterators changing the variables
 

Methods in fr.fluxmedia.transmorpher.graph that return LinearIndexedStruct
 LinearIndexedStruct Transmorpher.getTransformations()
           
 LinearIndexedStruct Transmorpher.getDefexterns()
           
 LinearIndexedStruct Process.getCalls()
           
 

Methods in fr.fluxmedia.transmorpher.graph with parameters of type LinearIndexedStruct
abstract  void TransformationImpl.generateJavaCode(Writer file, LinearIndexedStruct externs)
          Prints the Java code for the execution of the call
 void Process.generateJavaCode(Writer iFile, LinearIndexedStruct externs)
           
 void MainProcess.generateJavaCode(Writer iFile, LinearIndexedStruct externs)
           
abstract  void MainProcess.generateImport(Writer iFile, LinearIndexedStruct externs)
           
abstract  void MainProcess.generateBody(Writer iFile, LinearIndexedStruct externs)
           
 void Servlet.generateImport(Writer iFile, LinearIndexedStruct externs)
           
 void Servlet.generateBody(Writer iFile, LinearIndexedStruct externs)
           
 void Query.generateJavaCode(Writer file, LinearIndexedStruct externs)
          Prints the Java code for the execution of the call
 void Transformation.generateJavaCode(Writer file, LinearIndexedStruct externs)
          Prints the Java code for the execution of the call
 void Ruleset.generateJavaCode(Writer file, LinearIndexedStruct externs)
          Prints the Java code for the execution of the call
 void Transformer.generateImport(Writer iFile, LinearIndexedStruct externs)
           
 void Transformer.generateBody(Writer iFile, LinearIndexedStruct externs)
           
 void Main.generateImport(Writer iFile, LinearIndexedStruct externs)
           
 void Main.generateBody(Writer iFile, LinearIndexedStruct externs)
           
 


INRIA & FluxMedia

..no bottom yet...