|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IRestrType | |
|---|---|
| edu.mit.jverbnet.data.selection | Provides a selectional restriction framework |
| edu.mit.jverbnet.data.syntax | Provides syntactic descriptors for verb arguments |
| Uses of IRestrType in edu.mit.jverbnet.data.selection |
|---|
| Classes in edu.mit.jverbnet.data.selection that implement IRestrType | |
|---|---|
class |
PrepRestrType
Preposition restriction types. |
class |
SemRestrType
Semantic restriction types. |
class |
SynRestrType
Syntactic restriction types. |
| Uses of IRestrType in edu.mit.jverbnet.data.syntax |
|---|
| Methods in edu.mit.jverbnet.data.syntax that return types with arguments of type IRestrType | |
|---|---|
ISelRestrictions<? extends IRestrType> |
SyntaxArgDesc.getSelRestrictions()
|
ISelRestrictions<? extends IRestrType> |
SyntaxArgDesc.SyntaxArgDescBuilder.getSelRestrictions()
|
ISelRestrictions<? extends IRestrType> |
ISyntaxArgDesc.getSelRestrictions()
Returns the selectional restrictions for this argument. |
| Method parameters in edu.mit.jverbnet.data.syntax with type arguments of type IRestrType | |
|---|---|
void |
SyntaxArgDesc.SyntaxArgDescBuilder.setSelRestrictions(ISelRestrictions<? extends IRestrType> restrs)
|
void |
ISyntaxArgDesc.ISyntaxArgDescBuilder.setSelRestrictions(ISelRestrictions<? extends IRestrType> restrs)
Sets the selectional restrictions for this argument |
| Constructor parameters in edu.mit.jverbnet.data.syntax with type arguments of type IRestrType | |
|---|---|
SyntaxArgDesc.SyntaxArgDescBuilder(SyntaxArgType type,
java.lang.String value,
INounPhraseType npType,
ISelRestrictions<? extends IRestrType> selRestrs)
Creates a new builder with the specified values. |
|
SyntaxArgDesc(ISyntaxDesc parent,
INounPhraseType type,
java.lang.String value,
ISelRestrictions<? extends IRestrType> selRestrs)
Creates a new syntax argument description of the SyntaxArgType.NP
type with the specified parameters. |
|
SyntaxArgDesc(ISyntaxDesc parent,
SyntaxArgType type,
java.lang.String value,
INounPhraseType npType,
ISelRestrictions<? extends IRestrType> selRestrs)
Creates a new syntax argument description with full control. |
|
SyntaxArgDesc(ISyntaxDesc parent,
SyntaxArgType type,
java.lang.String value,
ISelRestrictions<? extends IRestrType> selRestrs)
Creates a new syntax argument description with the specified parameters. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||