| Modifier and Type | Method and Description |
|---|---|
Set<DataRoleExpression> |
KnowledgeExplorer.getDataRoles(DlCompletionTree node,
boolean onlyDet) |
| Modifier and Type | Method and Description |
|---|---|
static DataRoleExpression |
ExpressionManager.dataRoleBottom() |
static DataRoleExpression |
ExpressionManager.dataRoleTop() |
| Modifier and Type | Method and Description |
|---|---|
Set<DataRoleExpression> |
ReasoningKernel.getDataRoles(DlCompletionTree node,
boolean onlyDet)
build the set of data neighbours of a NODE, put the set of data roles
into the RESULT variable
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataRoleBottom
data bottom property
|
class |
DataRoleName
data role name
|
class |
DataRoleTop
data role top
|
| Modifier and Type | Method and Description |
|---|---|
DataRoleExpression |
ConceptDataValue.getDataRoleExpression() |
DataRoleExpression |
ConceptDataForall.getDataRoleExpression()
get access to the argument
|
DataRoleExpression |
ConceptDataExists.getDataRoleExpression()
get access to the argument
|
DataRoleExpression |
AbstractConceptDataCardinality.getDataRoleExpression()
get access to the argument
|
| Constructor and Description |
|---|
ConceptDataExactCardinality(int n,
DataRoleExpression r,
DataExpression e) |
ConceptDataExists(DataRoleExpression r,
DataExpression e) |
ConceptDataForall(DataRoleExpression r,
DataExpression e) |
ConceptDataMaxCardinality(int n,
DataRoleExpression r,
DataExpression e) |
ConceptDataMinCardinality(int n,
DataRoleExpression r,
DataExpression e) |
ConceptDataValue(DataRoleExpression r,
Literal<?> v) |
| Modifier and Type | Method and Description |
|---|---|
DataRoleExpression |
AxiomValueOfNot.getAttribute() |
DataRoleExpression |
AxiomValueOf.getAttribute() |
DataRoleExpression |
AxiomSingleDRole.getRole() |
DataRoleExpression |
AxiomDRoleSubsumption.getSubRole() |
| Constructor and Description |
|---|
AxiomDRoleDomain(org.semanticweb.owlapi.model.OWLAxiom ax,
DataRoleExpression role,
ConceptExpression domain) |
AxiomDRoleFunctional(org.semanticweb.owlapi.model.OWLAxiom ax,
DataRoleExpression role) |
AxiomDRoleRange(org.semanticweb.owlapi.model.OWLAxiom ax,
DataRoleExpression role,
DataExpression range) |
AxiomDRoleSubsumption(org.semanticweb.owlapi.model.OWLAxiom ax,
DataRoleExpression subRole,
DataRoleExpression supRole) |
AxiomValueOf(org.semanticweb.owlapi.model.OWLAxiom ax,
IndividualExpression i,
DataRoleExpression a,
Literal<?> v) |
AxiomValueOfNot(org.semanticweb.owlapi.model.OWLAxiom ax,
IndividualExpression i,
DataRoleExpression a,
Literal<?> v) |
| Constructor and Description |
|---|
AxiomDisjointDRoles(org.semanticweb.owlapi.model.OWLAxiom ax,
List<DataRoleExpression> v) |
AxiomEquivalentDRoles(org.semanticweb.owlapi.model.OWLAxiom ax,
List<DataRoleExpression> v) |
| Modifier and Type | Method and Description |
|---|---|
DataRoleExpression |
DataRoleArg.getDataRoleExpression() |
Copyright © 2016 The University of Manchester. All rights reserved.