public interface ModuleCGlobalInterface
| Modifier and Type | Method and Description |
|---|---|
void |
addCConceptX(CConceptX def) |
void |
addModuleC(ModuleC def) |
void |
deleteCConceptX(CConceptX def) |
void |
deleteModuleC(ModuleC def) |
Iterator<CConceptBase> |
getAllCConceptBase() |
Iterator<CConceptX> |
getAllCConceptX() |
Iterator<ModuleC> |
getAllModuleC() |
CConceptBase |
getCConceptBase(DotName name) |
int |
getCConceptBaseCount() |
CConceptX |
getCConceptX(DotName name) |
int |
getCConceptXCount() |
CConceptX |
getCConceptXDefinition(String name) |
int |
getCConceptXDefinitionCountByName(String name) |
Iterator<CConceptX> |
getCConceptXDefinitionsByName(String name) |
ModuleC |
getModuleC(DotName name) |
int |
getModuleCCount() |
ModuleC |
getModuleCDefinition(String name) |
int |
getModuleCDefinitionCountByName(String name) |
Iterator<ModuleC> |
getModuleCDefinitionsByName(String name) |
int getCConceptBaseCount()
CConceptBase getCConceptBase(DotName name)
Iterator<CConceptBase> getAllCConceptBase()
void addCConceptX(CConceptX def)
void deleteCConceptX(CConceptX def)
int getCConceptXCount()
CConceptX getCConceptXDefinition(String name) throws DmcNameClashException, DmcValueException
Iterator<CConceptX> getCConceptXDefinitionsByName(String name) throws DmcValueException
DmcValueExceptionint getCConceptXDefinitionCountByName(String name) throws DmcValueException
DmcValueExceptionvoid addModuleC(ModuleC def)
void deleteModuleC(ModuleC def)
int getModuleCCount()
ModuleC getModuleCDefinition(String name) throws DmcNameClashException, DmcValueException
Iterator<ModuleC> getModuleCDefinitionsByName(String name) throws DmcValueException
DmcValueExceptionint getModuleCDefinitionCountByName(String name) throws DmcValueException
DmcValueExceptionCopyright © 2023. All rights reserved.