uk.ac.manchester.cs.owl
Class SWRLBuiltInAtomImpl

java.lang.Object
  extended by uk.ac.manchester.cs.owl.OWLObjectImpl
      extended by uk.ac.manchester.cs.owl.SWRLAtomImpl<SWRLBuiltInsVocabulary>
          extended by uk.ac.manchester.cs.owl.SWRLBuiltInAtomImpl
All Implemented Interfaces:
java.lang.Comparable<OWLObject>, OWLObject, SWRLAtom<SWRLBuiltInsVocabulary>, SWRLBuiltInAtom, SWRLObject

public class SWRLBuiltInAtomImpl
extends SWRLAtomImpl<SWRLBuiltInsVocabulary>
implements SWRLBuiltInAtom

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


Constructor Summary
SWRLBuiltInAtomImpl(OWLDataFactory dataFactory, SWRLBuiltInsVocabulary predicate, java.util.List<SWRLAtomDObject> args)
           
 
Method Summary
 void accept(OWLObjectVisitor visitor)
           
<O> O
accept(OWLObjectVisitorEx<O> visitor)
           
 void accept(SWRLObjectVisitor visitor)
           
<O> O
accept(SWRLObjectVisitorEx<O> visitor)
           
 boolean equals(java.lang.Object obj)
           
 java.util.Collection<? extends SWRLAtomObject> getAllArguments()
           
 java.util.List<SWRLAtomDObject> getArguments()
           
 
Methods inherited from class uk.ac.manchester.cs.owl.SWRLAtomImpl
getPredicate
 
Methods inherited from class uk.ac.manchester.cs.owl.OWLObjectImpl
compareTo, 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
getPredicate
 
Methods inherited from interface org.semanticweb.owl.model.OWLObject
getSignature
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Constructor Detail

SWRLBuiltInAtomImpl

public SWRLBuiltInAtomImpl(OWLDataFactory dataFactory,
                           SWRLBuiltInsVocabulary predicate,
                           java.util.List<SWRLAtomDObject> args)
Method Detail

getArguments

public java.util.List<SWRLAtomDObject> getArguments()
Specified by:
getArguments in interface SWRLBuiltInAtom

getAllArguments

public java.util.Collection<? extends SWRLAtomObject> getAllArguments()
Specified by:
getAllArguments in interface SWRLAtom<SWRLBuiltInsVocabulary>

accept

public void accept(OWLObjectVisitor visitor)
Specified by:
accept in interface OWLObject

accept

public void accept(SWRLObjectVisitor visitor)
Specified by:
accept in interface SWRLObject

accept

public <O> O accept(SWRLObjectVisitorEx<O> visitor)
Specified by:
accept in interface SWRLObject

accept

public <O> O accept(OWLObjectVisitorEx<O> visitor)
Specified by:
accept in interface OWLObject

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class OWLObjectImpl