org.dllearner.core.owl
Class DatatypeCardinalityRestriction

java.lang.Object
  extended by org.dllearner.core.owl.Description
      extended by org.dllearner.core.owl.Restriction
          extended by org.dllearner.core.owl.CardinalityRestriction
              extended by org.dllearner.core.owl.DatatypeCardinalityRestriction
All Implemented Interfaces:
Serializable, Cloneable, KBElement, PropertyRange
Direct Known Subclasses:
DatatypeExactCardinalityRestriction, DatatypeMaxCardinalityRestriction, DatatypeMinCardinalityRestriction

public abstract class DatatypeCardinalityRestriction
extends CardinalityRestriction

Author:
Jens Lehmann
See Also:
Serialized Form

Constructor Summary
DatatypeCardinalityRestriction(DatatypeProperty datatypeProperty, DataRange dataRange, int cardinality)
           
 
Method Summary
 
Methods inherited from class org.dllearner.core.owl.CardinalityRestriction
getCardinality, getPropertyRange
 
Methods inherited from class org.dllearner.core.owl.Restriction
getRestrictedPropertyExpression
 
Methods inherited from class org.dllearner.core.owl.Description
accept, addChild, addChild, clone, getArity, getChild, getChildren, getDepth, getNumberOfNodes, getParent, getSubtree, isRoot, removeChild, removeChild, replaceChild, setParent, toKBSyntaxString, toManchesterSyntaxString, 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, toString
 

Constructor Detail

DatatypeCardinalityRestriction

public DatatypeCardinalityRestriction(DatatypeProperty datatypeProperty,
                                      DataRange dataRange,
                                      int cardinality)


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