public class DefaultTopology
extends org.onosproject.net.AbstractModel
implements org.onosproject.net.topology.Topology
| Modifier and Type | Method and Description |
|---|---|
int |
clusterCount() |
long |
computeCost() |
long |
creationTime() |
int |
deviceCount() |
int |
linkCount() |
long |
time() |
String |
toString() |
public long time()
time in interface org.onosproject.net.topology.Topologypublic long creationTime()
creationTime in interface org.onosproject.net.topology.Topologypublic long computeCost()
computeCost in interface org.onosproject.net.topology.Topologypublic int clusterCount()
clusterCount in interface org.onosproject.net.topology.Topologypublic int deviceCount()
deviceCount in interface org.onosproject.net.topology.Topologypublic int linkCount()
linkCount in interface org.onosproject.net.topology.TopologyCopyright © 2015. All rights reserved.