Interface Component

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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.
      • Methods inherited from interface org.eclipse.emf.ecore.EObject

        eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
      • Methods inherited from interface org.eclipse.emf.common.notify.Notifier

        eAdapters, eDeliver, eNotify, eSetDeliver
    • Method Detail

      • getChildren

        org.eclipse.emf.common.util.EList<Component> getChildren()
        Returns the value of the 'Children' containment reference list. The list contents are of type 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...

        Returns:
        the value of the 'Children' containment reference list.
        See Also:
        CoffeePackage.getComponent_Children(), getParent()
      • setParent

        void setParent​(Component value)
        Sets the value of the 'Parent' container reference.
        Parameters:
        value - the new value of the 'Parent' container reference.
        See Also:
        getParent()
      • getActivities

        org.eclipse.emf.common.util.EList<Activity> getActivities()
        Returns the value of the 'Activities' containment reference list. The list contents are of type Activity.

        If the meaning of the 'Activities' containment reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Activities' containment reference list.
        See Also:
        CoffeePackage.getComponent_Activities()