Uses of Interface
eu.iv4xr.framework.extensions.ltl.ITargetModel
Package
Description
This package provides the following features:
The classes
LTL
and BoundedLTL
implementing Linear Temporal Logic
formulas, and the bounded variation of them.Provide a class,
GameWorldModel
, that can be used as a model of a
"computer game".-
Uses of ITargetModel in eu.iv4xr.framework.extensions.ltl
Modifier and TypeFieldDescriptionBasicModelChecker.model
The 'program' or 'model of a program' that we want to target in model-checking.BuchiModelChecker.model
The 'program' or 'model of a program' that we want to target in model-checking.ModifierConstructorDescriptionBasicModelChecker(ITargetModel model)
Create an instance of a model checker.BuchiModelChecker(ITargetModel model)
-
Uses of ITargetModel in eu.iv4xr.framework.extensions.ltl.gameworldmodel