Uses of Class
org.graffiti.graph.GraphElementNotFoundException
| Package | Description | 
|---|---|
| org.graffiti.graph | Contains graph interfaces and classes. | 
- 
Uses of GraphElementNotFoundException in org.graffiti.graphMethods in org.graffiti.graph that throw GraphElementNotFoundException Modifier and Type Method Description EdgeAbstractGraph. addEdge(Node source, Node target, boolean directed)Adds a new edge to the current graph.EdgeAbstractGraph. addEdge(Node source, Node target, boolean directed, CollectionAttribute col)Adds a new edge to the current graph.EdgeGraph. addEdge(Node source, Node target, boolean directed)Adds a newEdgeto the currentGraph.EdgeGraph. addEdge(Node source, Node target, boolean directed, CollectionAttribute col)Adds a newEdgeto the currentGraph.booleanAbstractGraph. areConnected(Node n1, Node n2)Returnstrue, if the graph contains an edge between the nodes n1 and n2,falseotherwise.voidAbstractGraph. deleteEdge(Edge e)Deletes the given edge from the current graph.voidGraph. deleteEdge(Edge e)DeletesEdgee from the currentGraph.voidAbstractGraph. deleteNode(Node n)Deletes the given node.voidGraph. deleteNode(Node n)Deletes theNoden.voidAdjListEdge. doSetTarget(Node target)Sets the target of the currentEdgeto target.Collection<Edge>AbstractGraph. getEdges(Node n1, Node n2)Returns a collection containing all the edges between n1 and n2.voidAbstractEdge. setSource(Node source)Sets the source of the currentEdgetosource.voidEdge. setSource(Node source)Sets the source of the currentEdgeto source.voidAbstractEdge. setTarget(Node target)Sets the target of the currentEdgeto target.voidEdge. setTarget(Node target)Sets the target of the currentEdgeto target.