|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ArgType | |
---|---|
edu.mit.jverbnet.data | Provides the major data types of the library |
edu.mit.jverbnet.data.semantics | Provides semantic descriptors, such as for predicates and their arguments |
Uses of ArgType in edu.mit.jverbnet.data |
---|
Methods in edu.mit.jverbnet.data that return ArgType | |
---|---|
ArgType |
ThematicRoleType.getArgType()
|
Uses of ArgType in edu.mit.jverbnet.data.semantics |
---|
Methods in edu.mit.jverbnet.data.semantics that return ArgType | |
---|---|
ArgType |
ISemanticArgType.getArgType()
Returns the argument type of which this type is the subtype. |
ArgType |
ArgTypeVerbSpecific.getArgType()
|
ArgType |
ArgTypeEvent.getArgType()
|
ArgType |
ArgTypeConstant.getArgType()
|
static ArgType |
ArgType.getById(java.lang.String id)
Returns the object corresponding to the specified xsd name. |
static ArgType |
ArgType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ArgType[] |
ArgType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |