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 |
Attribute
A representation of the model object 'Attribute'
|
interface |
Relation
A representation of the model object 'Relation'
|
Modifier and Type | Method and Description |
---|---|
RelationOrAttribute |
CCDModelFactory.createRelationOrAttribute()
Returns a new object of class 'Relation Or Attribute'
|
RelationOrAttribute |
Condition.getRelationOrAttribute()
Returns the value of the 'Relation Or Attribute' reference
|
Modifier and Type | Method and Description |
---|---|
void |
Condition.setRelationOrAttribute(RelationOrAttribute value)
Sets the value of the '
Relation Or Attribute ' reference |
Modifier and Type | Class and Description |
---|---|
class |
AttributeImpl
An implementation of the model object 'Attribute'
|
class |
RelationImpl
An implementation of the model object 'Relation'
|
class |
RelationOrAttributeImpl
An implementation of the model object 'Relation Or Attribute'
|
Modifier and Type | Field and Description |
---|---|
protected RelationOrAttribute |
ConditionImpl.relationOrAttribute
The cached value of the '
Relation Or Attribute ' reference |
Modifier and Type | Method and Description |
---|---|
RelationOrAttribute |
ConditionImpl.basicGetRelationOrAttribute() |
RelationOrAttribute |
CCDModelFactoryImpl.createRelationOrAttribute() |
RelationOrAttribute |
ConditionImpl.getRelationOrAttribute() |
Modifier and Type | Method and Description |
---|---|
void |
ConditionImpl.setRelationOrAttribute(RelationOrAttribute newRelationOrAttribute) |
Modifier and Type | Method and Description |
---|---|
T |
CCDModelSwitch.caseRelationOrAttribute(RelationOrAttribute object)
Returns the result of interpreting the object as an instance of 'Relation Or Attribute'
|
boolean |
CCDModelValidator.validateRelationOrAttribute(RelationOrAttribute relationOrAttribute,
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.validateRelationOrAttribute(RelationOrAttribute value) |