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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
ok(NavigatorPageIF contextTag, T obj)
INTERNAL: if implemented criteria are matched: deliver true, otherwise false.
-
-
-
Method Detail
-
ok
boolean ok(NavigatorPageIF contextTag, T obj)
INTERNAL: if implemented criteria are matched: deliver true, otherwise false.
-
-