Class AbstractDynamicPredicate
java.lang.Object
net.ontopia.topicmaps.query.impl.basic.AbstractDynamicPredicate
- All Implemented Interfaces:
BasicPredicateIF,PredicateIF
- Direct Known Subclasses:
DynamicAssociationPredicate,DynamicFailurePredicate,DynamicOccurrencePredicate
INTERNAL: Common code-sharing superclass for dynamic predicates.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.ontopia.topicmaps.query.impl.basic.BasicPredicateIF
satisfyMethods inherited from interface net.ontopia.topicmaps.query.parser.PredicateIF
getCost, getSignature
-
Field Details
-
name
-
type
-
base
-
-
Constructor Details
-
AbstractDynamicPredicate
-
AbstractDynamicPredicate
-
-
Method Details
-
getName
Description copied from interface:PredicateIFINTERNAL: 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:
getNamein interfacePredicateIF
-
getType
-