|
INRIA & FluxMedia | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReadWrite | |
fr.fluxmedia.transmorpher.Graph | |
fr.fluxmedia.transmorpher.Graph.Rules | |
fr.fluxmedia.transmorpher.Parser | |
fr.fluxmedia.transmorpher.TProcessFactory |
Uses of ReadWrite in fr.fluxmedia.transmorpher.Graph |
Methods in fr.fluxmedia.transmorpher.Graph with parameters of type ReadWrite | |
abstract void |
TransformationImpl.generateJavaCode(ReadWrite file)
Prints the Java code for the execution of the call |
void |
Query.generateXMLinFile(ReadWrite FileRW)
Prints the XML expression of the process |
void |
Query.generateJavaCode(ReadWrite file)
Prints the Java code for the execution of the call |
void |
Query.generateXSLTCode(ReadWrite file)
Prints the Java code for the execution of the call |
(package private) void |
Channel.generateJavaCode(ReadWrite file)
Prints the Java code for the execution of the call |
void |
FeedBack.generateJavaCode(ReadWrite file)
Prints the Java code for the execution of the call |
abstract void |
CallImpl.generateJavaCode(ReadWrite file)
Prints the Java code for the execution of the call |
void |
CallImpl.generatePorts(ReadWrite file)
|
void |
CallImpl.generateParameters(ReadWrite file)
|
void |
ApplyQuery.generateJavaCode(ReadWrite file)
|
void |
Process.generateJavaCode(ReadWrite file)
Prints the Java code for the execution of the call |
void |
Transformer.generateJavaCode(ReadWrite file)
Prints the Java code for the execution of the call has been obsoleted by the generateHeader of the CompilationFactory |
void |
Call.generateJavaCode(ReadWrite file)
Prints the Java code for the execution of the call |
void |
Repeat.generateJavaCode(ReadWrite file)
Prints the Java code for the execution of the call |
void |
ApplyProcess.generateJavaCode(ReadWrite iFile)
|
void |
ApplyProcess.generateLocalName(ReadWrite file)
|
void |
Transformation.generateJavaCode(ReadWrite file)
Prints the Java code for the execution of the call |
void |
Dispatch.generateJavaCode(ReadWrite file)
|
void |
StdOut.generateJavaCode(ReadWrite file)
Prints the Java code for the execution of the call |
void |
Test.generateJavaCode(ReadWrite file)
Prints the Java code for the execution of the call |
void |
Null.generateJavaCode(ReadWrite file)
Prints the Java code for the execution of the call |
void |
Generate.generateJavaCode(ReadWrite file)
|
void |
StdIn.generateJavaCode(ReadWrite file)
Prints the Java code for the execution of the call |
void |
RepeatProcess.generateJavaCode(ReadWrite file)
Prints the Java code for the execution of the call |
void |
ApplyExternal.generateJavaCode(ReadWrite file)
|
void |
Serialize.generateJavaCode(ReadWrite file)
|
void |
Servlet.generateJavaCode(ReadWrite file)
Prints the Java code for the execution of the call seems to be deprecated but a generateHeader should be not bad. |
void |
Merge.generateJavaCode(ReadWrite file)
|
void |
PortList.generateJavaCode(ReadWrite file)
Prints the Java code for the execution of the call |
void |
ApplyRuleset.generateJavaCode(ReadWrite file)
|
void |
Main.generateJavaCode(ReadWrite file)
Prints the Java code for the execution of the call This has been obsoleted by the CompilationFactory. |
void |
Ruleset.generateJavaCode(ReadWrite file)
Prints the Java code for the execution of the call |
void |
Ruleset.generateXSLTCode(ReadWrite file)
Prints the Java code for the execution of the call |
Uses of ReadWrite in fr.fluxmedia.transmorpher.Graph.Rules |
Methods in fr.fluxmedia.transmorpher.Graph.Rules with parameters of type ReadWrite | |
void |
XSLTTemplate.generateXSLTCode(ReadWrite file)
|
void |
XSLTTemplate.generateInsideXSLTCode(ReadWrite file)
Prints the XSLT code inside a ModTag template |
void |
XSLTTemplate.generateJavaCode(ReadWrite file)
Prints the Java code for the execution of the rule |
void |
Flatten.generateXSLTCode(ReadWrite file)
|
void |
Flatten.generateInsideXSLTCode(ReadWrite file)
Prints the XSLT code inside a ModTag template |
void |
Flatten.generateJavaCode(ReadWrite file)
Prints the Java code for the execution of the rule |
void |
MapAtt.generateXSLTCode(ReadWrite file)
|
void |
MapAtt.generateInsideXSLTCode(ReadWrite file)
Prints the XSLT code inside a ModTag template |
void |
MapAtt.generateJavaCode(ReadWrite file)
Prints the Java code for the execution of the rule |
void |
RemAtt.generateXSLTCode(ReadWrite file)
|
void |
RemAtt.generateInsideXSLTCode(ReadWrite file)
Prints the XSLT code inside a ModTag template |
void |
RemAtt.generateJavaCode(ReadWrite file)
Prints the Java code for the execution of the rule |
void |
ModTag.generateXSLTCode(ReadWrite file)
|
void |
ModTag.generateInsideXSLTCode(ReadWrite file)
Prints the XSLT code inside a ModTag template |
void |
ModTag.generateJavaCode(ReadWrite file)
Prints the Java code for the execution of the rule |
void |
RESubst.generateXSLTCode(ReadWrite file)
|
void |
RESubst.generateInsideXSLTCode(ReadWrite file)
Prints the XSLT code inside a ModTag template |
void |
RESubst.generateJavaCode(ReadWrite file)
Prints the Java code for the execution of the rule |
void |
AddAtt.generateXSLTCode(ReadWrite file)
|
void |
AddAtt.generateInsideXSLTCode(ReadWrite file)
Prints the XSLT code inside a ModTag template |
void |
AddAtt.generateJavaCode(ReadWrite file)
Prints the Java code for the execution of the rule |
void |
MapTag.generateXSLTCode(ReadWrite file)
|
void |
MapTag.generateInsideXSLTCode(ReadWrite file)
Prints the XSLT code inside a ModTag template |
void |
MapTag.generateJavaCode(ReadWrite file)
Prints the Java code for the execution of the rule |
void |
Extends.generateXSLTCode(ReadWrite file)
|
void |
Extends.generateInsideXSLTCode(ReadWrite file)
Prints the XSLT code inside a ModTag template |
void |
Extends.generateJavaCode(ReadWrite file)
Prints the Java code for the execution of the rule |
void |
RemTag.generateXSLTCode(ReadWrite file)
|
void |
RemTag.generateInsideXSLTCode(ReadWrite file)
Prints the XSLT code inside a ModTag template |
void |
RemTag.generateJavaCode(ReadWrite file)
Prints the Java code for the execution of the rule |
void |
AddTag.generateXSLTCode(ReadWrite file)
|
void |
AddTag.generateInsideXSLTCode(ReadWrite file)
Prints the XSLT code inside a ModTag template |
void |
AddTag.generateJavaCode(ReadWrite file)
Prints the Java code for the execution of the rule |
void |
Rule.generateXSLTCode(ReadWrite file)
Prints the XSLT template for the rule |
void |
Rule.generateInsideXSLTCode(ReadWrite file)
Prints the XSLT code inside a ModTag template |
void |
Rule.generateJavaCode(ReadWrite file)
Prints the Java code for the execution of the rule |
void |
Select.generateXSLTCode(ReadWrite file)
Prints the XSLT template for the rule |
void |
Select.generateInsideXSLTCode(ReadWrite file)
Prints the XSLT template for the rule |
void |
Select.generateJavaCode(ReadWrite file)
Prints the Java code for the execution of the rule |
Uses of ReadWrite in fr.fluxmedia.transmorpher.Parser |
Fields in fr.fluxmedia.transmorpher.Parser declared as ReadWrite | |
(package private) ReadWrite |
CompilationFactory.iFile
|
Uses of ReadWrite in fr.fluxmedia.transmorpher.TProcessFactory |
Fields in fr.fluxmedia.transmorpher.TProcessFactory declared as ReadWrite | |
(package private) ReadWrite |
TApplyQuery.FileRW
|
|
INRIA & FluxMedia | |||||||||
PREV NEXT | FRAMES NO FRAMES |