Class LineMessageHandler
- java.lang.Object
-
- org.palladiosimulator.solver.handler.LineMessageHandler
-
-
Constructor Summary
Constructors Constructor Description LineMessageHandler(BufferedReader in, String prefix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
Clears the list of models waiting for an evaluationvoid
close()
boolean
isConnected()
boolean
isModelEvaluated(String modelPath)
boolean
isRunning()
void
reset(String modelFilePath)
Removes the specified model from the list of model waiting from an evaluationvoid
run()
-
-
-
Constructor Detail
-
LineMessageHandler
public LineMessageHandler(BufferedReader in, String prefix)
-
-
Method Detail
-
close
public void close()
-
isConnected
public boolean isConnected()
-
isModelEvaluated
public boolean isModelEvaluated(String modelPath)
-
isRunning
public boolean isRunning()
-
reset
public void reset(String modelFilePath)
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
-
-