| 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 |
|---|---|
Agent |
IndexedDocument.add(Agent agent) |
Agent |
IndexedDocument.add(QualifiedName name,
Agent agent) |
Agent |
ProvFactory.addAttributes(Agent from,
Agent to) |
Agent |
ObjectFactory.createAgent() |
Agent |
BeanTraversal.doAction(Agent e) |
Agent |
IndexedDocument.getAgent(String name) |
Agent |
ProvFactory.newAgent(Agent a)
Creates a copy of an agent.
|
Agent |
ProvFactory.newAgent(QualifiedName ag)
Creates a new
Agent with provided identifier |
Agent |
ModelConstructor.newAgent(QualifiedName id,
Collection<Attribute> attributes) |
Agent |
ProvFactory.newAgent(QualifiedName id,
Collection<Attribute> attributes)
Creates a new
Agent with provided identifier and attributes |
Agent |
ProvFactory.newAgent(QualifiedName ag,
String label)
Creates a new
Agent with provided identifier and label |
| Modifier and Type | Method and Description |
|---|---|
List<Agent> |
ProvUtilities.getAgent(Bundle d) |
List<Agent> |
ProvUtilities.getAgent(Document d) |
| Modifier and Type | Method and Description |
|---|---|
Agent |
IndexedDocument.add(Agent agent) |
Agent |
IndexedDocument.add(QualifiedName name,
Agent agent) |
Agent |
ProvFactory.addAttributes(Agent from,
Agent to) |
void |
StatementAction.doAction(Agent s) |
Object |
StatementActionValue.doAction(Agent s) |
void |
NamespaceGatherer.doAction(Agent ag) |
void |
IndexedDocument.doAction(Agent s) |
Agent |
BeanTraversal.doAction(Agent e) |
Object |
ProvFactory.Cloner.doAction(Agent s) |
Collection<WasAssociatedWith> |
IndexedDocument.getWasAssociatedWith(Agent a)
Return all WasAssociatedWith edges with entity a as a cause.
|
Agent |
ProvFactory.newAgent(Agent a)
Creates a copy of an agent.
|
Document |
ProvFactory.newDocument(Activity[] ps,
Entity[] as,
Agent[] ags,
Statement[] lks) |
| 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 © 2016. All rights reserved.