Package net.maswag.falcaun
Class TemporalAnd.STLAnd
- All Implemented Interfaces:
Function<IOSignal<List<Double>>,,Double> TemporalLogic<List<Double>>,TemporalLogic.STLCost
- Enclosing class:
TemporalAnd<I>
-
Nested Class Summary
Nested classes/interfaces inherited from class net.maswag.falcaun.TemporalAnd
TemporalAnd.LTLAnd, TemporalAnd.STLAndNested 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
ConstructorsConstructorDescriptionSTLAnd(List<TemporalLogic<List<Double>>> subFormulas) STLAnd(TemporalLogic.STLCost subFml1, TemporalLogic.STLCost subFml2) -
Method Summary
Methods inherited from class net.maswag.falcaun.TemporalAnd
constructSatisfyingAtomicPropositions, getAllAPs, getRoSI, 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
-
STLAnd
STLAnd(TemporalLogic.STLCost subFml1, TemporalLogic.STLCost subFml2) -
STLAnd
STLAnd(List<TemporalLogic<List<Double>>> subFormulas)
-