org.dllearner.core.owl
Class PropertyDomainAxiom

java.lang.Object
  extended by org.dllearner.core.owl.Axiom
      extended by org.dllearner.core.owl.PropertyAxiom
          extended by org.dllearner.core.owl.PropertyDomainAxiom
All Implemented Interfaces:
Serializable, KBElement
Direct Known Subclasses:
DatatypePropertyDomainAxiom, ObjectPropertyDomainAxiom

public abstract class PropertyDomainAxiom
extends PropertyAxiom

Axiom to specifiy the domain of a property.

Author:
Jens Lehmann
See Also:
Serialized Form

Constructor Summary
PropertyDomainAxiom(Property property, Description domain)
           
 
Method Summary
 Description getDomain()
           
 Property getProperty()
           
 
Methods inherited from class org.dllearner.core.owl.Axiom
accept, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.dllearner.core.owl.KBElement
accept, getLength, toKBSyntaxString, toManchesterSyntaxString, toString
 

Constructor Detail

PropertyDomainAxiom

public PropertyDomainAxiom(Property property,
                           Description domain)
Method Detail

getDomain

public Description getDomain()

getProperty

public Property getProperty()


SourceForge.net Logo DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2011 Jens Lehmann