org.semanticweb.owlapi.model
Interface SWRLDataPropertyAtom

All Superinterfaces:
java.lang.Comparable<OWLObject>, OWLObject, SWRLAtom, SWRLBinaryAtom<SWRLIArgument,SWRLDArgument>, SWRLObject
All Known Implementing Classes:
SWRLDataPropertyAtomImpl

public interface SWRLDataPropertyAtom
extends SWRLBinaryAtom<SWRLIArgument,SWRLDArgument>

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
 OWLDataPropertyExpression getPredicate()
          Gets the predicate of this atom
 
Methods inherited from interface org.semanticweb.owlapi.model.SWRLBinaryAtom
getFirstArgument, getSecondArgument
 
Methods inherited from interface org.semanticweb.owlapi.model.SWRLAtom
getAllArguments
 
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
 

Method Detail

getPredicate

OWLDataPropertyExpression getPredicate()
Gets the predicate of this atom

Specified by:
getPredicate in interface SWRLAtom
Returns:
The atom predicate