| 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 |
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 |
|---|
DefaultTopologyEdge(TopologyVertex src,
TopologyVertex dst,
Link link)
Creates a new topology edge.
|
Copyright © 2015. All rights reserved.