Class ProvenanceItem
java.lang.Object
uk.ac.manchester.spinnaker.nmpiexec.jobprocess.ProvenanceItem
A single item of provenance data.
-
Constructor Summary
Constructors -
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
-
getPath
Get the path to the item.- Returns:
- The path
-
getValue
Get the value of the item.- Returns:
- The value
-