Modifier and Type | Method and Description |
---|---|
Actor |
CCDModelFactory.createActor()
Returns a new object of class 'Actor'
|
Actor |
Actor.getSupertype()
Returns the value of the 'Supertype' container reference.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Actor> |
CCD.getActors()
Returns the value of the 'Actors' containment reference list.
|
org.eclipse.emf.common.util.EList<Actor> |
Action.getActors()
Returns the value of the 'Actors' reference list.
|
org.eclipse.emf.common.util.EList<Actor> |
KnownBy.getKnownBy()
Returns the value of the 'Known By' reference list.
|
org.eclipse.emf.common.util.EList<Actor> |
Actor.getSubtypes()
Returns the value of the 'Subtypes' containment reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
Actor.setSupertype(Actor value)
Sets the value of the '
Supertype ' container reference |
Modifier and Type | Method and Description |
---|---|
protected Actor |
ActorSupertypeReorientCommand.getNewSource() |
protected Actor |
KnownByKnownByReorientCommand.getNewTarget() |
protected Actor |
ActorSupertypeReorientCommand.getNewTarget() |
protected Actor |
ActorSupertypeReorientCommand.getOldSource() |
protected Actor |
KnownByKnownByReorientCommand.getOldTarget() |
protected Actor |
ActorSupertypeReorientCommand.getOldTarget() |
protected Actor |
ActorSupertypeCreateCommand.getSource() |
protected Actor |
KnownByKnownByCreateCommand.getTarget() |
protected Actor |
ActorSupertypeCreateCommand.getTarget() |
Modifier and Type | Method and Description |
---|---|
protected void |
ActorCreateCommand.doConfigure(Actor newElement,
org.eclipse.core.runtime.IProgressMonitor monitor,
org.eclipse.core.runtime.IAdaptable info) |
Modifier and Type | Method and Description |
---|---|
boolean |
CCDModelBaseItemSemanticEditPolicy.LinkConstraints.canCreateActorSupertype_4007(Actor source,
Actor target) |
boolean |
CCDModelBaseItemSemanticEditPolicy.LinkConstraints.canCreateKnownByKnownBy_4009(KnownBy source,
Actor target) |
boolean |
CCDModelBaseItemSemanticEditPolicy.LinkConstraints.canExistActorSupertype_4007(Actor source,
Actor target) |
boolean |
CCDModelBaseItemSemanticEditPolicy.LinkConstraints.canExistKnownByKnownBy_4009(KnownBy source,
Actor target) |
Modifier and Type | Method and Description |
---|---|
static void |
CCDModelDiagramUpdater.addChildActors(java.util.List<Actor> childs,
java.util.LinkedList<CCDModelNodeDescriptor> result,
org.eclipse.gmf.runtime.notation.View theView) |
Modifier and Type | Class and Description |
---|---|
class |
ActorImpl
An implementation of the model object 'Actor'
|
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<Actor> |
CCDImpl.actors
The cached value of the '
Actors ' containment reference list |
protected org.eclipse.emf.common.util.EList<Actor> |
ActionImpl.actors
The cached value of the '
Actors ' reference list |
protected org.eclipse.emf.common.util.EList<Actor> |
RelationImpl.knownBy
The cached value of the '
Known By ' reference list |
protected org.eclipse.emf.common.util.EList<Actor> |
ObjectImpl.knownBy
The cached value of the '
Known By ' reference list |
protected org.eclipse.emf.common.util.EList<Actor> |
ActorImpl.subtypes
The cached value of the '
Subtypes ' containment reference list |
Modifier and Type | Method and Description |
---|---|
Actor |
CCDModelFactoryImpl.createActor() |
Actor |
ActorImpl.getSupertype() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Actor> |
CCDImpl.getActors() |
org.eclipse.emf.common.util.EList<Actor> |
ActionImpl.getActors() |
org.eclipse.emf.common.util.EList<Actor> |
RelationImpl.getKnownBy() |
org.eclipse.emf.common.util.EList<Actor> |
ObjectImpl.getKnownBy() |
org.eclipse.emf.common.util.EList<Actor> |
ActorImpl.getSubtypes() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
ActorImpl.basicSetSupertype(Actor newSupertype,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
ActorImpl.setSupertype(Actor newSupertype) |
Modifier and Type | Method and Description |
---|---|
T |
CCDModelSwitch.caseActor(Actor object)
Returns the result of interpreting the object as an instance of 'Actor'
|
boolean |
CCDModelValidator.validateActor(Actor actor,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Modifier and Type | Method and Description |
---|---|
boolean |
ActorValidator.validateSupertype(Actor value) |
Modifier and Type | Method and Description |
---|---|
boolean |
CCDValidator.validateActors(org.eclipse.emf.common.util.EList<Actor> value) |
boolean |
ActionValidator.validateActors(org.eclipse.emf.common.util.EList<Actor> value) |
boolean |
KnownByValidator.validateKnownBy(org.eclipse.emf.common.util.EList<Actor> value) |
boolean |
ActorValidator.validateSubtypes(org.eclipse.emf.common.util.EList<Actor> value) |