INRIA & FluxMedia

Uses of Package
fr.fluxmedia.transmorpher.graph

Packages that use fr.fluxmedia.transmorpher.graph
fr.fluxmedia.transmorpher.graph   
fr.fluxmedia.transmorpher.parser   
 

Classes in fr.fluxmedia.transmorpher.graph used by fr.fluxmedia.transmorpher.graph
ApplyImpl
          This class is an helper class for the Apply Call .
Call
          An object that implements the Call interface is a basic component of a transmorpher graph.
CallImpl
          This class is an helper class which implements most of methods specified in the Call interface.
Channel
          Transmorpher graph channel representation
FeedBack
          A feed back channel is made of two subchannels, It thus takes two additionnal ports. in is the begining of the first sub-channel innerIn that of the second one (that will be recopied on the first one) out is be the output of the first subchannel innerOut is the input of the second subchannel.
Iterator
          Transmorpher graph iterator implementation The iterator class introduces the use of a variable which will be iterated over a particular structure.
MainProcess
          The MainProcess class is an helper class which provides methods to create an execution structure and methods to produce the java code corresponding to its type.
Namespaced
          Transmorpher graph namespaced components interface
Port
          Transmorpher graph list of ports/channels
PortList
          Transmorpher graph list of ports/channels
Process
          Transmorpher graph processes definitions.
Repeat
          Transmorpher graph repeat node
RepeatProcess
          Transmorpher graph repeat process definitions
Transformation
          An object that implements the Transformation interface is a component of a transmorpher graph.
TransformationImpl
          This class is an helper class that implements most of the Transformation interface methods
Transmorpher
          This class provides methods to create a graph structure corresponding to a transformation process defined in an XML file or with Flowcomposer ( a GUI tool for Transmorpher) .
 

Classes in fr.fluxmedia.transmorpher.graph used by fr.fluxmedia.transmorpher.parser
Call
          An object that implements the Call interface is a basic component of a transmorpher graph.
Iterator
          Transmorpher graph iterator implementation The iterator class introduces the use of a variable which will be iterated over a particular structure.
PortList
          Transmorpher graph list of ports/channels
Process
          Transmorpher graph processes definitions.
Repeat
          Transmorpher graph repeat node
Transformation
          An object that implements the Transformation interface is a component of a transmorpher graph.
Transmorpher
          This class provides methods to create a graph structure corresponding to a transformation process defined in an XML file or with Flowcomposer ( a GUI tool for Transmorpher) .
 


INRIA & FluxMedia

..no bottom yet...