Class ProvenanceItem

java.lang.Object
uk.ac.manchester.spinnaker.nmpiexec.jobprocess.ProvenanceItem

public class ProvenanceItem
extends Object
A single item of provenance data.
  • Constructor Details

    • ProvenanceItem

      public ProvenanceItem​(List<String> path, String value)
      Create a provenance item.
      Parameters:
      path - The location of the item in the provenance tree.
      value - The content of the value.
  • Method Details

    • getPath

      public List<String> getPath()
      Get the path to the item.
      Returns:
      The path
    • getValue

      public String getValue()
      Get the value of the item.
      Returns:
      The value