org.semanticweb.elk.owl.implementation
Class ElkPropertyDomainAxiomImpl<P,D>
java.lang.Object
org.semanticweb.elk.owl.implementation.ElkObjectImpl
org.semanticweb.elk.owl.implementation.ElkPropertyAxiomImpl<P>
org.semanticweb.elk.owl.implementation.ElkPropertyDomainAxiomImpl<P,D>
- Type Parameters:
P - the type of the property of this axiomD - the type of the domain of this axiom
- All Implemented Interfaces:
- ElkAxiom, ElkObject, ElkPropertyAxiom<P>, ElkPropertyDomainAxiom<P,D>
- Direct Known Subclasses:
- ElkAnnotationPropertyDomainAxiomImpl, ElkDataPropertyDomainAxiomImpl, ElkObjectPropertyDomainAxiomImpl
public abstract class ElkPropertyDomainAxiomImpl<P,D>
- extends ElkPropertyAxiomImpl<P>
- implements ElkPropertyDomainAxiom<P,D>
Implementation of ElkPropertyDomainAxiom
- Author:
- "Yevgeny Kazakov"
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkAxiom |
accept |
| Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkObject |
accept |
domain
protected final D domain
ElkPropertyDomainAxiomImpl
public ElkPropertyDomainAxiomImpl(P property,
D domain)
getDomain
public D getDomain()
- Specified by:
getDomain in interface ElkPropertyDomainAxiom<P,D>
Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.