Uses of Interface
org.openprovenance.rdf.Annotation

Packages that use Annotation
org.openprovenance.elmo   
org.openprovenance.rdf   
 

Uses of Annotation in org.openprovenance.elmo
 

Methods in org.openprovenance.elmo that return Annotation
 Annotation RdfAnnotation.findMyFacade()
           
 Annotation RdfEmbeddedAnnotation.findMyFacade()
           
 

Methods in org.openprovenance.elmo that return types with arguments of type Annotation
 Set<Annotation> RdfRole.getAnnotations()
           
 Set<Annotation> RdfWasDerivedFrom.getAnnotations()
           
 Set<Annotation> RdfWasTriggeredBy.getAnnotations()
           
 Set<Annotation> RdfAgent.getAnnotations()
           
 

Methods in org.openprovenance.elmo with parameters of type Annotation
 RdfAnnotation RdfOPMFactory.newAnnotation(Annotation a)
           
 RdfEmbeddedAnnotation RdfOPMFactory.newEmbeddedAnnotation(Annotation a)
           
 

Method parameters in org.openprovenance.elmo with type arguments of type Annotation
 void RdfRole.setAnnotations(Set<? extends Annotation> ann)
           
 void RdfWasDerivedFrom.setAnnotations(Set<? extends Annotation> ann)
           
 void RdfWasTriggeredBy.setAnnotations(Set<? extends Annotation> ann)
           
 void RdfAgent.setAnnotations(Set<? extends Annotation> ann)
           
 

Uses of Annotation in org.openprovenance.rdf
 

Methods in org.openprovenance.rdf that return types with arguments of type Annotation
 Set<Annotation> Annotable.getAnnotations()
          Object property to associate an Annotable entity and an Annotation.
 

Method parameters in org.openprovenance.rdf with type arguments of type Annotation
 void Annotable.setAnnotations(Set<? extends Annotation> annotations)
          Object property to associate an Annotable entity and an Annotation.
 



Copyright © 2011. All Rights Reserved.