org.semanticweb.owl.model
Interface SWRLAtomIndividualObject

All Superinterfaces:
java.lang.Comparable<OWLObject>, OWLObject, SWRLAtomIObject, SWRLAtomObject, SWRLObject
All Known Implementing Classes:
SWRLAtomIndividualObjectImpl

public interface SWRLAtomIndividualObject
extends SWRLAtomIObject

Author: Matthew Horridge
The University Of Manchester
Medical Informatics Group
Date: Jan 15, 2007

matthew.horridge@cs.man.ac.uk
www.cs.man.ac.uk/~horridgm


Method Summary
 OWLIndividual getIndividual()
           
 
Methods inherited from interface org.semanticweb.owl.model.SWRLObject
accept, accept
 
Methods inherited from interface org.semanticweb.owl.model.OWLObject
accept, accept, getSignature
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getIndividual

OWLIndividual getIndividual()