fr.fluxmedia.transmorpher.Graph
Class Ruleset
java.lang.Object
|
+--fr.fluxmedia.transmorpher.Graph.TransformationImpl
|
+--fr.fluxmedia.transmorpher.Graph.Ruleset
- All Implemented Interfaces:
- Transformation
- public class Ruleset
- extends TransformationImpl
Methods inherited from class fr.fluxmedia.transmorpher.Graph.TransformationImpl |
addIn, addOut, generateJavaCode, getAttributes, getName, getParameters, getTransmorpher, getType, inPorts, outPorts, retroNull, setName, setParameters, setType |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
rules
ArrayList rules
Ruleset
public Ruleset(String n,
Transmorpher t)
addRule
public void addRule(Rule r)
insertRule
public void insertRule(Rule r,
int i)
generateXML
public void generateXML()
- Prints the XML expression of the process
- Overrides:
generateXML
in class TransformationImpl
generateJavaCode
public void generateJavaCode(ReadWrite file)
- Prints the Java code for the execution of the call
generateXSLTStylesheet
public void generateXSLTStylesheet(String reloc)
- generate the stylesheet for the Query (in the correct file)
generateXSLTCode
public void generateXSLTCode(ReadWrite file)
- Prints the Java code for the execution of the call
exec
public void exec()
..no bottom yet...