Package net.ontopia.topicmaps.nav2.core
Interface NavigatorDeciderIF<T>
- All Known Implementing Classes:
DeciderIFWrapper,DefaultIfDecider
public interface NavigatorDeciderIF<T>
INTERNAL: interface for classes which
implement some calculation on an object
an come to a binary decision.
Used by the Deciders in the if and filter tag.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanok(NavigatorPageIF contextTag, T obj) INTERNAL: if implemented criteria are matched: deliver true, otherwise false.
-
Method Details