org.semanticweb.owlapi.model
Interface OWLPropertyAssertionObject

All Superinterfaces:
java.lang.Comparable<OWLObject>, OWLObject
All Known Subinterfaces:
OWLAnonymousIndividual, OWLIndividual, OWLLiteral, OWLNamedIndividual
All Known Implementing Classes:
OWLAnonymousIndividualImpl, OWLIndividualImpl, OWLLiteralImpl, OWLNamedIndividualImpl

public interface OWLPropertyAssertionObject
extends OWLObject

Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 18-Mar-2009

A marker interface for the types of property assertion objects (individuals and literals) that are the objects of property assertions.


Method Summary
 
Methods inherited from interface org.semanticweb.owlapi.model.OWLObject
accept, accept, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, isBottomEntity, isTopEntity
 
Methods inherited from interface java.lang.Comparable
compareTo