Class LineMessageHandler
java.lang.Object
org.palladiosimulator.solver.handler.LineMessageHandler
- All Implemented Interfaces:
Runnable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()Clears the list of models waiting for an evaluationvoidclose()booleanbooleanisModelEvaluated(String modelPath) booleanvoidRemoves the specified model from the list of model waiting from an evaluationvoidrun()
-
Constructor Details
-
LineMessageHandler
-
-
Method Details
-
close
public void close() -
isConnected
public boolean isConnected() -
isModelEvaluated
-
isRunning
public boolean isRunning() -
run
public void run() -
reset
Removes the specified model from the list of model waiting from an evaluation- Parameters:
modelFilePath-
-
clear
public void clear()Clears the list of models waiting for an evaluation
-