Uses of Class
net.ontopia.topicmaps.query.parser.OrClause
-
Packages that use OrClause Package Description net.ontopia.topicmaps.query.impl.basic Contains the in-memory implementation of the query language.net.ontopia.topicmaps.query.impl.utils Code shared between query implementations. -
-
Uses of OrClause in net.ontopia.topicmaps.query.impl.basic
Methods in net.ontopia.topicmaps.query.impl.basic with parameters of type OrClause Modifier and Type Method Description static voidQueryTracer. enter(OrClause clause, QueryMatches input)voidQueryTracer.TracePrinter. enter(OrClause clause, QueryMatches input) -
Uses of OrClause in net.ontopia.topicmaps.query.impl.utils
Methods in net.ontopia.topicmaps.query.impl.utils with parameters of type OrClause Modifier and Type Method Description voidQueryTraceListenerIF. enter(OrClause clause, QueryMatches input)
-