Package | Description |
---|---|
ptolemy.actor.injection |
Dependency injection to support implementation mappings for different
platforms such as Android and Java SE.
|
Modifier and Type | Method and Description |
---|---|
static java.util.ArrayList<PtolemyModule> |
ActorModuleInitializer.getModules()
Get Modules used by the initializer.
|
Modifier and Type | Method and Description |
---|---|
static void |
PtolemyInjector.createInjector(PtolemyModule... modules)
Create an injector for the given set of modules.
|
void |
Injector.loadMappings(PtolemyModule module)
Load the interface to implementation mappings into the injector.
|
Modifier and Type | Method and Description |
---|---|
static void |
PtolemyInjector.createInjector(java.lang.Iterable<? extends PtolemyModule> modules)
Create an injector for the given set of modules.
|