Uses of Interface
dev.civl.mc.model.IF.Model
Packages that use Model
Package
Description
Module model defines a static model, i.e., the control flow graph, representation of a CIVL-C program.
Submodule model.statement defines a statement of a CIVL-C program.
Module state is responsible for the creation and manipulation of
states of a CIVL model.
-
Uses of Model in dev.civl.mc.model.IF
Methods in dev.civl.mc.model.IF that return ModelModifier and TypeMethodDescriptionModelBuilder.buildModel(dev.civl.gmc.GMCSection config, dev.civl.abc.program.IF.Program program, String name, boolean debugging, PrintStream debugOut) Builds the model.CIVLFunction.model()ModelFactory.model()Returns the CIVL model built by this model factory.ModelFactory.model(CIVLSource source, CIVLFunction system, dev.civl.abc.program.IF.Program program) Create a new model.Scope.model()Methods in dev.civl.mc.model.IF with parameters of type Model -
Uses of Model in dev.civl.mc.model.IF.statement
Methods in dev.civl.mc.model.IF.statement that return ModelMethods in dev.civl.mc.model.IF.statement with parameters of type Model -
Uses of Model in dev.civl.mc.state.IF
Methods in dev.civl.mc.state.IF with parameters of type ModelModifier and TypeMethodDescriptionStateFactory.initialState(Model model) Returns the canonic, initial state for a CIVL Model.