| 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 |
|---|---|
Bundle |
ObjectFactory.createNamedBundle() |
Bundle |
BeanTraversal.doAction(Bundle b,
ProvUtilities u) |
Bundle |
ProvFactory.newNamedBundle(QualifiedName id,
Collection<Activity> ps,
Collection<Entity> as,
Collection<Agent> ags,
Collection<Statement> lks) |
Bundle |
ProvFactory.newNamedBundle(QualifiedName id,
Collection<Statement> lks) |
Bundle |
ProvFactory.newNamedBundle(QualifiedName id,
Namespace namespace,
Collection<Statement> statements) |
Bundle |
ModelConstructor.newNamedBundle(QualifiedName id,
Namespace namespace,
Collection<Statement> statements)
A factory method to create an instance of a Bundle
Bundle |
| Modifier and Type | Method and Description |
|---|---|
List<Bundle> |
ProvUtilities.getBundle(Document d) |
List<Bundle> |
ProvUtilities.getNamedBundle(Document d) |
| Modifier and Type | Method and Description |
|---|---|
Bundle |
BeanTraversal.doAction(Bundle b,
ProvUtilities u) |
Object |
ProvFactory.Cloner.doAction(Bundle s,
ProvUtilities provUtilities) |
Object |
StatementActionValue.doAction(Bundle s,
ProvUtilities provUtilities) |
void |
IndexedDocument.doAction(Bundle bun,
ProvUtilities provUtilities) |
void |
NamespaceGatherer.doAction(Bundle bu,
ProvUtilities u) |
void |
StatementAction.doAction(Bundle s,
ProvUtilities provUtilities) |
static Namespace |
Namespace.gatherNamespaces(Bundle bundle) |
static Namespace |
Namespace.gatherNamespaces(Bundle bundle,
ProvFactory pFactory) |
List<Activity> |
ProvUtilities.getActivity(Bundle d) |
List<Agent> |
ProvUtilities.getAgent(Bundle d) |
List<Entity> |
ProvUtilities.getEntity(Bundle d) |
List<Relation> |
ProvUtilities.getRelations(Bundle d) |
List<Statement> |
ProvUtilities.getStatement(Bundle d) |
| Modifier and Type | Method and Description |
|---|---|
Document |
ProvFactory.newDocument(Namespace namespace,
Collection<Statement> statements,
Collection<Bundle> bundles) |
Document |
ModelConstructor.newDocument(Namespace namespace,
Collection<Statement> statements,
Collection<Bundle> bundles)
A factory method to create an instance of a
Document |
Copyright © 2015. All rights reserved.