INRIA & FluxMedia

fr.fluxmedia.transmorpher.TProcessFactory
Class TConnector

java.lang.Object
  |
  +--fr.fluxmedia.transmorpher.TProcessFactory.TProcess_Impl
        |
        +--fr.fluxmedia.transmorpher.TProcessFactory.TProcessBasic
              |
              +--fr.fluxmedia.transmorpher.TProcessFactory.TConnector
All Implemented Interfaces:
TProcess

public final class TConnector
extends TProcessBasic


Field Summary
(package private)  MultipleMixer iMM
          The multiple mixer which realize the merge
 
Fields inherited from class fr.fluxmedia.transmorpher.TProcessFactory.TProcessBasic
type
 
Fields inherited from class fr.fluxmedia.transmorpher.TProcessFactory.TProcess_Impl
id, iListIn, iListOfParameters, iListOut, iName, iNbIn, iNbOut, nameFather, nameIn, nameOut
 
Constructor Summary
TConnector(String[] pIn, String[] pOut, Parameters pParam)
          the empty constructor
 
Method Summary
 void generatePort()
           
 ContentHandler getContentHandler()
          Allow to get the content handler for in port
 void setContentHandler(ContentHandler pContentHandler)
          Allow to set the content handler on Mixer for out port
 
Methods inherited from class fr.fluxmedia.transmorpher.TProcessFactory.TProcessBasic
getType, setType
 
Methods inherited from class fr.fluxmedia.transmorpher.TProcessFactory.TProcess_Impl
bindParameters, 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

iMM

MultipleMixer iMM
The multiple mixer which realize the merge
Constructor Detail

TConnector

public TConnector(String[] pIn,
                  String[] pOut,
                  Parameters pParam)
the empty constructor
Method Detail

setContentHandler

public final void setContentHandler(ContentHandler pContentHandler)
Allow to set the content handler on Mixer for out port

getContentHandler

public final ContentHandler getContentHandler()
Allow to get the content handler for in port

generatePort

public void generatePort()
Overrides:
generatePort in class TProcess_Impl

INRIA & FluxMedia

..no bottom yet...