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.STLImplyNested 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, 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
-
LTLImply
LTLImply(TemporalLogic.LTLFormula subFml1, TemporalLogic.LTLFormula subFml2)
-