Uses of Interface
org.openanzo.owl.AnnotationProperty

Packages that use AnnotationProperty
org.openanzo.owl   
 

Uses of AnnotationProperty in org.openanzo.owl
 

Classes in org.openanzo.owl that implement AnnotationProperty
 class AnnotationPropertyImpl
          Implementation of AnnotationProperty Use the org.openanzo.owl.OWL11Factory to create instances of this class.
 

Methods in org.openanzo.owl that return AnnotationProperty
static AnnotationProperty OWL11Factory.createAnnotationProperty(org.openrdf.model.Resource resource, INamedGraph graph)
          Create a new instance of AnnotationProperty.
static AnnotationProperty OWL11Factory.createAnnotationProperty(java.lang.String uri, INamedGraph graph)
          Create a new instance of AnnotationProperty.
static AnnotationProperty OWL11Factory.getAnnotationProperty(org.openrdf.model.Resource resource, INamedGraph graph)
          Create a new instance of AnnotationProperty.
static AnnotationProperty OWL11Factory.getAnnotationProperty(java.lang.String uri, INamedGraph graph)
          Create a new instance of AnnotationProperty.
 

Methods in org.openanzo.owl that return types with arguments of type AnnotationProperty
static java.util.List<AnnotationProperty> OWL11Factory.getAllAnnotationProperty(INamedGraph graph)
          Return an instance of AnnotationProperty for every resource in the model with rdf:Type http://www.w3.org/2002/07/owl#AnnotationProperty
 

Methods in org.openanzo.owl with parameters of type AnnotationProperty
 void AnnotationPropertyListener.commentAdded(AnnotationProperty source, java.lang.String newValue)
          Called when a value of comment has been added
 void AnnotationPropertyListener.commentRemoved(AnnotationProperty source, java.lang.String oldValue)
          Called when a value of comment has been removed
 void AnnotationPropertyListener.differentFromAdded(AnnotationProperty source, OWLEntity newValue)
          Called when a value of differentFrom has been added
 void AnnotationPropertyListener.differentFromRemoved(AnnotationProperty source, OWLEntity oldValue)
          Called when a value of differentFrom has been removed
 void AnnotationPropertyListener.isDefinedByAdded(AnnotationProperty source, _Resource newValue)
          Called when a value of isDefinedBy has been added
 void AnnotationPropertyListener.isDefinedByRemoved(AnnotationProperty source, _Resource oldValue)
          Called when a value of isDefinedBy has been removed
 void AnnotationPropertyListener.labelAdded(AnnotationProperty source, java.lang.String newValue)
          Called when a value of label has been added
 void AnnotationPropertyListener.labelRemoved(AnnotationProperty source, java.lang.String oldValue)
          Called when a value of label has been removed
 void AnnotationPropertyListener.memberAdded(AnnotationProperty source, _Resource newValue)
          Called when a value of member has been added
 void AnnotationPropertyListener.memberRemoved(AnnotationProperty source, _Resource oldValue)
          Called when a value of member has been removed
 void AnnotationPropertyListener.sameAsAdded(AnnotationProperty source, OWLEntity newValue)
          Called when a value of sameAs has been added
 void AnnotationPropertyListener.sameAsRemoved(AnnotationProperty source, OWLEntity oldValue)
          Called when a value of sameAs has been removed
 void AnnotationPropertyListener.seeAlsoAdded(AnnotationProperty source, _Resource newValue)
          Called when a value of seeAlso has been added
 void AnnotationPropertyListener.seeAlsoRemoved(AnnotationProperty source, _Resource oldValue)
          Called when a value of seeAlso has been removed
 void AnnotationPropertyListener.typeAdded(AnnotationProperty source, Class newValue)
          Called when a value of type has been added
 void AnnotationPropertyListener.typeRemoved(AnnotationProperty source, Class oldValue)
          Called when a value of type has been removed
 void AnnotationPropertyListener.valueAdded(AnnotationProperty source, _Resource newValue)
          Called when a value of value has been added
 void AnnotationPropertyListener.valueRemoved(AnnotationProperty source, _Resource oldValue)
          Called when a value of value has been removed
 



Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.