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 voidclear()Clears the list of models waiting for an evaluationvoidclose()booleanisConnected()booleanisModelEvaluated(String modelPath)booleanisRunning()voidreset(String modelFilePath)Removes the specified model from the list of model waiting from an evaluationvoidrun()
-
-
-
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
-
-