public interface Constraint
| Modifier and Type | Interface and Description |
|---|---|
static class |
Constraint.LeafIdentifier
Identify the leaf of Constraint.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends PlacementDiversity> |
constraintType()
Returns the attribute constraintType.
|
void |
constraintType(Class<? extends PlacementDiversity> constraintType)
Sets the attribute constraintType.
|
boolean |
isLeafValueSet(Constraint.LeafIdentifier leaf)
Checks if the leaf value is set.
|
Target |
target()
Returns the attribute target.
|
void |
target(Target target)
Sets the attribute target.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
Class<? extends PlacementDiversity> constraintType()
BitSet valueLeafFlags()
Target target()
void constraintType(Class<? extends PlacementDiversity> constraintType)
constraintType - value of constraintTypevoid target(Target target)
target - value of targetboolean isLeafValueSet(Constraint.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.