Uses of Interface
dev.civl.mc.semantics.IF.LibraryEvaluatorLoader
Packages that use LibraryEvaluatorLoader
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 LibraryEvaluatorLoader in dev.civl.mc.kripke.IF
Methods in dev.civl.mc.kripke.IF with parameters of type LibraryEvaluatorLoaderModifier and TypeMethodDescriptionstatic LibraryEnablerLoaderKripkes.newLibraryEnablerLoader(LibraryEvaluatorLoader libEvaluatorLoader, CIVLConfiguration civlConfig) Creates a new instance of library enabler loader. -
Uses of LibraryEvaluatorLoader in dev.civl.mc.semantics.IF
Methods in dev.civl.mc.semantics.IF that return LibraryEvaluatorLoaderModifier and TypeMethodDescriptionstatic LibraryEvaluatorLoaderSemantics.newLibraryEvaluatorLoader(CIVLConfiguration civlConfig) Creates a new instance of library evaluator loader.Methods in dev.civl.mc.semantics.IF with parameters of type LibraryEvaluatorLoaderModifier and TypeMethodDescriptionstatic EvaluatorSemantics.newErrorSideEffectFreeEvaluator(ModelFactory modelFactory, StateFactory stateFactory, LibraryEvaluatorLoader loader, LibraryExecutorLoader loaderExec, SymbolicUtility symbolicUtil, SymbolicAnalyzer symbolicAnalyzer, MemoryUnitFactory memUnitFactory, CIVLErrorLogger errLogger, CIVLConfiguration config) Creates a new instance ofErrorSideEffectFreeEvaluator.static EvaluatorSemantics.newEvaluator(ModelFactory modelFactory, StateFactory stateFactory, LibraryEvaluatorLoader loader, LibraryExecutorLoader loaderExec, SymbolicUtility symbolicUtil, SymbolicAnalyzer symbolicAnalyzer, MemoryUnitFactory memUnitFactory, CIVLErrorLogger errLogger, CIVLConfiguration config) Creates a new instance of CIVL evaluator.static LibraryExecutorLoaderSemantics.newLibraryExecutorLoader(LibraryEvaluatorLoader libEvaluatorLoader, CIVLConfiguration civlConfig) Creates a new instance of library executor loader.