|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMember
A member of a verb class.
Nested Class Summary | |
---|---|
static interface |
IMember.IMemberBuilder
A class that returns modifiable lists, that allows an immutable member object to built up and then created. |
Method Summary | |
---|---|
java.util.List<java.lang.String> |
getGroupings()
Returns a non- null , but possibly empty, list of Propbank
ids. |
java.lang.String |
getName()
Returns the name of this member. |
IVerbClass |
getVerbClass()
Returns the verb class to which this member belongs |
java.util.Map<IWordnetKey,java.lang.Boolean> |
getWordnetTypes()
Returns a non- null , but possibly empty, map of Wordnet
types. |
Method Detail |
---|
IVerbClass getVerbClass()
java.lang.String getName()
null
, empty, or
all whitespace.
java.util.Map<IWordnetKey,java.lang.Boolean> getWordnetTypes()
null
, but possibly empty, map of Wordnet
types. Each wordnet type is mapped to a boolean which indicates if the
wordnet key is prefixed with a question mark, '?'.
null
, but possibly empty, map of Wordnet types
to question mark prefixesjava.util.List<java.lang.String> getGroupings()
null
, but possibly empty, list of Propbank
ids.
null
, but possibly empty, list of Propbank ids
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |