Uses of Class
eu.iv4xr.framework.extensions.ltl.SequencePredicate
Packages that use SequencePredicate
Package
Description
This package provides the following features:
The classes
LTL and BoundedLTL implementing Linear Temporal Logic
formulas, and the bounded variation of them.-
Uses of SequencePredicate in eu.iv4xr.framework.extensions.ltl
Subclasses of SequencePredicate in eu.iv4xr.framework.extensions.ltlModifier and TypeClassDescriptionclassBounded LTL is a variation of LTL.classLTL<State>Provides a representation LTL formulas and a DSL for constructing them.static classLTL.And<State>static classLTL.Next<State>static classLTL.Not<State>static classLTL.Now<State>static classLTL.Or<State>For representing "phi || psi".static classLTL.Until<State>static classLTL.WeakUntil<State>Weak-until is not primitive in LTL-sense, but we add it as a separate class so that we can structurally recognize that a formula is a weak-until formula.