Uses of Class
org.openprovenance.model.Annotation

Packages that use Annotation
org.openprovenance.elmo   
org.openprovenance.model Open Provenance Model classes and associated factories and (de)serialisation methods. 
 

Uses of Annotation in org.openprovenance.elmo
 

Subclasses of Annotation in org.openprovenance.elmo
 class RdfAnnotation
           
 

Methods in org.openprovenance.elmo that return Annotation
 Annotation RdfObjectFactory.createAnnotation()
           
 Annotation RdfOPMFactory.newAnnotation(Annotation ann)
           
 

Methods in org.openprovenance.elmo with parameters of type Annotation
 void RdfOPMFactory.addAnnotation(Annotable annotable, Annotation ann)
           
 void RdfOPMFactory.addProperty(Annotation ann, Property p)
           
 Annotation RdfOPMFactory.newAnnotation(Annotation ann)
           
 

Method parameters in org.openprovenance.elmo with type arguments of type Annotation
 OPMGraph RdfOPMFactory.newOPMGraph(String id, Collection<Account> accs, Collection<Overlaps> ops, Collection<Process> ps, Collection<Artifact> as, Collection<Agent> ags, Collection<Object> lks, Collection<Annotation> anns)
           
 

Uses of Annotation in org.openprovenance.model
 

Fields in org.openprovenance.model with type parameters of type Annotation
protected  List<Annotation> Annotations.annotation
           
 

Methods in org.openprovenance.model that return Annotation
 Annotation ObjectFactory.createAnnotation()
          Create an instance of Annotation
 Annotation OPMFactory.newAnnotation(Annotation ann)
           
 Annotation OPMFactory.newAnnotation(String id, Annotation a, String property, Object value, Collection<Account> accs)
           
 Annotation OPMFactory.newAnnotation(String id, Artifact a, String property, Object value, Collection<Account> accs)
           
 Annotation OPMFactory.newAnnotation(String id, Object o, List<Property> properties, Collection<AccountRef> accs)
           
 Annotation OPMFactory.newAnnotation(String id, Process p, String property, Object value, Collection<Account> accs)
           
 Annotation OPMFactory.newAnnotation(String id, Ref ref, String property, Object value, Collection<AccountRef> accs)
           
 Annotation OPMFactory.newAnnotation(String id, Role role, String property, Object value, Collection<Account> accs)
           
 Annotation OPMFactory.newAnnotation(String id, Used edge, String property, Object value, Collection<Account> accs)
           
 Annotation OPMFactory.newAnnotation(String id, WasControlledBy edge, String property, Object value, Collection<Account> accs)
           
 Annotation OPMFactory.newAnnotation(String id, WasDerivedFrom edge, String property, Object value, Collection<Account> accs)
           
 Annotation OPMFactory.newAnnotation(String id, WasGeneratedBy edge, String property, Object value, Collection<Account> accs)
           
 Annotation OPMFactory.newAnnotation(String id, WasTriggeredBy edge, String property, Object value, Collection<Account> accs)
           
 

Methods in org.openprovenance.model that return types with arguments of type Annotation
 List<Annotation> Annotations.getAnnotation()
          Gets the value of the annotation property.
 

Methods in org.openprovenance.model with parameters of type Annotation
 void OPMFactory.addProperty(Annotation ann, List<Property> p)
           
 void OPMFactory.addProperty(Annotation ann, Property p)
           
 Annotation OPMFactory.newAnnotation(Annotation ann)
           
 Annotation OPMFactory.newAnnotation(String id, Annotation a, String property, Object value, Collection<Account> accs)
           
 AnnotationRef OPMFactory.newAnnotationRef(Annotation a)
           
 OPMGraph OPMFactory.newOPMGraph(Collection<Account> accs, Overlaps[] ovs, Process[] ps, Artifact[] as, Agent[] ags, Object[] lks, Annotation[] anns)
           
 OPMGraph OPMFactory.newOPMGraph(String id, Collection<Account> accs, Overlaps[] ovs, Process[] ps, Artifact[] as, Agent[] ags, Object[] lks, Annotation[] anns)
           
 

Method parameters in org.openprovenance.model with type arguments of type Annotation
 OPMGraph OPMFactory.newOPMGraph(Collection<Account> accs, Collection<Overlaps> ops, Collection<Process> ps, Collection<Artifact> as, Collection<Agent> ags, Collection<Object> lks, Collection<Annotation> anns)
           
 OPMGraph OPMFactory.newOPMGraph(String id, Collection<Account> accs, Collection<Overlaps> ops, Collection<Process> ps, Collection<Artifact> as, Collection<Agent> ags, Collection<Object> lks, Collection<Annotation> anns)
           
 



Copyright © 2011. All Rights Reserved.