|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ISelRestrictions.Logic | |
---|---|
edu.mit.jverbnet.data.selection | Provides a selectional restriction framework |
Uses of ISelRestrictions.Logic in edu.mit.jverbnet.data.selection |
---|
Methods in edu.mit.jverbnet.data.selection that return ISelRestrictions.Logic | |
---|---|
ISelRestrictions.Logic |
SelRestrictions.getLogic()
|
ISelRestrictions.Logic |
ISelRestrictions.getLogic()
Returns either null or the logic used to combine subelements
of this instance. |
static ISelRestrictions.Logic |
ISelRestrictions.Logic.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ISelRestrictions.Logic[] |
ISelRestrictions.Logic.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in edu.mit.jverbnet.data.selection with parameters of type ISelRestrictions.Logic | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |