public interface State
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
State.LeafIdentifier
Identify the leaf of State.
|
| Modifier and Type | Method and Description |
|---|---|
long |
cost()
Returns the attribute cost.
|
void |
cost(long cost)
Sets the attribute cost.
|
Srlg |
group()
Returns the attribute group.
|
void |
group(Srlg group)
Sets the attribute group.
|
boolean |
isLeafValueSet(State.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
name()
Returns the attribute name.
|
void |
name(String name)
Sets the attribute name.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
String name()
Srlg group()
long cost()
BitSet valueLeafFlags()
void name(String name)
name - value of namevoid group(Srlg group)
group - value of groupvoid cost(long cost)
cost - value of costboolean isLeafValueSet(State.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.