Package net.maswag.falcaun
Class TemporalGlobally.STLGlobally
java.lang.Object
- All Implemented Interfaces:
Function<IOSignal<List<Double>>,,Double> TemporalLogic<List<Double>>,TemporalLogic.STLCost
- Enclosing class:
TemporalGlobally<I>
static class TemporalGlobally.STLGlobally
extends TemporalGlobally<List<Double>>
implements TemporalLogic.STLCost
-
Nested Class Summary
Nested classes/interfaces inherited from class net.maswag.falcaun.TemporalGlobally
TemporalGlobally.LTLGlobally, TemporalGlobally.STLGloballyNested 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.TemporalGlobally
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
-
STLGlobally
STLGlobally(TemporalLogic.STLCost subFml)
-
-
Method Details
-
getSubFml
Description copied from class:TemporalGloballygetSubFml.
- Overrides:
getSubFmlin classTemporalGlobally<List<Double>>- Returns:
- a
TemporalLogic<I>object.
-