ca.aura.project
Class History

java.lang.Object
  |
  +--ca.aura.project.History

public class History
extends java.lang.Object

Author:
Andrew

Constructor Summary
History()
          default
History(Depot depot)
          set the history default
 
Method Summary
 boolean add(Usage usage)
          add a usage item
 boolean equals(java.lang.Object obj)
          check for equality
 java.util.Iterator getArtefacts()
          get all the artefacts
 java.util.Iterator getHistory()
          get vector
 void setDepot(Depot depot)
          set the depot
 java.lang.String toString()
          the object as a string
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

History

public History()
default


History

public History(Depot depot)
set the history default

Method Detail

setDepot

public void setDepot(Depot depot)
set the depot


getArtefacts

public java.util.Iterator getArtefacts()
get all the artefacts


add

public boolean add(Usage usage)
add a usage item


getHistory

public java.util.Iterator getHistory()
get vector


equals

public boolean equals(java.lang.Object obj)
check for equality

Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
the object as a string

Overrides:
toString in class java.lang.Object


Copyright © 2002 University of Ottawa. All Rights Reserved.