Uses of Interface
edu.columbia.surge.Clause

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

Methods in edu.columbia.surge that return Clause
 Clause ClauseFactory.create()
          A factory method which creates an instance of Clause without any given parameters.
 Clause ClauseFactory.create(Proc proc, Partic partic)
          A factory method to compute and return an instance of Clause class that fulfills the minimum requirement of a clause, which consists of a process and a participant.
 Clause ClauseFactory.create(Proc proc, Partic partic, java.lang.String tense, java.lang.String adverb, java.lang.String mood, java.lang.String polarity, java.lang.String complexity, boolean restrictiveness, Circum circum, PreMod preMod, java.lang.String[] scope, FDRef ref)
          A factory method to compute and return an instance of Clause class that gives user the option to create an instance of Clause with all the most common and frequently used properties.
 

Uses of Clause in edu.columbia.surge.hashImpl
 

Classes in edu.columbia.surge.hashImpl that implement Clause
 class ClauseH
          The clause category for a FD.
 

Methods in edu.columbia.surge.hashImpl that return Clause
 Clause ClauseFactoryH.create()
          A factory method which creates an instance of ClauseH without any given parameters.
 Clause ClauseFactoryH.create(Proc proc, Partic partic)
          A factory method to compute and return an instance of Clause class that fulfills the minimum requirement of a clause, which consists of a process and a participant.
 Clause ClauseFactoryH.create(Proc proc, Partic partic, java.lang.String tense, java.lang.String adverb, java.lang.String mood, java.lang.String polarity, java.lang.String complexity, boolean restrictiveness, Circum circum, PreMod preMod, java.lang.String[] scope, FDRef ref)
          A factory method to compute and return an instance of ClauseH class that gives user the option to create an instance of ClauseH with all the most common and frequently used properties.