org.eclipse.gmt.modisco.omg.kdm.conceptual
Interface ConceptualFlow

All Superinterfaces:
AbstractConceptualRelationship, Element, KDMRelationship, ModelElement

public interface ConceptualFlow
extends AbstractConceptualRelationship

A representation of the model object 'Flow'.

The following features are supported:

See Also:
ConceptualPackage.getConceptualFlow()
Generated:
Model:

Method Summary
 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.
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.ModelElement
getStereotype, getTaggedValue
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.Element
getAnnotation, getAttribute
 

Method Detail

getTo

ConceptualContainer getTo()
Returns the value of the 'To' reference.

If the meaning of the 'To' reference isn't clear, there really should be more of a description here...

Specified by:
getTo in interface KDMRelationship
Returns:
the value of the 'To' reference.
See Also:
setTo(ConceptualContainer), ConceptualPackage.getConceptualFlow_To()
Generated:
Model:
required="true" ordered="false"

setTo

void setTo(ConceptualContainer value)
Sets the value of the 'To' reference.

Parameters:
value - the new value of the 'To' reference.
See Also:
getTo()
Generated:

getFrom

ConceptualContainer getFrom()
Returns the value of the 'From' reference.

If the meaning of the 'From' reference isn't clear, there really should be more of a description here...

Specified by:
getFrom in interface KDMRelationship
Returns:
the value of the 'From' reference.
See Also:
setFrom(ConceptualContainer), ConceptualPackage.getConceptualFlow_From()
Generated:
Model:
required="true" ordered="false"

setFrom

void setFrom(ConceptualContainer value)
Sets the value of the 'From' reference.

Parameters:
value - the new value of the 'From' reference.
See Also:
getFrom()
Generated: