Interface Application

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.emf.common.util.EList<CommandEvent> getCommands()
      Returns the value of the 'Commands' containment reference list.
      org.eclipse.emf.common.util.EList<DomainEvent> getEvents()
      Returns the value of the 'Events' containment reference list.
      org.eclipse.emf.common.util.EList<Flow> getFlows()
      Returns the value of the 'Flows' containment reference list.
      java.lang.String getName()
      Returns the value of the 'Name' attribute.
      org.eclipse.emf.common.util.EList<Service> getServices()
      Returns the value of the 'Services' containment reference list.
      void setName​(java.lang.String value)
      Sets the value of the 'Name' attribute.
      • 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

      • setName

        void setName​(java.lang.String value)
        Sets the value of the 'Name' attribute.
        Parameters:
        value - the new value of the 'Name' attribute.
        See Also:
        getName()
        Generated:
      • getServices

        org.eclipse.emf.common.util.EList<Service> getServices()
        Returns the value of the 'Services' containment reference list. The list contents are of type Service.
        Returns:
        the value of the 'Services' containment reference list.
        See Also:
        ContextMappingDSLPackage.getApplication_Services()
        Model:
        containment="true"
        Generated:
      • getFlows

        org.eclipse.emf.common.util.EList<Flow> getFlows()
        Returns the value of the 'Flows' containment reference list. The list contents are of type Flow.
        Returns:
        the value of the 'Flows' containment reference list.
        See Also:
        ContextMappingDSLPackage.getApplication_Flows()
        Model:
        containment="true"
        Generated: