Class Dependencies
- java.lang.Object
-
- org.openprovenance.prov.validation.report.Dependencies
-
-
Constructor Summary
Constructors Constructor Description Dependencies()
-
Method Summary
Modifier and Type Method Description booleanequals(Object object)voidequals(Object object, EqualsBuilder equalsBuilder)List<Statement>getStatement()Gets the value of the usedOrWasGeneratedByOrWasStartedBy property.inthashCode()voidhashCode(HashCodeBuilder hashCodeBuilder)voidsetStatement(List<Statement> l)StringtoString()voidtoString(ToStringBuilder toStringBuilder)
-
-
-
Method Detail
-
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
setmethod for the usedOrWasGeneratedByOrWasStartedBy property.For example, to add a new item, do as follows:
getUsedOrWasGeneratedByOrWasStartedBy().add(newItem);- Returns:
- a list of statements
-
equals
public void equals(Object object, EqualsBuilder equalsBuilder)
-
hashCode
public void hashCode(HashCodeBuilder hashCodeBuilder)
-
toString
public void toString(ToStringBuilder toStringBuilder)
-
-