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:
MultipleMixer, TConnector, TDispatcher, TReader, TSerializer, TTransformer

public abstract class TProcessBasic
extends TProcess_Impl


Field Summary
protected  String type
          the name of the father
 
Fields inherited from class fr.fluxmedia.transmorpher.TProcessFactory.TProcess_Impl
id, iListIn, iListOfParameters, iListOut, iName, iNbIn, iNbOut, nameFather, nameIn, nameOut
 
Constructor Summary
  TProcessBasic()
          the empty constructor
protected TProcessBasic(String[] pIn, String[] pOut)
          The constructor
protected TProcessBasic(String[] pIn, String[] pOut, String type)
          The constructor
 
Method Summary
 String getType()
           
 void setType(String type)
           
 
Methods inherited from class fr.fluxmedia.transmorpher.TProcessFactory.TProcess_Impl
bindParameters, generatePort, getFatherName, getId, getIn, getIn, getIn, getName, getNameIn, getNameIn, getNameOut, getNameOut, getOut, getOut, getOut, getParameter, getParameters, setFatherName, setId, setIn, setName, setOut, setParameter, setParameters
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

type

protected String type
the name of the father
Constructor Detail

TProcessBasic

public TProcessBasic()
the empty constructor

TProcessBasic

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

TProcessBasic

protected TProcessBasic(String[] pIn,
                        String[] pOut,
                        String type)
The constructor
Method Detail

setType

public void setType(String type)

getType

public String getType()

INRIA & FluxMedia

..no bottom yet...