Uses of Interface
net.ontopia.topicmaps.query.parser.PredicateFactoryIF
-
Packages that use PredicateFactoryIF Package Description net.ontopia.topicmaps.query.impl.basic Contains the in-memory implementation of the query language.net.ontopia.topicmaps.query.impl.rdbms Contains the rdbms implementation of the query language.net.ontopia.topicmaps.query.parser 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 PredicateFactoryIF Modifier and Type Class Description class
PredicateFactory
INTERNAL: 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 PredicateFactoryIF Modifier and Type Class Description class
PredicateFactory
INTERNAL: The rdbms predicate factory implementation.Fields in net.ontopia.topicmaps.query.impl.rdbms declared as PredicateFactoryIF Modifier and Type Field Description protected PredicateFactoryIF
QueryProcessor. predicateFactory
-
Uses of PredicateFactoryIF in net.ontopia.topicmaps.query.parser
Constructors in net.ontopia.topicmaps.query.parser with parameters of type PredicateFactoryIF Constructor Description GlobalParseContext(PredicateFactoryIF factory, TopicMapIF topicmap)
GlobalParseContext(PredicateFactoryIF factory, TopicMapIF topicmap, LocatorIF base)
-