public interface Component
extends org.eclipse.emf.ecore.EObject
The following features are supported:
CoffeePackage.getComponent()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Activity> |
getActivities()
Returns the value of the 'Activities' containment reference list.
|
org.eclipse.emf.common.util.EList<Component> |
getChildren()
Returns the value of the 'Children' containment reference list.
|
Component |
getParent()
Returns the value of the 'Parent' container reference.
|
void |
setParent(Component value)
Sets the value of the '
Parent '
container reference. |
org.eclipse.emf.common.util.EList<Component> getChildren()
Component
.
It is bidirectional and its opposite is 'Parent
'.
If the meaning of the 'Children' containment reference list isn't clear, there really should be more of a description here...
CoffeePackage.getComponent_Children()
,
getParent()
Component getParent()
Children
'.
If the meaning of the 'Parent' container reference isn't clear, there really should be more of a description here...
setParent(Component)
,
CoffeePackage.getComponent_Parent()
,
getChildren()
void setParent(Component value)
Parent
'
container reference.
value
- the new value of the 'Parent' container reference.getParent()
org.eclipse.emf.common.util.EList<Activity> getActivities()
Activity
.
If the meaning of the 'Activities' containment reference list isn't clear, there really should be more of a description here...
CoffeePackage.getComponent_Activities()
Copyright © 2019. All rights reserved.