org.semanticweb.owl.model
Interface OWLDataPropertyAssertionAxiom

All Superinterfaces:
java.lang.Comparable<OWLObject>, OWLAxiom, OWLIndividualAxiom, OWLLogicalAxiom, OWLObject, OWLPropertyAssertionAxiom<OWLDataPropertyExpression,OWLConstant>

public interface OWLDataPropertyAssertionAxiom
extends OWLPropertyAssertionAxiom<OWLDataPropertyExpression,OWLConstant>

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group Date: 24-Oct-2006 Represents an assertion about a relationship between and individual and a data value. For example hasAge(matthew, 28) would represent a data relationship along the hasAge property from the individual matthew to the value 28.


Method Summary
 
Methods inherited from interface org.semanticweb.owl.model.OWLPropertyAssertionAxiom
getObject, getProperty, getSubject
 
Methods inherited from interface org.semanticweb.owl.model.OWLAxiom
accept, accept, getAnnotationAxioms, getAxiomType, getNNF, getReferencedEntities, isLogicalAxiom
 
Methods inherited from interface org.semanticweb.owl.model.OWLObject
accept, accept, getClassesInSignature, getDataPropertiesInSignature, getIndividualsInSignature, getObjectPropertiesInSignature, getSignature
 
Methods inherited from interface java.lang.Comparable
compareTo