nl.liacs.subdisc
Class Candidate

java.lang.Object
  extended by nl.liacs.subdisc.Candidate
All Implemented Interfaces:
java.lang.Comparable<Candidate>

public class Candidate
extends java.lang.Object
implements java.lang.Comparable<Candidate>


Constructor Summary
Candidate(Subgroup theSubgroup)
           
 
Method Summary
 int compareTo(Candidate theCandidate)
           
 double getPriority()
           
 Subgroup getSubgroup()
           
 void setPriority(double thePriority)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Candidate

public Candidate(Subgroup theSubgroup)
Method Detail

compareTo

public int compareTo(Candidate theCandidate)
Specified by:
compareTo in interface java.lang.Comparable<Candidate>

getPriority

public double getPriority()

setPriority

public void setPriority(double thePriority)

getSubgroup

public Subgroup getSubgroup()