INRIA & FluxMedia

Uses of Class
fr.fluxmedia.transmorpher.graph.Repeat

Packages that use Repeat
fr.fluxmedia.transmorpher.graph   
fr.fluxmedia.transmorpher.parser   
 

Uses of Repeat in fr.fluxmedia.transmorpher.graph
 

Fields in fr.fluxmedia.transmorpher.graph declared as Repeat
protected  Repeat RepeatProcess.caller
          The repeat call
protected  Repeat Iterator.repeat
          The owner .
 

Methods in fr.fluxmedia.transmorpher.graph that return Repeat
 Repeat RepeatProcess.getCaller()
          Gets the caller attribute of the RepeatProcess object
 Repeat Iterator.getRepeat()
          Returns the owner (repeat) of the iterator.
 

Constructors in fr.fluxmedia.transmorpher.graph with parameters of type Repeat
RepeatProcess(java.lang.String name, Repeat repeat, int nbIn, int nbOut, int nbBuf)
          Constructor for the RepeatProcess object
Iterator(java.lang.String name, java.lang.String type, Repeat repeat)
          Creates an instance of iterator.
 

Uses of Repeat in fr.fluxmedia.transmorpher.parser
 

Methods in fr.fluxmedia.transmorpher.parser with parameters of type Repeat
protected  void ProcessParser.fixOutBuf(Repeat r, PortList list, java.lang.String[] portNames, int expected)
          Creates the out buffered ports of a repeat.
 


INRIA & FluxMedia

..no bottom yet...