Uses of Class
org.openprovenance.prov.model.IndexedDocument
Packages that use IndexedDocument
Package
Description
Provides the classes necessary to manipulate the PROV Data Model in Java, irrespectively of the serialization chosen for it.
-
Uses of IndexedDocument in org.openprovenance.prov.model
Methods in org.openprovenance.prov.model that return IndexedDocumentModifier and TypeMethodDescriptionThis function allows a document to be merged with this IndexedDocument. -
Uses of IndexedDocument in org.openprovenance.prov.rules
Methods in org.openprovenance.prov.rules with parameters of type IndexedDocumentModifier and TypeMethodDescriptionorg.openprovenance.prov.rules.counters.ActivityCounterRules.countActivitiesWithoutAgent(IndexedDocument indexedDocument) Within a Document, the method returns threes counts: the first one counts the number of activities, the second one counts the number of those activities without an association with an agent.org.openprovenance.prov.rules.counters.EntityCounterRules.countDerivationsAndGenerations(IndexedDocument indexedDocument) Within a Document, the method returns threes counts: the first one counts the number of entities, the second one counts the number of those entities generated by an activity, the third one indicates the number of those entities that are derived from another entity.org.openprovenance.prov.rules.counters.EntityActivityDerivationCounterRules.countDerivationsAndGenerationsAndUsages(IndexedDocument indexedDocument) Within a Document, the method returns the following counts: the first one counts the number of entities e2, the second one counts the number of those entities e2 generated by an activity (a), the third one indicates the number of those entities e2 that are derived from another entity e1, the fourth one indicates the number of activity a using e1, the fifth one indicates the number of those derivations referring to a, the sixth one indicates the number of those derivations referring to the generation of e2, the seventh one indicates the number of those derivations referring to the usage of e1.