| Package | Description |
|---|---|
| net.sourceforge.nrl.parser.ast.constraints | |
| net.sourceforge.nrl.parser.ast.constraints.impl |
| Modifier and Type | Interface and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryPredicateImpl |
class |
IsInPredicateImpl |
class |
IsNotInPredicateImpl |
class |
IsSubtypePredicateImpl |
Copyright © 2006-2013. All Rights Reserved.