|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AbstractUserAction
A representation of the model object 'Abstract User Action'. See the AbstractAction documentation for why it is advantageous to model control flow in this way, as the same principle is used in the RDSEFF language. Concrete user actions of the usage model are: - Branch - Loop - EntryLevelSystemCall - Delay
The following features are supported:
UsagemodelPackage.getAbstractUserAction()| Field Summary | |
|---|---|
static String |
copyright
|
| Method Summary | |
|---|---|
AbstractUserAction |
getPredecessor()
Returns the value of the 'Predecessor' reference. |
AbstractUserAction |
getSuccessor()
Returns the value of the 'Successor' reference. |
void |
setPredecessor(AbstractUserAction value)
Sets the value of the ' Predecessor' reference. |
void |
setSuccessor(AbstractUserAction value)
Sets the value of the ' Successor' reference. |
| Methods inherited from interface de.uka.ipd.sdq.identifier.Identifier |
|---|
getId, idHasToBeUnique, setId |
| Methods inherited from interface de.uka.ipd.sdq.pcm.core.entity.NamedElement |
|---|
getEntityName, setEntityName |
| Field Detail |
|---|
static final String copyright
| Method Detail |
|---|
AbstractUserAction getSuccessor()
Predecessor'.
If the meaning of the 'Successor' reference isn't clear, there really should be more of a description here...
setSuccessor(AbstractUserAction),
UsagemodelPackage.getAbstractUserAction_Successor(),
getPredecessor()void setSuccessor(AbstractUserAction value)
Successor' reference.
value - the new value of the 'Successor' reference.getSuccessor()AbstractUserAction getPredecessor()
Successor'.
If the meaning of the 'Predecessor' reference isn't clear, there really should be more of a description here...
setPredecessor(AbstractUserAction),
UsagemodelPackage.getAbstractUserAction_Predecessor(),
getSuccessor()void setPredecessor(AbstractUserAction value)
Predecessor' reference.
value - the new value of the 'Predecessor' reference.getPredecessor()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||