Package | Description |
---|---|
org.ocopomo.ccd.model | |
org.ocopomo.ccd.model.impl | |
org.ocopomo.ccd.model.util | |
org.ocopomo.ccd.model.validation |
Modifier and Type | Interface and Description |
---|---|
interface |
Instance
A representation of the model object 'Instance'
|
interface |
Literal
A representation of the model object 'Literal'
|
interface |
Variable
A representation of the model object 'Variable'
|
Modifier and Type | Method and Description |
---|---|
SourceOfCondition |
Condition.getSource()
Returns the value of the 'Source' reference
|
SourceOfCondition |
AttributeElement.getSource()
Returns the value of the 'Source' reference
|
SourceOfCondition |
RelationElement.getSource()
Returns the value of the 'Source' reference
|
SourceOfCondition |
Condition.getTarget()
Returns the value of the 'Target' reference
|
SourceOfCondition |
RelationElement.getTarget()
Returns the value of the 'Target' reference
|
Modifier and Type | Method and Description |
---|---|
void |
Condition.setSource(SourceOfCondition value)
Sets the value of the '
Source ' reference |
void |
AttributeElement.setSource(SourceOfCondition value)
Sets the value of the '
Source ' reference |
void |
RelationElement.setSource(SourceOfCondition value)
Sets the value of the '
Source ' reference |
void |
Condition.setTarget(SourceOfCondition value)
Sets the value of the '
Target ' reference |
void |
RelationElement.setTarget(SourceOfCondition value)
Sets the value of the '
Target ' reference |
Modifier and Type | Class and Description |
---|---|
class |
InstanceImpl
An implementation of the model object 'Instance'
|
class |
LiteralImpl
An implementation of the model object 'Literal'
|
class |
SourceOfConditionImpl
An implementation of the model object 'Source Of Condition'
|
class |
VariableImpl
An implementation of the model object 'Variable'
|
Modifier and Type | Field and Description |
---|---|
protected SourceOfCondition |
ConditionImpl.source
The cached value of the '
Source ' reference |
protected SourceOfCondition |
ConditionImpl.target
The cached value of the '
Target ' reference |
Modifier and Type | Method and Description |
---|---|
SourceOfCondition |
ConditionImpl.basicGetSource() |
SourceOfCondition |
ConditionImpl.basicGetTarget() |
SourceOfCondition |
ConditionImpl.getSource() |
SourceOfCondition |
ConditionImpl.getTarget() |
Modifier and Type | Method and Description |
---|---|
void |
ConditionImpl.setSource(SourceOfCondition newSource) |
void |
ConditionImpl.setTarget(SourceOfCondition newTarget) |
Modifier and Type | Method and Description |
---|---|
T |
CCDModelSwitch.caseSourceOfCondition(SourceOfCondition object)
Returns the result of interpreting the object as an instance of 'Source Of Condition'
|
boolean |
CCDModelValidator.validateSourceOfCondition(SourceOfCondition sourceOfCondition,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Modifier and Type | Method and Description |
---|---|
boolean |
ConditionValidator.validateSource(SourceOfCondition value) |
boolean |
ConditionValidator.validateTarget(SourceOfCondition value) |