Package | Description |
---|---|
org.da.protoframework.custom |
Contains the classes to manage custom module types.
|
org.da.protoframework.model.core |
Contains the models for the applications and services implementation.
|
Modifier and Type | Method and Description |
---|---|
Module |
CustomModuleFactory.createModule(Application appli,
java.lang.String name)
Creates a custom module.
|
Modifier and Type | Field and Description |
---|---|
protected Application |
Module.appli
The Application definition.
|
Modifier and Type | Method and Description |
---|---|
Application |
Module.getApplication()
Return the parent Application.
|
Application |
Framework.getApplication(long appliID)
Return an application by its associated long ID.
|
Application |
Framework.getApplication(java.lang.String name)
Return the Application of a specificed name.
|
Modifier and Type | Method and Description |
---|---|
java.util.SortedMap<java.lang.String,Application> |
Framework.getApplications()
Return the applications.
|
java.util.Map<java.lang.Long,Application> |
Framework.getApplicationsByID()
Return the Applications.
|
Constructor and Description |
---|
Module(Application appli,
java.lang.String name)
Constructor.
|
Copyright ©2017-2023 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence