public interface GraphDescription extends Description
Modifier and Type | Method and Description |
---|---|
long |
creationTime()
Returns the creation timestamp of the graph 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.
|
annotations
long timestamp()
long creationTime()
com.google.common.collect.ImmutableSet<TopologyVertex> vertexes()
com.google.common.collect.ImmutableSet<TopologyEdge> edges()