|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.ontopia.topicmaps.nav2.impl.basic.DefaultIfDecider
public class DefaultIfDecider
INTERNAL: class which implements interface NavigatorDeciderIF. Execute some rudimentary testing against Collection:
equals)
less-than number of entries?
greater-than number of entries?
IfTag| Constructor Summary | |
|---|---|
DefaultIfDecider()
INTERNAL: 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 | |
|---|---|
boolean |
ok(NavigatorPageIF contextTag,
Object obj)
INTERNAL: if implemented criteria are matched: deliver true, otherwise false. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultIfDecider()
public DefaultIfDecider(String equalsVariableName,
int equalsSize,
int lessThan,
int greaterThan)
| Method Detail |
|---|
public boolean ok(NavigatorPageIF contextTag,
Object obj)
NavigatorDeciderIF
ok in interface NavigatorDeciderIF
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||