|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ISelRestrictions | |
|---|---|
| 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.syntax | Provides syntactic descriptors for verb arguments |
| edu.mit.jverbnet.parse | Provides XML handlers specifically implemented for Verbnet data |
| Uses of ISelRestrictions in edu.mit.jverbnet.data |
|---|
| Methods in edu.mit.jverbnet.data that return ISelRestrictions | |
|---|---|
ISelRestrictions<SemRestrType> |
ThematicRole.getSelRestrictions()
|
ISelRestrictions<SemRestrType> |
ThematicRole.ThematicRoleBuilder.getSelRestrictions()
|
ISelRestrictions<SemRestrType> |
IThematicRole.getSelRestrictions()
Returns the selectional restrictions of this thematic role. |
| Methods in edu.mit.jverbnet.data with parameters of type ISelRestrictions | |
|---|---|
void |
ThematicRole.ThematicRoleBuilder.setSelRestrictions(ISelRestrictions<SemRestrType> selRestrs)
|
void |
IThematicRole.IThematicRoleBuilder.setSelRestrictions(ISelRestrictions<SemRestrType> selRestrs)
Sets the selectional restrictions for this thematic role |
| Constructors in edu.mit.jverbnet.data with parameters of type ISelRestrictions | |
|---|---|
ThematicRole(IVerbClass parent,
ThematicRoleType type,
ISelRestrictions<SemRestrType> selRestrs)
Creates a new thematic role with the specified parameters |
|
| Uses of ISelRestrictions in edu.mit.jverbnet.data.selection |
|---|
| Classes in edu.mit.jverbnet.data.selection that implement ISelRestrictions | |
|---|---|
class |
SelRestrictions<T extends IVerbnetType>
A set of selectional restrictions. |
| Methods in edu.mit.jverbnet.data.selection that return types with arguments of type ISelRestrictions | |
|---|---|
java.util.List<ISelRestrictions<T>> |
SelRestrictions.getSubSelRestrictions()
|
java.util.List<ISelRestrictions<T>> |
ISelRestrictions.getSubSelRestrictions()
Returns a list of sub restrictions for this instance. |
| Constructor parameters in edu.mit.jverbnet.data.selection with type arguments of type ISelRestrictions | |
|---|---|
SelRestrictions(ISelRestrictions.Logic logic,
java.util.Map<T,java.lang.Boolean> typeRestrs,
java.util.List<ISelRestrictions<T>> subRestrs)
Creates a new set of selectional restrictions with the specified arguments. |
|
| Uses of ISelRestrictions in edu.mit.jverbnet.data.syntax |
|---|
| Methods in edu.mit.jverbnet.data.syntax that return ISelRestrictions | |
|---|---|
ISelRestrictions<? extends IRestrType> |
SyntaxArgDesc.getSelRestrictions()
|
ISelRestrictions<? extends IRestrType> |
SyntaxArgDesc.SyntaxArgDescBuilder.getSelRestrictions()
|
ISelRestrictions<? extends IRestrType> |
ISyntaxArgDesc.getSelRestrictions()
Returns the selectional restrictions for this argument. |
| Methods in edu.mit.jverbnet.data.syntax with parameters of type ISelRestrictions | |
|---|---|
void |
SyntaxArgDesc.SyntaxArgDescBuilder.setSelRestrictions(ISelRestrictions<? extends IRestrType> restrs)
|
void |
ISyntaxArgDesc.ISyntaxArgDescBuilder.setSelRestrictions(ISelRestrictions<? extends IRestrType> restrs)
Sets the selectional restrictions for this argument |
| Constructors in edu.mit.jverbnet.data.syntax with parameters of type ISelRestrictions | |
|---|---|
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. |
|
| Uses of ISelRestrictions in edu.mit.jverbnet.parse |
|---|
| Methods in edu.mit.jverbnet.parse that return ISelRestrictions | |
|---|---|
ISelRestrictions<T> |
SelRestrictionsHandler.doGetElement()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||