@PortedFrom(file="tDLAxiom.h", name="TDLAxiomValueOf") public class AxiomValueOf extends AxiomImpl
| Constructor and Description |
|---|
AxiomValueOf(org.semanticweb.owlapi.model.OWLAxiom ax,
IndividualExpression i,
DataRoleExpression a,
Literal<?> v) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(DLAxiomVisitor visitor)
accept method for the visitor pattern
|
<O> O |
accept(DLAxiomVisitorEx<O> visitor) |
DataRoleExpression |
getAttribute() |
IndividualExpression |
getIndividual() |
Literal<?> |
getValue() |
java.util.stream.Stream<Expression> |
namedEntitySignature() |
public AxiomValueOf(org.semanticweb.owlapi.model.OWLAxiom ax,
IndividualExpression i,
DataRoleExpression a,
Literal<?> v)
ax - axi - ia - av - v@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="getAttribute") public DataRoleExpression getAttribute()
@PortedFrom(file="tDLAxiom.h", name="getValue") public Literal<?> getValue()
public java.util.stream.Stream<Expression> namedEntitySignature()
namedEntitySignature in class AxiomImpl@PortedFrom(file="tDLAxiom.h", name="getIndividual") public IndividualExpression getIndividual()
Copyright © 2016 The University of Manchester. All rights reserved.