Class DefaultIfDecider
java.lang.Object
net.ontopia.topicmaps.nav2.impl.basic.DefaultIfDecider
- All Implemented Interfaces:
NavigatorDeciderIF
INTERNAL: class which implements interface NavigatorDeciderIF.
Execute some rudimentary testing against Collection:
- collection is non-empty? (default)
- collection equals other collection specified by
variable name (
equals) - collection has
less-thannumber of entries? - collection has
greater-thannumber of entries?
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionINTERNAL: empty constructor which set all comparision values to their default state, it is then only checked if collection is non-empty.DefaultIfDecider(String equalsVariableName, int equalsSize, int lessThan, int greaterThan) INTERNAL: Default constructor. -
Method Summary
Modifier and TypeMethodDescriptionbooleanok(NavigatorPageIF contextTag, Object obj) INTERNAL: if implemented criteria are matched: deliver true, otherwise false.
-
Constructor Details
-
DefaultIfDecider
public DefaultIfDecider()INTERNAL: empty constructor which set all comparision values to their default state, it is then only checked if collection is non-empty. -
DefaultIfDecider
INTERNAL: Default constructor.
-
-
Method Details