Uses of Interface
edu.columbia.surge.Circum

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

Methods in edu.columbia.surge that return Circum
 Circum CircumFactory.create()
          The default factory method which creates an default instance of Circum object without any parameters.
 Circum CircumFactory.create(java.lang.String propertyName, FD propertyBody, java.lang.String lex)
          The factory method which creates an instance of Circum object with the given entries that tell and specify the circumstance.
 Circum CircumFactory.create(FD behalf, FD effect, FD inLoc, FD manner, FD purpose, FD reason, FD time, java.lang.String lex)
          The factory method which creates an instance of Circums object with the given entries that tell and specify the circumstance.
 

Methods in edu.columbia.surge with parameters of type Circum
 void Clause.setCircum(Circum circum)
          A method to set the circumstance of a clause.
 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 Circum in edu.columbia.surge.hashImpl
 

Classes in edu.columbia.surge.hashImpl that implement Circum
 class CircumH
          The circumstance category.
 

Methods in edu.columbia.surge.hashImpl that return Circum
 Circum CircumFactoryH.create()
          The default factory method which creates an default instance of CircumH object without any parameters.
 Circum CircumFactoryH.create(java.lang.String propertyName, FD propertyBody, java.lang.String lex)
          The factory method which creates an instance of CircumH object with the given entries that tell and specify the circumstance.
 Circum CircumFactoryH.create(FD behalf, FD effect, FD inLoc, FD manner, FD purpose, FD reason, FD time, java.lang.String lex)
          The factory method which creates an instance of CircumH object with the given entries that tell and specify the circumstance.
 

Methods in edu.columbia.surge.hashImpl with parameters of type Circum
 void ClauseH.setCircum(Circum circum)
          A method to set the circumstance of a clause.
 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.
 

Constructors in edu.columbia.surge.hashImpl with parameters of type Circum
ClauseH.ClauseH(Proc proc, Partic partic, java.lang.String tense, java.lang.String adverb, java.lang.String mood, java.lang.String polarity, java.lang.String complex, boolean restrictiveness, Circum circum, PreMod preMod, java.lang.String[] scope, FDRef ref)
          Constructor to create 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.