|
INRIA & FluxMedia | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Parameters in fr.fluxmedia.transmorpher.Application |
Fields in fr.fluxmedia.transmorpher.Application declared as Parameters | |
(package private) Parameters |
CommandLineArgument.parameters
The parameters to be passed to the main process |
Methods in fr.fluxmedia.transmorpher.Application that return Parameters | |
Parameters |
CommandLineArgument.getParameters()
|
Uses of Parameters in fr.fluxmedia.transmorpher.Graph |
Fields in fr.fluxmedia.transmorpher.Graph declared as Parameters | |
(package private) Parameters |
TransformationImpl.parameters
|
(package private) Parameters |
CallImpl.parameters
|
(package private) Parameters |
Iterator.parameters
|
Methods in fr.fluxmedia.transmorpher.Graph that return Parameters | |
Parameters |
TransformationImpl.getParameters()
|
Parameters |
CallImpl.getParameters()
|
Parameters |
Call.getParameters()
|
Parameters |
Iterator.getParameters()
|
Parameters |
Transformation.getParameters()
|
Methods in fr.fluxmedia.transmorpher.Graph with parameters of type Parameters | |
void |
TransformationImpl.setParameters(Parameters p)
|
void |
CallImpl.setParameters(Parameters param)
|
void |
Call.setParameters(Parameters param)
|
void |
Iterator.setParameters(Parameters param)
|
void |
Transmorpher.exec(Parameters p)
|
void |
Transformation.setParameters(Parameters param)
|
Uses of Parameters in fr.fluxmedia.transmorpher.Parser |
Fields in fr.fluxmedia.transmorpher.Parser declared as Parameters | |
private Parameters |
RuleSetParser.currentParams
|
private Parameters |
ProcessParser.currentParams
|
private Parameters |
QueryParser.currentParams
|
Methods in fr.fluxmedia.transmorpher.Parser with parameters of type Parameters | |
void |
ExecutionStructure.exec(Parameters)
|
Uses of Parameters in fr.fluxmedia.transmorpher.TProcessFactory |
Fields in fr.fluxmedia.transmorpher.TProcessFactory declared as Parameters | |
(package private) Parameters |
TProcess_Impl.iListOfParameters
|
(package private) Parameters |
TransmoTransformer.parameters
|
Methods in fr.fluxmedia.transmorpher.TProcessFactory that return Parameters | |
Parameters |
TProcess_Impl.getParameters()
|
Parameters |
TProcess.getParameters()
returns the parameters of a process |
Methods in fr.fluxmedia.transmorpher.TProcessFactory with parameters of type Parameters | |
void |
TProcess_Impl.bindParameters(Parameters p)
|
void |
TProcess_Impl.setParameters(Parameters p)
pass a set of parameters to a process |
void |
TTransformer.bindParameters(Parameters p)
|
void |
TProcessComposite.bindParameters(Parameters p)
|
void |
TProcess.setParameters(Parameters p)
pass a set of parameters to a process |
void |
TProcess.bindParameters(Parameters p)
bind the parameters of the process to the runtime parameters |
void |
TApplyExternal.bindParameters(Parameters p)
|
TProcess |
TProcessFactory.newGenerator(String[] pOut,
String type,
Parameters pParam,
StringParameters staticAttributes)
Create a new generator. |
static TProcess |
TProcessFactory.newSerializer(String[] pIn,
String type,
Parameters pParam,
StringParameters staticAttributes)
|
static TProcess |
TProcessFactory.newDispatcher(String[] pIn,
String[] pOut,
String type,
Parameters pParam)
Build a new dispatcher. currently only build a basic one. |
static TProcess |
TProcessFactory.newConnector(String[] pIn,
String[] pOut,
String type,
Parameters pParam)
Build a new Connector. currently only build a basic one. |
static TProcess |
TProcessFactory.newExternal(String[] pIn,
String[] pOut,
String type,
Parameters pParam)
Build a new Transformer according th the given type. |
static TProcess |
TProcessFactory.newApplyQuery(String[] pIn,
String[] pOut,
String type,
Parameters pParam,
StringParameters staticAttributes)
Build a new query. currently only build a internal one. |
static TProcess |
TProcessFactory.newApplyProcess(String[] pIn,
String[] pOut,
String type,
Parameters pParam,
StringParameters staticAttributes)
|
static TProcess |
TProcessFactory.newApplyRuleset(String[] pIn,
String[] pOut,
String type,
Parameters pParam,
StringParameters staticAttributes)
Build an new ruleset process |
static TProcess |
TProcessFactory.newMain(String[] pIn,
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.newServlet(String[] pIn,
String[] pOut,
Parameters p)
|
static TProcess |
TProcessFactory.newTransformer(String[] pIn,
String[] pOut,
Parameters p)
|
Constructors in fr.fluxmedia.transmorpher.TProcessFactory with parameters of type Parameters | |
TConnector(String[] pIn,
String[] pOut,
Parameters pParam)
the empty constructor |
|
TReader(String[] pOut,
Parameters pParam,
StringParameters pStaticAttributes)
the empty constructor |
|
TTransformer(String[] pIn,
String[] pOut,
Parameters p,
String filename)
Beware: this does not create any transformer yet, it waits binding time since it needs a source |
|
TApplyQuery(String[] pIn,
String[] pOut,
Parameters pParam,
StringParameters staticAttributes)
|
|
TProcessComposite(String[] pIn,
String[] pOut,
Parameters p)
The constructor : build a Composite process with pNbIn in Port, and pNbOut Out Port |
|
TApplyProcess(String[] in,
String[] out,
Parameters pParam,
StringParameters staticAttributes)
|
|
TSerializer(String[] pIn,
Parameters pParam,
StringParameters pStaticAttributes)
|
|
TMain(Parameters pParams)
|
|
TServlet(Parameters pParams)
|
|
TApplyRuleSet(String[] pIn,
String[] pOut,
Parameters pParam,
StringParameters staticAttributes)
|
|
TApplyExternal(String[] pIn,
String[] pOut,
Parameters pParam)
the empty constructor |
|
TDispatcher(String[] pIn,
String[] pOut,
Parameters pParam)
the constructor |
Uses of Parameters in fr.fluxmedia.transmorpher.Utils |
Subclasses of Parameters in fr.fluxmedia.transmorpher.Utils | |
class |
StringParameters
|
Fields in fr.fluxmedia.transmorpher.Utils declared as Parameters | |
private Parameters |
UtilTest.p1
|
private Parameters |
UtilTest.p2
|
private Parameters |
UtilTest.p3
|
Methods in fr.fluxmedia.transmorpher.Utils that return Parameters | |
Parameters |
Parameters.bindParameters(Parameters p)
this does not create a new parameter structure but modifies the arguments |
Parameters |
Parameters.bindCallerParameters(Parameters p)
|
Methods in fr.fluxmedia.transmorpher.Utils with parameters of type Parameters | |
void |
Parameters.setParameters(Parameters toCopy)
|
Parameters |
Parameters.bindParameters(Parameters p)
this does not create a new parameter structure but modifies the arguments |
Parameters |
Parameters.bindCallerParameters(Parameters p)
|
Constructors in fr.fluxmedia.transmorpher.Utils with parameters of type Parameters | |
Parameters(Parameters toCopy)
|
|
INRIA & FluxMedia | |||||||||
PREV NEXT | FRAMES NO FRAMES |