public interface Variable extends SourceOfCondition
The following features are supported:
CCDModelPackage.getVariable()
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Concept> |
getConcepts()
Returns the value of the 'Concepts' reference list.
|
getDescription, getName, setDescription, setName
getAnnotations
static final java.lang.String copyright
org.eclipse.emf.common.util.EList<Concept> getConcepts()
Concept
.
It is bidirectional and its opposite is 'Variables
'.
If the meaning of the 'Concepts' reference list isn't clear, there really should be more of a description here...
CCDModelPackage.getVariable_Concepts()
,
Concept.getVariables()