Uses of Interface
edu.columbia.surge.PreMod

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

Methods in edu.columbia.surge that return PreMod
 PreMod PreModFactory.create()
          A factory method which creates a default instance of PreMod.
 PreMod PreModFactory.create(FD instrument)
          A factory method which takes it the instrument of a pred-modifier as parameter to compute and return an instance of PreMod.
 

Methods in edu.columbia.surge with parameters of type PreMod
 void Clause.setPreMod(PreMod preMod)
          A method to set the pre-modifier 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 PreMod in edu.columbia.surge.hashImpl
 

Classes in edu.columbia.surge.hashImpl that implement PreMod
 class PreModH
          The pred-modif category.
 

Methods in edu.columbia.surge.hashImpl that return PreMod
 PreMod PreModFactoryH.create()
          A factory method which creates a default instance of PreModH.
 PreMod PreModFactoryH.create(FD instrument)
          A factory method which takes it the instrument of a pred-modifier as parameter to compute and return an instance of PreModH.
 

Methods in edu.columbia.surge.hashImpl with parameters of type PreMod
 void ClauseH.setPreMod(PreMod preMod)
          A method to set the pre-modifier 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 PreMod
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.