public abstract class AbstractSingleConstraint extends AbstractConstraint implements SingleConstraint, ModelComponent
Constraint.TypeFALSE, TRUE| Modifier | Constructor and Description |
|---|---|
protected |
AbstractSingleConstraint(String exprId) |
| Modifier and Type | Method and Description |
|---|---|
static AbstractSingleConstraint |
fromExpr(ExprViewItem expr) |
List<Constraint> |
getChildren() |
String |
getExprId() |
Index |
getIndex() |
String[] |
getReactiveProps() |
void |
setIndex(Index index) |
void |
setReactiveProps(String[] reactiveProps) |
String |
toString() |
and, or, withclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcreateConstraint, getPredicate, getType, getVariables, isTemporalareEqualInModel, areEqualInModel, areEqualInModel, areEqualInModel, isEqualToprotected AbstractSingleConstraint(String exprId)
public List<Constraint> getChildren()
getChildren in interface Constraintpublic Index getIndex()
getIndex in interface SingleConstraintpublic void setIndex(Index index)
public String[] getReactiveProps()
getReactiveProps in interface SingleConstraintpublic void setReactiveProps(String[] reactiveProps)
public String getExprId()
getExprId in interface SingleConstraintpublic static AbstractSingleConstraint fromExpr(ExprViewItem expr)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.