public interface ModuleBGlobalInterface
| Modifier and Type | Method and Description |
|---|---|
void |
addBConceptX(BConceptX def) |
void |
addModuleB(ModuleB def) |
void |
deleteBConceptX(BConceptX def) |
void |
deleteModuleB(ModuleB def) |
Iterator<BConceptBase> |
getAllBConceptBase() |
Iterator<BConceptX> |
getAllBConceptX() |
Iterator<ModuleB> |
getAllModuleB() |
BConceptBase |
getBConceptBase(DotName name) |
int |
getBConceptBaseCount() |
BConceptX |
getBConceptX(DotName name) |
int |
getBConceptXCount() |
BConceptX |
getBConceptXDefinition(String name) |
int |
getBConceptXDefinitionCountByName(String name) |
Iterator<BConceptX> |
getBConceptXDefinitionsByName(String name) |
ModuleB |
getModuleB(DotName name) |
int |
getModuleBCount() |
ModuleB |
getModuleBDefinition(String name) |
int |
getModuleBDefinitionCountByName(String name) |
Iterator<ModuleB> |
getModuleBDefinitionsByName(String name) |
int getBConceptBaseCount()
BConceptBase getBConceptBase(DotName name)
Iterator<BConceptBase> getAllBConceptBase()
void addBConceptX(BConceptX def)
void deleteBConceptX(BConceptX def)
int getBConceptXCount()
BConceptX getBConceptXDefinition(String name) throws DmcNameClashException, DmcValueException
Iterator<BConceptX> getBConceptXDefinitionsByName(String name) throws DmcValueException
DmcValueExceptionint getBConceptXDefinitionCountByName(String name) throws DmcValueException
DmcValueExceptionvoid addModuleB(ModuleB def)
void deleteModuleB(ModuleB def)
int getModuleBCount()
ModuleB getModuleBDefinition(String name) throws DmcNameClashException, DmcValueException
Iterator<ModuleB> getModuleBDefinitionsByName(String name) throws DmcValueException
DmcValueExceptionint getModuleBDefinitionCountByName(String name) throws DmcValueException
DmcValueExceptionCopyright © 2023. All rights reserved.