WikiVis Web Application
 All Classes Namespaces Files Functions Variables Pages
Public Member Functions | Package Attributes | List of all members
Edge Class Reference

Processing class - This class contains all informations about an egde in the revision network. More...

Public Member Functions

boolean equals (Object o)
String toString ()

Package Attributes

double weight
 the weight
Node from
 the node the edge starts
Node to
 the node the edge ends

Detailed Description

Processing class - This class contains all informations about an egde in the revision network.

Author
Manuel Wyss 01061.nosp@m.57@s.nosp@m.tuden.nosp@m.t.tu.nosp@m.wien..nosp@m.ac.a.nosp@m.t
Florian Zoubek zoube.nosp@m.k@bi.nosp@m.tanda.nosp@m.rt.a.nosp@m.t

Member Function Documentation

boolean Edge.equals ( Object  o)
See Also
Object::equals(Object)
String Edge.toString ( )
See Also
Object::toString()

Member Data Documentation

Node Edge.from
package

the node the edge starts

Node Edge.to
package

the node the edge ends

double Edge.weight
package

the weight


The documentation for this class was generated from the following file: