public class SemanticAssignment extends OMRSLine
| Modifier and Type | Field and Description |
|---|---|
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 |
entity1Guid, entity1Label, entity1Name, entity1PropertyName, entity1Type, entity2Guid, entity2Label, entity2Name, entity2PropertyName, entity2Type, name, serialVersionUIDlineType, typeDefGuid| Constructor and Description |
|---|
SemanticAssignment() |
SemanticAssignment(Line template) |
SemanticAssignment(OMRSLine template) |
SemanticAssignment(Relationship omrsRelationship) |
| 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) |
void |
setExpression(String expression) |
void |
setSource(String source) |
void |
setStatus(TermAssignmentStatus status) |
void |
setSteward(String steward) |
String |
toString() |
StringBuilder |
toString(StringBuilder sb) |
createOmrsRelationship, getEntity1Guid, getEntity1Label, getEntity1Name, getEntity1PropertyName, getEntity1Type, getEntity2Guid, getEntity2Label, getEntity2Name, getEntity2PropertyName, getEntity2Type, getLineType, getName, getSerialVersionUID, getTypeDefGuid, setEntity1Guid, setEntity1Label, setEntity1Name, setEntity1PropertyName, setEntity1Type, setEntity2Guid, setEntity2Label, setEntity2Name, setEntity2PropertyName, setEntity2Type, setLineType, setTypeDefGuidcreateOmrsRelationship, getEffectiveFromTime, getEffectiveToTime, getExtraAttributes, getGuid, getSystemAttributes, setEffectiveFromTime, setExtraAttributes, setGuid, setSystemAttributespublic 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
public SemanticAssignment()
public SemanticAssignment(OMRSLine template)
public SemanticAssignment(Line template)
public SemanticAssignment(Relationship omrsRelationship)
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.