uk.ac.manchester.cs.owl.owlapi
Class SWRLAtomImpl

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

public abstract class SWRLAtomImpl
extends OWLObjectImpl
implements SWRLAtom

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


Constructor Summary
protected SWRLAtomImpl(OWLDataFactory dataFactory, SWRLPredicate predicate)
           
 
Method Summary
 SWRLPredicate getPredicate()
          Gets the predicate of this atom
 
Methods inherited from class uk.ac.manchester.cs.owl.owlapi.OWLObjectImpl
compareObjectOfSameType, compareSets, compareTo, equals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getOWLDataFactory, getSignature, hashCode, isBottomEntity, isTopEntity, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.semanticweb.owlapi.model.SWRLAtom
getAllArguments
 
Methods inherited from interface org.semanticweb.owlapi.model.SWRLObject
accept, accept
 
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
 

Constructor Detail

SWRLAtomImpl

protected SWRLAtomImpl(OWLDataFactory dataFactory,
                       SWRLPredicate predicate)
Method Detail

getPredicate

public SWRLPredicate getPredicate()
Description copied from interface: SWRLAtom
Gets the predicate of this atom

Specified by:
getPredicate in interface SWRLAtom
Returns:
The atom predicate