public abstract class AbstractConstraint extends Object implements Constraint
Constraint.Type| Constructor and Description |
|---|
AbstractConstraint() |
| Modifier and Type | Method and Description |
|---|---|
AndConstraints |
and(Constraint constraint) |
AbstractConstraint |
cloneConstraint() |
OrConstraints |
or(Constraint constraint) |
MultipleConstraints |
with(Constraint constraint) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetChildren, getType, negate, predicateInformation, replaceVariablepublic OrConstraints or(Constraint constraint)
public MultipleConstraints with(Constraint constraint)
public AndConstraints and(Constraint constraint)
public AbstractConstraint cloneConstraint()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.