INRIA & FluxMedia

fr.fluxmedia.transmorpher.TProcessFactory
Class TProcessBasic

java.lang.Object
  |
  +--fr.fluxmedia.transmorpher.TProcessFactory.TProcess_Impl
        |
        +--fr.fluxmedia.transmorpher.TProcessFactory.TProcessBasic
All Implemented Interfaces:
TProcess
Direct Known Subclasses:
TConnector, TDispatcher, TLoopUtility, TReader, TSerializer, TTransformer

public abstract class TProcessBasic
extends TProcess_Impl

This class allow to define and manage Basic process


Fields inherited from class fr.fluxmedia.transmorpher.TProcessFactory.TProcess_Impl
iListIn, iListOut, iName, iNbIn, iNbOut
 
Constructor Summary
TProcessBasic(String[] pIn, String[] pOut)
          The constructor
 
Methods inherited from class fr.fluxmedia.transmorpher.TProcessFactory.TProcess_Impl
Copy, getIn, getIn, getName, getOut, getOut, internalCopy, setIn, setName, setOut
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

TProcessBasic

public TProcessBasic(String[] pIn,
                     String[] pOut)
The constructor

INRIA & FluxMedia

...