Uses of Class
net.ontopia.topicmaps.query.impl.utils.BindingContext
-
Packages that use BindingContext Package Description net.ontopia.topicmaps.query.impl.utils Code shared between query implementations. -
-
Uses of BindingContext in net.ontopia.topicmaps.query.impl.utils
Methods in net.ontopia.topicmaps.query.impl.utils that return BindingContext Modifier and Type Method Description static BindingContext
QueryAnalyzer. analyzeTypes(List clauses, boolean strict)
static BindingContext
QueryAnalyzer. analyzeTypes(TologQuery query)
Methods in net.ontopia.topicmaps.query.impl.utils with parameters of type BindingContext Modifier and Type Method Description static void
QueryAnalyzer. analyzeTypes(List clauses, BindingContext bc)
void
BindingContext. mergeAssymetric(BindingContext bc)
void
BindingContext. mergeIntersect(BindingContext bc)
void
BindingContext. mergeUnion(BindingContext bc)
-