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() |
BitMask |
getReactivityBitMask() |
protected <T extends AbstractSingleConstraint> |
negate(T negated) |
void |
setIndex(Index index) |
void |
setReactivitySpecs(ReactivitySpecs reactivitySpecs) |
String |
toString() |
and, or, withclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcreateConstraint, getPredicate, getPredicate1, getType, getVariables, isTemporalnegate, replaceVariableareEqualInModel, 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 BitMask getReactivityBitMask()
getReactivityBitMask in interface SingleConstraintpublic void setReactivitySpecs(ReactivitySpecs reactivitySpecs)
public String getExprId()
getExprId in interface SingleConstraintpublic static AbstractSingleConstraint fromExpr(ExprViewItem expr)
protected <T extends AbstractSingleConstraint> T negate(T negated)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.