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 TacticDDDApplication
getApp()
Returns the value of the 'App' containment reference.void
setApp(TacticDDDApplication value)
Sets the value of the 'App
' containment reference.
-
-
-
Method Detail
-
getApp
TacticDDDApplication getApp()
Returns the value of the 'App' containment reference.- Returns:
- the value of the 'App' containment reference.
- See Also:
setApp(TacticDDDApplication)
,TacticdslPackage.getTacticDDDModel_App()
- Model:
- containment="true"
- Generated:
-
setApp
void setApp(TacticDDDApplication value)
Sets the value of the 'App
' containment reference.- Parameters:
value
- the new value of the 'App' containment reference.- See Also:
getApp()
- Generated:
-
-