public interface Concept extends CCDEntity
The following features are supported:
CCDModelPackage.getConcept()
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Attribute> |
getAttributes()
Returns the value of the 'Attributes' containment reference list.
|
org.eclipse.emf.common.util.EList<Instance> |
getInstances()
Returns the value of the 'Instances' containment reference list.
|
org.eclipse.emf.common.util.EList<Relation> |
getRelations()
Returns the value of the 'Relations' containment reference list.
|
org.eclipse.emf.common.util.EList<Variable> |
getVariables()
Returns the value of the 'Variables' reference list.
|
getDescription, getName, setDescription, setName
getAnnotations
static final java.lang.String copyright
org.eclipse.emf.common.util.EList<Instance> getInstances()
Instance
.
It is bidirectional and its opposite is 'Concept
'.
If the meaning of the 'Instances' containment reference list isn't clear, there really should be more of a description here...
CCDModelPackage.getConcept_Instances()
,
Instance.getConcept()
org.eclipse.emf.common.util.EList<Relation> getRelations()
Relation
.
It is bidirectional and its opposite is 'Source
'.
If the meaning of the 'Relations' containment reference list isn't clear, there really should be more of a description here...
CCDModelPackage.getConcept_Relations()
,
Relation.getSource()
org.eclipse.emf.common.util.EList<Attribute> getAttributes()
Attribute
.
It is bidirectional and its opposite is 'Source
'.
If the meaning of the 'Attributes' containment reference list isn't clear, there really should be more of a description here...
CCDModelPackage.getConcept_Attributes()
,
Attribute.getSource()
org.eclipse.emf.common.util.EList<Variable> getVariables()
Variable
.
It is bidirectional and its opposite is 'Concepts
'.
If the meaning of the 'Variables' reference list isn't clear, there really should be more of a description here...
CCDModelPackage.getConcept_Variables()
,
Variable.getConcepts()