public interface Actor extends Concept
The following features are supported:
CCDModelPackage.getActor()
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Action> |
getActions()
Returns the value of the 'Actions' reference list.
|
org.eclipse.emf.common.util.EList<Actor> |
getSubtypes()
Returns the value of the 'Subtypes' containment reference list.
|
Actor |
getSupertype()
Returns the value of the 'Supertype' container reference.
|
void |
setSupertype(Actor value)
Sets the value of the '
Supertype ' container reference |
getAttributes, getInstances, getRelations, getVariables
getDescription, getName, setDescription, setName
getAnnotations
static final java.lang.String copyright
org.eclipse.emf.common.util.EList<Action> getActions()
Action
.
It is bidirectional and its opposite is 'Actors
'.
If the meaning of the 'Actions' reference list isn't clear, there really should be more of a description here...
CCDModelPackage.getActor_Actions()
,
Action.getActors()
Actor getSupertype()
Subtypes
'.
If the meaning of the 'Supertype' container reference isn't clear, there really should be more of a description here...
setSupertype(Actor)
,
CCDModelPackage.getActor_Supertype()
,
getSubtypes()
void setSupertype(Actor value)
Supertype
' container reference.
value
- the new value of the 'Supertype' container reference.getSupertype()
org.eclipse.emf.common.util.EList<Actor> getSubtypes()
Actor
.
It is bidirectional and its opposite is 'Supertype
'.
If the meaning of the 'Subtypes' containment reference list isn't clear, there really should be more of a description here...
CCDModelPackage.getActor_Subtypes()
,
getSupertype()