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

All Superinterfaces:
java.lang.Comparable<OWLObject>, OWLObject, SWRLAtom<P>, SWRLObject
All Known Subinterfaces:
SWRLDataValuedPropertyAtom, SWRLDifferentFromAtom, SWRLObjectPropertyAtom, SWRLSameAsAtom

public interface SWRLBinaryAtom<P,A extends SWRLAtomObject,B 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 getFirstArgument()
           
 B getSecondArgument()
           
 
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, getSignature
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getFirstArgument

A getFirstArgument()

getSecondArgument

B getSecondArgument()