|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Clause
Represents the common interface of the two types of clause used by the constraint expression (CE) parser: TopLevelClause and SubClause. See these interfaces for more about CE parsing and evaluation.
Method Summary | |
---|---|
List |
getChildren()
Returns an ordered list of this clause's sub-clauses. |
boolean |
isConstant()
A clause is considered "constant" iff it and its subclauses do not refer to data values from the dataset being constrained. |
boolean |
isDefined()
Returns whether or not the clause has a defined value. |
Method Detail |
---|
List getChildren()
boolean isConstant()
boolean isDefined()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |