Class ProvenanceItem
java.lang.Object
uk.ac.manchester.spinnaker.nmpiexec.jobprocess.ProvenanceItem
public class ProvenanceItem extends Object
A single item of provenance data.
-
Constructor Summary
Constructors Constructor Description ProvenanceItem(List<String> path, String value)
Create a provenance item. -
Method Summary
-
Constructor Details
-
ProvenanceItem
Create a provenance item.- Parameters:
path
- The location of the item in the provenance tree.value
- The content of the value.
-
-
Method Details