org.semanticweb.owlapi.reasoner.impl
Class OWLClassNode

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

public class OWLClassNode
extends DefaultNode<org.semanticweb.owlapi.model.OWLClass>

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


Field Summary
 
Fields inherited from class org.semanticweb.owlapi.reasoner.impl.DefaultNode
BOTTOM_CLASS, BOTTOM_DATA_NODE, BOTTOM_DATA_PROPERTY, BOTTOM_NODE, BOTTOM_OBJECT_NODE, BOTTOM_OBJECT_PROPERTY, TOP_CLASS, TOP_DATA_NODE, TOP_DATA_PROPERTY, TOP_DATATYPE, TOP_NODE, TOP_OBJECT_NODE, TOP_OBJECT_PROPERTY
 
Constructor Summary
OWLClassNode()
          empty constructor
OWLClassNode(org.semanticweb.owlapi.model.OWLClass entity)
           
OWLClassNode(Set<org.semanticweb.owlapi.model.OWLClass> entities)
           
 
Method Summary
protected  org.semanticweb.owlapi.model.OWLClass getBottomEntity()
           
static OWLClassNode getBottomNode()
           
protected  org.semanticweb.owlapi.model.OWLClass getTopEntity()
           
static OWLClassNode 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

OWLClassNode

public OWLClassNode(org.semanticweb.owlapi.model.OWLClass entity)
Parameters:
entity - the class to be contained

OWLClassNode

public OWLClassNode(Set<org.semanticweb.owlapi.model.OWLClass> entities)
Parameters:
entities - the classes to be contained

OWLClassNode

public OWLClassNode()
empty constructor

Method Detail

getTopEntity

protected org.semanticweb.owlapi.model.OWLClass getTopEntity()
Specified by:
getTopEntity in class DefaultNode<org.semanticweb.owlapi.model.OWLClass>

getBottomEntity

protected org.semanticweb.owlapi.model.OWLClass getBottomEntity()
Specified by:
getBottomEntity in class DefaultNode<org.semanticweb.owlapi.model.OWLClass>

getTopNode

public static OWLClassNode getTopNode()
Returns:
singleton top node

getBottomNode

public static OWLClassNode getBottomNode()
Returns:
singleton bottom node


Copyright © 2012 The University of Manchester. All Rights Reserved.