Uses of Class
org.graphstream.graph.ElementNotFoundException

Packages that use ElementNotFoundException
org.graphstream.graph   
org.graphstream.graph.implementations   
org.graphstream.ui.graphicGraph   
 

Uses of ElementNotFoundException in org.graphstream.graph
 

Methods in org.graphstream.graph that throw ElementNotFoundException
<T extends Edge>
T
Graph.addEdge(String id, String node1, String node2)
          Adds an undirected edge between nodes.
<T extends Edge>
T
Graph.addEdge(String id, String from, String to, boolean directed)
          Like Graph.addEdge(String, String, String), but this edge can be directed between the two given nodes.
 void Graph.read(String filename)
          Utility method to read a graph.
<T extends Edge>
T
Graph.removeEdge(int fromIndex, int toIndex)
          Removes an edge between two nodes.
<T extends Edge>
T
Graph.removeEdge(Node node1, Node node2)
          Removes an edge between two nodes.
<T extends Edge>
T
Graph.removeEdge(String id)
          Removes an edge knowing its identifier.
<T extends Edge>
T
Graph.removeEdge(String from, String to)
          Remove an edge given the identifiers of its two endpoints.
<T extends Node>
T
Graph.removeNode(String id)
          Remove a node using its identifier.
 

Uses of ElementNotFoundException in org.graphstream.graph.implementations
 

Methods in org.graphstream.graph.implementations that throw ElementNotFoundException
 void AbstractGraph.read(String filename)
           
 

Uses of ElementNotFoundException in org.graphstream.ui.graphicGraph
 

Methods in org.graphstream.ui.graphicGraph that throw ElementNotFoundException
<T extends Edge>
T
GraphicGraph.addEdge(String id, String from, String to)
           
<T extends Edge>
T
GraphicGraph.addEdge(String id, String from, String to, boolean directed)
           
<T extends Edge>
T
GraphicGraph.removeEdge(String id)
           
 Edge GraphicGraph.removeEdge(String sourceId, long timeId, String id)
           
 Edge GraphicGraph.removeEdge(String sourceId, long timeId, String from, String to)
           
<T extends Edge>
T
GraphicGraph.removeEdge(String from, String to)
           
<T extends Node>
T
GraphicGraph.removeNode(String id)
           
 



Copyright © 2012. All Rights Reserved.