P - the type of the property of this axiomR - the type of the range of this axiompublic abstract class ElkPropertyRangeAxiomImpl<P,R> extends ElkPropertyAxiomImpl<P> implements ElkPropertyRangeAxiom<P,R>
ElkPropertyRangeAxiomElkPropertyRangeAxiom.Factory| Constructor and Description |
|---|
ElkPropertyRangeAxiomImpl(P property,
R range) |
| Modifier and Type | Method and Description |
|---|---|
<O> O |
accept(ElkPropertyAxiomVisitor<O> visitor) |
R |
getRange() |
accept, accept, getPropertyequals, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitacceptgetPropertypublic R getRange()
getRange in interface ElkPropertyRangeAxiom<P,R>public <O> O accept(ElkPropertyAxiomVisitor<O> visitor)
accept in interface ElkPropertyAxiom<P>Copyright © 2011–2024 Live Ontologies Project. All rights reserved.