Package net.maswag.falcaun
Class TemporalEventually.STLEventually
java.lang.Object
net.maswag.falcaun.AbstractTemporalLogic<List<Double>>
net.maswag.falcaun.TemporalOp<List<Double>>
net.maswag.falcaun.TemporalEventually<List<Double>>
net.maswag.falcaun.TemporalEventually.STLEventually
- All Implemented Interfaces:
Function<IOSignal<List<Double>>,,Double> TemporalLogic<List<Double>>,TemporalLogic.STLCost
- Enclosing class:
TemporalEventually<I>
static class TemporalEventually.STLEventually
extends TemporalEventually<List<Double>>
implements TemporalLogic.STLCost
-
Nested Class Summary
Nested classes/interfaces inherited from class net.maswag.falcaun.TemporalEventually
TemporalEventually.LTLEventually, TemporalEventually.STLEventuallyNested classes/interfaces inherited from interface net.maswag.falcaun.TemporalLogic
TemporalLogic.IOType, TemporalLogic.LTLFormula, TemporalLogic.STLCost -
Field Summary
Fields inherited from class net.maswag.falcaun.TemporalOp
subFmlFields inherited from class net.maswag.falcaun.AbstractTemporalLogic
initialized, iOType, nonTemporal, satisfyingAtomicPropositions -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.maswag.falcaun.TemporalEventually
getRoSI, getRoSIRaw, getRoSIRawWithLen, toAbstractString, toStringMethods inherited from class net.maswag.falcaun.TemporalOp
constructSatisfyingAtomicPropositions, getAllAPsMethods 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
-
STLEventually
STLEventually(TemporalLogic.STLCost subFml)
-
-
Method Details
-
getSubFml
Description copied from class:TemporalEventuallygetSubFml.
- Overrides:
getSubFmlin classTemporalEventually<List<Double>>- Returns:
- a
TemporalLogic<I>object.
-