|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.ontopia.topicmaps.query.impl.basic.AbstractDynamicPredicate
public abstract class AbstractDynamicPredicate
INTERNAL: Common code-sharing superclass for dynamic predicates.
Field Summary | |
---|---|
protected LocatorIF |
base
|
protected java.lang.String |
name
|
protected TopicIF |
type
|
Constructor Summary | |
---|---|
AbstractDynamicPredicate(java.lang.String name)
|
|
AbstractDynamicPredicate(TopicIF type,
LocatorIF base)
|
Method Summary | |
---|---|
java.lang.String |
getName()
INTERNAL: Returns the name of the predicate. |
TopicIF |
getType()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.ontopia.topicmaps.query.impl.basic.BasicPredicateIF |
---|
satisfy |
Methods inherited from interface net.ontopia.topicmaps.query.parser.PredicateIF |
---|
getCost, getSignature |
Field Detail |
---|
protected java.lang.String name
protected TopicIF type
protected LocatorIF base
Constructor Detail |
---|
public AbstractDynamicPredicate(java.lang.String name)
public AbstractDynamicPredicate(TopicIF type, LocatorIF base)
Method Detail |
---|
public java.lang.String getName()
PredicateIF
getName
in interface PredicateIF
public TopicIF getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |