Package net.maswag.falcaun
Class TemporalRelease.STLRelease
- All Implemented Interfaces:
Function<IOSignal<List<Double>>,
,Double> TemporalLogic<List<Double>>
,TemporalLogic.STLCost
- Enclosing class:
TemporalRelease<I>
static class TemporalRelease.STLRelease
extends TemporalRelease<List<Double>>
implements TemporalLogic.STLCost
-
Nested Class Summary
Nested classes/interfaces inherited from class net.maswag.falcaun.TemporalRelease
TemporalRelease.LTLRelease, TemporalRelease.STLRelease
Nested classes/interfaces inherited from interface net.maswag.falcaun.TemporalLogic
TemporalLogic.IOType, TemporalLogic.LTLFormula, TemporalLogic.STLCost
-
Field Summary
Fields inherited from class net.maswag.falcaun.AbstractTemporalLogic
initialized, iOType, nonTemporal, satisfyingAtomicPropositions
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.maswag.falcaun.TemporalRelease
constructSatisfyingAtomicPropositions, getAllAPs, getRoSI, getRoSIRaw, toAbstractString, toString
Methods inherited from class net.maswag.falcaun.AbstractTemporalLogic
equals, hashCode, makeAbstractStringWithAtomicStrings
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.maswag.falcaun.TemporalLogic
apply, constructSatisfyingAtomicPropositions, getAllAPs, getIOType, getRoSI, getSatisfyingAtomicPropositions, isInitialized, isNonTemporal, toAbstractString, toLTLString
-
Constructor Details
-
STLRelease
STLRelease(TemporalLogic.STLCost left, TemporalLogic.STLCost right)
-