Class ProvenanceInformationImpl1

java.lang.Object
info.oais.implementation.infomodel.InformationObjectImpl1
info.oais.implementation.infomodel.ProvenanceInformationImpl1
All Implemented Interfaces:
InformationObject, ProvenanceInformation, Serializable

public class ProvenanceInformationImpl1
extends InformationObjectImpl1
implements ProvenanceInformation, Serializable
An implementation of Provenance as an ArrayList of ProvenanceSteps.
Since:
12-Sep-2021 14:11:50
Version:
1.0
Author:
David
See Also:
Serialized Form
  • Field Details

  • Constructor Details

    • ProvenanceInformationImpl1

      public ProvenanceInformationImpl1()
      Constructor for ProvenanceInfo - create an empty ArrayList of ProvenanceSteps.
  • Method Details

    • getSteps

      public ArrayList<ProvenanceStepImpl1> getSteps()
      Get the ArrayList of ProvenanceSteps to which entries can be added or examined.
      Returns:
      ArrayList of ProvenanceSteps