public interface Network
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Network.LeafIdentifier
Identify the leaf of Network.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToNode(Node addTo)
Adds to the list of node.
|
void |
addToSupportingNetwork(SupportingNetwork addTo)
Adds to the list of supportingNetwork.
|
boolean |
isLeafValueSet(Network.LeafIdentifier leaf)
Checks if the leaf value is set.
|
NetworkId |
networkId()
Returns the attribute networkId.
|
void |
networkId(NetworkId networkId)
Sets the attribute networkId.
|
NetworkTypes |
networkTypes()
Returns the attribute networkTypes.
|
void |
networkTypes(NetworkTypes networkTypes)
Sets the attribute networkTypes.
|
List<Node> |
node()
Returns the attribute node.
|
void |
node(List<Node> node)
Sets the attribute node.
|
List<SupportingNetwork> |
supportingNetwork()
Returns the attribute supportingNetwork.
|
void |
supportingNetwork(List<SupportingNetwork> supportingNetwork)
Sets the attribute supportingNetwork.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
NetworkId networkId()
BitSet valueLeafFlags()
NetworkTypes networkTypes()
List<SupportingNetwork> supportingNetwork()
void networkId(NetworkId networkId)
networkId - value of networkIdvoid networkTypes(NetworkTypes networkTypes)
networkTypes - value of networkTypesvoid supportingNetwork(List<SupportingNetwork> supportingNetwork)
supportingNetwork - list of supportingNetworkvoid addToSupportingNetwork(SupportingNetwork addTo)
addTo - value of supportingNetworkvoid addToNode(Node addTo)
addTo - value of nodeboolean isLeafValueSet(Network.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.