public class VisibleLocality extends Locality
completeEltSetedges, nodeIDRegistry, nodes| Constructor and Description |
|---|
VisibleLocality(GraphEltSet ges) |
| Modifier and Type | Method and Description |
|---|---|
void |
addEdge(Edge edge)
Add the Edge edge to the graph.
|
void |
addNode(Node node)
Add the Node node to the graph, and
registers the Node via its ID.
|
void |
removeAll() |
boolean |
removeEdge(Edge edge) |
boolean |
removeNode(Node node) |
void |
updateLocalityFromVisibility() |
addAll, addNodeWithEdges, clearAll, deleteEdge, deleteEdges, deleteNode, deleteNodes, findEdge, getCompleteEltSet, removeEdges, removeNodesaddEdge, contains, contains, deleteEdge, edgeAt, edgeCount, edgeNum, findNode, findNodeByURL, findNodeLabelContaining, forAllEdges, forAllNodePairs, forAllNodes, getFirstNode, getRandomNode, nodeAt, nodeCount, nodeNumpublic VisibleLocality(GraphEltSet ges)
public void addNode(Node node) throws TGException
GraphEltSetaddNode in class LocalityTGExceptionpublic void addEdge(Edge edge)
GraphEltSetpublic boolean removeEdge(Edge edge)
removeEdge in class Localitypublic boolean removeNode(Node node)
removeNode in class Localitypublic void updateLocalityFromVisibility()
throws TGException
TGException