public class SingleConstraint1<A> extends AbstractSingleConstraint
Constraint.Type
FALSE, TRUE
Constructor and Description |
---|
SingleConstraint1(Expr1ViewItemImpl<A> expr) |
SingleConstraint1(String exprId,
Variable<A> variable,
Predicate1<A> predicate) |
SingleConstraint1(Variable<A> variable,
Predicate1<A> predicate) |
Modifier and Type | Method and Description |
---|---|
PredicateN |
getPredicate() |
Predicate1 |
getPredicate1() |
Variable[] |
getVariables() |
boolean |
isEqualTo(ModelComponent o) |
SingleConstraint1<A> |
negate() |
SingleConstraint1<A> |
replaceVariable(Variable oldVar,
Variable newVar) |
fromExpr, getChildren, getExprId, getIndex, getReactiveProps, getReactivityBitMask, negate, setIndex, setReactivitySpecs, toString
and, or, with
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
createConstraint, getType, isTemporal
areEqualInModel, areEqualInModel, areEqualInModel, areEqualInModel
public SingleConstraint1(Variable<A> variable, Predicate1<A> predicate)
public SingleConstraint1(String exprId, Variable<A> variable, Predicate1<A> predicate)
public SingleConstraint1(Expr1ViewItemImpl<A> expr)
public Variable[] getVariables()
public PredicateN getPredicate()
public Predicate1 getPredicate1()
public boolean isEqualTo(ModelComponent o)
public SingleConstraint1<A> negate()
public SingleConstraint1<A> replaceVariable(Variable oldVar, Variable newVar)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.