public interface Constraint
extends org.onosproject.yang.model.Augmentable
| 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.
|
boolean |
isLeafValueSet(Constraint.LeafIdentifier leaf)
Checks if the leaf value is set.
|
SvcId |
site1()
Returns the attribute site1.
|
void |
site1(SvcId site1)
Sets the attribute site1.
|
SvcId |
site2()
Returns the attribute site2.
|
void |
site2(SvcId site2)
Sets the attribute site2.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
SvcId constraintId()
SvcId site1()
SvcId site2()
BitSet valueLeafFlags()
List<ConstraintList> constraintList()
void constraintId(SvcId constraintId)
constraintId - value of constraintIdvoid site1(SvcId site1)
site1 - value of site1void site2(SvcId site2)
site2 - value of site2void 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 © 2018. All rights reserved.