datastructures
Class TaboeElement

java.lang.Object
  extended by datastructures.TaboeElement

public class TaboeElement
extends java.lang.Object


Constructor Summary
TaboeElement(int roosterNr, int regel, int dag, Dienst dienst)
           
 
Method Summary
 boolean gelijk(TaboeElement t2)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaboeElement

public TaboeElement(int roosterNr,
                    int regel,
                    int dag,
                    Dienst dienst)
Method Detail

gelijk

public boolean gelijk(TaboeElement t2)