Uses of Interface
net.ontopia.topicmaps.query.parser.PredicateFactoryIF
Packages that use PredicateFactoryIF
Package
Description
Contains the in-memory implementation of the query language.
Contains the rdbms implementation of the query language.
Contains the code that parses tolog queries.
-
Uses of PredicateFactoryIF in net.ontopia.topicmaps.query.impl.basic
Classes in net.ontopia.topicmaps.query.impl.basic that implement PredicateFactoryIFModifier and TypeClassDescriptionclassINTERNAL: The basic predicate factory implementation. -
Uses of PredicateFactoryIF in net.ontopia.topicmaps.query.impl.rdbms
Classes in net.ontopia.topicmaps.query.impl.rdbms that implement PredicateFactoryIFModifier and TypeClassDescriptionclassINTERNAL: The rdbms predicate factory implementation.Fields in net.ontopia.topicmaps.query.impl.rdbms declared as PredicateFactoryIF -
Uses of PredicateFactoryIF in net.ontopia.topicmaps.query.parser
Constructors in net.ontopia.topicmaps.query.parser with parameters of type PredicateFactoryIFModifierConstructorDescriptionGlobalParseContext(PredicateFactoryIF factory, TopicMapIF topicmap) GlobalParseContext(PredicateFactoryIF factory, TopicMapIF topicmap, LocatorIF base)