|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidConstructorException | |
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 InvalidConstructorException in edu.columbia.surge |
Methods in edu.columbia.surge that throw InvalidConstructorException | |
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. |
Partic |
ParticFactory.create(java.lang.String particName,
FD particBody)
A factory method which creates an instance of Partic with the given name and the body of the participant. |
Partic |
ParticFactory.create(java.lang.String subjectName,
FD subjectBody,
java.lang.String objectName,
FD objectBody)
A factory method which creates an instance of Partic with the given names and the bodies of the participant. |
Proper |
ProperFactory.create(java.lang.String lex)
A factory method to compute and return an object of type Proper with the given lexical entry An InvalidConstructorException will be thrown if the given lexical entry is invalid. |
Proper |
ProperFactory.create(java.lang.String lex,
boolean plurality)
A factory method to compute and return an object of type Proper with the given lexical entry and specification of plurality. |
AP |
APFactory.create(java.lang.String lex)
The factory method to create an instance of AP with the given lexical entry. |
AP |
APFactory.create(FD head)
The factory method to create an instance of AP with the given head entry represented as a FD. |
PersonalPronoun |
PersonalPronounFactory.create(java.lang.String person)
A factory method which computes and returns an instance of PersonalPronoun with the given specification of the whether the FD is in first, second or third person. |
PersonalPronoun |
PersonalPronounFactory.create(java.lang.String person,
boolean plurality,
java.lang.String gender)
A factory method which computes and returns an instance of PersonalPronoun. |
PP |
PPFactory.create(java.lang.String prep,
FD np)
A factory method which returns a PP object with the input preposition and the body of the NP which resides in the prepositional phrase. |
NP |
NPFactory.create(java.lang.String lex)
A factory method which creates an instance of NP with the given lexical entry. |
NP |
NPFactory.create(FD head)
A factory method which creates an instance of NP with the given head. |
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. |
PersonName |
PersonNameFactory.create(java.lang.String firstName,
java.lang.String middleName,
java.lang.String lastName,
java.lang.String nickName,
java.lang.String title)
|
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. |
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. |
Proc |
ProcFactory.create(java.lang.String type,
java.lang.String lex)
A factory method which takes in the lexical entry and the process type as parameters to compute and return an instance of Proc. |
Proc |
ProcFactory.create(java.lang.String type,
java.lang.String lex,
java.lang.String effect_type,
boolean agentive,
boolean effective,
java.lang.String mode,
java.lang.String relation_type,
java.lang.String polarity)
A factory method to compute and return an instance of Proc that gives user the option to create an instance of Proc with all the most common and most frequently used properties. |
Uses of InvalidConstructorException in edu.columbia.surge.hashImpl |
Methods in edu.columbia.surge.hashImpl that throw InvalidConstructorException | |
PersonName |
PersonNameFactoryH.create(java.lang.String firstName,
java.lang.String middleName,
java.lang.String lastName,
java.lang.String nickName,
java.lang.String title)
|
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. |
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. |
AP |
APFactoryH.create(java.lang.String lex)
The factory method to create an instance of APH with the given lexical entry. |
AP |
APFactoryH.create(FD head)
The factory method to create an instance of APH with the given head entry represented as a FD. |
NP |
NPFactoryH.create(java.lang.String lex)
A factory method which creates an instance of NPH with the given lexical entry. |
NP |
NPFactoryH.create(FD head)
A factory method which creates an instance of NPH with the given head. |
Partic |
ParticFactoryH.create(java.lang.String particName,
FD particBody)
A factory method which creates an instance of ParticH with the given name and the body of the participant. |
Partic |
ParticFactoryH.create(java.lang.String subjectName,
FD subjectBody,
java.lang.String objectName,
FD objectBody)
A factory method which creates an instance of ParticH with the given names and the bodies of the participant. |
Proper |
ProperFactoryH.create(java.lang.String lex)
A factory method to compute and return an object of type Proper with the given lexical entry An InvalidConstructorException will be thrown if the given lexical entry is invalid. |
Proper |
ProperFactoryH.create(java.lang.String lex,
boolean plurality)
A factory method to compute and return an object of type Proper with the given lexical entry and specification of plurality. |
PP |
PPFactoryH.create(java.lang.String prep,
FD np)
A factory method which returns a PPH object with the input preposition and the body of the NP which resides in the prepositional phrase. |
PersonalPronoun |
PersonalPronounFactoryH.create(java.lang.String person)
A factory method which computes and returns an instance of PersonalPronounH with the given specification of the whether the FD is in first, second or third person. |
PersonalPronoun |
PersonalPronounFactoryH.create(java.lang.String person,
boolean plurality,
java.lang.String gender)
A factory method which computes and returns an instance of PersonalPronounH. |
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. |
Proc |
ProcFactoryH.create(java.lang.String type,
java.lang.String lex)
A factory method which takes in the lexical entry and the process type as parameters to compute and return an instance of ProcH. |
Proc |
ProcFactoryH.create(java.lang.String type,
java.lang.String lex,
java.lang.String effect_type,
boolean agentive,
boolean effective,
java.lang.String mode,
java.lang.String relation_type,
java.lang.String polarity)
A factory method to compute and return an instance of ProcH that gives user the option to create an instance of ProcH with all the most common and most frequently used properties. |
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. |
Constructors in edu.columbia.surge.hashImpl that throw InvalidConstructorException | |
ProcH.ProcH(java.lang.String type,
java.lang.String lex)
Constructor which takes in the lexical entry and the process type as parameters to compute and return an instance of ProcH. |
|
ProcH.ProcH(java.lang.String type,
java.lang.String lex,
java.lang.String effect_type,
boolean agentive,
boolean effective,
java.lang.String mode,
java.lang.String relation_type,
java.lang.String polarity)
Constructo which computes and returns an instance of ProcH that gives user the option to create an instance of ProcH with all the most common and most frequently used properties. |
|
ClauseH.ClauseH(Proc proc,
Partic partic)
Constructor to create an instance of Clause class that fulfills the minimum requirement of a clause, which consists of a process and a participant. |
|
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. |
|
NPH.NPH(java.lang.String lex)
Constructor. |
|
NPH.NPH(FD head)
Constructor. |
|
PPH.PPH(java.lang.String prep,
FD np)
Constructor which returns a PPH object with the input preposition and the body of the NP which resides in the prepositional phrase. |
|
CommonH.CommonH(java.lang.String lex)
Constructor which creates an instance of CommonH with the given lexical entry. |
|
CommonH.CommonH(java.lang.String lex,
boolean definite)
Constructor which creates an instance of CommonH with the given lexical entry and a boolean to specify whether the lex should be definite. |
|
PersonNameH.PersonNameH(java.lang.String firstName,
java.lang.String middleName,
java.lang.String lastName,
java.lang.String nickName,
java.lang.String title)
Constructor. |
|
APH.APH(java.lang.String lex)
The constructor which takes in a lexical entry as parameter. |
|
APH.APH(FD head)
The constructor which takes in a head entry as parameter. |
|
CircumH.CircumH(java.lang.String propertyName,
FD propertyBody,
java.lang.String lex)
Constructor which creates an instance of CircumH object with the given entries that tell and specify the circumstance. |
|
CircumH.CircumH(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. |
|
ParticH.ParticH(java.lang.String particName,
FD particBody)
Constructor. |
|
ParticH.ParticH(java.lang.String subjectName,
FD subjectBody,
java.lang.String objectName,
FD objectBody)
A factory method which creates an instance of ParticH with the given names and the bodies of the participant. |
|
PreModH.PreModH(FD instrument)
Constructor which takes it the instrument of a pred-modifier as parameter to compute and return an instance of PreModH. |
|
PersonalPronounH.PersonalPronounH(java.lang.String person)
Constructor which computes and returns an instance of PersonalPronounH with the given specification of the whether the FD is in first, second or third person since specifying the person is the least requirement in creating a PersonPronoun. |
|
PersonalPronounH.PersonalPronounH(java.lang.String person,
boolean plurality,
java.lang.String gender)
A factory method which computes and returns an instance of PersonalPronounH. |
|
ProperH.ProperH(java.lang.String lex)
Constructor to compute and return an object of type Proper with the given lexical entry An InvalidConstructorException will be thrown if the given lexical entry is invalid. |
|
ProperH.ProperH(java.lang.String lex,
boolean plurality)
Construtor to compute and return an object of type Proper with the given lexical entry and specification of plurality. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |