public interface Graph
| Modifier and Type | Method and Description | 
|---|---|
Collection<Edge> | 
getDisplayEdges()  | 
Collection<Vertex> | 
getDisplayVertices()  | 
Edge | 
getEdgeByKey(String edgeKey)  | 
Map<? extends EdgeRef,? extends Status> | 
getEdgeStatus()  | 
Layout | 
getLayout()  | 
Vertex | 
getVertexByKey(String vertexKey)  | 
Map<? extends VertexRef,? extends Status> | 
getVertexStatus()  | 
void | 
setLayout(Layout layout)  | 
void | 
visit(GraphVisitor visitor)  | 
Layout getLayout()
void setLayout(Layout layout)
Collection<Vertex> getDisplayVertices()
Collection<Edge> getDisplayEdges()
void visit(GraphVisitor visitor) throws Exception
ExceptionCopyright © 2020. All rights reserved.