org.semanticweb.owlapi.reasoner.impl
Class OWLDataPropertyNode

java.lang.Object
  extended by org.semanticweb.owlapi.reasoner.impl.DefaultNode<OWLDataProperty>
      extended by org.semanticweb.owlapi.reasoner.impl.OWLDataPropertyNode
All Implemented Interfaces:
java.lang.Iterable<OWLDataProperty>, Node<OWLDataProperty>

public class OWLDataPropertyNode
extends DefaultNode<OWLDataProperty>

Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 05-Dec-2009


Constructor Summary
OWLDataPropertyNode()
           
OWLDataPropertyNode(OWLDataProperty entity)
           
OWLDataPropertyNode(java.util.Set<OWLDataProperty> entities)
           
 
Method Summary
protected  OWLDataProperty getBottomEntity()
           
static OWLDataPropertyNode getBottomNode()
           
protected  OWLDataProperty getTopEntity()
           
static OWLDataPropertyNode getTopNode()
           
 
Methods inherited from class org.semanticweb.owlapi.reasoner.impl.DefaultNode
add, contains, equals, getEntities, getEntitiesMinus, getEntitiesMinusBottom, getEntitiesMinusTop, getRepresentativeElement, getSize, hashCode, isBottomNode, isSingleton, isTopNode, iterator, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OWLDataPropertyNode

public OWLDataPropertyNode()

OWLDataPropertyNode

public OWLDataPropertyNode(OWLDataProperty entity)

OWLDataPropertyNode

public OWLDataPropertyNode(java.util.Set<OWLDataProperty> entities)
Method Detail

getTopEntity

protected OWLDataProperty getTopEntity()
Specified by:
getTopEntity in class DefaultNode<OWLDataProperty>

getBottomEntity

protected OWLDataProperty getBottomEntity()
Specified by:
getBottomEntity in class DefaultNode<OWLDataProperty>

getTopNode

public static OWLDataPropertyNode getTopNode()

getBottomNode

public static OWLDataPropertyNode getBottomNode()