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