Package net.maswag.falcaun
Class TemporalRelease.LTLRelease
- All Implemented Interfaces:
Function<IOSignal<String>,,Double> TemporalLogic<String>,TemporalLogic.LTLFormula
- Enclosing class:
TemporalRelease<I>
static class TemporalRelease.LTLRelease
extends TemporalRelease<String>
implements TemporalLogic.LTLFormula
-
Nested Class Summary
Nested classes/interfaces inherited from class net.maswag.falcaun.TemporalRelease
TemporalRelease.LTLRelease, TemporalRelease.STLReleaseNested 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, toStringMethods inherited from class net.maswag.falcaun.AbstractTemporalLogic
equals, hashCode, makeAbstractStringWithAtomicStringsMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.maswag.falcaun.TemporalLogic
apply, constructSatisfyingAtomicPropositions, getAllAPs, getIOType, getRoSI, getSatisfyingAtomicPropositions, isInitialized, isNonTemporal, toAbstractString, toLTLString
-
Constructor Details
-
LTLRelease
LTLRelease(TemporalLogic.LTLFormula left, TemporalLogic.LTLFormula right)
-