public class SemanticAssignment extends Line
| Modifier and Type | Field and Description |
|---|---|
protected String |
assignedElementGuid |
static Set<String> |
ATTRIBUTE_NAMES_SET |
static String[] |
ATTRIBUTE_NAMES_SET_VALUES |
static Set<String> |
ENUM_NAMES_SET |
static String[] |
ENUM_NAMES_SET_VALUES |
static Set<String> |
MAP_NAMES_SET |
static String[] |
MAP_NAMES_SET_VALUES |
static Set<String> |
PROPERTY_NAMES_SET |
static String[] |
PROPERTY_NAMES_SET_VALUES |
protected String |
termGuid |
entity1Name, entity1Type, entity2Name, entity2Type, lineType, name, serialVersionUID, typeDefGuid| Constructor and Description |
|---|
SemanticAssignment() |
SemanticAssignment(Line template) |
SemanticAssignment(Relationship omrsRelationship) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAssignedElementGuid()
Get the guid of an assigned element, such as an asset or schema element, that is given meaning by the associated Term.
|
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.
|
String |
getTermGuid()
{@literal Get the guid of Term that gives meaning to the assigned element.
|
void |
setAssignedElementGuid(String assignedElementGuid) |
void |
setConfidence(Integer confidence) |
void |
setDescription(String description) |
void |
setExpression(String expression) |
void |
setSource(String source) |
void |
setStatus(TermAssignmentStatus status) |
void |
setSteward(String steward) |
void |
setTermGuid(String termGuid) |
String |
toString() |
StringBuilder |
toString(StringBuilder sb) |
createOmrsRelationship, getAdditionalProperties, getEffectiveFromTime, getEffectiveToTime, getGuid, getLineType, getName, getSerialVersionUID, getSystemAttributes, getTypeDefGuid, setAdditionalProperties, setEffectiveFromTime, setGuid, setLineType, setSystemAttributes, setTypeDefGuidpublic static final String[] PROPERTY_NAMES_SET_VALUES
public static final String[] ATTRIBUTE_NAMES_SET_VALUES
public static final String[] ENUM_NAMES_SET_VALUES
public static final String[] MAP_NAMES_SET_VALUES
protected String assignedElementGuid
protected String termGuid
public SemanticAssignment()
public SemanticAssignment(Line template)
public SemanticAssignment(Relationship omrsRelationship)
public String getAssignedElementGuid()
String public void setAssignedElementGuid(String assignedElementGuid)
public String getTermGuid()
String public void setTermGuid(String termGuid)
public String getDescription()
String public void setDescription(String description)
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)
Copyright © 2018–2019 ODPi. All rights reserved.