Module dev.civl.mc

Package dev.civl.mc.kripke.IF


package dev.civl.mc.kripke.IF
Module kripke provides the definition of various transitions and the enabler and state manager of CIVL.
  • Class
    Description
    This represents an atomic execution step, which represents the execution of exactly one transition.
    StateManager extends StateManager for CIVL models.
    Enabler extends EnablerIF for CIVL models.
    This is the entry point of the module kripke.
    A Library Enabler provides a method to compute the enabled transitions of system function calls at a certain state for a give process.
    The library enabler loader provides the mechanism for loading the library enabler of a certain library.
    TraceStep extends TraceStepIF for CIVL models.