public interface Constraint
| Modifier and Type | Interface and Description |
|---|---|
static class |
Constraint.LeafIdentifier
Identify the leaf of Constraint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToConstraintList(ConstraintList addTo)
Adds to the list of constraintList.
|
SvcId |
constraintId()
Returns the attribute constraintId.
|
void |
constraintId(SvcId constraintId)
Sets the attribute constraintId.
|
List<ConstraintList> |
constraintList()
Returns the attribute constraintList.
|
void |
constraintList(List<ConstraintList> constraintList)
Sets the attribute constraintList.
|
SvcId |
dstSite()
Returns the attribute dstSite.
|
void |
dstSite(SvcId dstSite)
Sets the attribute dstSite.
|
boolean |
isLeafValueSet(Constraint.LeafIdentifier leaf)
Checks if the leaf value is set.
|
SvcId |
srcSite()
Returns the attribute srcSite.
|
void |
srcSite(SvcId srcSite)
Sets the attribute srcSite.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
SvcId constraintId()
SvcId srcSite()
SvcId dstSite()
BitSet valueLeafFlags()
List<ConstraintList> constraintList()
void constraintId(SvcId constraintId)
constraintId - value of constraintIdvoid srcSite(SvcId srcSite)
srcSite - value of srcSitevoid dstSite(SvcId dstSite)
dstSite - value of dstSitevoid constraintList(List<ConstraintList> constraintList)
constraintList - list of constraintListvoid addToConstraintList(ConstraintList addTo)
addTo - value of constraintListboolean isLeafValueSet(Constraint.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.