public interface Action extends CCDEntity
The following features are supported:
CCDModelPackage.getAction()
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Actor> |
getActors()
Returns the value of the 'Actors' reference list.
|
org.eclipse.emf.common.util.EList<Condition> |
getPostconditions()
Returns the value of the 'Postconditions' reference list.
|
org.eclipse.emf.common.util.EList<Condition> |
getPreconditions()
Returns the value of the 'Preconditions' reference list.
|
getDescription, getName, setDescription, setName
getAnnotations
static final java.lang.String copyright
org.eclipse.emf.common.util.EList<Condition> getPreconditions()
Condition
.
It is bidirectional and its opposite is 'Precondition Of Actions
'.
If the meaning of the 'Preconditions' reference list isn't clear, there really should be more of a description here...
CCDModelPackage.getAction_Preconditions()
,
Condition.getPreconditionOfActions()
org.eclipse.emf.common.util.EList<Condition> getPostconditions()
Condition
.
It is bidirectional and its opposite is 'Postcondition Of Actions
'.
If the meaning of the 'Postconditions' reference list isn't clear, there really should be more of a description here...
CCDModelPackage.getAction_Postconditions()
,
Condition.getPostconditionOfActions()
org.eclipse.emf.common.util.EList<Actor> getActors()
Actor
.
It is bidirectional and its opposite is 'Actions
'.
If the meaning of the 'Actors' reference list isn't clear, there really should be more of a description here...
CCDModelPackage.getAction_Actors()
,
Actor.getActions()