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
-
Constructor Summary
-
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.void
reset()
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:IModule
Reset the module. -
getProblemExtension
Description copied from interface:IModule
Get the Problem Extension for the module.- Specified by:
getProblemExtension
in interfaceIModule
- Returns:
- the ProblemExtension
-
getCreateExtension
Description copied from interface:IModule
Get the Create Extension for the module.- Specified by:
getCreateExtension
in interfaceIModule
- Returns:
- the CreateExtension
-
getDecodeExtension
Description copied from interface:IModule
Get the Decode Extension for the module.- Specified by:
getDecodeExtension
in interfaceIModule
- Returns:
- the DecodeExtension
-
getAnalysisExtension
Description copied from interface:IModule
Get the Analysis Extension for the module.- Specified by:
getAnalysisExtension
in interfaceIModule
- Returns:
- the AnalysisExtension
-