Class Dependencies
java.lang.Object
org.openprovenance.prov.validation.report.Dependencies
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidequals(Object object, EqualsBuilder equalsBuilder) Gets the value of the usedOrWasGeneratedByOrWasStartedBy property.inthashCode()voidhashCode(HashCodeBuilder hashCodeBuilder) voidtoString()voidtoString(ToStringBuilder toStringBuilder)
-
Constructor Details
-
Dependencies
public Dependencies()
-
-
Method Details
-
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
-
setStatement
-
equals
-
equals
-
hashCode
-
hashCode
-
toString
-
toString
-