Package | Description |
---|---|
org.ocopomo.ccd.model | |
org.ocopomo.ccd.model.diagram.edit.commands | |
org.ocopomo.ccd.model.impl | |
org.ocopomo.ccd.model.util | |
org.ocopomo.ccd.model.validation |
Modifier and Type | Method and Description |
---|---|
Attribute |
CCDModelFactory.createAttribute()
Returns a new object of class 'Attribute'
|
Attribute |
AttributeInstance.getAttribute()
Returns the value of the 'Attribute' reference
|
Attribute |
AttributeElement.getAttribute()
Returns the value of the 'Attribute' reference
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Attribute> |
Concept.getAttributes()
Returns the value of the 'Attributes' containment reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
AttributeInstance.setAttribute(Attribute value)
Sets the value of the '
Attribute ' reference |
void |
AttributeElement.setAttribute(Attribute value)
Sets the value of the '
Attribute ' reference |
Modifier and Type | Method and Description |
---|---|
protected void |
AttributeCreateCommand.doConfigure(Attribute newElement,
org.eclipse.core.runtime.IProgressMonitor monitor,
org.eclipse.core.runtime.IAdaptable info) |
protected void |
Attribute2CreateCommand.doConfigure(Attribute newElement,
org.eclipse.core.runtime.IProgressMonitor monitor,
org.eclipse.core.runtime.IAdaptable info) |
Modifier and Type | Class and Description |
---|---|
class |
AttributeImpl
An implementation of the model object 'Attribute'
|
Modifier and Type | Field and Description |
---|---|
protected Attribute |
AttributeInstanceImpl.attribute
The cached value of the '
Attribute ' reference |
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<Attribute> |
ConceptImpl.attributes
The cached value of the '
Attributes ' containment reference list |
Modifier and Type | Method and Description |
---|---|
Attribute |
AttributeInstanceImpl.basicGetAttribute() |
Attribute |
CCDModelFactoryImpl.createAttribute() |
Attribute |
AttributeInstanceImpl.getAttribute() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Attribute> |
ConceptImpl.getAttributes() |
Modifier and Type | Method and Description |
---|---|
void |
AttributeInstanceImpl.setAttribute(Attribute newAttribute) |
Modifier and Type | Method and Description |
---|---|
T |
CCDModelSwitch.caseAttribute(Attribute object)
Returns the result of interpreting the object as an instance of 'Attribute'
|
boolean |
CCDModelValidator.validateAttribute(Attribute attribute,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Modifier and Type | Method and Description |
---|---|
boolean |
AttributeInstanceValidator.validateAttribute(Attribute value) |
Modifier and Type | Method and Description |
---|---|
boolean |
ConceptValidator.validateAttributes(org.eclipse.emf.common.util.EList<Attribute> value) |