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.
|
org.da.protoframework.model.def |
Contains the models for the applications and services definition.
|
Modifier and Type | Method and Description |
---|---|
CustomModuleDefinition |
CustomModuleFactory.createModuleDefinition(ApplicationDefinition appli,
java.lang.String name,
long id)
Creates a custom module definition.
|
Constructor and Description |
---|
CustomModuleDefinition(CustomModuleFactory factory,
ApplicationDefinition appli,
java.lang.String name,
long id)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ApplicationDefinition |
Application.getDefinition()
Return the Application Definition.
|
Constructor and Description |
---|
Application(Framework framework,
ApplicationDefinition def)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ApplicationDefinition |
FrameworkDefinition.getApplication(java.lang.String appliName)
Return the application of a specified name.
|
ApplicationDefinition |
ModuleDefinition.getApplicationDefinition()
Return the Application Definition.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,ApplicationDefinition> |
FrameworkDefinition.getApplications()
Return the applications.
|
java.util.Map<java.lang.Long,ApplicationDefinition> |
FrameworkDefinition.getApplicationsByID()
Return the applications Map by ID.
|
Modifier and Type | Method and Description |
---|---|
void |
FrameworkDefinition.addApplication(ApplicationDefinition appli)
Add an Application definition.
|
void |
ModuleDefinition.setApplication(ApplicationDefinition appli)
Set the Module associated application.
|
Constructor and Description |
---|
ModuleDefinition(ApplicationDefinition appli,
java.lang.String name,
long id)
Constructor.
|
Copyright ©2017-2023 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence