org.erights.e.elib.slot
Class Auditable
java.lang.Object
|
+--org.erights.e.elib.slot.Auditable
- Direct Known Subclasses:
- EImpl
- public class Auditable
- extends Object
Untamed: This is a trusted class, and may only be directly subclassed by classes
trusted to play by the rules -- to only pass in a set of approvers that
truly do approve of the E-behavior of the instance.
- Author:
- Mark S. Miller
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
myApprovers
private final Auditor[] myApprovers
Auditable
protected Auditable(Auditor[] approvers)
isApprovedBy
boolean isApprovedBy(Auditor auditor)
comments?