Uses of Interface
edu.columbia.surge.NPFactory

Packages that use NPFactory
edu.columbia.surge This package contains all the interfaces of the API. 
edu.columbia.surge.hashImpl This package contains an implementation using hash tables. 
 

Uses of NPFactory in edu.columbia.surge
 

Fields in edu.columbia.surge declared as NPFactory
static NPFactory NPFactory.factory
          The static instance which helps users to access to the methods in this class.
 

Uses of NPFactory in edu.columbia.surge.hashImpl
 

Classes in edu.columbia.surge.hashImpl that implement NPFactory
 class NPFactoryH
          This class holds the factory methods for the NP class.