INRIA & FluxMedia

fr.fluxmedia.transmorpher.TProcessFactory
Class TSerializer

java.lang.Object
  |
  +--fr.fluxmedia.transmorpher.TProcessFactory.TProcess_Impl
        |
        +--fr.fluxmedia.transmorpher.TProcessFactory.TProcessBasic
              |
              +--fr.fluxmedia.transmorpher.TProcessFactory.TSerializer
All Implemented Interfaces:
TProcess
Direct Known Subclasses:
stdout, writefile

public abstract class TSerializer
extends TProcessBasic


Field Summary
 java.lang.String fileName
          the name of the file to write
 java.util.Properties Op
           
 Parameters param
           
 
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
TSerializer(java.lang.String[] pIn, Parameters pParam, StringParameters pStaticAttributes)
           
 
Method Summary
 void bindParameters(Parameters p)
          bind the parameters of the process to the runtime parameters
 void generatePort(org.xml.sax.ContentHandler c)
           
 void setOutputStream()
           
 
Methods inherited from class fr.fluxmedia.transmorpher.TProcessFactory.TProcessBasic
getType, setType
 
Methods inherited from class fr.fluxmedia.transmorpher.TProcessFactory.TProcess_Impl
generatePort, getFatherName, getId, getIn, getIn, getIn, getName, getNameIn, getNameIn, getNameOut, getNameOut, getOut, getOut, getOut, getParameter, getParameterNames, getParameters, reset, 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

Op

public java.util.Properties Op

param

public Parameters param

fileName

public java.lang.String fileName
the name of the file to write
Constructor Detail

TSerializer

public TSerializer(java.lang.String[] pIn,
                   Parameters pParam,
                   StringParameters pStaticAttributes)
Method Detail

setOutputStream

public void setOutputStream()

bindParameters

public void bindParameters(Parameters p)
Description copied from interface: TProcess
bind the parameters of the process to the runtime parameters
Overrides:
bindParameters in class TProcess_Impl

generatePort

public void generatePort(org.xml.sax.ContentHandler c)

INRIA & FluxMedia

..no bottom yet...