theba.core.LumenCandidate Class Reference

List of all members.

Public Member Functions

 LumenCandidate (int x, int y, int z, int rating)
 LumenCandidate (int x, int y, int z)
int compareTo (Object o)
boolean isValid ()
void setValid (boolean valid)
int getSize ()
void setSize (int size)

Protected Attributes

int size

Package Attributes

boolean valid = true

Detailed Description

A class representing a possible lumen candidate

Author:
jens

Definition at line 11 of file LumenCandidate.java.


Constructor & Destructor Documentation

theba.core.LumenCandidate.LumenCandidate ( int  x,
int  y,
int  z,
int  rating 
)

Definition at line 17 of file LumenCandidate.java.

References theba.core.LumenCandidate.size.

theba.core.LumenCandidate.LumenCandidate ( int  x,
int  y,
int  z 
)

Definition at line 22 of file LumenCandidate.java.


Member Function Documentation

int theba.core.LumenCandidate.compareTo ( Object  o  ) 

Definition at line 26 of file LumenCandidate.java.

References theba.core.LumenCandidate.size.

int theba.core.LumenCandidate.getSize (  ) 
boolean theba.core.LumenCandidate.isValid (  ) 

Definition at line 34 of file LumenCandidate.java.

References theba.core.LumenCandidate.valid.

void theba.core.LumenCandidate.setSize ( int  size  ) 

Definition at line 46 of file LumenCandidate.java.

void theba.core.LumenCandidate.setValid ( boolean  valid  ) 

Definition at line 38 of file LumenCandidate.java.


Member Data Documentation

boolean theba.core.LumenCandidate.valid = true [package]

Definition at line 15 of file LumenCandidate.java.

Referenced by theba.core.LumenCandidate.isValid().


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

Generated on Fri Nov 13 08:57:08 2009 for Theba by  doxygen 1.6.1