|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IPredicate | |
---|---|
net.sourceforge.nrl.parser.ast.constraints | |
net.sourceforge.nrl.parser.ast.constraints.impl |
Uses of IPredicate in net.sourceforge.nrl.parser.ast.constraints |
---|
Subinterfaces of IPredicate in net.sourceforge.nrl.parser.ast.constraints | |
---|---|
interface |
IBinaryPredicate
A binary predicate compares two expressions for the purpose of returning a Boolean result. |
interface |
IIsInPredicate
"is in" returns true if a value is in a comma-separated list of identifiers. |
interface |
IIsNotInPredicate
"is not in" returns true if a value is NOT in a comma-separated list of identifiers. |
interface |
IIsSubtypePredicate
Checks if a model reference refers to a sub-type of a specified type. |
Uses of IPredicate in net.sourceforge.nrl.parser.ast.constraints.impl |
---|
Classes in net.sourceforge.nrl.parser.ast.constraints.impl that implement IPredicate | |
---|---|
class |
BinaryPredicateImpl
|
class |
IsInPredicateImpl
|
class |
IsNotInPredicateImpl
|
class |
IsSubtypePredicateImpl
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |