Uses of Class
net.ontopia.topicmaps.query.parser.TologParser
-
Packages that use TologParser 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. -
-
Uses of TologParser in net.ontopia.topicmaps.query.impl.basic
Fields in net.ontopia.topicmaps.query.impl.basic declared as TologParser Modifier and Type Field Description protected TologParser
QueryProcessor. parser
-
Uses of TologParser in net.ontopia.topicmaps.query.impl.rdbms
Fields in net.ontopia.topicmaps.query.impl.rdbms declared as TologParser Modifier and Type Field Description protected TologParser
QueryProcessor. parser
-