Uses of Interface
dev.civl.mc.semantics.IF.Executor
Packages that use Executor
Package
Description
Module kripke provides the definition of various
transitions and the enabler and state manager of CIVL.
Module semantics implements the semantics of CIVL-C.
-
Uses of Executor in dev.civl.mc.kripke.IF
Methods in dev.civl.mc.kripke.IF with parameters of type ExecutorModifier and TypeMethodDescriptionstatic EnablerKripkes.newEnabler(StateFactory stateFactory, Evaluator evaluator, Executor executor, SymbolicAnalyzer symbolicAnalyzer, MemoryUnitFactory memUnitFactory, LibraryEnablerLoader libLoader, CIVLErrorLogger errorLogger, CIVLConfiguration civlConfig, dev.civl.gmc.GMCConfiguration gmcConfig) Creates a new instance of enabler.static CIVLStateManagerKripkes.newStateManager(Enabler enabler, Executor executor, SymbolicAnalyzer symbolicAnalyzer, CIVLErrorLogger errorLogger, CIVLConfiguration config) Creates a new instance of state manager. -
Uses of Executor in dev.civl.mc.semantics.IF
Methods in dev.civl.mc.semantics.IF that return ExecutorModifier and TypeMethodDescriptionstatic ExecutorSemantics.newExecutor(ModelFactory modelFactory, StateFactory stateFactory, LibraryExecutorLoader loader, Evaluator evaluator, SymbolicAnalyzer symbolicAnalyzer, CIVLErrorLogger errLogger, CIVLConfiguration civlConfig) Creates a new instance of CIVL executor.Methods in dev.civl.mc.semantics.IF with parameters of type ExecutorModifier and TypeMethodDescriptionLibraryExecutorLoader.getLibraryExecutor(String name, Executor primaryExecutor, ModelFactory modelFacotry, SymbolicUtility symbolicUtil, SymbolicAnalyzer symbolicAnalyzer) Obtains the library executor of the given name.