P - the type of the property of this axiomD - the type of the domain of this axiompublic abstract class ElkPropertyDomainAxiomImpl<P,D> extends ElkPropertyAxiomImpl<P> implements ElkPropertyDomainAxiom<P,D>
ElkPropertyDomainAxiomElkPropertyDomainAxiom.Factory| Constructor and Description |
|---|
ElkPropertyDomainAxiomImpl(P property,
D domain) |
| Modifier and Type | Method and Description |
|---|---|
<O> O |
accept(ElkPropertyAxiomVisitor<O> visitor) |
D |
getDomain() |
accept, accept, getPropertyequals, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitacceptgetPropertypublic D getDomain()
getDomain in interface ElkPropertyDomainAxiom<P,D>public <O> O accept(ElkPropertyAxiomVisitor<O> visitor)
accept in interface ElkPropertyAxiom<P>Copyright © 2011–2024 Live Ontologies Project. All rights reserved.