Class SemanticAssignment
java.lang.Object
org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Relationship
org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.SemanticAssignment
- All Implemented Interfaces:
Serializable,OmasObject
Links a glossary term to another element such as an asset or schema element to define its meaning.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionLevel of confidence in the correctness of the relationship.Description of the relationship.Expression describing the relationship.Person, organization or automated process that created the relationship.The status of the relationship.Person responsible for the relationship.voidsetConfidence(Integer confidence) voidsetDescription(String description) Set the description of the relationship.voidsetExpression(String expression) voidvoidsetStatus(TermAssignmentStatus status) voidsetSteward(String steward) toString()Methods inherited from class org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Relationship
getAdditionalProperties, getEffectiveFromTime, getEffectiveToTime, getEnd1, getEnd2, getGuid, getName, getRelationshipType, getSystemAttributes, isReadOnly, setAdditionalProperties, setEffectiveFromTime, setEffectiveToTime, setEnd1, setEnd2, setGuid, setReadOnly, setRelationshipType, setSystemAttributes
-
Constructor Details
-
SemanticAssignment
public SemanticAssignment()
-
-
Method Details
-
getDescription
Description of the relationship.- Returns:
String
-
setDescription
Set the description of the relationship.- Parameters:
description-String
-
getExpression
Expression describing the relationship.- Returns:
String
-
setExpression
-
getStatus
The status of the relationship.- Returns:
TermAssignmentStatus
-
setStatus
-
getConfidence
Level of confidence in the correctness of the relationship.- Returns:
Integer
-
setConfidence
-
getSteward
Person responsible for the relationship.- Returns:
String
-
setSteward
-
getSource
Person, organization or automated process that created the relationship.- Returns:
String
-
setSource
-
toString
- Overrides:
toStringin classRelationship
-
toString
- Overrides:
toStringin classRelationship
-