Package | Description |
---|---|
org.ocopomo.ccd.model | |
org.ocopomo.ccd.model.impl | |
org.ocopomo.ccd.model.util | |
org.ocopomo.ccd.model.validation |
Modifier and Type | Method and Description |
---|---|
Variable |
CCDModelFactory.createVariable()
Returns a new object of class 'Variable'
|
Variable |
AttributeElement.getTargetVariable()
Returns the value of the 'Target Variable' reference
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Variable> |
Concept.getVariables()
Returns the value of the 'Variables' reference list.
|
org.eclipse.emf.common.util.EList<Variable> |
CCD.getVariables()
Returns the value of the 'Variables' containment reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
AttributeElement.setTargetVariable(Variable value)
Sets the value of the '
Target Variable ' reference |
Modifier and Type | Class and Description |
---|---|
class |
VariableImpl
An implementation of the model object 'Variable'
|
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<Variable> |
ConceptImpl.variables
The cached value of the '
Variables ' reference list |
protected org.eclipse.emf.common.util.EList<Variable> |
CCDImpl.variables
The cached value of the '
Variables ' containment reference list |
Modifier and Type | Method and Description |
---|---|
Variable |
CCDModelFactoryImpl.createVariable() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Variable> |
ConceptImpl.getVariables() |
org.eclipse.emf.common.util.EList<Variable> |
CCDImpl.getVariables() |
Modifier and Type | Method and Description |
---|---|
T |
CCDModelSwitch.caseVariable(Variable object)
Returns the result of interpreting the object as an instance of 'Variable'
|
boolean |
CCDModelValidator.validateVariable(Variable variable,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Modifier and Type | Method and Description |
---|---|
boolean |
ConceptValidator.validateVariables(org.eclipse.emf.common.util.EList<Variable> value) |
boolean |
CCDValidator.validateVariables(org.eclipse.emf.common.util.EList<Variable> value) |