public interface ModuleCScopedInterface
| Modifier and Type | Method and Description |
|---|---|
void |
addCConceptX(CConceptX def) |
void |
deleteCConceptX(CConceptX def) |
Iterator<CConceptBase> |
getAllCConceptBase() |
Iterator<CConceptX> |
getAllCConceptX() |
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) |
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
DmcValueExceptionCopyright © 2023. All rights reserved.