Uses of Interface
org.intabulas.sandler.elements.Generator

Packages that use Generator
org.intabulas.sandler.elements Defines the interfaces for the sandler atom implementation 
org.intabulas.sandler.elements.impl Defines the implementation of the classes for the sandler atom implementation 
 

Uses of Generator in org.intabulas.sandler.elements
 

Methods in org.intabulas.sandler.elements that return Generator
 Generator Feed.getGenerator()
           
 

Methods in org.intabulas.sandler.elements with parameters of type Generator
 void Feed.setGenerator(Generator generator)
           
 

Uses of Generator in org.intabulas.sandler.elements.impl
 

Classes in org.intabulas.sandler.elements.impl that implement Generator
 class GeneratorImpl
          GeneratorImpl
 

Methods in org.intabulas.sandler.elements.impl that return Generator
 Generator FeedImpl.getGenerator()
           
 

Methods in org.intabulas.sandler.elements.impl with parameters of type Generator
 void FeedImpl.setGenerator(Generator generator)
           
 



Copyright © 2003-2004 Mark Lussier. All Rights Reserved.