org.semanticweb.owl.model
Interface SWRLBuiltInAtom

All Superinterfaces:
java.lang.Comparable<OWLObject>, OWLObject, SWRLAtom<SWRLBuiltInsVocabulary>, SWRLObject

public interface SWRLBuiltInAtom
extends SWRLAtom<SWRLBuiltInsVocabulary>

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
 java.util.List<SWRLAtomDObject> getArguments()
           
 
Methods inherited from interface org.semanticweb.owl.model.SWRLAtom
getAllArguments, getPredicate
 
Methods inherited from interface org.semanticweb.owl.model.SWRLObject
accept, accept
 
Methods inherited from interface org.semanticweb.owl.model.OWLObject
accept, accept
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getArguments

java.util.List<SWRLAtomDObject> getArguments()