Class FCCModule
java.lang.Object
edu.kit.ipd.are.dsexplore.featurecompletions.weaver.port.FCCModule
- All Implemented Interfaces:
IModule
The FeatureCompletionComponent Module. This module allows a dynamic addition
of features to a given System.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the Analysis Extension for the module.Get the Create Extension for the module.Get the Decode Extension for the module.Get the Problem Extension for the module.voidreset()Reset the module.
-
Field Details
-
LOGGER
public static final org.apache.log4j.Logger LOGGER
-
-
Constructor Details
-
FCCModule
public FCCModule()
-
-
Method Details
-
reset
public void reset()Description copied from interface:IModuleReset the module. -
getProblemExtension
Description copied from interface:IModuleGet the Problem Extension for the module.- Specified by:
getProblemExtensionin interfaceIModule- Returns:
- the ProblemExtension
-
getCreateExtension
Description copied from interface:IModuleGet the Create Extension for the module.- Specified by:
getCreateExtensionin interfaceIModule- Returns:
- the CreateExtension
-
getDecodeExtension
Description copied from interface:IModuleGet the Decode Extension for the module.- Specified by:
getDecodeExtensionin interfaceIModule- Returns:
- the DecodeExtension
-
getAnalysisExtension
Description copied from interface:IModuleGet the Analysis Extension for the module.- Specified by:
getAnalysisExtensionin interfaceIModule- Returns:
- the AnalysisExtension
-