INRIA & FluxMedia

fr.fluxmedia.transmorpher.Parser
Class ExecutionStructure

java.lang.Object
  |
  +--fr.fluxmedia.transmorpher.Parser.ExecutionStructure

public class ExecutionStructure
extends Object


Field Summary
(package private)  TMain iMain
           
(package private)  TProcessFactory iProcessFactory
           
(package private)  Transmorpher iTransmorpher
           
 
Constructor Summary
ExecutionStructure(Transmorpher pTransmorpher)
           
 
Method Summary
protected  String[] convertPortList(PortList p)
           
 void exec(Parameters p)
           
private  TMain generateExec(Transformation pMain)
           
protected  TProcess startMain(Transformation pMain)
           
 TProcess startProcess(Call currentGraphElement, TProcess currentProcess)
           
 TProcess startProcess(Transformation currentGraphElement, TProcess currentProcess)
           
protected  void startProcessApplyProcess(Call currentGraphElement, TProcessComposite currentProcess)
           
protected  void startProcessConnector(Call currentGraphElement, TProcessComposite currentProcess)
           
protected  void startProcessDispatcher(Call currentGraphElement, TProcessComposite currentProcess)
           
protected  void startProcessQuery(Call currentGraphElement, TProcessComposite currentProcess)
           
protected  void startProcessReader(Call currentGraphElement, TProcessComposite currentProcess)
           
protected  void startProcessSerializer(Call currentGraphElement, TProcessComposite currentProcess)
           
protected  void startProcessXslt(Call currentGraphElement, TProcessComposite currentProcess)
           
protected  void startRuleSet(Call currentGraphElement, TProcessComposite currentProcess)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

iMain

TMain iMain

iProcessFactory

TProcessFactory iProcessFactory

iTransmorpher

Transmorpher iTransmorpher
Constructor Detail

ExecutionStructure

public ExecutionStructure(Transmorpher pTransmorpher)
Method Detail

exec

public void exec(Parameters p)
          throws Exception

generateExec

private TMain generateExec(Transformation pMain)
                    throws Exception

startProcess

public final TProcess startProcess(Transformation currentGraphElement,
                                   TProcess currentProcess)

startProcess

public final TProcess startProcess(Call currentGraphElement,
                                   TProcess currentProcess)

convertPortList

protected final String[] convertPortList(PortList p)

startMain

protected final TProcess startMain(Transformation pMain)
                            throws Exception

startProcessReader

protected final void startProcessReader(Call currentGraphElement,
                                        TProcessComposite currentProcess)
                                 throws Exception

startProcessSerializer

protected final void startProcessSerializer(Call currentGraphElement,
                                            TProcessComposite currentProcess)
                                     throws Exception

startProcessDispatcher

protected final void startProcessDispatcher(Call currentGraphElement,
                                            TProcessComposite currentProcess)

startProcessConnector

protected final void startProcessConnector(Call currentGraphElement,
                                           TProcessComposite currentProcess)

startProcessXslt

protected final void startProcessXslt(Call currentGraphElement,
                                      TProcessComposite currentProcess)
                               throws TransformerException,
                                      TransformerConfigurationException,
                                      SAXException,
                                      IOException

startRuleSet

protected final void startRuleSet(Call currentGraphElement,
                                  TProcessComposite currentProcess)
                           throws TransformerException,
                                  TransformerConfigurationException,
                                  SAXException,
                                  IOException

startProcessQuery

protected final void startProcessQuery(Call currentGraphElement,
                                       TProcessComposite currentProcess)
                                throws TransformerException,
                                       TransformerConfigurationException,
                                       SAXException,
                                       IOException

startProcessApplyProcess

protected final void startProcessApplyProcess(Call currentGraphElement,
                                              TProcessComposite currentProcess)
                                       throws TransformerException,
                                              TransformerConfigurationException,
                                              SAXException,
                                              IOException

INRIA & FluxMedia

..no bottom yet...