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
protected  LinearIndexedStruct Transmorpher.listOfType
          store the types of the (built-in) components and their corresponding classes to use for creating them
protected  LinearIndexedStruct Process.calls
          The storage object for the calls of this Process instance
(package private)  LinearIndexedStruct Repeat.iterators
          The iterators changing the parameters
 

Methods in fr.fluxmedia.transmorpher.graph that return LinearIndexedStruct
 LinearIndexedStruct Transmorpher.getTransformations()
          Gets the transformations attribute of the Transmorpher object
 LinearIndexedStruct Transmorpher.getDefexterns()
          Gets the defexterns attribute of the Transmorpher object
 LinearIndexedStruct Process.getCalls()
          Gets the calls attribute of the Process object
 

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 Transformation instance
 void Process.generateJavaCode(Writer file, LinearIndexedStruct externs)
          Prints a java code description of this process instance
 void MainProcess.generateJavaCode(Writer file, LinearIndexedStruct externs)
          Prints a java code description of this MainProcess instance
abstract  void MainProcess.generateImport(Writer file, LinearIndexedStruct externs)
          Generates java code for import
abstract  void MainProcess.generateBody(Writer file, LinearIndexedStruct externs)
          Generates java code for body
 void Servlet.generateImport(Writer file, LinearIndexedStruct externs)
          Generates java code for import
 void Servlet.generateBody(Writer file, LinearIndexedStruct externs)
          Generates java code for body
 void Query.generateJavaCode(Writer file, LinearIndexedStruct externs)
          Prints the Java code for the execution of this Query instance
 void Transformation.generateJavaCode(Writer file, LinearIndexedStruct externs)
          Prints the Java code for the execution of the Transformation
 void Ruleset.generateJavaCode(Writer file, LinearIndexedStruct externs)
          Prints the Java code for the execution of the call
 void Transformer.generateImport(Writer file, LinearIndexedStruct externs)
          Generates java code for import
 void Transformer.generateBody(Writer file, LinearIndexedStruct externs)
          Generates java code for body
 void Main.generateImport(Writer file, LinearIndexedStruct externs)
          Generates java code for import
 void Main.generateBody(Writer file, LinearIndexedStruct externs)
          Generates java code for body
 


INRIA & FluxMedia

..no bottom yet...