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
protected  PortList CallImpl.inPorts
          The storage structure for the in ports of this call
protected  PortList CallImpl.outPorts
          The storage structure for the out ports of this call
protected  PortList TransformationImpl.inPorts
          The list of in ports
protected  PortList TransformationImpl.outPorts
          The list of out ports
protected  PortList RepeatProcess.buf
          The list of buffered ports
 

Methods in fr.fluxmedia.transmorpher.graph that return PortList
 PortList CallImpl.inPorts()
          Returns the storage object of the in ports
 PortList CallImpl.outPorts()
          Returns the storage object of the out ports
 PortList TransformationImpl.inPorts()
          Gets the list of in ports
 PortList TransformationImpl.outPorts()
          Gets the list of out ports
 PortList RepeatProcess.bufPorts()
          Returns buf list
 PortList Transformation.inPorts()
          Gets the in ports list of this Trasnformation instance
 PortList Transformation.outPorts()
          Gets the in ports list of this Trasnformation instance
 PortList Call.inPorts()
          Returns the PortList which contains the in ports of this Call
 PortList Call.outPorts()
          Returns the PortList which contains the out ports of this Call
 PortList Repeat.inBuf()
          Returns the list of buffering ports.
 PortList Repeat.outBuf()
          Description of the Method
 

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)
          Description of the Method
 boolean Process.retroNull(PortList out, PortList in, boolean b)
          Description of the Method
 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)
          Description of the Method
 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)
          Description of the Method
 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)
          Creates the in ports of a transformation.
protected  void ProcessParser.fixOutPorts(Transformation t, PortList list, java.lang.String[] portNames)
          Creates the out ports of a transformation.
protected  void ProcessParser.fixBuf(Transformation t, PortList bufList, PortList inList, java.lang.String[] portNames, int expected)
          Creates the buffered ports of a transformation.
protected  void ProcessParser.fixOutBuf(Repeat r, PortList list, java.lang.String[] portNames, int expected)
          Creates the out buffered ports of a repeat.
protected  void ProcessParser.fixInPorts(Call c, PortList list, java.lang.String[] portNames, int expected, java.lang.String type)
          Creates the in ports of a call.
protected  void ProcessParser.fixOutPorts(Call c, PortList list, java.lang.String[] portNames, int expected, java.lang.String type)
          Creates the out ports of a call.
 void ProcessParser.registerChannelIn(PortList list, boolean Callp)
          Register a channel with its input The algorithm depends on the context (transformation or call) If we are in a Transformation: the in are input for the channel, they cannot be anything but Channel the out are output for the channel, they cannot be anything but Channel If we are in a Call: the in are output to the channel, they cannot be anything but Channel and _stdin_ the out are input to the channel, they cannot be anything but Channel and _stdout_ or _null_
 void ProcessParser.registerChannelOut(PortList list, boolean Callp)
          Register a channel with its output The algorithm depends on the context (transformation or call) If we are in a Transformation: the in are input for the channel, they cannot be anything but Channel the out are output for the channel, they cannot be anything but Channel If we are in a Call: the in are output to the channel, they cannot be anything but Channel and _stdin_ the out are input to the channel, they cannot be anything but Channel and _stdout_ or _null_
 


INRIA & FluxMedia

..no bottom yet...