Class Debug
java.lang.Object
eu.qualimaster.easy.extension.debug.AbstractDebug
eu.qualimaster.easy.extension.debug.Debug
Performs a sequential test of frozen state log files produced by the infrastructure.
- Author:
- Holger Eichelberger
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final net.ssehub.easy.reasoning.core.reasoner.ReasonerConfigurationprivate static eu.qualimaster.adaptation.events.AdaptationEvent -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class eu.qualimaster.easy.extension.debug.AbstractDebug
initialize, loadModelLocation, sleep
-
Field Details
-
event
private static eu.qualimaster.adaptation.events.AdaptationEvent event -
CONFIGURATION
private static final net.ssehub.easy.reasoning.core.reasoner.ReasonerConfiguration CONFIGURATION
-
-
Constructor Details
-
Debug
public Debug()
-
-
Method Details
-
process
private static void process(String prefix, net.ssehub.easy.varModel.confModel.Configuration config, net.ssehub.easy.instantiation.rt.core.model.rtVil.Script rtVilModel) Processes the logged files.- Parameters:
prefix- the file name prefixconfig- the configurationrtVilModel- the rt-VIL model
-
main
public static void main(String[] args) throws net.ssehub.easy.basics.modelManagement.ModelManagementException, net.ssehub.easy.varModel.model.ModelQueryException Executes the test in sequence. Please adjust your model location and the files to be analyzed.- Parameters:
args- location of the model, requested functionality (none: just load the model, monitor: process file/monitoring_ in sequence, adapt: process file/adaptation_ in sequence)- Throws:
net.ssehub.easy.basics.modelManagement.ModelManagementException- shall not occurnet.ssehub.easy.varModel.model.ModelQueryException- shall not occur
-