|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IHasID | |
---|---|
edu.mit.jverbnet.data | Provides the major data types of the library |
edu.mit.jverbnet.data.selection | Provides a selectional restriction framework |
edu.mit.jverbnet.data.semantics | Provides semantic descriptors, such as for predicates and their arguments |
edu.mit.jverbnet.data.syntax | Provides syntactic descriptors for verb arguments |
Uses of IHasID in edu.mit.jverbnet.data |
---|
Subinterfaces of IHasID in edu.mit.jverbnet.data | |
---|---|
interface |
IVerbnetType
A verbnet type is (generally) a type that is found in the verbnet XSD file. |
Classes in edu.mit.jverbnet.data that implement IHasID | |
---|---|
class |
FrameType
Primary description types. |
class |
ThematicRoleType
Selection restriction value types. |
Methods in edu.mit.jverbnet.data with parameters of type IHasID | |
---|---|
static void |
VerbnetTypes.printIdWarnings(java.lang.Class<? extends IHasID> cls,
IHasID type,
java.lang.String id)
Prints a warning to standard err if the type is null or the
type's id does not match the specified id exactly (e.g., it differs in
case). |
Method parameters in edu.mit.jverbnet.data with type arguments of type IHasID | |
---|---|
static void |
VerbnetTypes.printIdNormalizationWarning(java.lang.Class<? extends IHasID> type,
java.lang.String id)
Prints a warning to standard err if the type's id does not match the specified id exactly (e.g., it differs in case). |
static void |
VerbnetTypes.printIdUnknownWarning(java.lang.Class<? extends IHasID> cls,
java.lang.String id)
Prints a warning to standard err that the specified id is unknown for the specified type |
static void |
VerbnetTypes.printIdWarnings(java.lang.Class<? extends IHasID> cls,
IHasID type,
java.lang.String id)
Prints a warning to standard err if the type is null or the
type's id does not match the specified id exactly (e.g., it differs in
case). |
Uses of IHasID in edu.mit.jverbnet.data.selection |
---|
Subinterfaces of IHasID in edu.mit.jverbnet.data.selection | |
---|---|
interface |
IRestrType
This is a marker interface implemented by the types that are commonly found as keys in selection restriction maps. |
Classes in edu.mit.jverbnet.data.selection that implement IHasID | |
---|---|
class |
PrepRestrType
Preposition restriction types. |
class |
SemRestrType
Semantic restriction types. |
class |
SynRestrType
Syntactic restriction types. |
Uses of IHasID in edu.mit.jverbnet.data.semantics |
---|
Subinterfaces of IHasID in edu.mit.jverbnet.data.semantics | |
---|---|
interface |
ISemanticArgType
A verbnet type that represents subtypes of a particular ArgType
value. |
Classes in edu.mit.jverbnet.data.semantics that implement IHasID | |
---|---|
class |
ArgType
Argument types. |
class |
ArgTypeConstant
The subtypes of constant argument type. |
class |
ArgTypeEvent
The subtypes of event argument type. |
class |
ArgTypeVerbSpecific
The subtypes of verb specific argument type. |
class |
PredicateType
Predicate types. |
Uses of IHasID in edu.mit.jverbnet.data.syntax |
---|
Subinterfaces of IHasID in edu.mit.jverbnet.data.syntax | |
---|---|
interface |
INounPhraseType
Marker interface for noun phrase types. |
Classes in edu.mit.jverbnet.data.syntax that implement IHasID | |
---|---|
class |
AuxNounPhraseType
Selection restriction value types. |
class |
SyntaxArgType
Syntactic argument types. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |