public interface ConceptualFlow extends AbstractConceptualRelationship
ConceptualPackage.getConceptualFlow()| Modifier and Type | Method and Description |
|---|---|
ConceptualContainer |
getFrom()
Returns the value of the 'From' reference.
|
ConceptualContainer |
getTo()
Returns the value of the 'To' reference.
|
void |
setFrom(ConceptualContainer value)
Sets the value of the '
From' reference. |
void |
setTo(ConceptualContainer value)
Sets the value of the '
To' reference. |
getStereotype, getTaggedValuegetAnnotation, getAttributeConceptualContainer getTo()
If the meaning of the 'To' reference isn't clear, there really should be more of a description here...
getTo in interface KDMRelationshipsetTo(ConceptualContainer),
ConceptualPackage.getConceptualFlow_To()void setTo(ConceptualContainer value)
To' reference.
value - the new value of the 'To' reference.getTo()ConceptualContainer getFrom()
If the meaning of the 'From' reference isn't clear, there really should be more of a description here...
getFrom in interface KDMRelationshipsetFrom(ConceptualContainer),
ConceptualPackage.getConceptualFlow_From()void setFrom(ConceptualContainer value)
From' reference.
value - the new value of the 'From' reference.getFrom()