@PortedFrom(file="tNAryQueue.h", name="Expression") public interface Expression extends Entity
| Modifier and Type | Method and Description |
|---|---|
default void |
accept(DLExpressionVisitor visitor)
accept method for the visitor pattern
|
default <O> O |
accept(DLExpressionVisitorEx<O> visitor) |
default org.semanticweb.owlapi.model.IRI |
getIRI() |
default org.semanticweb.owlapi.model.IRI getIRI()
getIRI in interface org.semanticweb.owlapi.model.HasIRI@PortedFrom(file="tDLExpression.h", name="accept") default void accept(DLExpressionVisitor visitor)
visitor - visitor@PortedFrom(file="tDLExpression.h", name="accept") default <O> O accept(DLExpressionVisitorEx<O> visitor)
O - visitor typevisitor - visitorCopyright © 2016 The University of Manchester. All rights reserved.