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

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

Public Member Functions

Author getAuthor ()
void setAuthor (Author author)
double getPosX ()
void setPosX (double posX)
double getPosY ()
void setPosY (double posY)
double getInvolvement ()
void setInvolvement (double involvement)
String toString ()

Private Attributes

Author author
 the author represented by the node
double posX
 the x position
double posY
 the y position
double involvement
 the involvement measure;

Detailed Description

Represents a node 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

Author wikivis.data.model.Node.getAuthor ( )
Returns
the author
double wikivis.data.model.Node.getInvolvement ( )
Returns
the involvement
double wikivis.data.model.Node.getPosX ( )
Returns
the posX
double wikivis.data.model.Node.getPosY ( )
Returns
the posY
void wikivis.data.model.Node.setAuthor ( Author  author)
Parameters
authorthe author to set
void wikivis.data.model.Node.setInvolvement ( double  involvement)
Parameters
involvementthe involvement to set
void wikivis.data.model.Node.setPosX ( double  posX)
Parameters
posXthe posX to set
void wikivis.data.model.Node.setPosY ( double  posY)
Parameters
posYthe posY to set
String wikivis.data.model.Node.toString ( )

Member Data Documentation

Author wikivis.data.model.Node.author
private

the author represented by the node

double wikivis.data.model.Node.involvement
private

the involvement measure;

double wikivis.data.model.Node.posX
private

the x position

double wikivis.data.model.Node.posY
private

the y position


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