Uses of Class
streamit.library.FeedbackLoop

Packages that use FeedbackLoop
streamit.library The main library package. 
streamit.library.iriter Implements the iterators necessary for communicating with scheduler2. 
streamit.library.jcc   
 

Uses of FeedbackLoop in streamit.library
 

Subclasses of FeedbackLoop in streamit.library
 class StreamItFeedbackLoop
          This class indicates that a stream is a toplevel structure that can be executed.
 

Uses of FeedbackLoop in streamit.library.iriter
 

Methods in streamit.library.iriter with parameters of type FeedbackLoop
 FeedbackLoopIter IterFactory.newFrom(FeedbackLoop fl)
          Returns a new iterator for
 FeedbackLoopIter BasicIterFactory.newFrom(FeedbackLoop fl)
          Returns a new basic iterator for
 

Uses of FeedbackLoop in streamit.library.jcc
 

Fields in streamit.library.jcc declared as FeedbackLoop
protected  FeedbackLoop JccFeedbackLoop.feedbackLoop
           
 

Methods in streamit.library.jcc with parameters of type FeedbackLoop
protected  JccFeedbackLoop StreamItToJcc.convertFeedbackLoop(FeedbackLoop feedbackLoop)
          Creates a JccFeedbackLoop from a FeedbackLoop.