uk.ac.manchester.cs.owl
Class SWRLAtomImpl<P>

java.lang.Object
  extended by uk.ac.manchester.cs.owl.OWLObjectImpl
      extended by uk.ac.manchester.cs.owl.SWRLAtomImpl<P>
All Implemented Interfaces:
java.lang.Comparable<OWLObject>, OWLObject, SWRLAtom<P>, SWRLObject
Direct Known Subclasses:
SWRLBinaryAtomImpl, SWRLBuiltInAtomImpl, SWRLUnaryAtomImpl

public abstract class SWRLAtomImpl<P>
extends OWLObjectImpl
implements SWRLAtom<P>

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 15-Jan-2007


Method Summary
 P getPredicate()
           
 
Methods inherited from class uk.ac.manchester.cs.owl.OWLObjectImpl
compareTo, equals, getOWLDataFactory, getSignature, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.semanticweb.owl.model.SWRLAtom
getAllArguments
 
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

getPredicate

public P getPredicate()
Specified by:
getPredicate in interface SWRLAtom<P>