Uses of Interface
edu.columbia.surge.FDRef

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

Methods in edu.columbia.surge that return FDRef
 FDRef FDRefFactory.create(java.lang.Object ref)
          A factory method which creates an instance of FDRef with the given object to be referrenced to as the hole.
 

Methods in edu.columbia.surge with parameters of type FDRef
 void Clause.setScopeUsingRef(FDRef ref)
          A method to set the scope of a clause by making a referrence to the desired hole of the 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 FDRef in edu.columbia.surge.hashImpl
 

Classes in edu.columbia.surge.hashImpl that implement FDRef
 class FDRefH
          This class is inherrited from the FDH class and implements the FDRef interface.
 

Methods in edu.columbia.surge.hashImpl that return FDRef
 FDRef FDRefFactoryH.create(java.lang.Object ref)
          A factory method which creates an instance of FDRefH with the given object to be referrenced to as the hole.
 

Methods in edu.columbia.surge.hashImpl with parameters of type FDRef
 void ClauseH.setScopeUsingRef(FDRef ref)
          A method to set the scope of a clause by making a referrence to the desired hole of the 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 FDRef
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.