INRIA & FluxMedia

Uses of Class
fr.fluxmedia.transmorpher.utils.TMException

Packages that use TMException
fr.fluxmedia.transmorpher.application   
fr.fluxmedia.transmorpher.engine   
fr.fluxmedia.transmorpher.graph   
fr.fluxmedia.transmorpher.graph.rules   
fr.fluxmedia.transmorpher.stdlib   
fr.fluxmedia.transmorpher.utils   
 

Uses of TMException in fr.fluxmedia.transmorpher.application
 

Methods in fr.fluxmedia.transmorpher.application that throw TMException
 void CommandLineArgument.argsAnalyse(java.lang.String[] pArgs)
          Analyse the command line arguments
 

Uses of TMException in fr.fluxmedia.transmorpher.engine
 

Methods in fr.fluxmedia.transmorpher.engine that throw TMException
 void TProcess_Impl.reset()
           
 void TProcess_Impl.bindParameters(Parameters p)
           
 java.lang.String TProcess_Impl.getNameIn(int i)
          get all the name of in port
 java.lang.String TProcess_Impl.getNameOut(int i)
          get all the name of out port
 void TProcessComposite.bindParameters(Parameters p)
           
 void TProcessComposite.bindPorts()
           
 void TProcessComposite.bindPorts(TProcess process)
           
 void TLoop.bindPorts(TProcess process)
          links ports and creates feedbacks.
 void TLoop.reset()
          Initializes all inner processes for a new loop.
 void TProcessComponent.bindPorts(TProcess process)
           
 void TTransformation.bindParameters(Parameters p)
          Description of the Method
 void TMain.bindPorts(TProcess process)
           
 void TSerializer.setOutputStream()
          Sets the outputStream attribute of the TSerializer object
 void TSerializer.bindParameters(Parameters p)
          Binds parameters of this object
 java.lang.String TProcess.getNameOut(int i)
           
 java.lang.String TProcess.getNameIn(int i)
           
 void TProcess.reset()
           
 void TProcess.bindParameters(Parameters p)
          bind the parameters of the process to the runtime parameters
static void XML_Port.link(XML_Port p1, XML_Port p2)
          Link two ports
 void TApplyProcess.bindPorts(TProcess process)
           
 void TApplyProcess.reset()
          Initializes inner processes when ApplyProcess is inside a Loop.
 

Constructors in fr.fluxmedia.transmorpher.engine that throw TMException
TChannel(java.lang.String name, java.lang.Object out, java.lang.Object in)
           
 

Uses of TMException in fr.fluxmedia.transmorpher.graph
 

Methods in fr.fluxmedia.transmorpher.graph that throw TMException
 void Transmorpher.save()
          Description of the Method
 void Transmorpher.saveAll()
          Description of the Method
 void Transmorpher.generateStylesheet()
          Launches the conversion of Ruleset and Query to XSLT files
 void Transmorpher.generateExec(java.lang.String reloc)
          Generates the execution structure corresponding to this Transmorpher instance
 void Transmorpher.generateJavaCode(java.lang.String reloc)
          Generates a java code description for this Transmorpher instance
 void Ruleset.generateXSLTStylesheet(java.lang.String reloc)
          generate the stylesheet for the Ruleset (in the correct file)
 void Ruleset.generateXSLTCode(Writer file)
          Prints the xsl for the execution of this Ruleset instance
 

Constructors in fr.fluxmedia.transmorpher.graph that throw TMException
StdOut(java.lang.String name, Process process, Port in, Port out)
          Creates an instance of SdtIn with a name ,a process, an in port and an out port (null).
StdIn(java.lang.String name, Process process, Port in, Port out)
          Creates an instance of SdtIn with a name ,a process, an in port (null) and an out port.
 

Uses of TMException in fr.fluxmedia.transmorpher.graph.rules
 

Methods in fr.fluxmedia.transmorpher.graph.rules that throw TMException
 void ModTag.generateXSLTCode(Writer file)
          Description of the Method
 void ModTag.generateInsideXSLTCode(Writer file)
          Prints the XSLT code inside a ModTag template
 void RemAtt.generateInsideXSLTCode(Writer file)
          Prints the XSLT code inside a ModTag template
 void Flatten.generateInsideXSLTCode(Writer file)
          Prints the XSLT code inside a ModTag template
 void RemTag.generateInsideXSLTCode(Writer file)
          Prints the XSLT code inside a ModTag template
 void RESubst.generateInsideXSLTCode(Writer file)
          Prints the XSLT code inside a ModTag template
 void AddTag.generateInsideXSLTCode(Writer file)
          Prints the XSLT code inside a ModTag template
 void MapTag.generateInsideXSLTCode(Writer file)
          Prints the XSLT code inside a ModTag template
 void Rule.generateXSLTCode(Writer file)
          Prints the XSLT template for the rule
 void Rule.generateInsideXSLTCode(Writer file)
          Prints the XSLT code inside a ModTag template
 

Uses of TMException in fr.fluxmedia.transmorpher.stdlib
 

Methods in fr.fluxmedia.transmorpher.stdlib that throw TMException
 void WriteFile.setOutputStream()
          Sets the ouput file of this serializer
 

Uses of TMException in fr.fluxmedia.transmorpher.utils
 

Subclasses of TMException in fr.fluxmedia.transmorpher.utils
 class TMRuntimeException
           
 


INRIA & FluxMedia

..no bottom yet...