org.semanticweb.owl.model
Interface OWLObjectOneOf

All Superinterfaces:
java.lang.Comparable<OWLObject>, OWLAnonymousDescription, OWLDescription, OWLObject, OWLPropertyRange

public interface OWLObjectOneOf
extends OWLAnonymousDescription

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group Date: 24-Oct-2006


Method Summary
 java.util.Set<OWLIndividual> getIndividuals()
          Gets the individuals that are in the oneOf.
 
Methods inherited from interface org.semanticweb.owl.model.OWLDescription
accept, accept, asOWLClass, isAnonymous, isOWLNothing, isOWLThing
 

Method Detail

getIndividuals

java.util.Set<OWLIndividual> getIndividuals()
Gets the individuals that are in the oneOf. These individuals represent the exact instances (extension) of this description.