|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidPathException | |
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 InvalidPathException in edu.columbia.surge |
Methods in edu.columbia.surge that throw InvalidPathException | |
void |
Clause.setAdverb(java.lang.String adverb)
A method to set the adverb of a clause. |
java.lang.Object |
FD.toXML()
A method that outputs the FD to an XML. |
void |
FD.putPath(java.lang.String[] path,
java.lang.Object newValue)
A method for user to put a new value object into the key of a FD that is specified by the given existing path. |
void |
FD.putPath(java.lang.String path,
java.lang.Object newValue)
A method for user to put a new value object into the key of a FD that is specified by the given existing path. |
void |
FD.putPathOverride(java.lang.String[] path,
java.lang.Object newValue)
A method for user to put a new value object associate with the key of a FD that is specified by the given existing path. |
void |
FD.putPathOverride(java.lang.String path,
java.lang.Object newValue)
A method for user to put a new value object associate with the key of a FD that is specified by the given existing path. |
java.lang.Object |
FD.getPath(java.lang.String[] path)
A method to return the object that associates with the given path. |
java.lang.Object |
FD.getPath(java.lang.String path)
A method to return the object that associates with the given path. |
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. |
void |
PersonName.setFirstName(java.lang.String firstName)
A method to set the first name of the person |
void |
PersonName.setLastName(java.lang.String lastName)
A method to set the last name of the person |
void |
PersonName.setMiddleName(java.lang.String middleName)
A method to set the middle name of the person |
void |
PersonName.setNickName(java.lang.String nickName)
A method to set the nickname of the person |
void |
PersonName.setTitle(java.lang.String title)
A method to set the title of the person |
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. |
void |
PP.setPrep(java.lang.String preposition)
A method to set the preposition of a prepositional phrase |
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)
|
Uses of InvalidPathException in edu.columbia.surge.hashImpl |
Methods in edu.columbia.surge.hashImpl that throw InvalidPathException | |
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. |
java.lang.Object |
FDH.toXML()
A method to exports the FD in the form of XML. |
void |
FDH.putPath(java.lang.String[] path,
java.lang.Object newValue)
A method for user to put a new value object into the key of a FD that is specified by the given existing path. |
void |
FDH.putPath(java.lang.String path,
java.lang.Object newValue)
A method for user to put a new value object into the key of a FD that is specified by the given existing path. |
void |
FDH.putPathOverride(java.lang.String[] path,
java.lang.Object newValue)
A method for user to put a new value object associate with the key of a FD that is specified by the given existing path. |
void |
FDH.putPathOverride(java.lang.String path,
java.lang.Object newValue)
A method for user to put a new value object associate with the key of a FD that is specified by the given existing path. |
java.lang.Object |
FDH.getPath(java.lang.String[] path)
A method to return the object that associates with the given path. |
java.lang.Object |
FDH.getPath(java.lang.String path)
A method to return the object that associates with the given path. |
void |
ClauseH.setAdverb(java.lang.String adverb)
A method to set the adverb of a clause. |
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. |
void |
PPH.setPrep(java.lang.String preposition)
A method to set the preposition of a prepositional phrase |
void |
PersonNameH.setFirstName(java.lang.String firstName)
|
void |
PersonNameH.setMiddleName(java.lang.String middleName)
|
void |
PersonNameH.setLastName(java.lang.String lastName)
|
void |
PersonNameH.setNickName(java.lang.String nickName)
|
void |
PersonNameH.setTitle(java.lang.String title)
|
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. |
Constructors in edu.columbia.surge.hashImpl that throw InvalidPathException | |
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. |
|
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. |
|
PersonNameH.PersonNameH(java.lang.String firstName,
java.lang.String middleName,
java.lang.String lastName,
java.lang.String nickName,
java.lang.String title)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |