INRIA & FluxMedia

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

Packages that use TMException
fr.fluxmedia.tmcontrib.serializer   
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.tmcontrib.serializer
 

Methods in fr.fluxmedia.tmcontrib.serializer that throw TMException
 void writevcs.setOutputStream()
          Sets the ouput of this serializer
 void RTFSerializer.setOutputStream()
          Sets the outputStream attribute of the RTFSerializer object
 void PDFSerializer.setOutputStream()
          Sets the outputStream of this PDFSerializer object
 

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

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.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 Transmorpher.generateStylesheet()
          Launches the conversion of Ruleset and Query to XSLT files
 void Ruleset.generateXSLTCode(Writer file)
          Prints the xsl for the execution of this Ruleset instance
 void Ruleset.generateXSLTStylesheet(java.lang.String reloc)
          generate the stylesheet for the Ruleset (in the correct file)
 void Transmorpher.save()
          Description of the Method
 void Transmorpher.saveAll()
          Description of the Method
 

Constructors in fr.fluxmedia.transmorpher.graph that throw TMException
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.
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).
 

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

Methods in fr.fluxmedia.transmorpher.graph.rules that throw TMException
 void Rule.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 RemTag.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 ModTag.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 Flatten.generateInsideXSLTCode(Writer file)
          Prints the XSLT code inside a ModTag template
 void Rule.generateXSLTCode(Writer file)
          Prints the XSLT template for the rule
 void ModTag.generateXSLTCode(Writer file)
          Description of the Method
 void AddTag.generateXSLTCode(Writer file)
          Description of the Method
 

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...