INRIA & FluxMedia
A B C D E F G H I L M N O P Q R S T U V W X

G

Generate - Class in fr.fluxmedia.transmorpher.graph
This class allows to instanciate a call for an object able to produce SAX events.
Generate() - Constructor for class fr.fluxmedia.transmorpher.graph.Generate
Creates a simple instance of Generate
Generate(String, String) - Constructor for class fr.fluxmedia.transmorpher.graph.Generate
Creates an instance of Generate with an id and a type
Generate(String, String, String) - Constructor for class fr.fluxmedia.transmorpher.graph.Generate
Creates an instance of Generate with an id , a type and a file name (compatibility with old versions)
Generate(String, String, Process) - Constructor for class fr.fluxmedia.transmorpher.graph.Generate
Creates an instance of Generate with an id , a type and a process that owns this serialize
Generate(String, String, String, Process) - Constructor for class fr.fluxmedia.transmorpher.graph.Generate
Creates an instance of Generate with an id , a type , a process that owns this serialize and a file name
Generate(String, String, Process, int) - Constructor for class fr.fluxmedia.transmorpher.graph.Generate
Creates an instance of Generate with an id , a type , a process that owns this serialize and the number of out ports.
Generate(String, String, Process, int, String) - Constructor for class fr.fluxmedia.transmorpher.graph.Generate
Creates an instance of Generate with an id , a type , a process that owns this serialize, the number of out ports and a file name
GENERATE - Static variable in interface fr.fluxmedia.transmorpher.graph.prop.Property
 
generateBody(Writer, LinearIndexedStruct) - Method in class fr.fluxmedia.transmorpher.graph.Main
Generates java code for body
generateBody(Writer, LinearIndexedStruct) - Method in class fr.fluxmedia.transmorpher.graph.MainProcess
Generates java code for body
generateBody(Writer, LinearIndexedStruct) - Method in class fr.fluxmedia.transmorpher.graph.Servlet
Generates java code for body
generateBody(Writer, LinearIndexedStruct) - Method in class fr.fluxmedia.transmorpher.graph.Transformer
Generates java code for body
generateClassHeader(Writer) - Method in class fr.fluxmedia.transmorpher.graph.Main
Generates java code for class header
generateClassHeader(Writer) - Method in class fr.fluxmedia.transmorpher.graph.MainProcess
Generates java code for class header
generateClassHeader(Writer) - Method in class fr.fluxmedia.transmorpher.graph.Servlet
Generates java code for class header
generateClassHeader(Writer) - Method in class fr.fluxmedia.transmorpher.graph.Transformer
Generates java code for class header
generateEnd(Writer) - Method in class fr.fluxmedia.transmorpher.graph.Main
Generates java code for end
generateEnd(Writer) - Method in class fr.fluxmedia.transmorpher.graph.MainProcess
Generates java code for end
generateEnd(Writer) - Method in class fr.fluxmedia.transmorpher.graph.Servlet
Generates java code for end
generateEnd(Writer) - Method in class fr.fluxmedia.transmorpher.graph.Transformer
Generates java code for end
generateExec(String) - Method in class fr.fluxmedia.transmorpher.graph.Transmorpher
Generates the execution structure corresponding to this Transmorpher instance
generateImport(Writer, LinearIndexedStruct) - Method in class fr.fluxmedia.transmorpher.graph.Main
Generates java code for import
generateImport(Writer, LinearIndexedStruct) - Method in class fr.fluxmedia.transmorpher.graph.MainProcess
Generates java code for import
generateImport(Writer, LinearIndexedStruct) - Method in class fr.fluxmedia.transmorpher.graph.Servlet
Generates java code for import
generateImport(Writer, LinearIndexedStruct) - Method in class fr.fluxmedia.transmorpher.graph.Transformer
Generates java code for import
generateInsideXSLTCode(Writer) - Method in class fr.fluxmedia.transmorpher.graph.rules.AddAtt
Prints the XSLT code inside a ModTag template
generateInsideXSLTCode(Writer) - Method in class fr.fluxmedia.transmorpher.graph.rules.AddTag
Prints the XSLT code inside a ModTag template
generateInsideXSLTCode(Writer) - Method in class fr.fluxmedia.transmorpher.graph.rules.DefAtt
Prints the XSLT code inside a ModTag template This is the only way for a default attribute rule to work
generateInsideXSLTCode(Writer) - Method in class fr.fluxmedia.transmorpher.graph.rules.Extends
Prints the XSLT code inside a ModTag template
generateInsideXSLTCode(Writer) - Method in class fr.fluxmedia.transmorpher.graph.rules.Flatten
Prints the XSLT code inside a ModTag template
generateInsideXSLTCode(Writer) - Method in class fr.fluxmedia.transmorpher.graph.rules.MapAtt
Prints the XSLT code inside a ModTag template
generateInsideXSLTCode(Writer) - Method in class fr.fluxmedia.transmorpher.graph.rules.MapTag
Prints the XSLT code inside a ModTag template
generateInsideXSLTCode(Writer) - Method in class fr.fluxmedia.transmorpher.graph.rules.ModTag
Prints the XSLT code inside a ModTag template
generateInsideXSLTCode(Writer) - Method in class fr.fluxmedia.transmorpher.graph.rules.Namespace
Prints the XSLT code inside a ModTag template
generateInsideXSLTCode(Writer) - Method in class fr.fluxmedia.transmorpher.graph.rules.RemAtt
Prints the XSLT code inside a ModTag template
generateInsideXSLTCode(Writer) - Method in class fr.fluxmedia.transmorpher.graph.rules.RemTag
Prints the XSLT code inside a ModTag template
generateInsideXSLTCode(Writer) - Method in class fr.fluxmedia.transmorpher.graph.rules.RESubst
Prints the XSLT code inside a ModTag template
generateInsideXSLTCode(Writer) - Method in interface fr.fluxmedia.transmorpher.graph.rules.Rule
Prints the XSLT code inside a ModTag template
generateInsideXSLTCode(Writer) - Method in class fr.fluxmedia.transmorpher.graph.rules.Select
Prints the XSLT template for the rule
generateInsideXSLTCode(Writer) - Method in class fr.fluxmedia.transmorpher.graph.rules.XSLTTemplate
Prints the XSLT code inside a ModTag template
generateJavaCode(Writer) - Method in class fr.fluxmedia.transmorpher.graph.ApplyExternal
Generates a java code description of this instance
generateJavaCode(Writer) - Method in class fr.fluxmedia.transmorpher.graph.ApplyProcess
Prints a java code description of this instance WARNING :This is the main problematic aspect: There is a possible recursion in Process calls: they should thus be stacked for working correctly
generateJavaCode(Writer) - Method in class fr.fluxmedia.transmorpher.graph.ApplyQuery
Prints a java code description of this ApplyQuery instance
generateJavaCode(Writer) - Method in class fr.fluxmedia.transmorpher.graph.ApplyRuleset
Prints a java code description of this ApplyQuery instance
generateJavaCode(Writer) - Method in interface fr.fluxmedia.transmorpher.graph.Call
Prints the Java code for the execution of the call
generateJavaCode(Writer) - Method in class fr.fluxmedia.transmorpher.graph.CallImpl
Prints the Java code for the execution of the call
generateJavaCode(Writer) - Method in class fr.fluxmedia.transmorpher.graph.Dispatch
Prints a java code description of this Dispatch instance
generateJavaCode(Writer) - Method in class fr.fluxmedia.transmorpher.graph.Generate
Description of the Method
generateJavaCode(Writer) - Method in class fr.fluxmedia.transmorpher.graph.Iterator
Generates java code for this component.
generateJavaCode(Writer, LinearIndexedStruct) - Method in class fr.fluxmedia.transmorpher.graph.MainProcess
Prints a java code description of this MainProcess instance
generateJavaCode(Writer) - Method in class fr.fluxmedia.transmorpher.graph.Merge
Prints a java code description of this instance of Merge
generateJavaCode(Writer) - Method in class fr.fluxmedia.transmorpher.graph.PortList
Prints the Java code for the execution of the call
generateJavaCode(Writer, LinearIndexedStruct) - Method in class fr.fluxmedia.transmorpher.graph.Process
Prints a java code description of this process instance
generateJavaCode(Writer, LinearIndexedStruct) - Method in class fr.fluxmedia.transmorpher.graph.Query
Prints the Java code for the execution of this Query instance
generateJavaCode(Writer) - Method in class fr.fluxmedia.transmorpher.graph.Repeat
Prints the Java code for the execution of the call.
generateJavaCode(Writer) - Method in class fr.fluxmedia.transmorpher.graph.RepeatProcess
Prints the Java code for the execution of the call
generateJavaCode(Writer, LinearIndexedStruct) - Method in class fr.fluxmedia.transmorpher.graph.Ruleset
Prints the Java code for the execution of the call
generateJavaCode(Writer) - Method in class fr.fluxmedia.transmorpher.graph.Serialize
Prints a java code description of this serializer.
generateJavaCode(Writer, LinearIndexedStruct) - Method in interface fr.fluxmedia.transmorpher.graph.Transformation
Prints the Java code for the execution of the Transformation
generateJavaCode(Writer, LinearIndexedStruct) - Method in class fr.fluxmedia.transmorpher.graph.TransformationImpl
Prints the Java code for the execution of Transformation instance
generateJavaCode(String) - Method in class fr.fluxmedia.transmorpher.graph.Transmorpher
Generates a java code description for this Transmorpher instance
generateLocalName(Writer) - Method in class fr.fluxmedia.transmorpher.graph.ApplyProcess
Do nothing ( to remove ?)
generateMainHeader(Writer) - Method in class fr.fluxmedia.transmorpher.graph.Main
Generates java code for main header
generateMainHeader(Writer) - Method in class fr.fluxmedia.transmorpher.graph.MainProcess
Generates java code for main header
generateMainHeader(Writer) - Method in class fr.fluxmedia.transmorpher.graph.Servlet
Generates java code for main header
generateMainHeader(Writer) - Method in class fr.fluxmedia.transmorpher.graph.Transformer
Generates java code for main header
generateParameters(Writer) - Method in class fr.fluxmedia.transmorpher.graph.CallImpl
This method is used for printing a java description of this Call parameters and attributes
generateParameters(Writer) - Method in class fr.fluxmedia.transmorpher.graph.Iterator
Generates java code for the parameters of this iterator.
generatePort() - Method in class fr.fluxmedia.tmcontrib.external.Log
Description of the Method
generatePort() - Method in class fr.fluxmedia.tmcontrib.external.SQLExternal
 
generatePort() - Method in class fr.fluxmedia.transmorpher.engine.TApplyProcess
 
generatePort() - Method in class fr.fluxmedia.transmorpher.engine.TDispatcher
Generates ports for this component
generatePort() - Method in class fr.fluxmedia.transmorpher.engine.TLoop
Generates all the process ports.In this case, nothing to do , ports have been generated before.
generatePort() - Method in class fr.fluxmedia.transmorpher.engine.TMerger
Generates ports for this component.
generatePort() - Method in interface fr.fluxmedia.transmorpher.engine.TProcess
 
generatePort() - Method in class fr.fluxmedia.transmorpher.engine.TProcess_Impl
 
generatePort() - Method in class fr.fluxmedia.transmorpher.engine.TProcessComposite
 
generatePort() - Method in class fr.fluxmedia.transmorpher.engine.TReader
Generates port for this component
generatePort() - Method in class fr.fluxmedia.transmorpher.engine.TSerializer
Creates port of this component with the the corresponding handler.
generatePort() - Method in class fr.fluxmedia.transmorpher.engine.TTransformation
generates ports for a TTranformer
generatePorts(Writer) - Method in class fr.fluxmedia.transmorpher.graph.CallImpl
This method is used for printing a java description of this Call ports
generatePorts(Writer) - Method in class fr.fluxmedia.transmorpher.graph.Repeat
Description of the Method
generateReadParameters(Writer) - Method in class fr.fluxmedia.transmorpher.graph.Main
Generates java code for command line parameters
generateReadParameters(Writer) - Method in class fr.fluxmedia.transmorpher.graph.MainProcess
Generates java code for commmand line parameters
generateReadParameters(Writer) - Method in class fr.fluxmedia.transmorpher.graph.Servlet
Generates java code for parameters
generateReadParameters(Writer) - Method in class fr.fluxmedia.transmorpher.graph.Transformer
Generates java code for parameters
generateSetOutput(Writer) - Method in class fr.fluxmedia.transmorpher.graph.Servlet
This method allows to connect the TSerializer ,corresponding to the user request , to the standart output.
generateStylesheet() - Method in class fr.fluxmedia.transmorpher.graph.Transmorpher
Launches the conversion of Ruleset and Query to XSLT files
generateTransformerMethod(Writer) - Method in class fr.fluxmedia.transmorpher.graph.Transformer
Generates java code of methods required by Transformer Interface
generateXML() - Method in class fr.fluxmedia.transmorpher.graph.ApplyExternal
Prints an XML description of this instance
generateXML() - Method in class fr.fluxmedia.transmorpher.graph.ApplyProcess
Prints an XML description of this instance
generateXML() - Method in class fr.fluxmedia.transmorpher.graph.ApplyQuery
Prints an XML description of this ApplyQuery instance
generateXML() - Method in class fr.fluxmedia.transmorpher.graph.ApplyRuleset
Prints an XML description of this ApplyRuleset instance
generateXML() - Method in interface fr.fluxmedia.transmorpher.graph.Call
Prints the XML expression of the call
generateXML() - Method in class fr.fluxmedia.transmorpher.graph.CallImpl
Prints the XML expression of the call
generateXML() - Method in class fr.fluxmedia.transmorpher.graph.Dispatch
Prints an XML description of this Dispatch instance
generateXML() - Method in class fr.fluxmedia.transmorpher.graph.Generate
Description of the Method
generateXML() - Method in class fr.fluxmedia.transmorpher.graph.Iterator
Prints the XML expression of the call.
generateXML() - Method in class fr.fluxmedia.transmorpher.graph.Main
Prints the XML expression of the main
generateXML() - Method in class fr.fluxmedia.transmorpher.graph.Merge
Prints an XML description of this instance of Merge
generateXML() - Method in class fr.fluxmedia.transmorpher.graph.PortList
Prints the XML expression of the call NOTE that getChannel().getName() would be cleaner
generateXML() - Method in class fr.fluxmedia.transmorpher.graph.Process
Prints the XML expression of the process
generateXML() - Method in interface fr.fluxmedia.transmorpher.graph.prop.Property
Prints the XML expression of the call
generateXML() - Method in class fr.fluxmedia.transmorpher.graph.Query
Prints the XML expression of the process
generateXML() - Method in class fr.fluxmedia.transmorpher.graph.Repeat
Prints the XML expression of the call
generateXML() - Method in class fr.fluxmedia.transmorpher.graph.RepeatProcess
Prints the XML expression of the process
generateXML() - Method in class fr.fluxmedia.transmorpher.graph.rules.AddAtt
Prints the XML expression of the rule
generateXML() - Method in class fr.fluxmedia.transmorpher.graph.rules.AddTag
Prints the XML expression of the rule
generateXML() - Method in class fr.fluxmedia.transmorpher.graph.rules.DefAtt
Prints the XML expression of the rule
generateXML() - Method in class fr.fluxmedia.transmorpher.graph.rules.Extends
Prints the XML expression of the rule
generateXML() - Method in class fr.fluxmedia.transmorpher.graph.rules.Flatten
Prints the XML expression of the rule
generateXML() - Method in class fr.fluxmedia.transmorpher.graph.rules.MapAtt
Prints the XML expression of the rule
generateXML() - Method in class fr.fluxmedia.transmorpher.graph.rules.MapTag
Prints the XML expression of the rule
generateXML() - Method in class fr.fluxmedia.transmorpher.graph.rules.ModTag
Prints the XML expression of the rule
generateXML() - Method in class fr.fluxmedia.transmorpher.graph.rules.Namespace
Prints the XML expression of the rule
generateXML() - Method in class fr.fluxmedia.transmorpher.graph.rules.RemAtt
Prints the XML expression of the rule
generateXML() - Method in class fr.fluxmedia.transmorpher.graph.rules.RemTag
Prints the XML expression of the rule
generateXML() - Method in class fr.fluxmedia.transmorpher.graph.rules.RESubst
Prints the XML expression of the rule
generateXML() - Method in interface fr.fluxmedia.transmorpher.graph.rules.Rule
Prints the XML expression of the rule
generateXML() - Method in class fr.fluxmedia.transmorpher.graph.rules.Select
Prints the XML expression of the rule
generateXML() - Method in class fr.fluxmedia.transmorpher.graph.rules.XSLTTemplate
Prints the XML expression of the rule
generateXML() - Method in class fr.fluxmedia.transmorpher.graph.Ruleset
Prints the XML expression of the process
generateXML() - Method in class fr.fluxmedia.transmorpher.graph.Serialize
Prints an XML representation of a serializer
generateXML() - Method in class fr.fluxmedia.transmorpher.graph.Servlet
Prints the XML expression of the servlet
generateXML() - Method in interface fr.fluxmedia.transmorpher.graph.Transformation
Prints the XML expression of the Transformation
generateXML() - Method in class fr.fluxmedia.transmorpher.graph.TransformationImpl
Prints the XML expression of the Transformation instance
generateXML() - Method in class fr.fluxmedia.transmorpher.graph.Transmorpher
Prints an XML description of this Transmorpher instance
generateXMLCalls() - Method in class fr.fluxmedia.transmorpher.utils.Parameters
 
generateXMLDeclarations() - Method in class fr.fluxmedia.transmorpher.utils.Parameters
 
generateXMLinFile(Writer) - Method in class fr.fluxmedia.transmorpher.graph.Query
Prints the XML expression of the process
generateXSLTCode(Writer) - Method in class fr.fluxmedia.transmorpher.graph.Query
Prints the xsl for the execution of this Query instance
generateXSLTCode(Writer) - Method in class fr.fluxmedia.transmorpher.graph.rules.AddAtt
Description of the Method
generateXSLTCode(Writer) - Method in class fr.fluxmedia.transmorpher.graph.rules.AddTag
Description of the Method
generateXSLTCode(Writer) - Method in class fr.fluxmedia.transmorpher.graph.rules.DefAtt
Description of the Method
generateXSLTCode(Writer) - Method in class fr.fluxmedia.transmorpher.graph.rules.Extends
Description of the Method
generateXSLTCode(Writer) - Method in class fr.fluxmedia.transmorpher.graph.rules.Flatten
Description of the Method
generateXSLTCode(Writer) - Method in class fr.fluxmedia.transmorpher.graph.rules.MapAtt
Description of the Method
generateXSLTCode(Writer) - Method in class fr.fluxmedia.transmorpher.graph.rules.MapTag
Description of the Method
generateXSLTCode(Writer) - Method in class fr.fluxmedia.transmorpher.graph.rules.ModTag
Description of the Method
generateXSLTCode(Writer) - Method in class fr.fluxmedia.transmorpher.graph.rules.Namespace
Description of the Method
generateXSLTCode(Writer) - Method in class fr.fluxmedia.transmorpher.graph.rules.RemAtt
Description of the Method
generateXSLTCode(Writer) - Method in class fr.fluxmedia.transmorpher.graph.rules.RemTag
Description of the Method
generateXSLTCode(Writer) - Method in class fr.fluxmedia.transmorpher.graph.rules.RESubst
Description of the Method
generateXSLTCode(Writer) - Method in interface fr.fluxmedia.transmorpher.graph.rules.Rule
Prints the XSLT template for the rule
generateXSLTCode(Writer) - Method in class fr.fluxmedia.transmorpher.graph.rules.Select
Prints the XSLT template for the rule
generateXSLTCode(Writer) - Method in class fr.fluxmedia.transmorpher.graph.rules.XSLTTemplate
Description of the Method
generateXSLTCode(Writer) - Method in class fr.fluxmedia.transmorpher.graph.Ruleset
Prints the xsl for the execution of this Ruleset instance
generateXSLTStylesheet(String) - Method in class fr.fluxmedia.transmorpher.graph.Query
generate the stylesheet for the Query (in the correct file)
generateXSLTStylesheet(String) - Method in class fr.fluxmedia.transmorpher.graph.Ruleset
generate the stylesheet for the Ruleset (in the correct file)
get(String) - Method in class fr.fluxmedia.transmorpher.utils.LinearIndexedStruct
 
get(int) - Method in class fr.fluxmedia.transmorpher.utils.LinearIndexedStruct
 
getAllChannels() - Method in class fr.fluxmedia.transmorpher.graph.Process
Gets the all channels of the Process object
getAllProcess() - Method in class fr.fluxmedia.transmorpher.engine.TProcessComposite
 
getApply() - Method in class fr.fluxmedia.transmorpher.graph.rules.RESubst
Gets the apply attribute of the RESubst object
getApplyProcess() - Method in class fr.fluxmedia.transmorpher.engine.TProcessComposite
 
getAttributes() - Method in class fr.fluxmedia.transmorpher.engine.ContentHandlerInfo
get the attributes
getAttributes() - Method in interface fr.fluxmedia.transmorpher.graph.Call
Gets the attributes attribute of the Call object
getAttributes() - Method in class fr.fluxmedia.transmorpher.graph.CallImpl
Gets the process attribute of the CallImpl object
getAttributes() - Method in interface fr.fluxmedia.transmorpher.graph.Transformation
Gets the attributes attribute of the Transformation object
getAttributes() - Method in class fr.fluxmedia.transmorpher.graph.TransformationImpl
Gets the attributes attribute of the TransformationImpl object
getCall() - Method in class fr.fluxmedia.transmorpher.graph.Port
Gets the call attribute of the Port object
getCall(String) - Method in class fr.fluxmedia.transmorpher.graph.Process
Gets the call attribute of the Process object
getCaller() - Method in class fr.fluxmedia.transmorpher.graph.RepeatProcess
Gets the caller attribute of the RepeatProcess object
getCalls() - Method in class fr.fluxmedia.transmorpher.graph.Process
Gets the calls attribute of the Process object
getChannel(String) - Method in class fr.fluxmedia.transmorpher.engine.TProcessComposite
 
getChannel() - Method in class fr.fluxmedia.transmorpher.graph.Port
Gets the channel attribute of the Port object
getChannel(String) - Method in class fr.fluxmedia.transmorpher.graph.Process
Gets the channel of this Process object cooresponding to the given name
getChannels() - Method in class fr.fluxmedia.transmorpher.graph.Process
Gets an enumeration of the channels of this Process object
getCharParameter() - Method in class fr.fluxmedia.transmorpher.engine.ContentHandlerInfo
get the car array parameter
getClassForType(String) - Method in class fr.fluxmedia.transmorpher.graph.Transmorpher
Looks for a name in the list of type and in the defextern list.
getCommand() - Method in class fr.fluxmedia.transmorpher.engine.ContentHandlerInfo
get the command
getCompileMode() - Method in class fr.fluxmedia.transmorpher.application.CommandLineArgument
Gets the compileMode attribute of the CommandLineArgument object
getCompositeName() - Method in class fr.fluxmedia.transmorpher.engine.XML_Port
Get the composite name of the port
getConnection() - Method in class fr.fluxmedia.tmcontrib.external.SQLExternal
 
getContent() - Method in class fr.fluxmedia.transmorpher.engine.XML_Port
get the content
getContent() - Method in class fr.fluxmedia.transmorpher.graph.rules.XSLTTemplate
Gets the content attribute of the XSLTTemplate object
getContentHandler() - Method in class fr.fluxmedia.tmcontrib.generator.AbstractXMLReader
Gets the contentHandler attribute of the AbstractXMLReader object
getContentHandler() - Method in class fr.fluxmedia.tmcontrib.serializer.PDFSerializer
Gets the contentHandler attribute of the PDFSerializer object
getContentHandler() - Method in class fr.fluxmedia.tmcontrib.serializer.RTFSerializer
Gets the contentHandler attribute of the PDFSerializer object
getContentHandler() - Method in class fr.fluxmedia.tmcontrib.serializer.SVGSerializer
Gets the contentHandler attribute of the SVGSerializer object
getContentHandler() - Method in class fr.fluxmedia.tmcontrib.serializer.writevcs
Gets the contentHandler attribute of the writevcs object
getContentHandler() - Method in class fr.fluxmedia.transmorpher.engine.TMerger
Allow to get the content handler for in port
getContentHandler() - Method in class fr.fluxmedia.transmorpher.engine.TSerializer
Gets the contentHandler attribute of the TSerializer object
getContentHandler() - Method in class fr.fluxmedia.transmorpher.stdlib.StdOut
Gets the contentHandler attribute of the StdOut object
getContentHandler() - Method in class fr.fluxmedia.transmorpher.stdlib.WriteFile
Gets the contentHandler attribute of the WriteFile object
getContext() - Method in class fr.fluxmedia.transmorpher.graph.rules.AddTag
Gets the context attribute of the AddTag object
getContext() - Method in class fr.fluxmedia.transmorpher.graph.rules.DefAtt
Gets the context attribute of the DefAtt object
getContext() - Method in class fr.fluxmedia.transmorpher.graph.rules.MapAtt
Gets the context attribute of the MapAtt object
getContext() - Method in class fr.fluxmedia.transmorpher.graph.rules.MapTag
Gets the context attribute of the MapTag object
getContext() - Method in class fr.fluxmedia.transmorpher.graph.rules.ModTag
Gets the context attribute of the ModTag object
getContext() - Method in class fr.fluxmedia.transmorpher.graph.rules.RemAtt
Gets the context attribute of the MapAtt object
getContext() - Method in class fr.fluxmedia.transmorpher.graph.rules.RemTag
Gets the context attribute of the RemTag object
getContext() - Method in class fr.fluxmedia.transmorpher.graph.rules.RESubst
Gets the context attribute of the RESubst object
getDebug() - Method in class fr.fluxmedia.transmorpher.graph.Transmorpher
Get the value of debug.
getDebugMode() - Method in class fr.fluxmedia.transmorpher.application.CommandLineArgument
Gets the debugMode attribute of the CommandLineArgument object
getDefexterns() - Method in class fr.fluxmedia.transmorpher.graph.Transmorpher
Gets the defexterns attribute of the Transmorpher object
getDocument() - Method in class fr.fluxmedia.tmcontrib.serializer.SVGHandler
Gets the document attribute of the SVGHandler object
getDTD() - Method in class fr.fluxmedia.transmorpher.engine.XML_Port
get the dtd of the port
getDTDHandler() - Method in class fr.fluxmedia.tmcontrib.generator.AbstractXMLReader
Gets the dTDHandler attribute of the AbstractXMLReader object
getEncoding() - Method in class fr.fluxmedia.transmorpher.engine.XML_Port
get the encoding type of the flow
getEntityResolver() - Method in class fr.fluxmedia.tmcontrib.generator.AbstractXMLReader
Gets the entityResolver attribute of the AbstractXMLReader object
getErrorHandler() - Method in class fr.fluxmedia.tmcontrib.generator.AbstractXMLReader
Gets the errorHandler attribute of the AbstractXMLReader object
getExecMode() - Method in class fr.fluxmedia.transmorpher.application.CommandLineArgument
Gets the execMode attribute of the CommandLineArgument object
getExtern(String) - Method in class fr.fluxmedia.transmorpher.graph.Transmorpher
Looks for a name in the defextern list.
getFatherName() - Method in interface fr.fluxmedia.transmorpher.engine.TProcess
 
getFatherName() - Method in class fr.fluxmedia.transmorpher.engine.TProcess_Impl
 
getFeature(String) - Method in class fr.fluxmedia.tmcontrib.generator.AbstractXMLReader
Gets the feature attribute of the AbstractXMLReader object
getFile() - Method in class fr.fluxmedia.transmorpher.engine.TTransformation
Returns file
getFile() - Method in class fr.fluxmedia.transmorpher.graph.Generate
Gets the file attribute of the Generate object
getFile() - Method in class fr.fluxmedia.transmorpher.graph.Transmorpher
Gets the file attribute of the Transmorpher object
getFilename() - Method in class fr.fluxmedia.transmorpher.application.CommandLineArgument
Get the filename
getFinished() - Method in class fr.fluxmedia.transmorpher.engine.TProcessBasic
 
getGenerator() - Method in class fr.fluxmedia.transmorpher.engine.TProcessComposite
 
getHandler(int) - Method in class fr.fluxmedia.transmorpher.engine.TMerger
return a handler
getId() - Method in class fr.fluxmedia.transmorpher.engine.TProcess_Impl
 
getId() - Method in interface fr.fluxmedia.transmorpher.graph.Call
Gets the id attribute of the Call object
getId() - Method in class fr.fluxmedia.transmorpher.graph.CallImpl
Gets the id attribute of the CallImpl object
getImports() - Method in class fr.fluxmedia.transmorpher.graph.Transmorpher
Gets the imports attribute of the Transmorpher object
getIn() - Method in class fr.fluxmedia.transmorpher.engine.TChannel
 
getIn(int) - Method in interface fr.fluxmedia.transmorpher.engine.TProcess
Get an In port
getIn(String) - Method in interface fr.fluxmedia.transmorpher.engine.TProcess
Get an In port
getIn() - Method in interface fr.fluxmedia.transmorpher.engine.TProcess
Get the In ports
getIn(int) - Method in class fr.fluxmedia.transmorpher.engine.TProcess_Impl
Get an In port
getIn(String) - Method in class fr.fluxmedia.transmorpher.engine.TProcess_Impl
Get an In port
getIn() - Method in class fr.fluxmedia.transmorpher.engine.TProcess_Impl
Get the In ports
getIncludes() - Method in class fr.fluxmedia.transmorpher.graph.Transmorpher
Gets the includes attribute of the Transmorpher object
getInOut() - Method in class fr.fluxmedia.transmorpher.engine.XML_Port
Get the IN/ OUT type of the port
getInputSource() - Method in class fr.fluxmedia.transmorpher.engine.TReader
Gets the inputSource attribute of the TReader object
getInputStream() - Method in class fr.fluxmedia.transmorpher.engine.TReader
Gets the inputStream attribute of the TReader object
getIntParameter(int) - Method in class fr.fluxmedia.transmorpher.engine.ContentHandlerInfo
get the Inr parameter
getIterator(String) - Method in class fr.fluxmedia.transmorpher.graph.Repeat
Returns the iterator corresponding to the name s.
getKeys() - Method in class fr.fluxmedia.transmorpher.utils.LinearIndexedStruct
 
getLength() - Method in class fr.fluxmedia.transmorpher.utils.LinearIndexedStruct
 
getListOfProcessIn() - Method in class fr.fluxmedia.transmorpher.engine.TProcessComposite
 
getListOfProcessOut() - Method in class fr.fluxmedia.transmorpher.engine.TProcessComposite
 
getLocale() - Static method in class fr.fluxmedia.transmorpher.utils.SystemResources
 
getLocatorParameter() - Method in class fr.fluxmedia.transmorpher.engine.ContentHandlerInfo
get the locator
getMain() - Method in class fr.fluxmedia.transmorpher.graph.Transmorpher
Gets the main attribute of the Transmorpher object
getManagingHandler() - Method in class fr.fluxmedia.transmorpher.engine.TMerger
Allow to get the content handler for in port
getMatch() - Method in class fr.fluxmedia.transmorpher.graph.rules.AddAtt
Gets the match attribute of the AddAtt object
getMatch() - Method in class fr.fluxmedia.transmorpher.graph.rules.AddTag
Gets the match attribute of the AddTag object
getMatch() - Method in class fr.fluxmedia.transmorpher.graph.rules.DefAtt
Gets the match attribute of the DefAtt object
getMatch() - Method in class fr.fluxmedia.transmorpher.graph.rules.Flatten
Gets the match attribute of the Flatten object
getMatch() - Method in class fr.fluxmedia.transmorpher.graph.rules.MapAtt
Gets the match attribute of the MapAtt object
getMatch() - Method in class fr.fluxmedia.transmorpher.graph.rules.MapTag
Gets the match attribute of the MapTag object
getMatch() - Method in class fr.fluxmedia.transmorpher.graph.rules.ModTag
Gets the match attribute of the ModTag object
getMatch() - Method in class fr.fluxmedia.transmorpher.graph.rules.RemAtt
Gets the match attribute of the RemAtt object
getMatch() - Method in class fr.fluxmedia.transmorpher.graph.rules.RemTag
Gets the match attribute of the RemTag object
getMatch() - Method in class fr.fluxmedia.transmorpher.graph.rules.RESubst
Gets the match attribute of the RESubst object
getMatch() - Method in class fr.fluxmedia.transmorpher.graph.rules.Select
 
getMatch() - Method in class fr.fluxmedia.transmorpher.graph.rules.XSLTTemplate
Gets the match attribute of the XSLTTemplate object
getMode() - Method in class fr.fluxmedia.transmorpher.graph.rules.XSLTTemplate
Gets the mode attribute of the XSLTTemplate object
getName() - Method in class fr.fluxmedia.tmcontrib.iterator.ParametersIterator
Gets the name attribute of the ParametersIterator object
getName() - Method in class fr.fluxmedia.transmorpher.application.TransmorphTask.Param
 
getName() - Method in class fr.fluxmedia.transmorpher.engine.TChannel
 
getName() - Method in interface fr.fluxmedia.transmorpher.engine.TIterator
 
getName() - Method in interface fr.fluxmedia.transmorpher.engine.TProcess
Get the name of the process
getName() - Method in class fr.fluxmedia.transmorpher.engine.TProcess_Impl
Get the name of the process
getName() - Method in class fr.fluxmedia.transmorpher.engine.XML_Port
Get the name of the port
getName() - Method in class fr.fluxmedia.transmorpher.graph.Channel
Gets the name attribute of the Channel object
getName() - Method in class fr.fluxmedia.transmorpher.graph.Iterator
Returns the name.
getName() - Method in class fr.fluxmedia.transmorpher.graph.Port
Gets the name attribute of the Port object
getName() - Method in class fr.fluxmedia.transmorpher.graph.rules.Namespace
Gets the name attribute of the Namespace object
getName() - Method in interface fr.fluxmedia.transmorpher.graph.Transformation
Gets the name attribute of the Transformation object
getName() - Method in class fr.fluxmedia.transmorpher.graph.TransformationImpl
Gets the name attribute of the TransformationImpl object
getName() - Method in class fr.fluxmedia.transmorpher.graph.Transmorpher
Gets the name attribute of the Transmorpher object
getName() - Method in class fr.fluxmedia.transmorpher.stdlib.DirectoryIterator
 
getName() - Method in class fr.fluxmedia.transmorpher.stdlib.FileIterator
 
getName() - Method in class fr.fluxmedia.transmorpher.stdlib.FixpointIterator
 
getName() - Method in class fr.fluxmedia.transmorpher.stdlib.IntegerIterator
 
getNameIn() - Method in interface fr.fluxmedia.transmorpher.engine.TProcess
 
getNameIn(int) - Method in interface fr.fluxmedia.transmorpher.engine.TProcess
 
getNameIn(int) - Method in class fr.fluxmedia.transmorpher.engine.TProcess_Impl
get all the name of in port
getNameIn() - Method in class fr.fluxmedia.transmorpher.engine.TProcess_Impl
get all the name of in port
getNameOut() - Method in interface fr.fluxmedia.transmorpher.engine.TProcess
 
getNameOut(int) - Method in interface fr.fluxmedia.transmorpher.engine.TProcess
 
getNameOut() - Method in class fr.fluxmedia.transmorpher.engine.TProcess_Impl
get all the name of out port
getNameOut(int) - Method in class fr.fluxmedia.transmorpher.engine.TProcess_Impl
get all the name of out port
getNames() - Method in class fr.fluxmedia.transmorpher.graph.PortList
Gets the names attribute of the PortList object
getNames() - Method in class fr.fluxmedia.transmorpher.utils.Parameters
 
getNewValue() - Method in interface fr.fluxmedia.transmorpher.action.TmAction
Get the value of newValue.
getNewValue() - Method in class fr.fluxmedia.transmorpher.action.TmActionImpl
Get the value of newValue.
getNumber() - Method in class fr.fluxmedia.transmorpher.engine.TProcessComponent
 
getNumPort() - Method in class fr.fluxmedia.transmorpher.engine.XML_Port
Get the port number
getOldValue() - Method in interface fr.fluxmedia.transmorpher.action.TmAction
Get the value of oldValue.
getOldValue() - Method in class fr.fluxmedia.transmorpher.action.TmActionImpl
Get the value of oldValue.
getOut() - Method in class fr.fluxmedia.transmorpher.engine.TChannel
 
getOut(int) - Method in interface fr.fluxmedia.transmorpher.engine.TProcess
Get an Out Port
getOut(String) - Method in interface fr.fluxmedia.transmorpher.engine.TProcess
Get an Out Port
getOut() - Method in interface fr.fluxmedia.transmorpher.engine.TProcess
Get the Out Ports
getOut(int) - Method in class fr.fluxmedia.transmorpher.engine.TProcess_Impl
Get an Out Port
getOut(String) - Method in class fr.fluxmedia.transmorpher.engine.TProcess_Impl
Get an Out Port
getOut() - Method in class fr.fluxmedia.transmorpher.engine.TProcess_Impl
Get the Out Ports
getOutputStream() - Method in class fr.fluxmedia.transmorpher.engine.TSerializer
Gets the outputStream attribute of the TSerializer object
getOwner() - Method in class fr.fluxmedia.transmorpher.engine.XML_Port
Get the owner of the port
getParameter(String) - Method in interface fr.fluxmedia.transmorpher.engine.TProcess
get the parameter value of a process
getParameter(String) - Method in class fr.fluxmedia.transmorpher.engine.TProcess_Impl
get the parameter value of a process
getParameter(String) - Method in class fr.fluxmedia.transmorpher.utils.Parameters
 
getParameterNames() - Method in class fr.fluxmedia.transmorpher.engine.TProcess_Impl
 
getParameters() - Method in class fr.fluxmedia.transmorpher.application.CommandLineArgument
Gets the parameters attribute of the CommandLineArgument object
getParameters() - Method in interface fr.fluxmedia.transmorpher.engine.TProcess
returns the parameters of a process
getParameters() - Method in class fr.fluxmedia.transmorpher.engine.TProcess_Impl
 
getParameters() - Method in interface fr.fluxmedia.transmorpher.graph.Call
Gets the parameters attribute of the Call object
getParameters() - Method in class fr.fluxmedia.transmorpher.graph.CallImpl
Gets the parameters attribute of the CallImpl object
getParameters() - Method in class fr.fluxmedia.transmorpher.graph.Iterator
Returns parameters.
getParameters() - Method in interface fr.fluxmedia.transmorpher.graph.Transformation
Gets the parameters attribute of the Transformation object
getParameters() - Method in class fr.fluxmedia.transmorpher.graph.TransformationImpl
Gets the parameters attribute of the TransformationImpl object
getPort(int) - Method in class fr.fluxmedia.transmorpher.graph.PortList
Gets the port attribute of the PortList object
getProcess() - Method in interface fr.fluxmedia.transmorpher.graph.Call
Gets the process attribute of the Call object
getProcess() - Method in class fr.fluxmedia.transmorpher.graph.CallImpl
Gets the process attribute of the CallImpl object
getProcess() - Method in class fr.fluxmedia.transmorpher.graph.Channel
Gets the process that owns this Channel object
getProcessBasic() - Method in class fr.fluxmedia.transmorpher.engine.TProcessComposite
 
getProcessBody() - Method in class fr.fluxmedia.transmorpher.graph.Repeat
Returns the repeat process linked with this call.
getProperty(String) - Method in class fr.fluxmedia.tmcontrib.generator.AbstractXMLReader
Gets the property attribute of the AbstractXMLReader object
getProperty(String) - Static method in class fr.fluxmedia.transmorpher.utils.SystemResources
 
getRaisedException() - Method in class fr.fluxmedia.transmorpher.engine.TReader
return eventualy raised exception during thread execution
getRef() - Method in class fr.fluxmedia.transmorpher.engine.TApplyProcess
 
getRef() - Method in class fr.fluxmedia.transmorpher.graph.ApplyImpl
Gets the name of the transformation called by this ApplyImpl object
getRelocation() - Method in class fr.fluxmedia.transmorpher.application.CommandLineArgument
Gets the relocation attribute of the CommandLineArgument object
getRepeat() - Method in class fr.fluxmedia.transmorpher.graph.Iterator
Returns the owner (repeat) of the iterator.
getRoundMode() - Method in class fr.fluxmedia.transmorpher.application.CommandLineArgument
Get the filename
getRules() - Method in class fr.fluxmedia.transmorpher.graph.rules.ModTag
Gets the rules attribute of the ModTag object
getRuleset() - Method in class fr.fluxmedia.transmorpher.graph.rules.Extends
Gets the ruleset attribute of the Extends object
getSAXTFactory() - Static method in class fr.fluxmedia.transmorpher.engine.TProcessFactory
Return the sax factory
getSelect() - Method in class fr.fluxmedia.transmorpher.application.TransmorphTask.Param
 
getSource() - Method in interface fr.fluxmedia.transmorpher.action.TmAction
Get the value of source.
getSource() - Method in class fr.fluxmedia.transmorpher.action.TmActionImpl
Get the value of source.
getSource() - Method in class fr.fluxmedia.transmorpher.graph.rules.RESubst
Gets the source attribute of the RESubst object
getStrategy() - Method in class fr.fluxmedia.transmorpher.graph.ApplyRuleset
Gets the strategy attribute of the ApplyRuleset object
getStringParameter(int) - Method in class fr.fluxmedia.transmorpher.engine.ContentHandlerInfo
Get the string parameted
getStringParameter(String) - Method in class fr.fluxmedia.transmorpher.utils.StringParameters
 
getTarget() - Method in interface fr.fluxmedia.transmorpher.action.TmAction
Get the value of target.
getTarget() - Method in class fr.fluxmedia.transmorpher.action.TmActionImpl
Get the value of target.
getTarget() - Method in class fr.fluxmedia.transmorpher.graph.rules.MapAtt
Description of the Method
getTarget() - Method in class fr.fluxmedia.transmorpher.graph.rules.MapTag
Gets the target attribute of the MapTag object
getTarget() - Method in class fr.fluxmedia.transmorpher.graph.rules.ModTag
Gets the target attribute of the ModTag object
getTarget() - Method in class fr.fluxmedia.transmorpher.graph.rules.RESubst
Gets the target attribute of the RESubst object
getTest() - Method in class fr.fluxmedia.transmorpher.graph.rules.Select
 
getTestMode() - Method in class fr.fluxmedia.transmorpher.application.CommandLineArgument
Gets the testMode attribute of the CommandLineArgument object
getThreadMode() - Method in class fr.fluxmedia.transmorpher.application.CommandLineArgument
Gets the threadMode attribute of the CommandLineArgument object
getTransformation() - Method in class fr.fluxmedia.transmorpher.graph.Port
Gets the transformation attribute of the Port object
getTransformation(String) - Method in class fr.fluxmedia.transmorpher.graph.Transmorpher
Gets the transformation attribute of the Transmorpher object
getTransformations() - Method in class fr.fluxmedia.transmorpher.graph.Transmorpher
Gets the transformations attribute of the Transmorpher object
getTransformer() - Method in class fr.fluxmedia.transmorpher.engine.TTransformation
get The Transformer Handler
getTransformerFactory() - Method in class fr.fluxmedia.transmorpher.engine.TTransformation
 
getTransformerFactory() - Method in class fr.fluxmedia.transmorpher.engine.XML_Port
 
getTransformerFactory() - Method in class fr.fluxmedia.transmorpher.stdlib.StdOut
Gets the transformerFactory attribute of the StdOut object
getTransformerFactory() - Method in class fr.fluxmedia.transmorpher.stdlib.WriteFile
Gets the transformerFactory attribute of the WriteFile object
getTransformerHandler() - Method in class fr.fluxmedia.transmorpher.engine.TTransformation
get The Transformer Handler
getTransmorpher() - Method in class fr.fluxmedia.transmorpher.graph.RepeatProcess
This implementation takes into account the fact that this particular process body is imbedded into a Call.
getTransmorpher() - Method in interface fr.fluxmedia.transmorpher.graph.Transformation
Gets the transmorpher attribute of the Transformation object
getTransmorpher() - Method in class fr.fluxmedia.transmorpher.graph.TransformationImpl
Gets the transmorpher attribute of the TransformationImpl object
getType() - Method in class fr.fluxmedia.tmcontrib.iterator.ParametersIterator
Gets the type attribute of the ParametersIterator object
getType() - Method in interface fr.fluxmedia.transmorpher.action.TmAction
Get the value of type.
getType() - Method in class fr.fluxmedia.transmorpher.action.TmActionImpl
Get the value of type.
getType() - Method in class fr.fluxmedia.transmorpher.engine.TChannel
 
getType() - Method in interface fr.fluxmedia.transmorpher.engine.TIterator
 
getType() - Method in class fr.fluxmedia.transmorpher.engine.TProcessBasic
 
getType() - Method in class fr.fluxmedia.transmorpher.engine.XML_Port
Get the owner type
getType() - Method in interface fr.fluxmedia.transmorpher.graph.Call
Gets the type attribute of the Call object
getType() - Method in class fr.fluxmedia.transmorpher.graph.CallImpl
Gets the type attribute of the CallImpl object
getType() - Method in class fr.fluxmedia.transmorpher.graph.Iterator
Returns iterator type.
getType() - Method in class fr.fluxmedia.transmorpher.graph.Port
Gets the type attribute of the Port object
getType() - Method in interface fr.fluxmedia.transmorpher.graph.Transformation
Gets the type attribute of the Transformation object
getType() - Method in class fr.fluxmedia.transmorpher.graph.TransformationImpl
Gets the type attribute of the TransformationImpl object
getType() - Method in class fr.fluxmedia.transmorpher.stdlib.DirectoryIterator
 
getType() - Method in class fr.fluxmedia.transmorpher.stdlib.FileIterator
 
getType() - Method in class fr.fluxmedia.transmorpher.stdlib.FixpointIterator
 
getType() - Method in class fr.fluxmedia.transmorpher.stdlib.IntegerIterator
 
getURI() - Method in class fr.fluxmedia.transmorpher.graph.rules.Namespace
Gets the uRI attribute of the Namespace object
getValue() - Method in class fr.fluxmedia.transmorpher.graph.rules.AddAtt
Gets the value attribute of the AddAtt object
getValue() - Method in class fr.fluxmedia.transmorpher.graph.rules.DefAtt
Gets the value attribute of the DefAtt object
getVersion() - Method in class fr.fluxmedia.transmorpher.graph.Transmorpher
Gets the version attribute of the Transmorpher object

INRIA & FluxMedia
A B C D E F G H I L M N O P Q R S T U V W X
..no bottom yet...