fr.fluxmedia.transmorpher.Graph
Class Query
java.lang.Object
|
+--java.util.Observable
|
+--fr.fluxmedia.transmorpher.Graph.TransformationImpl
|
+--fr.fluxmedia.transmorpher.Graph.Query
- All Implemented Interfaces:
- Namespaced, Transformation
- public class Query
- extends TransformationImpl
- implements Namespaced
Field Summary |
(package private) java.util.ArrayList |
namespaces
|
(package private) java.lang.String |
root
|
(package private) java.util.ArrayList |
selects
|
Fields inherited from class java.util.Observable |
changed, obs |
Methods inherited from class fr.fluxmedia.transmorpher.Graph.TransformationImpl |
addIn, addIn, addOut, addOut, getAttributes, getName, getParameters, getTransmorpher, getType, inPorts, outPorts, retroNull, setName, setParameters, setType, update |
Methods inherited from class java.util.Observable |
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
selects
java.util.ArrayList selects
namespaces
java.util.ArrayList namespaces
root
java.lang.String root
Query
public Query(java.lang.String n,
Transmorpher t,
java.lang.String r)
addNamespace
public void addNamespace(Namespace n)
- Description copied from interface:
Namespaced
- Add the namespace to the component
- Specified by:
addNamespace
in interface Namespaced
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,
LinearIndexedStruct externs)
- Prints the Java code for the execution of the call
- Overrides:
generateJavaCode
in class TransformationImpl
generateXSLTStylesheet
public void generateXSLTStylesheet(java.lang.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...