@PortedFrom(file="tDLAxiom.h", name="TDLAxiomRelatedToNot") public class AxiomRelatedToNot extends AxiomImpl
| Constructor and Description |
|---|
AxiomRelatedToNot(org.semanticweb.owlapi.model.OWLAxiom ax,
IndividualExpression i,
ObjectRoleExpression r,
IndividualExpression j) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(DLAxiomVisitor visitor)
accept method for the visitor pattern
|
<O> O |
accept(DLAxiomVisitorEx<O> visitor) |
IndividualExpression |
getIndividual() |
IndividualExpression |
getRelatedIndividual() |
ObjectRoleExpression |
getRelation() |
Stream<Expression> |
namedEntitySignature() |
public AxiomRelatedToNot(org.semanticweb.owlapi.model.OWLAxiom ax,
IndividualExpression i,
ObjectRoleExpression r,
IndividualExpression j)
ax - axi - ir - rj - j@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="getRelatedIndividual") public IndividualExpression getRelatedIndividual()
@PortedFrom(file="tDLAxiom.h", name="getRelation") public ObjectRoleExpression getRelation()
public Stream<Expression> namedEntitySignature()
namedEntitySignature in class AxiomImpl@PortedFrom(file="tDLAxiom.h", name="getIndividual") public IndividualExpression getIndividual()
Copyright © 2018 The University of Manchester. All rights reserved.