Uses of Class
edu.umass.cs.sase.stream.Stream

Packages that use Stream
edu.umass.cs.sase.engine   
edu.umass.cs.sase.stream   
 

Uses of Stream in edu.umass.cs.sase.engine
 

Methods in edu.umass.cs.sase.engine that return Stream
 Stream Engine.getInput()
           
 

Methods in edu.umass.cs.sase.engine with parameters of type Stream
 void EngineController.setInput(Stream input)
          Sets the input stream for the engine
 void Engine.setInput(Stream input)
           
 

Uses of Stream in edu.umass.cs.sase.stream
 

Methods in edu.umass.cs.sase.stream that return Stream
 Stream StreamController.getMyStream()
           
 

Methods in edu.umass.cs.sase.stream with parameters of type Stream
 void StreamController.setMyStream(Stream myStream)