Uses of Interface
org.openprovenance.prov.model.Activity
Packages that use Activity
Package
Description
Provides the classes necessary to manipulate the PROV Data Model in Java, irrespectively of the serialization chosen for it.
-
Uses of Activity in org.openprovenance.prov.model
Methods in org.openprovenance.prov.model that return ActivityModifier and TypeMethodDescriptionIndexedDocument.add(QualifiedName name, Activity activity) ProvFactory.addAttributes(Activity from, Activity to) IndexedDocument.getActivity(QualifiedName name) ModelConstructor.newActivity(QualifiedName id, XMLGregorianCalendar startTime, XMLGregorianCalendar endTime, Collection<Attribute> attributes) ProvFactory.newActivity(Activity a) ProvFactory.newActivity(QualifiedName a) ProvFactory.newActivity(QualifiedName q, String label) Methods in org.openprovenance.prov.model that return types with arguments of type ActivityModifier and TypeMethodDescriptionIndexedDocument.getActivities()ProvUtilities.getActivity(Bundle d) ProvUtilities.getActivity(Document d) Methods in org.openprovenance.prov.model with parameters of type ActivityModifier and TypeMethodDescriptionIndexedDocument.add(QualifiedName name, Activity activity) ProvFactory.addAttributes(Activity from, Activity to) voidvoidvoidReturn all used edges with activity p as an effect.IndexedDocument.getWasAssociatedWith(Activity p) Return all WasAssociatedWith edges with activity p as an effect.IndexedDocument.getWasGeneratedBy(Activity p) Return all WasGeneratedBy edges with activity p as an effect.IndexedDocument.getWasInformedByWithCause(Activity a) Return all WasInformedBy edges with activity p as a cause.IndexedDocument.getWasInformedByWithEffect(Activity a) Return all WasInformedBy edges with activity a as an effect.ProvFactory.newActivity(Activity a) ProvFactory.newDocument(Activity[] ps, Entity[] as, Agent[] ags, Statement[] lks) ProvFactory.newWasGeneratedBy(Entity a, String role, Activity p) ProvFactory.newWasGeneratedBy(QualifiedName id, Entity a, String role, Activity p) Method parameters in org.openprovenance.prov.model with type arguments of type ActivityModifier and TypeMethodDescriptionProvFactory.newDocument(Collection<Activity> ps, Collection<Entity> as, Collection<Agent> ags, Collection<Statement> lks) ProvFactory.newNamedBundle(QualifiedName id, Collection<Activity> ps, Collection<Entity> as, Collection<Agent> ags, Collection<Statement> lks) -
Uses of Activity in org.openprovenance.prov.vanilla
Classes in org.openprovenance.prov.vanilla that implement ActivityMethods in org.openprovenance.prov.vanilla that return ActivityModifier and TypeMethodDescriptionModelConstructor.newActivity(QualifiedName id, XMLGregorianCalendar startTime, XMLGregorianCalendar endTime, Collection<Attribute> attributes) ProvFactory.newActivity(QualifiedName q, String label) ProvFactory.newActivity(QualifiedName a, XMLGregorianCalendar startTime, XMLGregorianCalendar endTime, Collection<Attribute> attributes) Method parameters in org.openprovenance.prov.vanilla with type arguments of type ActivityModifier and TypeMethodDescriptionProvFactory.newDocument(Collection<Activity> ps, Collection<Entity> as, Collection<Agent> ags, Collection<Statement> lks) ProvFactory.newNamedBundle(QualifiedName id, Collection<Activity> ps, Collection<Entity> as, Collection<Agent> ags, Collection<Statement> lks)