org.semanticweb.owlapi.model
Interface OWLPropertyAssertionObject

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

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)


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