Uses of Interface
dev.civl.mc.state.IF.ProcessState
Packages that use ProcessState
Package
Description
Module state is responsible for the creation and manipulation of
states of a CIVL model.
-
Uses of ProcessState in dev.civl.mc.state.IF
Methods in dev.civl.mc.state.IF that return ProcessStateModifier and TypeMethodDescriptionProcessState.decrementAtomicCount()Decrease the atomic block counter.State.getProcessState(int pid) Returns the process state for the pid-th process.ProcessState.incrementAtomicCount()Increase the atomic block counter.Methods in dev.civl.mc.state.IF that return types with arguments of type ProcessStateModifier and TypeMethodDescriptionIterable<? extends ProcessState> State.getProcessStates()Returns the set of process states as anIterable.Methods in dev.civl.mc.state.IF with parameters of type ProcessStateModifier and TypeMethodDescriptionStateFactory.setProcessState(State state, ProcessState processState) Updates the state by replacing the process state with the given one where the PID of the old process state is the same as the given process state.