| Modifier and Type | Method and Description |
|---|---|
ModuleA |
ModuleADMW.cloneIt() |
ModuleA |
AConceptBaseDMW.getDefinedInModuleA() |
ModuleA |
ModuleADMW.getModificationRecorder() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<ModuleA> |
ModuleADMW.getDependsOnModuleACopy() |
| Modifier and Type | Method and Description |
|---|---|
DmcAttribute<?> |
ModuleADMW.addDependsOnModuleA(ModuleA value)
Adds another dependsOnModuleA value.
|
void |
ModuleADMW.delDependsOnModuleA(ModuleA value)
Deletes a dependsOnModuleA value.
|
void |
AConceptBaseDMW.setDefinedInModuleA(ModuleA value)
Sets the definedInModuleA to the specified value.
|
| Modifier and Type | Method and Description |
|---|---|
ModuleA |
ModuleAGlobalInterface.getModuleA(DotName name) |
ModuleA |
ModuleADefinitionManager.getModuleA(DotName name) |
ModuleA |
ModuleAGlobalInterface.getModuleADefinition(String name) |
ModuleA |
ModuleADefinitionManager.getModuleADefinition(String name) |
ModuleA |
ModuleAParser.parseConfig(ConfigLocation l) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ModuleA> |
ModuleAGlobalInterface.getAllModuleA() |
Iterator<ModuleA> |
ModuleADefinitionManager.getAllModuleA() |
Iterator<ModuleA> |
ModuleAGlobalInterface.getModuleADefinitionsByName(String name) |
Iterator<ModuleA> |
ModuleADefinitionManager.getModuleADefinitionsByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
ModuleADefinitionManager.addDefinition(DSDefinition definition,
ModuleA module) |
void |
ModuleAGlobalInterface.addModuleA(ModuleA def) |
void |
ModuleADefinitionManager.addModuleA(ModuleA def) |
void |
ModuleAGlobalInterface.deleteModuleA(ModuleA def) |
void |
ModuleADefinitionManager.deleteModuleA(ModuleA def) |
void |
ModuleAGeneratorInterface.generate(ModuleA module,
ConfigLocation location,
ModuleADefinitionManager definitions)
Derived classes should overload this method to perform artifact generation.
|
void |
ModuleAConfigLoader.generate(ModuleA module,
ConfigLocation location,
ModuleADefinitionManager definitions) |
ConfigLocation |
ModuleAParsingCoordinator.getLocation(ModuleA module) |
ConfigLocation |
ModuleAGenUtility.getLocation(ModuleA module) |
void |
ModuleAGeneratorInterface.objectResolutionComplete(ModuleA module,
ConfigLocation location,
ModuleADefinitionManager definitions)
Called after object resolution has completely successfully.
|
void |
ModuleAConfigLoader.objectResolutionComplete(ModuleA module,
ConfigLocation location,
ModuleADefinitionManager definitions) |
void |
ModuleAGeneratorInterface.parsingComplete(ModuleA module,
ConfigLocation location,
ModuleADefinitionManager definitions)
Called prior to the object resolution phase so that derived classes can perform intermediate
processing such as generation of internal types.
|
void |
ModuleAConfigLoader.parsingComplete(ModuleA module,
ConfigLocation location,
ModuleADefinitionManager definitions) |
| Modifier and Type | Method and Description |
|---|---|
void |
ModuleAConfigLoader.generate(ModuleA module,
ConfigLocation location,
ModuleADefinitionManager definitions) |
void |
ModuleAConfigLoader.objectResolutionComplete(ModuleA module,
ConfigLocation location,
ModuleADefinitionManager definitions) |
void |
ModuleAConfigLoader.parsingComplete(ModuleA module,
ConfigLocation location,
ModuleADefinitionManager definitions) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<ModuleA> |
ModuleBDMW.getDependsOnModuleACopy() |
| Modifier and Type | Method and Description |
|---|---|
DmcAttribute<?> |
ModuleBDMW.addDependsOnModuleA(ModuleA value)
Adds another dependsOnModuleA value.
|
void |
ModuleBDMW.delDependsOnModuleA(ModuleA value)
Deletes a dependsOnModuleA value.
|
| Modifier and Type | Method and Description |
|---|---|
ModuleA |
ModuleBDefinitionManager.getModuleA(DotName name) |
ModuleA |
ModuleBDefinitionManager.getModuleADefinition(String name) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ModuleA> |
ModuleBDefinitionManager.getAllModuleA() |
Iterator<ModuleA> |
ModuleBDefinitionManager.getModuleADefinitionsByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
ModuleBDefinitionManager.addModuleA(ModuleA def) |
void |
ModuleBDefinitionManager.deleteModuleA(ModuleA def) |
ConfigLocation |
ModuleBParsingCoordinator.getLocation(ModuleA module) |
ConfigLocation |
ModuleBGenUtility.getLocation(ModuleA module) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<ModuleA> |
ModuleCDMW.getDependsOnModuleACopy() |
| Modifier and Type | Method and Description |
|---|---|
DmcAttribute<?> |
ModuleCDMW.addDependsOnModuleA(ModuleA value)
Adds another dependsOnModuleA value.
|
void |
ModuleCDMW.delDependsOnModuleA(ModuleA value)
Deletes a dependsOnModuleA value.
|
| Modifier and Type | Method and Description |
|---|---|
ModuleA |
ModuleCDefinitionManager.getModuleA(DotName name) |
ModuleA |
ModuleCDefinitionManager.getModuleADefinition(String name) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ModuleA> |
ModuleCDefinitionManager.getAllModuleA() |
Iterator<ModuleA> |
ModuleCDefinitionManager.getModuleADefinitionsByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
ModuleCDefinitionManager.addModuleA(ModuleA def) |
void |
ModuleCDefinitionManager.deleteModuleA(ModuleA def) |
ConfigLocation |
ModuleCParsingCoordinator.getLocation(ModuleA module) |
ConfigLocation |
ModuleCGenUtility.getLocation(ModuleA module) |
Copyright © 2023. All rights reserved.