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 classJavaModuleEXPERIMENTAL: A query module that is able to instantiate predicates when given a java class name.classNumbersModuleclassStringModuleMethods in net.ontopia.topicmaps.query.impl.basic that return ModuleIF Modifier and Type Method Description ModuleIFPredicateFactory. 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 classJDOBasicModuleFields in net.ontopia.topicmaps.query.impl.rdbms declared as ModuleIF Modifier and Type Field Description protected ModuleIFJDOBasicModule. moduleMethods in net.ontopia.topicmaps.query.impl.rdbms that return ModuleIF Modifier and Type Method Description ModuleIFPredicateFactory. 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 ModuleIFPredicateFactoryIF. createModule(String uri)INTERNAL: Creates a module instance for the specified URI.ModuleIFGlobalParseContext. getModule(String uri)ModuleIFLocalParseContext. getModule(String uri)ModuleIFParseContextIF. getModule(String uri)
-