@PortedFrom(file="tDLAxiom.h", name="TDLAxiomORoleRange") public class AxiomORoleRange extends AxiomSingleORole
| Constructor and Description |
|---|
AxiomORoleRange(org.semanticweb.owlapi.model.OWLAxiom ax,
ObjectRoleExpression role,
ConceptExpression range) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(DLAxiomVisitor visitor)
accept method for the visitor pattern
|
<O> O |
accept(DLAxiomVisitorEx<O> visitor) |
ConceptExpression |
getRange() |
java.util.stream.Stream<Expression> |
namedEntitySignature() |
getRole@PortedFrom(file="tDLAxiom.h", name="Range") public AxiomORoleRange(org.semanticweb.owlapi.model.OWLAxiom ax, ObjectRoleExpression role, ConceptExpression range)
ax - axrole - rolerange - rangepublic java.util.stream.Stream<Expression> namedEntitySignature()
namedEntitySignature in class AxiomSingleORole@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 ConceptExpression getRange()
Copyright © 2016 The University of Manchester. All rights reserved.