public interface Instance extends SourceOfCondition
The following features are supported:
CCDModelPackage.getInstance()
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<AttributeInstance> |
getAttributes()
Returns the value of the 'Attributes' containment reference list.
|
Concept |
getConcept()
Returns the value of the 'Concept' container reference.
|
int |
getNumberOfInstances()
Returns the value of the 'Number Of Instances' attribute.
|
org.eclipse.emf.common.util.EList<RelationInstance> |
getRelations()
Returns the value of the 'Relations' containment reference list.
|
void |
setConcept(Concept value)
Sets the value of the '
Concept ' container reference |
void |
setNumberOfInstances(int value)
Sets the value of the '
Number Of Instances ' attribute |
getDescription, getName, setDescription, setName
getAnnotations
static final java.lang.String copyright
org.eclipse.emf.common.util.EList<RelationInstance> getRelations()
RelationInstance
.
It is bidirectional and its opposite is 'Source Instance
'.
If the meaning of the 'Relations' containment reference list isn't clear, there really should be more of a description here...
CCDModelPackage.getInstance_Relations()
,
RelationInstance.getSourceInstance()
org.eclipse.emf.common.util.EList<AttributeInstance> getAttributes()
AttributeInstance
.
It is bidirectional and its opposite is 'Source Instance
'.
If the meaning of the 'Attributes' containment reference list isn't clear, there really should be more of a description here...
CCDModelPackage.getInstance_Attributes()
,
AttributeInstance.getSourceInstance()
Concept getConcept()
Instances
'.
If the meaning of the 'Concept' container reference isn't clear, there really should be more of a description here...
setConcept(Concept)
,
CCDModelPackage.getInstance_Concept()
,
Concept.getInstances()
void setConcept(Concept value)
Concept
' container reference.
value
- the new value of the 'Concept' container reference.getConcept()
int getNumberOfInstances()
"1"
.
If the meaning of the 'Number Of Instances' attribute isn't clear, there really should be more of a description here...
setNumberOfInstances(int)
,
CCDModelPackage.getInstance_NumberOfInstances()
void setNumberOfInstances(int value)
Number Of Instances
' attribute.
value
- the new value of the 'Number Of Instances' attribute.getNumberOfInstances()