@PortedFrom(file="tDLAxiom.h", name="TDLAxiomDRoleRange") public class AxiomDRoleRange extends AxiomSingleDRole
| Constructor and Description |
|---|
AxiomDRoleRange(org.semanticweb.owlapi.model.OWLAxiom ax,
DataRoleExpression role,
DataExpression range) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(DLAxiomVisitor visitor)
accept method for the visitor pattern
|
<O> O |
accept(DLAxiomVisitorEx<O> visitor) |
DataExpression |
getRange() |
Stream<Expression> |
namedEntitySignature() |
getRole@PortedFrom(file="tDLAxiom.h", name="Range") public AxiomDRoleRange(org.semanticweb.owlapi.model.OWLAxiom ax, DataRoleExpression role, DataExpression range)
ax - axrole - rolerange - rangepublic Stream<Expression> namedEntitySignature()
namedEntitySignature in class AxiomSingleDRole@PortedFrom(file="tDLAxiom.h", name="accept") public void accept(DLAxiomVisitor visitor)
AxiomImpl@Nullable @PortedFrom(file="tDLAxiom.h", name="accept") public <O> O accept(DLAxiomVisitorEx<O> visitor)
@PortedFrom(file="tDLAxiom.h", name="getRange") public DataExpression getRange()
Copyright © 2018 The University of Manchester. All rights reserved.