public interface InstanceOf extends AbstractCodeRelationship
CodePackage.getInstanceOf()| Modifier and Type | Method and Description |
|---|---|
AbstractCodeElement |
getFrom()
Returns the value of the 'From' reference.
|
TemplateUnit |
getTo()
Returns the value of the 'To' reference.
|
void |
setFrom(AbstractCodeElement value)
Sets the value of the '
From' reference. |
void |
setTo(TemplateUnit value)
Sets the value of the '
To' reference. |
getStereotype, getTaggedValuegetAnnotation, getAttributeTemplateUnit getTo()
If the meaning of the 'To' reference isn't clear, there really should be more of a description here...
getTo in interface KDMRelationshipsetTo(TemplateUnit),
CodePackage.getInstanceOf_To()void setTo(TemplateUnit value)
To' reference.
value - the new value of the 'To' reference.getTo()AbstractCodeElement getFrom()
If the meaning of the 'From' reference isn't clear, there really should be more of a description here...
getFrom in interface KDMRelationshipsetFrom(AbstractCodeElement),
CodePackage.getInstanceOf_From()void setFrom(AbstractCodeElement value)
From' reference.
value - the new value of the 'From' reference.getFrom()