INRIA & FluxMedia

fr.fluxmedia.transmorpher.TProcessFactory
Class TLoopStack2

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

public final class TLoopStack2
extends TProcessComposite

This class based on the TProcessBasic allow to define a Connector. A connector is a N -> 1 element. It 's allow to merge a set of ContentHandler flow

Since:
jdk 1.2 / SAX 2.0
See Also:
OneMixer, MultipleMixer, fr.fluxmedia.transmorpher.TProcessFactory.ProcessBasic

Fields inherited from class fr.fluxmedia.transmorpher.TProcessFactory.TProcessComposite
iListCompositeIn, iListCompositeOut, iListInNotAffected, iListOutNotAffected, iProcessList, NB_PROCESS_RISE
 
Fields inherited from class fr.fluxmedia.transmorpher.TProcessFactory.TProcess_Impl
iListIn, iListOut, iName, iNbIn, iNbOut
 
Constructor Summary
(package private) TLoopStack2(String[] p, String[] p1)
           
 
Methods inherited from class fr.fluxmedia.transmorpher.TProcessFactory.TProcessComposite
addProcess, CreateLink, getProcess, InsertCompositeInPort, InsertCompositeOutPort, InsertUnlinkedInPort, InsertUnlinkedOutPort, internalCopy, LinkCompositePort, removeUnlinkedInPort, removeUnlinkedOutPort
 
Methods inherited from class fr.fluxmedia.transmorpher.TProcessFactory.TProcess_Impl
Copy, getIn, getIn, getName, getOut, getOut, setIn, setName, setOut
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

TLoopStack2

TLoopStack2(String[] p,
            String[] p1)
      throws TransformerException,
             TransformerConfigurationException,
             SAXException,
             IOException

INRIA & FluxMedia

...