org.semanticweb.elk.owl.implementation
Class ElkPropertyAxiomImpl<P>
java.lang.Object
org.semanticweb.elk.owl.implementation.ElkObjectImpl
org.semanticweb.elk.owl.implementation.ElkPropertyAxiomImpl<P>
- Type Parameters:
P - the type of the property of this axiom
- All Implemented Interfaces:
- ElkAxiom, ElkObject, ElkPropertyAxiom<P>
- Direct Known Subclasses:
- ElkAsymmetricObjectPropertyAxiomImpl, ElkFunctionalDataPropertyAxiomImpl, ElkFunctionalObjectPropertyAxiomImpl, ElkInverseFunctionalObjectPropertyAxiomImpl, ElkIrreflexiveObjectPropertyAxiomImpl, ElkPropertyAssertionAxiomImpl, ElkPropertyDomainAxiomImpl, ElkPropertyRangeAxiomImpl, ElkReflexiveObjectPropertyAxiomImpl, ElkSymmetricObjectPropertyAxiomImpl, ElkTransitiveObjectPropertyAxiomImpl
public abstract class ElkPropertyAxiomImpl<P>
- extends ElkObjectImpl
- implements ElkPropertyAxiom<P>
Implementation of ElkPropertyAxiom
- Author:
- "Yevgeny Kazakov"
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
property
protected final P property
getProperty
public P getProperty()
- Specified by:
getProperty in interface ElkPropertyAxiom<P>
accept
public abstract <O> O accept(ElkAxiomVisitor<O> visitor)
- Specified by:
accept in interface ElkAxiom
accept
public <O> O accept(ElkObjectVisitor<O> visitor)
- Specified by:
accept in interface ElkObject
Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.