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 | Class and Description |
---|---|
class |
CustomModuleDefinition
The abstract custom Module definition.
|
Modifier and Type | Field and Description |
---|---|
protected ModuleDefinition |
Module.def
The Module definition.
|
Modifier and Type | Method and Description |
---|---|
ModuleDefinition |
Module.getDefinition()
Return the Module definition.
|
Modifier and Type | Method and Description |
---|---|
ModuleDefinition |
ModuleDefinition.clone() |
ModuleDefinition |
FrameworkDefinition.getModule(ModuleKey key)
Return a Module definition.
|
ModuleDefinition |
ApplicationDefinition.getModule(java.lang.String name)
Return the module with a specified name.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<ModuleKey,ModuleDefinition> |
ServiceDefinition.getAttachedProviders()
Return the attached Service providers.
|
java.util.Map<java.lang.String,ModuleDefinition> |
ApplicationDefinition.getModules()
Return the map of modules.
|
java.util.Map<java.lang.Long,ModuleDefinition> |
ApplicationDefinition.getModulesByID()
Return the modules Map by ID.
|
java.util.Map<ModuleKey,ModuleDefinition> |
ServiceDefinition.getProviders()
Return the Map of Service providers.
|
java.util.Map<ModuleKey,ModuleDefinition> |
ServiceDefinition.getSubscribers()
Return the Map of Service subscribers.
|
Modifier and Type | Method and Description |
---|---|
void |
ApplicationDefinition.addModule(ModuleDefinition module)
Add a Module.
|
java.lang.String |
ApplicationDefinition.addModule(ModuleDefinition module,
java.lang.String fromTemplate)
Add a Module as an instance of a module template.
|
void |
ServiceDefinition.addProvider(ModuleDefinition module,
boolean attached)
Add a Service provider.
|
void |
ServiceDefinition.addSubscriber(ModuleDefinition module)
Add a Service subscriber.
|
void |
ModuleDefinition.merge(ModuleDefinition module)
Merge the definition of another module with this one.
|
void |
ApplicationDefinition.removeModule(ModuleDefinition module)
Removes a module.
|
Copyright ©2017-2023 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence