Class GovernanceMetricImplementation
java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.metadataelements.GovernanceMetricElement
org.odpi.openmetadata.frameworks.openmetadata.metadataelements.GovernanceMetricImplementation
- All Implemented Interfaces:
MetadataElement
The GovernanceMetricImplementation defines the query and data set that supports the measurements
for a GovernanceMetricProperties. The list of connections to the data set are also provided to enable
the client to query the values in the data set.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanTest the properties of the GovernanceMetricImplementation to determine if the supplied object is equal to this one.Return the list of relationships that links the governance metric to the measurement data set.inthashCode()Just use the GUID for the hash code as it should be unique.voidsetImplementations(List<RelatedElement> implementations) Set up the list of relationships that links the governance metric to the measurement data set.Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.GovernanceMetricElement
getElementHeader, getProperties, getRelatedElement, setElementHeader, setProperties, setRelatedElement, toString
-
Constructor Details
-
GovernanceMetricImplementation
public GovernanceMetricImplementation()Default constructor -
GovernanceMetricImplementation
Copy/clone constructor- Parameters:
template- object to copy
-
GovernanceMetricImplementation
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Details
-
getImplementations
Return the list of relationships that links the governance metric to the measurement data set.- Returns:
- related elements
-
setImplementations
Set up the list of relationships that links the governance metric to the measurement data set.- Parameters:
implementations- related elements
-
equals
Test the properties of the GovernanceMetricImplementation to determine if the supplied object is equal to this one.- Overrides:
equalsin classGovernanceMetricElement- Parameters:
objectToCompare- object- Returns:
- boolean evaluation
-
hashCode
public int hashCode()Just use the GUID for the hash code as it should be unique.- Overrides:
hashCodein classGovernanceMetricElement- Returns:
- int code
-