uk.ac.manchester.cs.owl.owlapi
Class SWRLUnaryAtomImpl<A extends SWRLArgument>

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

public abstract class SWRLUnaryAtomImpl<A extends SWRLArgument>
extends SWRLAtomImpl
implements SWRLUnaryAtom<A>

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


Constructor Summary
SWRLUnaryAtomImpl(OWLDataFactory dataFactory, SWRLPredicate predicate, A arg)
           
 
Method Summary
 java.util.Collection<SWRLArgument> getAllArguments()
          Gets all of the arguments in this atom
 A getArgument()
           
 
Methods inherited from class uk.ac.manchester.cs.owl.owlapi.SWRLAtomImpl
getPredicate
 
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
getPredicate
 
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

SWRLUnaryAtomImpl

public SWRLUnaryAtomImpl(OWLDataFactory dataFactory,
                         SWRLPredicate predicate,
                         A arg)
Method Detail

getArgument

public A getArgument()
Specified by:
getArgument in interface SWRLUnaryAtom<A extends SWRLArgument>

getAllArguments

public java.util.Collection<SWRLArgument> getAllArguments()
Description copied from interface: SWRLAtom
Gets all of the arguments in this atom

Specified by:
getAllArguments in interface SWRLAtom
Returns:
The collection of arguments in this atom