Uses of Class
jcreek.util.graph.Edge

Packages that use Edge
jcreek.gui.conceptmap   
jcreek.util.graph   
 

Uses of Edge in jcreek.gui.conceptmap
 

Subclasses of Edge in jcreek.gui.conceptmap
 class VisualRelation
          Represents a specialization of Edge (as in a graph edge) that encapsulates a Creek Relation.
 

Methods in jcreek.gui.conceptmap with parameters of type Edge
 void ConceptMapModel.addEdge(Edge edge)
          Overrides the addEdge() method in Graph to ensure this is a VisualRelation.
 void ConceptMapModel.removeEdge(Edge edge)
           
 

Uses of Edge in jcreek.util.graph
 

Methods in jcreek.util.graph that return Edge
 Edge GraphChangeEvent.getEdge()
           
 Edge[] Graph.getEdges()
          Returns an array of the edges of the graph.
 

Methods in jcreek.util.graph with parameters of type Edge
 void Node.addEdge(Edge edge)
          Adds an edge to this node.
protected  void Node.addEdgeP(Edge e)
          Called from Graph to tell this node to add an edge to its list of edges from or to this node.
 void Node.removeEdge(Edge edge)
          Removes an edge from the node.
protected  void Node.removeEdgeP(Edge e)
          Called from Graph to tell this node to remove an edge to its list of edges from or to this node.
 void Graph.addEdge(Edge edge)
          Adds an edge to the graph.
 void Graph.removeEdge(Edge edge)
          Remove an edge from the graph.
 boolean Graph.contains(Edge edge)
          Returns true if the edge suppleid is present in this graph.
protected  void Graph.triggerEdgeRemovedEvent(Edge edge)
           
protected  void Graph.triggerEdgeAddedEvent(Edge edge)
           
 

Constructors in jcreek.util.graph with parameters of type Edge
GraphChangeEvent(Edge edge, int type)
           
 



Created at IDI, NTNU by the Artificial Intelligence and Learning group