WikiVis Web Application
 All Classes Namespaces Files Functions Variables Pages
Public Member Functions | Private Attributes | List of all members
wikivis.data.model.Edge Class Reference

Represents a edge in the revision network. More...

Public Member Functions

Node getFrom ()
void setFrom (Node from)
Node getTo ()
void setTo (Node to)
double getWeight ()
void setWeight (double weight)
String toString ()

Private Attributes

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

Detailed Description

Represents a edge in the revision network.

Author
Florian Zoubek zoube.nosp@m.k@bi.nosp@m.tanda.nosp@m.rt.a.nosp@m.t

Member Function Documentation

Node wikivis.data.model.Edge.getFrom ( )
Returns
the from
Node wikivis.data.model.Edge.getTo ( )
Returns
the to
double wikivis.data.model.Edge.getWeight ( )
Returns
the weight
void wikivis.data.model.Edge.setFrom ( Node  from)
Parameters
fromthe from to set
void wikivis.data.model.Edge.setTo ( Node  to)
Parameters
tothe to to set
void wikivis.data.model.Edge.setWeight ( double  weight)
Parameters
weightthe weight to set
String wikivis.data.model.Edge.toString ( )

Member Data Documentation

Node wikivis.data.model.Edge.from
private

the node from which to edge starts

Node wikivis.data.model.Edge.to
private

the node to which to edge ends

double wikivis.data.model.Edge.weight
private

the weight of the edge


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