| Package | Description |
|---|---|
| org.onosproject.net.topology |
Network topology model & related services API definitions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTopologyVertex
Implementation of the topology vertex backed by a device id.
|
| Modifier and Type | Method and Description |
|---|---|
TopologyVertex |
DefaultTopologyEdge.dst() |
TopologyVertex |
TopologyCluster.root()
Returns the cluster root vertex.
|
TopologyVertex |
DefaultTopologyCluster.root() |
TopologyVertex |
DefaultTopologyEdge.src() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableSet<TopologyVertex> |
GraphDescription.vertexes()
Returns the set of topology graph vertexes.
|
com.google.common.collect.ImmutableSet<TopologyVertex> |
DefaultGraphDescription.vertexes() |
| Constructor and Description |
|---|
DefaultTopologyCluster(ClusterId id,
int deviceCount,
int linkCount,
TopologyVertex root)
Creates a new topology cluster descriptor with the specified attributes.
|
DefaultTopologyEdge(TopologyVertex src,
TopologyVertex dst,
Link link)
Creates a new topology edge.
|
Copyright © 2015. All rights reserved.