Modifier and Type | Method and Description |
---|---|
Action |
CCDModelFactory.createAction()
Returns a new object of class 'Action'
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Action> |
CCD.getActions()
Returns the value of the 'Actions' containment reference list.
|
org.eclipse.emf.common.util.EList<Action> |
Actor.getActions()
Returns the value of the 'Actions' reference list.
|
org.eclipse.emf.common.util.EList<Action> |
Condition.getPostconditionOfActions()
Returns the value of the 'Postcondition Of Actions' reference list.
|
org.eclipse.emf.common.util.EList<Action> |
Condition.getPreconditionOfActions()
Returns the value of the 'Precondition Of Actions' reference list.
|
Modifier and Type | Method and Description |
---|---|
protected Action |
ActionPostconditionsReorientCommand.getNewSource() |
protected Action |
ConditionPreconditionOfActionsReorientCommand.getNewTarget() |
protected Action |
ActionPostconditionsReorientCommand.getOldSource() |
protected Action |
ConditionPreconditionOfActionsReorientCommand.getOldTarget() |
protected Action |
ActionPostconditionsCreateCommand.getSource() |
protected Action |
ConditionPreconditionOfActionsCreateCommand.getTarget() |
Modifier and Type | Method and Description |
---|---|
protected void |
ActionCreateCommand.doConfigure(Action newElement,
org.eclipse.core.runtime.IProgressMonitor monitor,
org.eclipse.core.runtime.IAdaptable info) |
Modifier and Type | Method and Description |
---|---|
boolean |
CCDModelBaseItemSemanticEditPolicy.LinkConstraints.canCreateActionPostconditions_2007(Action source,
Condition target) |
boolean |
CCDModelBaseItemSemanticEditPolicy.LinkConstraints.canCreateConditionPreconditionOfActions_2008(Condition source,
Action target) |
boolean |
CCDModelBaseItemSemanticEditPolicy.LinkConstraints.canExistActionPostconditions_2007(Action source,
Condition target) |
boolean |
CCDModelBaseItemSemanticEditPolicy.LinkConstraints.canExistConditionPreconditionOfActions_2008(Condition source,
Action target) |
Modifier and Type | Class and Description |
---|---|
class |
ActionImpl
An implementation of the model object 'Action'
|
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<Action> |
CCDImpl.actions
The cached value of the '
Actions ' containment reference list |
protected org.eclipse.emf.common.util.EList<Action> |
ActorImpl.actions
The cached value of the '
Actions ' reference list |
protected org.eclipse.emf.common.util.EList<Action> |
ConditionImpl.postconditionOfActions
The cached value of the '
Postcondition Of Actions ' reference list |
protected org.eclipse.emf.common.util.EList<Action> |
ConditionImpl.preconditionOfActions
The cached value of the '
Precondition Of Actions ' reference list |
Modifier and Type | Method and Description |
---|---|
Action |
CCDModelFactoryImpl.createAction() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Action> |
CCDImpl.getActions() |
org.eclipse.emf.common.util.EList<Action> |
ActorImpl.getActions() |
org.eclipse.emf.common.util.EList<Action> |
ConditionImpl.getPostconditionOfActions() |
org.eclipse.emf.common.util.EList<Action> |
ConditionImpl.getPreconditionOfActions() |
Modifier and Type | Method and Description |
---|---|
T |
CCDModelSwitch.caseAction(Action object)
Returns the result of interpreting the object as an instance of 'Action'
|
boolean |
CCDModelValidator.validateAction(Action action,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Modifier and Type | Method and Description |
---|---|
boolean |
CCDValidator.validateActions(org.eclipse.emf.common.util.EList<Action> value) |
boolean |
ActorValidator.validateActions(org.eclipse.emf.common.util.EList<Action> value) |
boolean |
ConditionValidator.validatePostconditionOfActions(org.eclipse.emf.common.util.EList<Action> value) |
boolean |
ConditionValidator.validatePreconditionOfActions(org.eclipse.emf.common.util.EList<Action> value) |