public interface GraphDescription extends Description
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableSet<TopologyEdge> |
edges()
Returns the set of topology graph edges.
|
long |
timestamp()
Returns the creation timestamp of the graph description.
|
com.google.common.collect.ImmutableSet<TopologyVertex> |
vertexes()
Returns the set of topology graph vertexes.
|
annotationslong timestamp()
com.google.common.collect.ImmutableSet<TopologyVertex> vertexes()
com.google.common.collect.ImmutableSet<TopologyEdge> edges()
Copyright © 2015. All rights reserved.