static IndividualVariableScope |
VariableScopes.buildIndividualVariableScope(org.semanticweb.owlapi.model.OWLClassExpression description,
VariableScopeChecker checker) |
static SubClassVariableScope |
VariableScopes.buildSubClassVariableScope(org.semanticweb.owlapi.model.OWLClassExpression description,
VariableScopeChecker checker) |
static SubPropertyVariableScope<org.semanticweb.owlapi.model.OWLDataProperty> |
VariableScopes.buildSubPropertyVariableScope(org.semanticweb.owlapi.model.OWLDataProperty property,
VariableScopeChecker checker) |
static <P extends org.semanticweb.owlapi.model.OWLPropertyExpression<?,?>> SubPropertyVariableScope<P> |
VariableScopes.buildSubPropertyVariableScope(P property,
VariableScopeChecker checker) |
static SuperClassVariableScope |
VariableScopes.buildSuperClassVariableScope(org.semanticweb.owlapi.model.OWLClassExpression description,
VariableScopeChecker checker) |
static <P extends org.semanticweb.owlapi.model.OWLPropertyExpression<?,?>> SuperPropertyVariableScope<P> |
VariableScopes.buildSuperPropertyVariableScope(P property,
VariableScopeChecker checker) |