public interface Graph
Modifier and Type | Method and Description |
---|---|
Collection<Edge> |
getDisplayEdges() |
Collection<Vertex> |
getDisplayVertices() |
Edge |
getEdgeByKey(String edgeKey) |
Layout |
getLayout() |
Vertex |
getVertexByKey(String vertexKey) |
void |
visit(GraphVisitor visitor) |
Layout getLayout()
Collection<Vertex> getDisplayVertices()
Collection<Edge> getDisplayEdges()
void visit(GraphVisitor visitor) throws Exception
Exception
Copyright © 2016. All rights reserved.