org.dronus.graph.Edge Class Reference

Inheritance diagram for org.dronus.graph.Edge:

Inheritance graph
[legend]
Collaboration diagram for org.dronus.graph.Edge:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Edge (Node from, Node to, String id, String type)
 Edge (Node from, Node to, String id, String type, float myspring)
Node getOtherEndpt (Node n)
Node getFrom ()
Node getTo ()
boolean equals (Object other)
int hashCode ()

Public Attributes

String id
String type
float myspring

Protected Attributes

Node to
Node from

Detailed Description

Author:
Paul

Definition at line 11 of file Edge.java.


Constructor & Destructor Documentation

org.dronus.graph.Edge.Edge ( Node  from,
Node  to,
String  id,
String  type 
)

Definition at line 16 of file Edge.java.

References org.dronus.graph.Edge.from, org.dronus.graph.Node.id, and org.dronus.graph.Edge.to.

org.dronus.graph.Edge.Edge ( Node  from,
Node  to,
String  id,
String  type,
float  myspring 
)

Definition at line 22 of file Edge.java.

References org.dronus.graph.Edge.from, org.dronus.graph.Node.id, and org.dronus.graph.Edge.to.


Member Function Documentation

Node org.dronus.graph.Edge.getOtherEndpt ( Node  n  ) 

Definition at line 29 of file Edge.java.

References org.dronus.graph.Edge.from, and org.dronus.graph.Edge.to.

Node org.dronus.graph.Edge.getFrom (  ) 

Definition at line 33 of file Edge.java.

References org.dronus.graph.Edge.from.

Referenced by org.hfbk.vis.visnode.VisLog.addIncoming(), org.dronus.graph.Graph.deleteEdge(), and org.dronus.graph.Graph.deleteNode().

Here is the caller graph for this function:

Node org.dronus.graph.Edge.getTo (  ) 

Definition at line 36 of file Edge.java.

References org.dronus.graph.Edge.to.

Referenced by org.dronus.graph.Graph.deleteNode(), and org.dronus.graph.Graph.findEdge().

Here is the caller graph for this function:

boolean org.dronus.graph.Edge.equals ( Object  other  ) 

Definition at line 40 of file Edge.java.

References org.dronus.graph.Edge.from, and org.dronus.graph.Edge.to.

int org.dronus.graph.Edge.hashCode (  ) 

Definition at line 46 of file Edge.java.

References org.dronus.graph.Edge.from, org.dronus.graph.Node.hashCode(), and org.dronus.graph.Edge.to.

Here is the call graph for this function:


Member Data Documentation

Node org.dronus.graph.Edge.to [protected]

Definition at line 12 of file Edge.java.

Referenced by org.dronus.graph.Edge.Edge(), org.dronus.graph.Edge.equals(), org.dronus.graph.ForceEdge.ForceEdge(), org.dronus.graph.Edge.getOtherEndpt(), org.dronus.graph.Edge.getTo(), and org.dronus.graph.Edge.hashCode().

Node org.dronus.graph.Edge.from [protected]

Definition at line 12 of file Edge.java.

Referenced by org.dronus.graph.Edge.Edge(), org.dronus.graph.Edge.equals(), org.dronus.graph.ForceEdge.ForceEdge(), org.dronus.graph.Edge.getFrom(), org.dronus.graph.Edge.getOtherEndpt(), and org.dronus.graph.Edge.hashCode().

String org.dronus.graph.Edge.id

Definition at line 13 of file Edge.java.

String org.dronus.graph.Edge.type

Definition at line 13 of file Edge.java.

float org.dronus.graph.Edge.myspring

Definition at line 14 of file Edge.java.


The documentation for this class was generated from the following file:
Generated on Tue Apr 7 17:57:38 2009 for visclient by  doxygen 1.5.1