public class VariableScopes extends Object
VariableScope instances| Modifier and Type | Class and Description |
|---|---|
static class |
VariableScopes.Direction |
| Constructor and Description |
|---|
VariableScopes() |
| Modifier and Type | Method and Description |
|---|---|
static IndividualVariableScope |
buildIndividualVariableScope(org.semanticweb.owlapi.model.OWLClassExpression description,
VariableScopeChecker checker) |
static SubClassVariableScope |
buildSubClassVariableScope(org.semanticweb.owlapi.model.OWLClassExpression description,
VariableScopeChecker checker) |
static SubPropertyVariableScope<org.semanticweb.owlapi.model.OWLDataProperty> |
buildSubPropertyVariableScope(org.semanticweb.owlapi.model.OWLDataProperty property,
VariableScopeChecker checker) |
static <P extends org.semanticweb.owlapi.model.OWLPropertyExpression<?,?>> |
buildSubPropertyVariableScope(P property,
VariableScopeChecker checker) |
static SuperClassVariableScope |
buildSuperClassVariableScope(org.semanticweb.owlapi.model.OWLClassExpression description,
VariableScopeChecker checker) |
static <P extends org.semanticweb.owlapi.model.OWLPropertyExpression<?,?>> |
buildSuperPropertyVariableScope(P property,
VariableScopeChecker checker) |
public static SubClassVariableScope buildSubClassVariableScope(org.semanticweb.owlapi.model.OWLClassExpression description, VariableScopeChecker checker)
description - descriptionchecker - checkerpublic static SuperClassVariableScope buildSuperClassVariableScope(org.semanticweb.owlapi.model.OWLClassExpression description, VariableScopeChecker checker)
description - descriptionchecker - checkerpublic static SubPropertyVariableScope<org.semanticweb.owlapi.model.OWLDataProperty> buildSubPropertyVariableScope(org.semanticweb.owlapi.model.OWLDataProperty property, VariableScopeChecker checker)
property - propertychecker - checkerpublic static <P extends org.semanticweb.owlapi.model.OWLPropertyExpression<?,?>> SubPropertyVariableScope<P> buildSubPropertyVariableScope(P property, VariableScopeChecker checker)
P - property typeproperty - propertychecker - checkerpublic static <P extends org.semanticweb.owlapi.model.OWLPropertyExpression<?,?>> SuperPropertyVariableScope<P> buildSuperPropertyVariableScope(P property, VariableScopeChecker checker)
P - property typeproperty - propertychecker - checkerpublic static IndividualVariableScope buildIndividualVariableScope(org.semanticweb.owlapi.model.OWLClassExpression description, VariableScopeChecker checker)
description - descriptionchecker - checkerCopyright © 2015 The University of Manchester. All Rights Reserved.