Class ModuleTrackerImpl
java.lang.Object
ch.tocco.nice2.model.entity.impl.reading.ModuleTrackerImpl
- All Implemented Interfaces:
ModuleTracker
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addExtendingModule
(String moduleName) Returns the name of the nice2 module, where this model element is defined.Returns a list of nice2 module names, that have contributed to this model element.void
setDefiningModule
(String name)
-
Constructor Details
-
ModuleTrackerImpl
public ModuleTrackerImpl()
-
-
Method Details
-
getExtendingModules
Description copied from interface:ModuleTracker
Returns a list of nice2 module names, that have contributed to this model element.- Specified by:
getExtendingModules
in interfaceModuleTracker
-
addExtendingModule
- Specified by:
addExtendingModule
in interfaceModuleTracker
-
getDefiningModule
Description copied from interface:ModuleTracker
Returns the name of the nice2 module, where this model element is defined.- Specified by:
getDefiningModule
in interfaceModuleTracker
-
setDefiningModule
- Specified by:
setDefiningModule
in interfaceModuleTracker
-