net.ontopia.utils
Interface DeciderIF
- All Known Implementing Classes:
- AndDecider, ApplicableInContextDecider, CachedDecider, ContainmentDecider, EqualsDecider, GrabberDecider, IntersectionOfContextDecider, NotDecider, OrDecider, StringifierDecider, SubjectIdentityDecider, SubsetOfContextDecider, SupersetOfContextDecider, UnconstrainedScopeDecider
public interface DeciderIF
PUBLIC: Interface for classes that decides whether an object is
acceptable or not. A decider is the same as a predicate, and can
e.g. be used to filter collections.
Method Summary |
boolean |
ok(java.lang.Object object)
PUBLIC: Returns true if the object is accepted. |
ok
boolean ok(java.lang.Object object)
- PUBLIC: Returns true if the object is accepted.
Copyright © 2000-2009 Ontopia.