| Modifier and Type | Method and Description |
|---|---|
ModuleB |
ModuleBDMW.cloneIt() |
ModuleB |
BConceptBaseDMW.getDefinedInModuleB() |
ModuleB |
ModuleBDMW.getModificationRecorder() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<ModuleB> |
ModuleBDMW.getDependsOnModuleBCopy() |
| Modifier and Type | Method and Description |
|---|---|
DmcAttribute<?> |
ModuleBDMW.addDependsOnModuleB(ModuleB value)
Adds another dependsOnModuleB value.
|
void |
ModuleBDMW.delDependsOnModuleB(ModuleB value)
Deletes a dependsOnModuleB value.
|
void |
BConceptBaseDMW.setDefinedInModuleB(ModuleB value)
Sets the definedInModuleB to the specified value.
|
| Modifier and Type | Method and Description |
|---|---|
ModuleB |
ModuleBGlobalInterface.getModuleB(DotName name) |
ModuleB |
ModuleBDefinitionManager.getModuleB(DotName name) |
ModuleB |
ModuleBGlobalInterface.getModuleBDefinition(String name) |
ModuleB |
ModuleBDefinitionManager.getModuleBDefinition(String name) |
ModuleB |
ModuleBParser.parseConfig(ConfigLocation l) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ModuleB> |
ModuleBGlobalInterface.getAllModuleB() |
Iterator<ModuleB> |
ModuleBDefinitionManager.getAllModuleB() |
Iterator<ModuleB> |
ModuleBGlobalInterface.getModuleBDefinitionsByName(String name) |
Iterator<ModuleB> |
ModuleBDefinitionManager.getModuleBDefinitionsByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
ModuleBDefinitionManager.addDefinition(DSDefinition definition,
ModuleB module) |
void |
ModuleBGlobalInterface.addModuleB(ModuleB def) |
void |
ModuleBDefinitionManager.addModuleB(ModuleB def) |
void |
ModuleBGlobalInterface.deleteModuleB(ModuleB def) |
void |
ModuleBDefinitionManager.deleteModuleB(ModuleB def) |
void |
ModuleBGeneratorInterface.generate(ModuleB module,
ConfigLocation location,
ModuleBDefinitionManager definitions)
Derived classes should overload this method to perform artifact generation.
|
void |
ModuleBConfigLoader.generate(ModuleB module,
ConfigLocation location,
ModuleBDefinitionManager definitions) |
ConfigLocation |
ModuleBParsingCoordinator.getLocation(ModuleB module) |
ConfigLocation |
ModuleBGenUtility.getLocation(ModuleB module) |
void |
ModuleBGeneratorInterface.objectResolutionComplete(ModuleB module,
ConfigLocation location,
ModuleBDefinitionManager definitions)
Called after object resolution has completely successfully.
|
void |
ModuleBConfigLoader.objectResolutionComplete(ModuleB module,
ConfigLocation location,
ModuleBDefinitionManager definitions) |
void |
ModuleBGeneratorInterface.parsingComplete(ModuleB module,
ConfigLocation location,
ModuleBDefinitionManager definitions)
Called prior to the object resolution phase so that derived classes can perform intermediate
processing such as generation of internal types.
|
void |
ModuleBConfigLoader.parsingComplete(ModuleB module,
ConfigLocation location,
ModuleBDefinitionManager definitions) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<ModuleB> |
ModuleCDMW.getDependsOnModuleBCopy() |
| Modifier and Type | Method and Description |
|---|---|
DmcAttribute<?> |
ModuleCDMW.addDependsOnModuleB(ModuleB value)
Adds another dependsOnModuleB value.
|
void |
ModuleCDMW.delDependsOnModuleB(ModuleB value)
Deletes a dependsOnModuleB value.
|
| Modifier and Type | Method and Description |
|---|---|
ModuleB |
ModuleCDefinitionManager.getModuleB(DotName name) |
ModuleB |
ModuleCDefinitionManager.getModuleBDefinition(String name) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ModuleB> |
ModuleCDefinitionManager.getAllModuleB() |
Iterator<ModuleB> |
ModuleCDefinitionManager.getModuleBDefinitionsByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
ModuleCDefinitionManager.addModuleB(ModuleB def) |
void |
ModuleCDefinitionManager.deleteModuleB(ModuleB def) |
ConfigLocation |
ModuleCParsingCoordinator.getLocation(ModuleB module) |
ConfigLocation |
ModuleCGenUtility.getLocation(ModuleB module) |
Copyright © 2023. All rights reserved.