public interface Tiebreaker
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Tiebreaker.LeafIdentifier
Identify the leaf of Tiebreaker.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLeafValueSet(Tiebreaker.LeafIdentifier leaf)
Checks if the leaf value is set.
|
Class<? extends TePathNumericalProperty> |
metric()
Returns the attribute metric.
|
void |
metric(Class<? extends TePathNumericalProperty> metric)
Sets the attribute metric.
|
Class<? extends PathTiebreakerType> |
tiebreakerType()
Returns the attribute tiebreakerType.
|
void |
tiebreakerType(Class<? extends PathTiebreakerType> tiebreakerType)
Sets the attribute tiebreakerType.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
Class<? extends TePathNumericalProperty> metric()
Class<? extends PathTiebreakerType> tiebreakerType()
BitSet valueLeafFlags()
void metric(Class<? extends TePathNumericalProperty> metric)
metric - value of metricvoid tiebreakerType(Class<? extends PathTiebreakerType> tiebreakerType)
tiebreakerType - value of tiebreakerTypeboolean isLeafValueSet(Tiebreaker.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.