Uses of Interface
edu.columbia.surge.Proper

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

Methods in edu.columbia.surge that return Proper
 Proper ProperFactory.create()
          A factory method which creates a default instance of ProperFactory.
 Proper ProperFactory.create(java.lang.String lex)
          A factory method to compute and return an object of type Proper with the given lexical entry An InvalidConstructorException will be thrown if the given lexical entry is invalid.
 Proper ProperFactory.create(java.lang.String lex, boolean plurality)
          A factory method to compute and return an object of type Proper with the given lexical entry and specification of plurality.
 

Uses of Proper in edu.columbia.surge.hashImpl
 

Classes in edu.columbia.surge.hashImpl that implement Proper
 class ProperH
          The proper category.
 

Methods in edu.columbia.surge.hashImpl that return Proper
 Proper ProperFactoryH.create()
          A factory method which creates a default instance of ProperFactoryH.
 Proper ProperFactoryH.create(java.lang.String lex)
          A factory method to compute and return an object of type Proper with the given lexical entry An InvalidConstructorException will be thrown if the given lexical entry is invalid.
 Proper ProperFactoryH.create(java.lang.String lex, boolean plurality)
          A factory method to compute and return an object of type Proper with the given lexical entry and specification of plurality.