INRIA & FluxMedia

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


Field Summary
(package private)  String root
           
(package private)  ArrayList selects
           
 
Fields inherited from class fr.fluxmedia.transmorpher.Graph.TransformationImpl
iAttributes, inPorts, name, outPorts, parameters, transmorpher, type
 
Constructor Summary
Query(String n, Transmorpher t, String r)
           
 
Method Summary
 void addSelection(Select s)
           
 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 generateXMLinFile(ReadWrite FileRW)
          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 insertSelection(Select s, 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

selects

ArrayList selects

root

String root
Constructor Detail

Query

public Query(String n,
             Transmorpher t,
             String r)
Method Detail

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

INRIA & FluxMedia

..no bottom yet...