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, Parameters pParam, StringParameters staticAttributes)
          Create a new generator.
static TProcess TProcessFactory.newApplyQuery(String[] pIn, String[] pOut, Parameters pParam, StringParameters staticAttributes)
          Build a new query. currently only build a internal one.
static TProcess TProcessFactory.newApplyProcess(String[] pIn, String[] pOut, Parameters pParam, StringParameters staticAttributes)
           
static TProcess TProcessFactory.newRuleSet(String[] pIn, String[] pOut, Parameters pParam, StringParameters staticAttributes)
          Build an new ruleset process
static TProcess TProcessFactory.newSerializer(String[] pIn, Parameters pParam, StringParameters staticAttributes)
          Build a new Connector. currently only build a basic one.
 

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