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
private  PortList RepeatProcess.buf
           
 

Methods in fr.fluxmedia.transmorpher.Graph that return PortList
 PortList TransformationImpl.inPorts()
           
 PortList TransformationImpl.outPorts()
           
 PortList CallImpl.inPorts()
           
 PortList CallImpl.outPorts()
           
 PortList Repeat.getTests()
          Returns test ports list.
 PortList Repeat.inBuf()
          Returns the list of buffering ports.
 PortList Repeat.tests()
           
 PortList Repeat.outBuf()
           
 PortList Call.inPorts()
           
 PortList Call.outPorts()
           
 PortList Transformation.inPorts()
           
 PortList Transformation.outPorts()
           
 PortList Dispatch.outPorts()
           
 PortList RepeatProcess.bufPorts()
          Returns buf list
 PortList Merge.inPorts()
           
 

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 Process.retroNull(PortList out, PortList in)
           
 boolean Process.retroNull(PortList out, PortList in, boolean b)
           
 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 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
protected  void ProcessParser.fixInPorts(Transformation t, PortList list, java.lang.String[] portNames)
           
protected  void ProcessParser.fixOutPorts(Transformation t, PortList list, java.lang.String[] portNames)
           
protected  void ProcessParser.fixBuf(Transformation t, PortList bufList, PortList inList, java.lang.String[] portNames, int expected)
           
protected  void ProcessParser.fixOutBuf(Repeat r, PortList list, java.lang.String[] portNames, int expected)
           
protected  void ProcessParser.fixInPorts(Call c, PortList list, java.lang.String[] portNames, int expected, java.lang.String type)
           
protected  void ProcessParser.fixOutPorts(Call c, PortList list, java.lang.String[] portNames, int expected, java.lang.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
 


INRIA & FluxMedia

..no bottom yet...