org.semanticweb.owl.model
Interface SWRLUnaryAtom<P,A extends SWRLAtomObject>

All Superinterfaces:
java.lang.Comparable<OWLObject>, OWLObject, SWRLAtom<P>, SWRLObject
All Known Subinterfaces:
SWRLClassAtom, SWRLDataRangeAtom

public interface SWRLUnaryAtom<P,A extends SWRLAtomObject>
extends SWRLAtom<P>

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
 A getArgument()
           
 
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

getArgument

A getArgument()