public class SemanticAssignment extends Relationship
end1, end2, name, relationshipType, serialVersionUID| Constructor and Description |
|---|
SemanticAssignment() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getConfidence()
{@literal Level of confidence in the correctness of the relationship.
|
String |
getDescription()
{@literal Description of the relationship.
|
String |
getExpression()
{@literal Expression describing the relationship.
|
String |
getSource()
{@literal Person, organization or automated process that created the relationship.
|
TermAssignmentStatus |
getStatus()
{@literal The status of the relationship.
|
String |
getSteward()
{@literal Person responsible for the relationship.
|
void |
setConfidence(Integer confidence) |
void |
setDescription(String description)
{@literal Set the description of the relationship.
|
void |
setExpression(String expression) |
void |
setSource(String source) |
void |
setStatus(TermAssignmentStatus status) |
void |
setSteward(String steward) |
String |
toString() |
StringBuilder |
toString(StringBuilder sb) |
getAdditionalProperties, getEffectiveFromTime, getEffectiveToTime, getEnd1, getEnd2, getGuid, getName, getRelationshipType, getSystemAttributes, initialise, isReadOnly, setAdditionalProperties, setEffectiveFromTime, setEffectiveToTime, setEnd1, setEnd2, setGuid, setReadOnly, setRelationshipType, setSystemAttributespublic String getDescription()
String public void setDescription(String description)
description - String public String getExpression()
String public void setExpression(String expression)
public TermAssignmentStatus getStatus()
TermAssignmentStatus public void setStatus(TermAssignmentStatus status)
public Integer getConfidence()
Integer public void setConfidence(Integer confidence)
public String getSteward()
String public void setSteward(String steward)
public String getSource()
String public void setSource(String source)
public StringBuilder toString(StringBuilder sb)
toString in class Relationshippublic String toString()
toString in class RelationshipCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.