Uses of Interface
edu.columbia.surge.AP

Packages that use AP
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 AP in edu.columbia.surge
 

Methods in edu.columbia.surge that return AP
 AP APFactory.create()
          The factory method to create a default instance of AP without ay parameters.
 AP APFactory.create(java.lang.String lex)
          The factory method to create an instance of AP with the given lexical entry.
 AP APFactory.create(FD head)
          The factory method to create an instance of AP with the given head entry represented as a FD.
 

Uses of AP in edu.columbia.surge.hashImpl
 

Classes in edu.columbia.surge.hashImpl that implement AP
 class APH
          This is the class that implements the AP interface and is implemented in the form of a HashMap as it is inherrited from the FDH class.
 

Methods in edu.columbia.surge.hashImpl that return AP
 AP APFactoryH.create()
          The factory method to create a default instance of APH without ay parameters.
 AP APFactoryH.create(java.lang.String lex)
          The factory method to create an instance of APH with the given lexical entry.
 AP APFactoryH.create(FD head)
          The factory method to create an instance of APH with the given head entry represented as a FD.