|
INRIA & FluxMedia | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TProcess in fr.fluxmedia.tmcontrib.external |
---|
Classes in fr.fluxmedia.tmcontrib.external that implement TProcess | |
---|---|
class |
Log
The main goal of this class is debugging. |
class |
SQLExternal
|
Uses of TProcess in fr.fluxmedia.tmcontrib.generator |
---|
Classes in fr.fluxmedia.tmcontrib.generator that implement TProcess | |
---|---|
class |
ReadCSV
Read a CSV (comma separated value) file which coordinates (local path or URL) are given in the file parameter of the generate call, parse it, process it through CSVXMLReader and generate a SAX event flow to the next handler |
class |
ReadCVSLog
Description of the Class |
class |
readvcs
Read a vcal or vcard (specify by the type parameter) file which coordinates (local path or URL) are given in the file parameter of the generate call, parse it, process it through vcsReader and generate a SAX event flow to the next handler |
class |
tidy
read a HTML file which coordinates (local path or URL) is give in the file parameter of the generate call, parse it, process it through TIDY and generate a SAX event flow to the next handler |
Uses of TProcess in fr.fluxmedia.tmcontrib.serializer |
---|
Classes in fr.fluxmedia.tmcontrib.serializer that implement TProcess | |
---|---|
class |
PDFSerializer
This class allows transmorpher to produce pdf or ps. |
class |
RTFSerializer
This class allows transmorpher to produce pdf or ps. |
class |
SVGSerializer
This class allows transmorpher to produce jpeg from svg file |
class |
writevcs
This class allows transmorpher to produce vcard of vcal files To use this serializer, transmorpher has to know it. |
Uses of TProcess in fr.fluxmedia.transmorpher.engine |
---|
Subinterfaces of TProcess in fr.fluxmedia.transmorpher.engine | |
---|---|
interface |
TApplyExternal
|
interface |
TApplyQuery
|
Classes in fr.fluxmedia.transmorpher.engine that implement TProcess | |
---|---|
class |
TApplyProcess
|
class |
TApplyRuleset
The function just have to behave like the built-in TTransformation |
class |
TDispatcher
this class define the dispatcher process. |
class |
TLoop
This class represents a repeat process. |
class |
TMain
|
class |
TMerger
This class based on the TProcessBasic allow to define a Connector. |
class |
TProcess_Impl
|
class |
TProcessBasic
|
class |
TProcessComponent
|
class |
TProcessComposite
|
class |
TReader
This class provide a basic process which is able to read an XML file |
class |
TSerializer
This class offer a serializer mechanisme. |
class |
TServlet
|
class |
TTransformation
During the parse process an xsl file was generated to handle the define external. |
Fields in fr.fluxmedia.transmorpher.engine declared as TProcess | |
---|---|
(package private) TProcess |
XML_Port.iProcessOwner
The XML TProcess Owner |
Methods in fr.fluxmedia.transmorpher.engine that return TProcess | |
---|---|
TProcess |
XML_Port.getOwner()
Get the owner of the port |
TProcess |
TProcessComponent.internalCopy()
copy of the process. |
static TProcess |
TProcessFactory.newApplyProcess(java.lang.String[] pIn,
java.lang.String[] pOut,
java.lang.String type,
Parameters pParam,
StringParameters staticAttributes)
|
static TProcess |
TProcessFactory.newApplyQuery(java.lang.String[] pIn,
java.lang.String[] pOut,
java.lang.String type,
Parameters pParam,
StringParameters staticAttributes)
Build a new query. |
static TProcess |
TProcessFactory.newApplyRuleset(java.lang.String[] pIn,
java.lang.String[] pOut,
java.lang.String type,
Parameters pParam,
StringParameters staticAttributes)
Build an new ruleset process |
static TProcess |
TProcessFactory.newConnector(java.lang.String[] pIn,
java.lang.String[] pOut,
java.lang.String type,
Parameters pParam)
Build a new Connector. |
static TProcess |
TProcessFactory.newDispatcher(java.lang.String[] pIn,
java.lang.String[] pOut,
java.lang.String type,
Parameters pParam)
Build a new dispatcher. |
static TProcess |
TProcessFactory.newExternal(java.lang.String[] pIn,
java.lang.String[] pOut,
java.lang.String type,
Parameters pParam,
StringParameters staticAttributes)
Build a new Transformer according th the given type. |
TProcess |
TProcessFactory.newGenerator(java.lang.String[] pOut,
java.lang.String type,
Parameters pParam,
StringParameters staticAttributes)
Create a new generator. |
static TProcess |
TProcessFactory.newLoop(java.lang.String[] pIn,
java.lang.String[] pOut,
java.lang.String[] pBuf,
Parameters pParam,
StringParameters staticAttributes)
Create a new loop |
static TProcess |
TProcessFactory.newMain(java.lang.String[] pIn,
java.lang.String[] pOut,
Parameters p)
Create a new Main, Servlet, Transformer Note: there is no type here - because these two things are Transformations (and not Calls) - because we do not expect the users to create new ones... |
static TProcess |
TProcessFactory.newProcess(java.lang.String type,
java.lang.Object[] params)
This method creates a TProcess object corresponding to the type. |
static TProcess |
TProcessFactory.newSerializer(java.lang.String[] pIn,
java.lang.String type,
Parameters pParam,
StringParameters staticAttributes)
|
static TProcess |
TProcessFactory.newServlet(java.lang.String[] pIn,
java.lang.String[] pOut,
Parameters p)
|
static TProcess |
TProcessFactory.newTransformer(java.lang.String[] pIn,
java.lang.String[] pOut,
Parameters p)
|
Methods in fr.fluxmedia.transmorpher.engine with parameters of type TProcess | |
---|---|
void |
TProcessComposite.addApplyProcess(TProcess process)
|
void |
TProcessComposite.addGenerator(TProcess generator)
|
void |
TProcessComposite.addProcess(TProcess process)
|
void |
TLoop.addProcess(TProcess process)
Adds a process to the list of process of the TLoop object |
void |
TLoop.addSerializer(TProcess process)
Adds a process (TSerializer) to the list of serializer of the TLoop object |
void |
TProcessComposite.bindPorts(TProcess process)
|
void |
TProcessComponent.bindPorts(TProcess process)
|
void |
TMain.bindPorts(TProcess process)
|
void |
TLoop.bindPorts(TProcess process)
links ports and creates feedbacks. |
void |
TApplyProcess.bindPorts(TProcess process)
|
Constructors in fr.fluxmedia.transmorpher.engine with parameters of type TProcess | |
---|---|
XML_Port(java.lang.String pName,
TProcess pProcessOwner,
org.xml.sax.ContentHandler pContentHandler,
int pNumPort,
int pInOut)
One constructor for a content handler |
|
XML_Port(java.lang.String pName,
TProcess pProcessOwner,
int pNumPort,
int pInOut)
One constructor |
|
XML_Port(java.lang.String pName,
TProcess pProcessOwner,
TDispatcher pTDispatcher,
int pNumPort,
int pInOut)
One constructor for TDispatcher ports |
|
XML_Port(java.lang.String pName,
TProcess pProcessOwner,
TLoop pContentHandler,
int pNumPort,
int pInOut)
One constructor for TLoop ports |
|
XML_Port(java.lang.String pName,
TProcess pProcessOwner,
TMerger pContentHandler,
int pNumPort,
int pInOut)
One constructor for TMerger ports |
|
XML_Port(java.lang.String pName,
TProcess pProcessOwner,
javax.xml.transform.sax.TransformerHandler pTransformerHandler,
int pNumPort,
int pInOut)
One constructor for TransformerHandler ports |
|
XML_Port(java.lang.String pName,
TProcess pProcessOwner,
org.xml.sax.XMLReader pXMLReader,
int pNumPort,
int pInOut)
One constructor for XMLReader ports |
Uses of TProcess in fr.fluxmedia.transmorpher.graph |
---|
Methods in fr.fluxmedia.transmorpher.graph that return TProcess | |
---|---|
static TProcess |
CallImpl.newProcess(java.lang.String type,
java.lang.Object[] params)
This method is used for creating the execution object corresponding to this call. |
Uses of TProcess in fr.fluxmedia.transmorpher.stdlib |
---|
Classes in fr.fluxmedia.transmorpher.stdlib that implement TProcess | |
---|---|
class |
Broadcast
|
class |
Concat
|
class |
ReadFile
This class provide a basic process which is able to read an XML file reads a file which coordinates (local path or URL) is give in the file parameter of the generate call, parse it and generate a SAX event flow to the next handler |
class |
StdOut
Description of the Class |
class |
TestingDispatcher
This is a simple dispatcher with test. |
class |
TMQuery
The function just have to behave like the built-inTTransformation |
class |
Wrap
|
class |
WriteFile
This class offer a serializer mechanisme. |
class |
XSLT
The function just have to behave like the built-inTTransformation |
|
INRIA & FluxMedia | |||||||||
PREV NEXT | FRAMES NO FRAMES |