| Package | Description |
|---|---|
| org.onosproject.yang.gen.v1.yrtietfnetwork.rev20151208.yrtietfnetwork.networks |
Implementation of YANG node networks's children nodes.
|
| org.onosproject.yang.gen.v1.yrtietfnetwork.rev20151208.yrtietfnetwork.networks.network |
Implementation of YANG node network's children nodes.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Node> |
DefaultNetwork.node |
| Modifier and Type | Method and Description |
|---|---|
List<Node> |
DefaultNetwork.node() |
List<Node> |
Network.node()
Returns the attribute node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultNetwork.addToNode(Node addTo) |
void |
Network.addToNode(Node addTo)
Adds to the list of node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultNetwork.node(List<Node> node) |
void |
Network.node(List<Node> node)
Sets the attribute node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultNode
Represents the implementation of node.
|
Copyright © 2018. All rights reserved.