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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
A method to state the error message when this exception is thrown.
toString() -
Method in class edu.columbia.surge.hashImpl.FDH
Override the toString() method inherrited from HashMap, this
method unifies the FD into its equivalent lisp-string
representation by calling the private toString method.