Uses of Interface
net.ontopia.topicmaps.query.impl.basic.BasicPredicateIF
Packages that use BasicPredicateIF
Package
Description
Contains the in-memory implementation of the query language.
Contains the rdbms implementation of the query language.
Code shared between query implementations.
Provides a set of service provider interfaces for adding new
predicates to the tolog query language.
-
Uses of BasicPredicateIF in net.ontopia.topicmaps.query.impl.basic
Classes in net.ontopia.topicmaps.query.impl.basic that implement BasicPredicateIFModifier and TypeClassDescriptionclassINTERNAL: Common code-sharing superclass for dynamic predicates.classINTERNAL: Common superclass for the two instance-of predicates.classINTERNAL: Implements the 'association' predicate.classINTERNAL: Implements the 'association-role' predicate.classINTERNAL: Implements the 'base-locator' predicate.classINTERNAL: Implements the 'coalesce' predicate.classINTERNAL: Implements the 'datatype' predicate.classINTERNAL: Implements the 'direct-instance-of' predicate using the indexes.classINTERNAL: Implements association type predicates.classINTERNAL: Special predicate used when a topic is used as a predicate but the topic is neither an association type nor an occurrence type.classINTERNAL: Implements occurrence predicates.classINTERNAL: Implements the '=' predicate.classINTERNAL: Implements the '>=' predicate.classINTERNAL: Implements the '>' predicate.classINTERNAL: Implements the 'in(var, e1, ..., eN)' predicate.classINTERNAL: Implements the 'instance-of' predicate using the indexes.classINTERNAL: Implements the 'item-identifier(thing, locator)' predicate.classEXPERIMENTAL: Java searcher predicate.classINTERNAL: Implements the '<=' predicate.classINTERNAL: Implements the '<' predicate.classINTERNAL: The implementation of the 'name(topic, name-string)' predicate.classINTERNAL: Implements the '/=' predicate.classINTERNAL: Implements the 'object(thing, id)' predicate.classINTERNAL: Implements the 'occurrence' predicate.classINTERNAL: Implements the 'reifies(reifier, reified)' predicate.classINTERNAL: Implements the 'remove-duplicates()' predicate.classINTERNAL: Implements the 'resource' predicate.classINTERNAL: Implements the 'role-player' predicate.classINTERNAL: Implements rule predicates.classINTERNAL: Implements the 'scope(scoped, theme)' predicate.classclassclassINTERNAL: Implements the 'subject-identifier(topic, locator)' predicate.classINTERNAL: Implements the 'subject-locator(topic, locator)' predicate.classINTERNAL: Implements the 'topicmap' predicate.classINTERNAL: Implements the 'topic-name(topic, name)' predicate.classINTERNAL: Implements the 'topic(topic)' predicate.classINTERNAL: Implements the 'type(typed, type)' predicate.classINTERNAL: Implements the 'value-like' predicate.classINTERNAL: Implements the 'value' predicate.classINTERNAL: Implements the 'variant(topicname, variantname)' predicate.Methods in net.ontopia.topicmaps.query.impl.basic with parameters of type BasicPredicateIFModifier and TypeMethodDescriptionstatic voidQueryTracer.enter(BasicPredicateIF predicate, AbstractClause clause, QueryMatches input) voidQueryTracer.TracePrinter.enter(BasicPredicateIF predicate, AbstractClause clause, QueryMatches input) -
Uses of BasicPredicateIF in net.ontopia.topicmaps.query.impl.rdbms
Subinterfaces of BasicPredicateIF in net.ontopia.topicmaps.query.impl.rdbmsModifier and TypeInterfaceDescriptioninterfaceINTERNAL: Represents a predicate in the rdbms implementation.Classes in net.ontopia.topicmaps.query.impl.rdbms that implement BasicPredicateIFModifier and TypeClassDescriptionclassINTERNAL: Implements the 'association($association)' predicate.classINTERNAL: Implements the 'association-role' predicate.classINTERNAL: Implements the 'base-locator(address)' predicate.classINTERNAL: Implements the coalesce predicate.classINTERNAL: Implements the 'datatype(occ|var, datatype-uri)' predicate.classINTERNAL: Implements the 'direct-instance-of' predicate.classINTERNAL: Implements dynamic association predicates.classINTERNAL: Implements dynamic association predicates.classINTERNAL: Implements dynamic occurrence predicates.classINTERNAL: Implements the '=' predicate.classINTERNAL: Implements the 'gteq' predicate.classINTERNAL: Implements the 'gt' predicate.classINTERNAL: The implementation of the 'in(var, e1, ..., eN)' predicate.classINTERNAL: Implements the 'instance-of' predicate.classINTERNAL: Implements the 'item-identifier(tmobject,locator)' predicate.classINTERNAL: A predicate wrapper that delegates all it's method calls to the nested basic predicate.classINTERNAL: Implements the 'lteq' predicate.classINTERNAL: Implements the 'lt' predicate.classINTERNAL: The implementation of the 'name(topic, name-string)' predicate.classINTERNAL: Implements the '/=' predicate.classINTERNAL: Implements the object-id predicate.classINTERNAL: Implements the 'occurrence($topic, $occurrence)' predicate.classINTERNAL: Implements the 'reifies(reifier, reified)' predicate.classINTERNAL: Implements the 'resource' predicate.classINTERNAL: Implements the 'role-player(role, player)' predicate.classINTERNAL: Implements rule predicates.classINTERNAL: Implements the 'scope(scoped, theme)' predicate.classINTERNAL: Implements the 'subject-identifier(topic,locator)' predicate.classINTERNAL: Implements the 'subject-locator(topic,locator)' predicate.classINTERNAL: Implements the 'topicmap(topicmap)' predicate.classINTERNAL: Implements the 'topic-name' predicate.classINTERNAL: Implements the 'topic(topic)' predicate.classINTERNAL: Implements the 'type(typed, type)' predicate.classINTERNAL: Implements the 'value-like' predicate.classINTERNAL: Implements the 'value-like' predicate.classINTERNAL: Implements the 'variant' predicate.Fields in net.ontopia.topicmaps.query.impl.rdbms declared as BasicPredicateIFConstructors in net.ontopia.topicmaps.query.impl.rdbms with parameters of type BasicPredicateIF -
Uses of BasicPredicateIF in net.ontopia.topicmaps.query.impl.utils
Classes in net.ontopia.topicmaps.query.impl.utils that implement BasicPredicateIFModifier and TypeClassDescriptionclassINTERNAL:static classMethods in net.ontopia.topicmaps.query.impl.utils with parameters of type BasicPredicateIFModifier and TypeMethodDescriptionvoidQueryTraceListenerIF.enter(BasicPredicateIF predicate, AbstractClause clause, QueryMatches input) -
Uses of BasicPredicateIF in net.ontopia.topicmaps.query.spi
Classes in net.ontopia.topicmaps.query.spi that implement BasicPredicateIFModifier and TypeClassDescriptionclassEXPERIMENTAL: Sample filter implementation that returns true if all arguments are equal.classEXPERIMENTAL: Base predicate that provides a simple interface for implementing predicate filters.classINTERNAL: Abstract predicate class that works as a common superclass for the real predicate classes.classEXPERIMENTAL: Base predicate that provides a simple interface for implementing predicates.