| Package | Description |
|---|---|
| org.openprovenance.prov.model |
Provides the classes necessary to manipulate the PROV Data Model in Java, irrespectively of the serialization chosen for it.
|
| Modifier and Type | Method and Description |
|---|---|
Activity |
IndexedDocument.add(Activity activity) |
Activity |
IndexedDocument.add(QualifiedName name,
Activity activity) |
Activity |
ProvFactory.addAttributes(Activity from,
Activity to) |
Activity |
ObjectFactory.createActivity() |
Activity |
BeanTraversal.doAction(Activity e) |
Activity |
IndexedDocument.getActivity(String name) |
Activity |
ProvFactory.newActivity(Activity a) |
Activity |
ProvFactory.newActivity(QualifiedName a) |
Activity |
ProvFactory.newActivity(QualifiedName q,
String label) |
Activity |
ProvFactory.newActivity(QualifiedName id,
XMLGregorianCalendar startTime,
XMLGregorianCalendar endTime,
Collection<Attribute> attributes) |
Activity |
ModelConstructor.newActivity(QualifiedName id,
XMLGregorianCalendar startTime,
XMLGregorianCalendar endTime,
Collection<Attribute> attributes) |
| Modifier and Type | Method and Description |
|---|---|
List<Activity> |
ProvUtilities.getActivity(Bundle d) |
List<Activity> |
ProvUtilities.getActivity(Document d) |
| Modifier and Type | Method and Description |
|---|---|
Activity |
IndexedDocument.add(Activity activity) |
Activity |
IndexedDocument.add(QualifiedName name,
Activity activity) |
Activity |
ProvFactory.addAttributes(Activity from,
Activity to) |
Activity |
BeanTraversal.doAction(Activity e) |
Object |
ProvFactory.Cloner.doAction(Activity s) |
Object |
StatementActionValue.doAction(Activity s) |
void |
IndexedDocument.doAction(Activity s) |
void |
NamespaceGatherer.doAction(Activity a) |
void |
StatementAction.doAction(Activity s) |
Collection<Used> |
IndexedDocument.getUsed(Activity p)
Return all used edges with activity p as an effect.
|
Collection<WasAssociatedWith> |
IndexedDocument.getWasAssociatedWith(Activity p)
Return all WasAssociatedWith edges with activity p as an effect.
|
Collection<WasGeneratedBy> |
IndexedDocument.getWasGeneratedBy(Activity p)
Return all WasGeneratedBy edges with activity p as an effect.
|
Collection<WasInformedBy> |
IndexedDocument.getWasInformedByWithCause(Activity a)
Return all WasInformedBy edges with activity p as a cause.
|
Collection<WasInformedBy> |
IndexedDocument.getWasInformedByWithEffect(Activity a)
Return all WasInformedBy edges with activity a as an effect.
|
Activity |
ProvFactory.newActivity(Activity a) |
Document |
ProvFactory.newDocument(Activity[] ps,
Entity[] as,
Agent[] ags,
Statement[] lks) |
WasGeneratedBy |
ProvFactory.newWasGeneratedBy(Entity a,
String role,
Activity p) |
WasGeneratedBy |
ProvFactory.newWasGeneratedBy(QualifiedName id,
Entity a,
String role,
Activity p) |
| Modifier and Type | Method and Description |
|---|---|
Document |
ProvFactory.newDocument(Collection<Activity> ps,
Collection<Entity> as,
Collection<Agent> ags,
Collection<Statement> lks) |
Bundle |
ProvFactory.newNamedBundle(QualifiedName id,
Collection<Activity> ps,
Collection<Entity> as,
Collection<Agent> ags,
Collection<Statement> lks) |
Copyright © 2015. All rights reserved.