Package | Description |
---|---|
unipi.bpm.elm.santeramo.controller |
Modifier and Type | Field and Description |
---|---|
private EventLogManagerModel |
InfoManager.elmModel
The
EventLogManagerModel element
that represents the Model of the application managed
by the Controller. |
private EventLogManagerModel |
EventLogManagerController.elmModel
The
EventLogManagerModel element
that represents the Model of the application. |
private EventLogManagerModel |
EditorManager.elmModel
The
EventLogManagerModel element
that represents the Model of the application managed
by the Controller. |
private EventLogManagerModel |
AnalysisManager.elmModel
The
EventLogManagerModel element
that represents the Model of the application managed
by the Controller. |
Modifier and Type | Method and Description |
---|---|
EventLogManagerModel |
EventLogManagerController.getModel()
This method returns the
EventLogManagerModel EventLogManagerController.elmModel element. |
Constructor and Description |
---|
EventLogManagerController(EventLogManagerView elmView,
EventLogManagerModel elmModel)
Constructs a new
EventLogMangerController , with the View and
the Model to manage. |