Modifier and Type | Method and Description |
---|---|
Condition |
CCDModelFactory.createCondition()
Returns a new object of class 'Condition'
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Condition> |
CCD.getConditions()
Returns the value of the 'Conditions' containment reference list.
|
org.eclipse.emf.common.util.EList<Condition> |
Action.getPostconditions()
Returns the value of the 'Postconditions' reference list.
|
org.eclipse.emf.common.util.EList<Condition> |
Action.getPreconditions()
Returns the value of the 'Preconditions' reference list.
|
Modifier and Type | Method and Description |
---|---|
protected Condition |
ConditionPreconditionOfActionsReorientCommand.getNewSource() |
protected Condition |
ActionPostconditionsReorientCommand.getNewTarget() |
protected Condition |
ConditionPreconditionOfActionsReorientCommand.getOldSource() |
protected Condition |
ActionPostconditionsReorientCommand.getOldTarget() |
protected Condition |
ConditionPreconditionOfActionsCreateCommand.getSource() |
protected Condition |
ActionPostconditionsCreateCommand.getTarget() |
Modifier and Type | Method and Description |
---|---|
protected void |
ConditionCreateCommand.doConfigure(Condition 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 |
ConditionImpl
An implementation of the model object 'Condition'
|
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<Condition> |
CCDImpl.conditions
The cached value of the '
Conditions ' containment reference list |
protected org.eclipse.emf.common.util.EList<Condition> |
ActionImpl.postconditions
The cached value of the '
Postconditions ' reference list |
protected org.eclipse.emf.common.util.EList<Condition> |
ActionImpl.preconditions
The cached value of the '
Preconditions ' reference list |
Modifier and Type | Method and Description |
---|---|
Condition |
CCDModelFactoryImpl.createCondition() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Condition> |
CCDImpl.getConditions() |
org.eclipse.emf.common.util.EList<Condition> |
ActionImpl.getPostconditions() |
org.eclipse.emf.common.util.EList<Condition> |
ActionImpl.getPreconditions() |
Modifier and Type | Method and Description |
---|---|
T |
CCDModelSwitch.caseCondition(Condition object)
Returns the result of interpreting the object as an instance of 'Condition'
|
boolean |
CCDModelValidator.validateCondition(Condition condition,
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.validateConditions(org.eclipse.emf.common.util.EList<Condition> value) |
boolean |
ActionValidator.validatePostconditions(org.eclipse.emf.common.util.EList<Condition> value) |
boolean |
ActionValidator.validatePreconditions(org.eclipse.emf.common.util.EList<Condition> value) |