public interface GraphProvider extends VertexProvider, EdgeProvider
Modifier and Type | Method and Description |
---|---|
void |
addEdges(Edge... edges) |
Vertex |
addGroup(String label,
String iconKey) |
Vertex |
addVertex(int x,
int y)
Deprecated.
Convert calls to this to addVertices
|
void |
addVertices(Vertex... vertices) |
Edge |
connectVertices(VertexRef sourceVertextId,
VertexRef targetVertextId) |
EdgeRef[] |
getEdgeIdsForVertex(VertexRef vertex) |
void |
load(String filename) |
void |
refresh() |
void |
removeEdges(EdgeRef... edges) |
void |
removeVertex(VertexRef... vertexId) |
void |
resetContainer() |
void |
save() |
boolean |
setParent(VertexRef vertexId,
VertexRef parentId) |
addVertexListener, clearVertices, containsVertexId, containsVertexId, contributesTo, getChildren, getParent, getRootGroup, getSemanticZoomLevel, getVertex, getVertex, getVertexNamespace, getVertices, getVertices, getVertices, hasChildren, removeVertexListener
addEdgeListener, clearEdges, contributesTo, getEdge, getEdge, getEdgeNamespace, getEdges, getEdges, getEdges, matches, removeEdgeListener
void save()
void load(String filename) throws MalformedURLException, JAXBException
MalformedURLException
JAXBException
void refresh()
void resetContainer()
void addVertices(Vertex... vertices)
void removeVertex(VertexRef... vertexId)
Vertex addVertex(int x, int y)
void addEdges(Edge... edges)
void removeEdges(EdgeRef... edges)
boolean setParent(VertexRef vertexId, VertexRef parentId)
setParent
in interface VertexProvider
Copyright © 2015. All Rights Reserved.