Class Dependencies

java.lang.Object
org.openprovenance.prov.validation.report.Dependencies
All Implemented Interfaces:
Equals, HashCode, ToString

public class Dependencies extends Object implements Equals, HashCode, ToString
  • Constructor Details

    • Dependencies

      public Dependencies()
  • Method Details

    • getStatement

      public List<Statement> getStatement()
      Gets the value of the usedOrWasGeneratedByOrWasStartedBy property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the usedOrWasGeneratedByOrWasStartedBy property.

      For example, to add a new item, do as follows:

          getUsedOrWasGeneratedByOrWasStartedBy().add(newItem);
       
      Returns:
      a list of statements
    • setStatement

      public void setStatement(List<Statement> l)
    • equals

      public void equals(Object object, EqualsBuilder equalsBuilder)
      Specified by:
      equals in interface Equals
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public void hashCode(HashCodeBuilder hashCodeBuilder)
      Specified by:
      hashCode in interface HashCode
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public void toString(ToStringBuilder toStringBuilder)
      Specified by:
      toString in interface ToString
    • toString

      public String toString()
      Overrides:
      toString in class Object