Package org.mpi_sws.jmc.runtime
package org.mpi_sws.jmc.runtime
This package contains the core runtime components of the JMC framework.
-
ClassDescriptionException thrown to halt execution of the current and all subsequent executions.Exception thrown to halt execution of the current execution.Error type when the model checker stops the execution.Exception thrown to halt execution of the current task.The Runtime environment complete with a scheduler and configuration options used by the model checker.Represents the configuration for the JMC runtime.Represents an event that occurs during the execution of a program.A builder for constructing a
JmcRuntimeEvent
object.Enum representing the different types of runtime events that can occur.Utility class for JMC runtime operations.Exception thrown when a task is already paused.Encapsulates all the operations related to Task objects used by the runtime Except the SchedulerTask The encapsulation ensures no memory leak when creating many tasks.The state of each task managed by the @RuntimeEnvironment is represented by one of the following.Exception thrown when a task does not exist.