INRIA & FluxMedia

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

Packages that use LinearIndexedStruct
fr.fluxmedia.transmorpher.Graph   
fr.fluxmedia.transmorpher.TProcessFactory   
 

Uses of LinearIndexedStruct in fr.fluxmedia.transmorpher.Graph
 

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

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

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

Uses of LinearIndexedStruct in fr.fluxmedia.transmorpher.TProcessFactory
 

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

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


INRIA & FluxMedia

..no bottom yet...