@PortedFrom(file="tDLAxiom.h", name="TDLAxiomDeclaration") public class AxiomDeclaration extends AxiomImpl
| Constructor and Description |
|---|
AxiomDeclaration(org.semanticweb.owlapi.model.OWLAxiom ax,
Expression d) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(DLAxiomVisitor visitor)
accept method for the visitor pattern
|
<O> O |
accept(DLAxiomVisitorEx<O> visitor) |
Expression |
getDeclaration() |
Stream<Expression> |
namedEntitySignature() |
public AxiomDeclaration(@Nullable org.semanticweb.owlapi.model.OWLAxiom ax, Expression d)
ax - axd - dpublic Stream<Expression> namedEntitySignature()
namedEntitySignature in class AxiomImpl@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="getDeclaration") public Expression getDeclaration()
Copyright © 2018 The University of Manchester. All rights reserved.