INRIA & FluxMedia

fr.fluxmedia.transmorpher.TProcessFactory
Class TApplyRuleSet

java.lang.Object
  |
  +--fr.fluxmedia.transmorpher.TProcessFactory.TProcess_Impl
        |
        +--fr.fluxmedia.transmorpher.TProcessFactory.TProcessBasic
              |
              +--fr.fluxmedia.transmorpher.TProcessFactory.TTransformer
                    |
                    +--fr.fluxmedia.transmorpher.TProcessFactory.TApplyRuleSet
All Implemented Interfaces:
TProcess

public final class TApplyRuleSet
extends TTransformer

During the parse process an xsl file was generated to handle the define ruleset. So, the rule set process, is only a transformer


Field Summary
(package private)  String queryName
           
protected  String ref
          the ref for the file of the transformer
protected  String strategy
          the strategy is either topdown or bottomup
 
Fields inherited from class fr.fluxmedia.transmorpher.TProcessFactory.TTransformer
In, iTransformerHandler, iXSLFile, Op, Out
 
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
TApplyRuleSet(String[] pIn, String[] pOut, Parameters pParam, StringParameters staticAttributes)
           
 
Method Summary
 void generatePort()
           
 String getRef()
           
 
Methods inherited from class fr.fluxmedia.transmorpher.TProcessFactory.TTransformer
bindParameters, getTransformer, getTransformerHandler, initTransformer, setProperties
 
Methods inherited from class fr.fluxmedia.transmorpher.TProcessFactory.TProcessBasic
getType, setType
 
Methods inherited from class fr.fluxmedia.transmorpher.TProcessFactory.TProcess_Impl
getFatherName, getId, getIn, getIn, getIn, getName, getNameIn, getNameIn, getNameOut, getNameOut, getOut, getOut, getOut, getParameter, getParameters, 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

queryName

String queryName

strategy

protected String strategy
the strategy is either topdown or bottomup

ref

protected String ref
the ref for the file of the transformer
Constructor Detail

TApplyRuleSet

public TApplyRuleSet(String[] pIn,
                     String[] pOut,
                     Parameters pParam,
                     StringParameters staticAttributes)
              throws TransformerException,
                     TransformerConfigurationException,
                     SAXException,
                     IOException
Method Detail

getRef

public String getRef()

generatePort

public void generatePort()
Overrides:
generatePort in class TTransformer

INRIA & FluxMedia

..no bottom yet...