fr.fluxmedia.transmorpher.Graph
Class Query
java.lang.Object
|
+--fr.fluxmedia.transmorpher.Graph.TransformationImpl
|
+--fr.fluxmedia.transmorpher.Graph.Query
- All Implemented Interfaces:
- Transformation
- public class Query
- 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 |
selects
ArrayList selects
root
String root
Query
public Query(String n,
Transmorpher t,
String r)
addSelection
public void addSelection(Select s)
insertSelection
public void insertSelection(Select s,
int i)
generateXML
public void generateXML()
- Prints the XML expression of the process
- Overrides:
generateXML
in class TransformationImpl
generateXMLinFile
public void generateXMLinFile(ReadWrite FileRW)
- Prints the XML expression of the process
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...