Package org.palladiosimulator.solver
Class PCMSolver
java.lang.Object
org.palladiosimulator.solver.PCMSolver
The central class that controls the PCM Solver process when launched from the
eclipse UI.
This class is deprecated by now (?).
-
Constructor Summary
ConstructorsConstructorDescriptionPCMSolver(ILaunchConfiguration configuration, IProgressMonitor monitor) The constructor with default value for reliability (FALSE).PCMSolver(ILaunchConfiguration configuration, IProgressMonitor monitor, boolean reliability) The constructor. -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute()Executes the PCM Solver process.static MessageConsoleRetrieves the PCM Solver console.
-
Constructor Details
-
PCMSolver
The constructor. Configures the PCM Solver process according to the launch configuration defined by the user.- Parameters:
configuration- the launch configurationmonitor- the progress monitorreliability- enables reliability analysis
-
PCMSolver
The constructor with default value for reliability (FALSE). This constructor is maintained for being downwards compatible with the former PCM Solver version, which did not support reliability analysis.- Parameters:
configuration- the launch configurationmonitor- the progress monitor
-
-
Method Details
-
getConsole
Retrieves the PCM Solver console.- Returns:
- the PCM Solver console
-
execute
public void execute()Executes the PCM Solver process. -
getStrategy
-