public static class ConstraintFormula.ReductionResult extends Object
| Modifier and Type | Method and Description |
|---|---|
static ConstraintFormula.ReductionResult |
bounds(BoundSet bounds) |
static ConstraintFormula.ReductionResult |
empty() |
boolean |
equals(Object o) |
static ConstraintFormula.ReductionResult |
falseResult() |
BoundSet |
getBoundSet() |
ConstraintFormula |
getConstraint(int index) |
List<ConstraintFormula> |
getConstraintFormulas() |
int |
hashCode() |
static ConstraintFormula.ReductionResult |
oneBound(Bound bound) |
static ConstraintFormula.ReductionResult |
oneConstraint(ConstraintFormula constraintFormula) |
String |
toString() |
static ConstraintFormula.ReductionResult |
trueResult() |
ConstraintFormula.ReductionResult |
withBound(Bound bound) |
ConstraintFormula.ReductionResult |
withConstraint(ConstraintFormula constraintFormula) |
static ConstraintFormula.ReductionResult |
withConstraints(ConstraintFormula... constraints) |
static ConstraintFormula.ReductionResult |
withConstraints(List<ConstraintFormula> constraints) |
public BoundSet getBoundSet()
public List<ConstraintFormula> getConstraintFormulas()
public static ConstraintFormula.ReductionResult empty()
public ConstraintFormula.ReductionResult withConstraint(ConstraintFormula constraintFormula)
public ConstraintFormula.ReductionResult withBound(Bound bound)
public static ConstraintFormula.ReductionResult trueResult()
public static ConstraintFormula.ReductionResult falseResult()
public ConstraintFormula getConstraint(int index)
public static ConstraintFormula.ReductionResult oneConstraint(ConstraintFormula constraintFormula)
public static ConstraintFormula.ReductionResult withConstraints(ConstraintFormula... constraints)
public static ConstraintFormula.ReductionResult oneBound(Bound bound)
public static ConstraintFormula.ReductionResult withConstraints(List<ConstraintFormula> constraints)
public static ConstraintFormula.ReductionResult bounds(BoundSet bounds)
Copyright © 2007–2019. All rights reserved.