Uses of Interface
edu.columbia.surge.Common

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

Methods in edu.columbia.surge that return Common
 Common CommonFactory.create()
          A factory method which creates an instance of Common without any given parameters.
 Common CommonFactory.create(java.lang.String lex)
          A factory method which creates an instance of Common with the given lexical entry.
 Common CommonFactory.create(java.lang.String lex, boolean definite)
          A factory method which creates an instance of Common with the given lexical entry and a boolean to specify whether the lex should be definite.
 

Uses of Common in edu.columbia.surge.hashImpl
 

Classes in edu.columbia.surge.hashImpl that implement Common
 class CommonH
          The Common category for a FD.
 

Methods in edu.columbia.surge.hashImpl that return Common
 Common CommonFactoryH.create()
          A factory method which creates an instance of CommonH without any given parameters.
 Common CommonFactoryH.create(java.lang.String lex)
          A factory method which creates an instance of CommonH with the given lexical entry.
 Common CommonFactoryH.create(java.lang.String lex, boolean definite)
          A factory method which creates an instance of CommonH with the given lexical entry and a boolean to specify whether the lex should be definite.