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 CallImpl.inPorts
           
(package private)  PortList CallImpl.outPorts
           
(package private)  PortList TransformationImpl.inPorts
           
(package private)  PortList TransformationImpl.outPorts
           
private  PortList RepeatProcess.buf
           
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 CallImpl.inPorts()
           
 PortList CallImpl.outPorts()
           
 PortList TransformationImpl.inPorts()
           
 PortList TransformationImpl.outPorts()
           
 PortList RepeatProcess.bufPorts()
          Returns buf list
 PortList Dispatch.outPorts()
           
 PortList Transformation.inPorts()
           
 PortList Transformation.outPorts()
           
 PortList Call.inPorts()
           
 PortList Call.outPorts()
           
 PortList Repeat.getTests()
          Returns test ports list.
 PortList Repeat.inBuf()
          Returns the list of buffering ports.
 PortList Repeat.tests()
           
 PortList Repeat.outBuf()
           
 PortList Merge.inPorts()
           
 

Methods in fr.fluxmedia.transmorpher.graph with parameters of type PortList
 void ApplyImpl.retroNull(PortList out, PortList in)
          Propagates the nullity of all its output to all its input.
 void ApplyProcess.retroNull(PortList out, PortList in)
          ask a nullify call to the called process
 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 ApplyRuleset.retroNull(PortList out, PortList in)
          Propagate the nullify of its sole output to all the input.
 void Dispatch.retroNull(PortList out, PortList in)
          Propagates the nullity of all its output to its sole input
 void Transformation.retroNull(PortList out, PortList in)
           
 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 Repeat.retroNull(PortList out, PortList in)
           
 void Merge.retroNull(PortList out, PortList in)
          Propagate the nullify of its sole output to all the input
 void ApplyQuery.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...