Class LineMessageHandler
java.lang.Object
org.palladiosimulator.solver.handler.LineMessageHandler
- All Implemented Interfaces:
Runnable
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
Clears the list of models waiting for an evaluationvoid
close()
boolean
boolean
isModelEvaluated
(String modelPath) boolean
void
Removes the specified model from the list of model waiting from an evaluationvoid
run()
-
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
-