org.semanticweb.owlapi.model
Interface OWLNaryIndividualAxiom

All Superinterfaces:
java.lang.Comparable<OWLObject>, OWLAxiom, OWLIndividualAxiom, OWLLogicalAxiom, OWLNaryAxiom, OWLObject, OWLSubClassOfAxiomSetShortCut
All Known Subinterfaces:
OWLDifferentIndividualsAxiom, OWLSameIndividualAxiom
All Known Implementing Classes:
OWLDifferentIndividualsAxiomImpl, OWLNaryIndividualAxiomImpl, OWLSameIndividualAxiomImpl

public interface OWLNaryIndividualAxiom
extends OWLIndividualAxiom, OWLNaryAxiom, OWLSubClassOfAxiomSetShortCut

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


Method Summary
 java.util.Set<OWLIndividual> getIndividuals()
           
 java.util.List<OWLIndividual> getIndividualsAsList()
          Gets the individuals returned by getIndividuals() as a list.
 
Methods inherited from interface org.semanticweb.owlapi.model.OWLAxiom
accept, accept, equalsIgnoreAnnotations, getAnnotatedAxiom, getAnnotations, getAnnotations, getAxiomType, getAxiomWithoutAnnotations, getNNF, isAnnotated, isLogicalAxiom, isOfType, isOfType
 
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
 
Methods inherited from interface org.semanticweb.owlapi.model.OWLNaryAxiom
asPairwiseAxioms
 
Methods inherited from interface org.semanticweb.owlapi.model.OWLSubClassOfAxiomSetShortCut
asOWLSubClassOfAxioms
 

Method Detail

getIndividuals

java.util.Set<OWLIndividual> getIndividuals()

getIndividualsAsList

java.util.List<OWLIndividual> getIndividualsAsList()
Gets the individuals returned by getIndividuals() as a list.

Returns:
The individuals in this axiom as a list