org.semanticweb.owl.model.change
Class AddDataPropertyInstance
java.lang.Object
|
+--org.semanticweb.owl.model.change.OntologyChange
|
+--org.semanticweb.owl.model.change.AddDataPropertyInstance
- public class AddDataPropertyInstance
- extends OntologyChange
Add a superclass assertion to a class.
- Version:
- $Id: AddDataPropertyInstance.java,v 1.1.1.1 2003/10/14 17:10:09 sean_bechhofer Exp $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddDataPropertyInstance
public AddDataPropertyInstance(OWLOntology ontology,
OWLIndividual subject,
OWLDataProperty property,
OWLDataValue object,
OntologyChange cause)
getSubject
public OWLIndividual getSubject()
getObject
public OWLDataValue getObject()
getProperty
public OWLDataProperty getProperty()
accept
public void accept(ChangeVisitor visitor)
throws OWLException
- Description copied from class:
OntologyChange
- Accept a visit from a change visitor.
- Specified by:
accept in class OntologyChange
- Parameters:
visitor - a ChangeVisitor value
OWLException
WonderWeb