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 |
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 |
type
protected String type
- the name of the father
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
setType
public void setType(String type)
getType
public String getType()
..no bottom yet...