org.semanticweb.elk.owl.implementation
Class ElkPropertyAxiomImpl<P>

java.lang.Object
  extended by org.semanticweb.elk.owl.implementation.ElkObjectImpl
      extended by 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"

Field Summary
protected  P property
           
 
Method Summary
abstract
<O> O
accept(ElkAxiomVisitor<O> visitor)
           
<O> O
accept(ElkObjectVisitor<O> visitor)
           
 P getProperty()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

property

protected final P property
Method Detail

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.