public interface ActivityEdge extends AbstractRelationship
The following features are supported:
ActivityPackage.getActivityEdge()| Modifier and Type | Method and Description |
|---|---|
ValueSpecification |
getGuard()
Returns the value of the 'Guard' containment reference.
|
ActivityPartition |
getInActivityPartition()
Returns the value of the 'In Activity Partition' reference.
|
InterruptibleActivityRegion |
getInInterruptibleRegion()
Returns the value of the 'In Interruptible Region' reference.
|
StructuredActivityNode |
getInStructuredNode()
Returns the value of the 'In Structured Node' reference.
|
InterruptibleActivityRegion |
getInterrupts()
Returns the value of the 'Interrupts' reference.
|
RateKind |
getKindOfRate()
Returns the value of the 'Kind Of Rate' attribute.
|
ValueSpecification |
getProbability()
Returns the value of the 'Probability' containment reference.
|
ValueSpecification |
getRate()
Returns the value of the 'Rate' containment reference.
|
ActivityNode |
getSource()
Returns the value of the 'Source' reference.
|
ActivityNode |
getTarget()
Returns the value of the 'Target' reference.
|
ValueSpecification |
getWeight()
Returns the value of the 'Weight' containment reference.
|
void |
setGuard(ValueSpecification value)
Sets the value of the '
Guard' containment reference. |
void |
setInterrupts(InterruptibleActivityRegion value)
Sets the value of the '
Interrupts' reference. |
void |
setKindOfRate(RateKind value)
Sets the value of the '
Kind Of Rate' attribute. |
void |
setProbability(ValueSpecification value)
Sets the value of the '
Probability' containment reference. |
void |
setRate(ValueSpecification value)
Sets the value of the '
Rate' containment reference. |
void |
setSource(ActivityNode value)
Sets the value of the '
Source' reference. |
void |
setTarget(ActivityNode value)
Sets the value of the '
Target' reference. |
void |
setWeight(ValueSpecification value)
Sets the value of the '
Weight' containment reference. |
getRealizedFlow, setRealizedFlowdestroy, getConstraints, getFullLabel, getId, getLabel, getOwnedConstraints, getSid, hasUnnamedLabel, setId, setSidgetOwnedExtensionsRateKind getKindOfRate()
RateKind.
If the meaning of the 'Kind Of Rate' attribute isn't clear, there really should be more of a description here...
RateKind,
setKindOfRate(RateKind),
ActivityPackage.getActivityEdge_KindOfRate()void setKindOfRate(RateKind value)
Kind Of Rate' attribute.
value - the new value of the 'Kind Of Rate' attribute.RateKind,
getKindOfRate()ActivityPartition getInActivityPartition()
If the meaning of the 'In Activity Partition' reference isn't clear, there really should be more of a description here...
ActivityPackage.getActivityEdge_InActivityPartition()InterruptibleActivityRegion getInInterruptibleRegion()
If the meaning of the 'In Interruptible Region' reference isn't clear, there really should be more of a description here...
ActivityPackage.getActivityEdge_InInterruptibleRegion()StructuredActivityNode getInStructuredNode()
If the meaning of the 'In Structured Node' reference isn't clear, there really should be more of a description here...
ActivityPackage.getActivityEdge_InStructuredNode()ValueSpecification getRate()
If the meaning of the 'Rate' containment reference isn't clear, there really should be more of a description here...
setRate(ValueSpecification),
ActivityPackage.getActivityEdge_Rate()void setRate(ValueSpecification value)
Rate' containment reference.
value - the new value of the 'Rate' containment reference.getRate()ValueSpecification getProbability()
If the meaning of the 'Probability' containment reference isn't clear, there really should be more of a description here...
setProbability(ValueSpecification),
ActivityPackage.getActivityEdge_Probability()void setProbability(ValueSpecification value)
Probability' containment reference.
value - the new value of the 'Probability' containment reference.getProbability()ActivityNode getTarget()
If the meaning of the 'Target' reference isn't clear, there really should be more of a description here...
setTarget(ActivityNode),
ActivityPackage.getActivityEdge_Target()void setTarget(ActivityNode value)
Target' reference.
value - the new value of the 'Target' reference.getTarget()ActivityNode getSource()
If the meaning of the 'Source' reference isn't clear, there really should be more of a description here...
setSource(ActivityNode),
ActivityPackage.getActivityEdge_Source()void setSource(ActivityNode value)
Source' reference.
value - the new value of the 'Source' reference.getSource()ValueSpecification getGuard()
If the meaning of the 'Guard' containment reference isn't clear, there really should be more of a description here...
setGuard(ValueSpecification),
ActivityPackage.getActivityEdge_Guard()void setGuard(ValueSpecification value)
Guard' containment reference.
value - the new value of the 'Guard' containment reference.getGuard()ValueSpecification getWeight()
If the meaning of the 'Weight' containment reference isn't clear, there really should be more of a description here...
setWeight(ValueSpecification),
ActivityPackage.getActivityEdge_Weight()void setWeight(ValueSpecification value)
Weight' containment reference.
value - the new value of the 'Weight' containment reference.getWeight()InterruptibleActivityRegion getInterrupts()
Interrupting Edges'.
If the meaning of the 'Interrupts' reference isn't clear, there really should be more of a description here...
setInterrupts(InterruptibleActivityRegion),
ActivityPackage.getActivityEdge_Interrupts(),
InterruptibleActivityRegion.getInterruptingEdges()void setInterrupts(InterruptibleActivityRegion value)
Interrupts' reference.
value - the new value of the 'Interrupts' reference.getInterrupts()