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() |
Variable[] |
getVariables() |
boolean |
isEqualTo(ModelComponent o) |
fromExpr, getChildren, getExprId, getIndex, getReactiveProps, setIndex, setReactiveProps, 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 boolean isEqualTo(ModelComponent o)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.