Uses of Interface
net.ontopia.topicmaps.query.parser.ModuleIF
-
Packages that use ModuleIF 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 ModuleIF in net.ontopia.topicmaps.query.impl.basic
Classes in net.ontopia.topicmaps.query.impl.basic that implement ModuleIF Modifier and Type Class Description class
JavaModule
EXPERIMENTAL: A query module that is able to instantiate predicates when given a java class name.class
NumbersModule
class
StringModule
Methods in net.ontopia.topicmaps.query.impl.basic that return ModuleIF Modifier and Type Method Description ModuleIF
PredicateFactory. createModule(String uri)
-
Uses of ModuleIF in net.ontopia.topicmaps.query.impl.rdbms
Classes in net.ontopia.topicmaps.query.impl.rdbms that implement ModuleIF Modifier and Type Class Description class
JDOBasicModule
Fields in net.ontopia.topicmaps.query.impl.rdbms declared as ModuleIF Modifier and Type Field Description protected ModuleIF
JDOBasicModule. module
Methods in net.ontopia.topicmaps.query.impl.rdbms that return ModuleIF Modifier and Type Method Description ModuleIF
PredicateFactory. createModule(String uri)
Constructors in net.ontopia.topicmaps.query.impl.rdbms with parameters of type ModuleIF Constructor Description JDOBasicModule(ModuleIF module)
-
Uses of ModuleIF in net.ontopia.topicmaps.query.parser
Methods in net.ontopia.topicmaps.query.parser that return ModuleIF Modifier and Type Method Description ModuleIF
PredicateFactoryIF. createModule(String uri)
INTERNAL: Creates a module instance for the specified URI.ModuleIF
GlobalParseContext. getModule(String uri)
ModuleIF
LocalParseContext. getModule(String uri)
ModuleIF
ParseContextIF. getModule(String uri)
-