INRIA & FluxMedia

Uses of Class
fr.fluxmedia.transmorpher.Utils.StringParameters

Packages that use StringParameters
fr.fluxmedia.transmorpher.Graph   
fr.fluxmedia.transmorpher.TProcessFactory   
 

Uses of StringParameters in fr.fluxmedia.transmorpher.Graph
 

Fields in fr.fluxmedia.transmorpher.Graph declared as StringParameters
(package private)  StringParameters TransformationImpl.iAttributes
           
(package private)  StringParameters CallImpl.iAttributes
           
 

Methods in fr.fluxmedia.transmorpher.Graph that return StringParameters
 StringParameters TransformationImpl.getAttributes()
           
 StringParameters CallImpl.getAttributes()
           
 StringParameters Call.getAttributes()
           
 StringParameters Transformation.getAttributes()
           
 

Uses of StringParameters in fr.fluxmedia.transmorpher.TProcessFactory
 

Methods in fr.fluxmedia.transmorpher.TProcessFactory with parameters of type StringParameters
 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.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
 

Constructors in fr.fluxmedia.transmorpher.TProcessFactory with parameters of type StringParameters
TReader(String[] pOut, Parameters pParam, StringParameters pStaticAttributes)
          the empty constructor
TApplyQuery(String[] pIn, String[] pOut, Parameters pParam, StringParameters staticAttributes)
           
TApplyProcess(String[] in, String[] out, Parameters pParam, StringParameters staticAttributes)
           
TSerializer(String[] pIn, Parameters pParam, StringParameters pStaticAttributes)
           
TApplyRuleSet(String[] pIn, String[] pOut, Parameters pParam, StringParameters staticAttributes)
           
 


INRIA & FluxMedia

..no bottom yet...