INRIA & FluxMedia

Uses of Class
fr.fluxmedia.transmorpher.Graph.PortList

Packages that use PortList
fr.fluxmedia.transmorpher.Graph   
fr.fluxmedia.transmorpher.Parser   
 

Uses of PortList in fr.fluxmedia.transmorpher.Graph
 

Fields in fr.fluxmedia.transmorpher.Graph declared as PortList
(package private)  PortList TransformationImpl.inPorts
           
(package private)  PortList TransformationImpl.outPorts
           
(package private)  PortList CallImpl.inPorts
           
(package private)  PortList CallImpl.outPorts
           
private  PortList Repeat.tests
          The ports that must be tested for equality at each iteration
 

Methods in fr.fluxmedia.transmorpher.Graph that return PortList
 PortList TransformationImpl.inPorts()
           
 PortList TransformationImpl.outPorts()
           
 PortList CallImpl.inPorts()
           
 PortList CallImpl.outPorts()
           
 PortList Call.inPorts()
           
 PortList Call.outPorts()
           
 PortList Repeat.getTests()
           
 PortList Repeat.inBuf()
           
 PortList Repeat.tests()
           
 PortList Repeat.outBuf()
           
 PortList Transformation.inPorts()
           
 PortList Transformation.outPorts()
           
 

Methods in fr.fluxmedia.transmorpher.Graph with parameters of type PortList
 void TransformationImpl.retroNull(PortList out, PortList in)
          This is the trivial case if all the output is null then all the input are null
 void ApplyImpl.retroNull(PortList out, PortList in)
          Propagates the nullity of all its output to all its input.
 void ApplyQuery.retroNull(PortList out, PortList in)
          Propagate the nullify of its sole output to all the input.
 void Process.retroNull(PortList out, PortList in)
           
 boolean Process.retroNull(PortList out, PortList in, boolean b)
           
 void Repeat.retroNull(PortList out, PortList in)
           
 void ApplyProcess.retroNull(PortList out, PortList in)
          ask a nullify call to the called process
 void Transformation.retroNull(PortList out, PortList in)
           
 void Dispatch.retroNull(PortList out, PortList in)
          Propagates the nullity of all its output to its sole input
 void Generate.retroNull(PortList out, PortList in)
          A generate can be nullified but it will propagate to nothing
 void Serialize.retroNull(PortList out, PortList in)
          A serialize cannot be nullified
 void Merge.retroNull(PortList out, PortList in)
          Propagate the nullify of its sole output to all the input
 void ApplyRuleset.retroNull(PortList out, PortList in)
          Propagate the nullify of its sole output to all the input.
 

Uses of PortList in fr.fluxmedia.transmorpher.Parser
 

Methods in fr.fluxmedia.transmorpher.Parser with parameters of type PortList
private  void ProcessParser.fixInPorts(Transformation t, PortList list, String[] portNames)
           
private  void ProcessParser.fixOutPorts(Transformation t, PortList list, String[] portNames)
           
private  void ProcessParser.fixTests(Repeat r, PortList list, String[] portNames)
           
private  void ProcessParser.fixInBuf(Repeat r, PortList list, String[] portNames, int expected)
           
private  void ProcessParser.fixOutBuf(Repeat r, PortList list, String[] portNames, int expected)
           
private  void ProcessParser.fixInPorts(Call c, PortList list, String[] portNames, int expected, String type)
           
private  void ProcessParser.fixOutPorts(Call c, PortList list, String[] portNames, int expected, String type)
           
 void ProcessParser.registerChannelIn(PortList list, boolean Callp)
          Register a channel with its input
 void ProcessParser.registerChannelOut(PortList list, boolean Callp)
          Register a channel with its output
protected  String[] ExecutionStructure.convertPortList(PortList p)
           
protected  String[] CompilationFactory.convertPortList(PortList p)
           
 


INRIA & FluxMedia

..no bottom yet...