Class AbstractDynamicPredicate
- java.lang.Object
-
- net.ontopia.topicmaps.query.impl.basic.AbstractDynamicPredicate
-
- All Implemented Interfaces:
BasicPredicateIF
,PredicateIF
- Direct Known Subclasses:
DynamicAssociationPredicate
,DynamicFailurePredicate
,DynamicOccurrencePredicate
public abstract class AbstractDynamicPredicate extends Object implements BasicPredicateIF
INTERNAL: Common code-sharing superclass for dynamic predicates.
-
-
Constructor Summary
Constructors Constructor Description AbstractDynamicPredicate(String name)
AbstractDynamicPredicate(TopicIF type, LocatorIF base)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
Method Detail
-
getName
public String getName()
Description copied from interface:PredicateIF
INTERNAL: Returns the name of the predicate. This will usually be the name of the predicate within its module ('instance-of', '/=', 'starts-with'), but some virtual predicates cannot be reached from the syntax and may return names that will not parse.- Specified by:
getName
in interfacePredicateIF
-
getType
public TopicIF getType()
-
-