INRIA & FluxMedia

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


Field Summary
(package private)  ArrayList rules
           
 
Fields inherited from class fr.fluxmedia.transmorpher.Graph.TransformationImpl
iAttributes, inPorts, name, outPorts, parameters, transmorpher, type
 
Constructor Summary
Ruleset(String n, Transmorpher t)
           
 
Method Summary
 void addRule(Rule r)
           
 void exec()
           
 void generateJavaCode(ReadWrite file)
          Prints the Java code for the execution of the call
 void generateXML()
          Prints the XML expression of the process
 void generateXSLTCode(ReadWrite file)
          Prints the Java code for the execution of the call
 void generateXSLTStylesheet(String reloc)
          generate the stylesheet for the Query (in the correct file)
 void insertRule(Rule r, int i)
           
 
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
 

Field Detail

rules

ArrayList rules
Constructor Detail

Ruleset

public Ruleset(String n,
               Transmorpher t)
Method Detail

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()

INRIA & FluxMedia

..no bottom yet...