Package net.maswag.falcaun
Class TemporalImply.LTLImply
- All Implemented Interfaces:
Function<IOSignal<String>,
,Double> TemporalLogic<String>
,TemporalLogic.LTLFormula
- Enclosing class:
TemporalImply<I>
static class TemporalImply.LTLImply
extends TemporalImply<String>
implements TemporalLogic.LTLFormula
-
Nested Class Summary
Nested classes/interfaces inherited from class net.maswag.falcaun.TemporalImply
TemporalImply.LTLImply, TemporalImply.STLImply
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
ConstructorsConstructorDescriptionLTLImply
(TemporalLogic.LTLFormula subFml1, TemporalLogic.LTLFormula subFml2) -
Method Summary
Methods inherited from class net.maswag.falcaun.TemporalImply
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
-
LTLImply
LTLImply(TemporalLogic.LTLFormula subFml1, TemporalLogic.LTLFormula subFml2)
-