Interface TacticDDDModel

  • All Superinterfaces:
    org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

    public interface TacticDDDModel
    extends org.eclipse.emf.ecore.EObject
    A representation of the model object 'Tactic DDD Model'.

    The following features are supported:

    See Also:
    TacticdslPackage.getTacticDDDModel()
    Model:
    Generated:
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Application getApp()
      Returns the value of the 'App' containment reference.
      void setApp​(Application value)
      Sets the value of the 'App' containment 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

      • getApp

        Application getApp()
        Returns the value of the 'App' containment reference.

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

        Returns:
        the value of the 'App' containment reference.
        See Also:
        setApp(Application), TacticdslPackage.getTacticDDDModel_App()
        Model:
        containment="true"
        Generated:
      • setApp

        void setApp​(Application value)
        Sets the value of the 'App' containment reference.
        Parameters:
        value - the new value of the 'App' containment reference.
        See Also:
        getApp()
        Generated: