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.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 TTransformation.bindParameters(Parameters p)
           
 void TSerializer.setOutputStream()
          Sets the outputStream attribute of the TSerializer object
 void TSerializer.bindParameters(Parameters p)
          Binds parameters of this object
 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 TMain.bindPorts(TProcess process)
           
 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()
           
 void Transmorpher.saveAll()
           
 void Transmorpher.generateExec(java.lang.String _reloc)
          Generates Java code for the transformation
 void Transmorpher.generateJavaCode(java.lang.String _reloc)
           
 void Ruleset.generateXSLTStylesheet(java.lang.String reloc)
          generate the stylesheet for the Query (in the correct file)
 void Ruleset.generateXSLTCode(Writer file)
          Prints the Java code for the execution of the call
 

Constructors in fr.fluxmedia.transmorpher.graph that throw TMException
StdOut(java.lang.String name, Process p, Port i, Port o)
           
StdIn(java.lang.String name, Process p, Port i, Port o)
           
 

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