Class EventIndexer
java.lang.Object
org.openprovenance.prov.validation.EventIndexer
A class to complete a graph, adding a generation/invalidation for each
entity, start/end for each activity.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidCreate a rough order: start, generation, usage, end, invalidation.
-
Field Details
-
MAX_VALUE
public static final int MAX_VALUE- See Also:
-
eventIndex
-
eventTable
-
-
Constructor Details
-
EventIndexer
-
-
Method Details
-
createEventIndex
public void createEventIndex()Create a rough order: start, generation, usage, end, invalidation. However, for large graphs, limit to MAX_VALUE events. Priorize wasGeneratedBy over the other others.
-