Class SortedDocument
- java.lang.Object
-
- org.openprovenance.prov.core.json.serialization.SortedBundle
-
- org.openprovenance.prov.core.json.serialization.SortedDocument
-
public class SortedDocument extends SortedBundle
-
-
Field Summary
-
Fields inherited from class org.openprovenance.prov.core.json.serialization.SortedBundle
bnNS, bnPrefix, count
-
-
Constructor Summary
Constructors Constructor Description SortedDocument(Document doc)
-
Method Summary
Modifier and Type Method Description Map<QualifiedName,Bundle>getBundle()DocumenttoDocument(ProvFactory provFactory)-
Methods inherited from class org.openprovenance.prov.core.json.serialization.SortedBundle
gensym, getActedOnBehalfOf, getActivity, getAgent, getAlternateOf, getDefaultNamespace, getEntity, getHadMember, getId, getPrefix, getQualifiedAlternateOf, getQualifiedHadMember, getQualifiedSpecializationOf, getSpecializationOf, getUsed, getWasAssociatedWith, getWasAttributedTo, getWasDerivedFrom, getWasEndedBy, getWasGeneratedBy, getWasInfluencedBy, getWasInformedBy, getWasInvalidatedBy, getWasStartedBy, reassignId, setDefaultNamespace, setId, setPrefix, toBundle
-
-
-
-
Constructor Detail
-
SortedDocument
public SortedDocument(Document doc)
-
-
Method Detail
-
getBundle
public Map<QualifiedName,Bundle> getBundle()
-
toDocument
public Document toDocument(ProvFactory provFactory)
-
-