| 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 |
|---|---|
Entity |
IndexedDocument.add(Entity entity) |
Entity |
IndexedDocument.add(QualifiedName name,
Entity entity) |
Entity |
ProvFactory.addAttributes(Entity from,
Entity to) |
Entity |
ObjectFactory.createEntity() |
Entity |
BeanTraversal.doAction(Entity e) |
Entity |
IndexedDocument.getEntity(String name) |
Entity |
ProvFactory.newEntity(Entity e)
Creates a copy of an entity.
|
Entity |
ProvFactory.newEntity(QualifiedName id)
Creates a new
Entity with provided identifier |
Entity |
ModelConstructor.newEntity(QualifiedName id,
Collection<Attribute> attributes) |
Entity |
ProvFactory.newEntity(QualifiedName id,
Collection<Attribute> attributes)
Creates a new
Entity with provided identifier and attributes |
Entity |
ProvFactory.newEntity(QualifiedName id,
String label)
Creates a new
Entity with provided identifier and label |
| Modifier and Type | Method and Description |
|---|---|
List<Entity> |
ProvUtilities.getEntity(Bundle d) |
List<Entity> |
ProvUtilities.getEntity(Document d) |
| Modifier and Type | Method and Description |
|---|---|
Entity |
IndexedDocument.add(Entity entity) |
Entity |
IndexedDocument.add(QualifiedName name,
Entity entity) |
Entity |
ProvFactory.addAttributes(Entity from,
Entity to) |
void |
StatementAction.doAction(Entity s) |
Object |
StatementActionValue.doAction(Entity s) |
void |
NamespaceGatherer.doAction(Entity e) |
void |
IndexedDocument.doAction(Entity s) |
Entity |
BeanTraversal.doAction(Entity e) |
Object |
ProvFactory.Cloner.doAction(Entity s) |
Collection<Used> |
IndexedDocument.getUsed(Entity p)
Return all used edges with entity a as a cause.
|
Collection<WasDerivedFrom> |
IndexedDocument.getWasDerivedFromWithCause(Entity a)
Return all WasDerivedFrom edges with entity a as a cause.
|
Collection<WasDerivedFrom> |
IndexedDocument.getWasDerivedFromWithEffect(Entity a)
Return all WasDerivedFrom edges with entity a as an effect .
|
Collection<WasGeneratedBy> |
IndexedDocument.getWasGeneratedBy(Entity p)
Return all WasGeneratedBy edges with entity a as a cause.
|
Document |
ProvFactory.newDocument(Activity[] ps,
Entity[] as,
Agent[] ags,
Statement[] lks) |
Entity |
ProvFactory.newEntity(Entity e)
Creates a copy of an entity.
|
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 © 2016. All rights reserved.