Class DebugParallel
java.lang.Object
eu.qualimaster.easy.extension.debug.AbstractDebug
eu.qualimaster.easy.extension.debug.DebugParallel
Debugs reasoning on the QM model in parallel.
- Author:
- Holger Eichelberger
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static classImplements a reasoning runnble for reasoning in parallel. -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static AtomicIntegerprivate static final net.ssehub.easy.reasoning.core.reasoner.ReasonerConfiguration -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class eu.qualimaster.easy.extension.debug.AbstractDebug
initialize, loadModelLocation, sleep
-
Field Details
-
RCFG
private static final net.ssehub.easy.reasoning.core.reasoner.ReasonerConfiguration RCFG -
count
-
-
Constructor Details
-
DebugParallel
public DebugParallel()
-
-
Method Details
-
main
public static void main(String[] args) throws net.ssehub.easy.basics.modelManagement.ModelManagementException Executes the test.- Parameters:
args- the first argument shall be the model location- Throws:
net.ssehub.easy.basics.modelManagement.ModelManagementException- in case that obtaining the models fails
-