org.semanticweb.elk.owl.implementation
Class ElkPropertyDomainAxiomImpl<P,D>

java.lang.Object
  extended by org.semanticweb.elk.owl.implementation.ElkObjectImpl
      extended by org.semanticweb.elk.owl.implementation.ElkPropertyAxiomImpl<P>
          extended by org.semanticweb.elk.owl.implementation.ElkPropertyDomainAxiomImpl<P,D>
Type Parameters:
P - the type of the property of this axiom
D - 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"

Field Summary
protected  D domain
           
 
Fields inherited from class org.semanticweb.elk.owl.implementation.ElkPropertyAxiomImpl
property
 
Constructor Summary
ElkPropertyDomainAxiomImpl(P property, D domain)
           
 
Method Summary
 D getDomain()
           
 
Methods inherited from class org.semanticweb.elk.owl.implementation.ElkPropertyAxiomImpl
accept, accept, getProperty
 
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.ElkPropertyAxiom
getProperty
 
Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkAxiom
accept
 
Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkObject
accept
 

Field Detail

domain

protected final D domain
Constructor Detail

ElkPropertyDomainAxiomImpl

public ElkPropertyDomainAxiomImpl(P property,
                                  D domain)
Method Detail

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.