Package net.maswag.falcaun
Class TemporalOp<I>
java.lang.Object
net.maswag.falcaun.AbstractTemporalLogic<I>
net.maswag.falcaun.TemporalOp<I>
- All Implemented Interfaces:
Function<IOSignal<I>,,Double> TemporalLogic<I>
- Direct Known Subclasses:
TemporalEventually,TemporalGlobally
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.maswag.falcaun.TemporalLogic
TemporalLogic.IOType, TemporalLogic.LTLFormula, TemporalLogic.STLCost -
Field Summary
FieldsFields inherited from class net.maswag.falcaun.AbstractTemporalLogic
initialized, iOType, nonTemporal, satisfyingAtomicPropositions -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidReturns the collection of atomic propositions under consideration.abstract RoSIgetRoSIRaw(IOSignal<I> signal) getRoSIRaw.abstract RoSIgetRoSIRawWithLen(IOSignal<I> signal, int length) getRoSIRawLen.Methods inherited from class net.maswag.falcaun.AbstractTemporalLogic
equals, hashCode, makeAbstractStringWithAtomicStringsMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.maswag.falcaun.TemporalLogic
apply, getIOType, getRoSI, getSatisfyingAtomicPropositions, isInitialized, isNonTemporal, toAbstractString, toLTLString
-
Field Details
-
subFml
TemporalLogic<I> subFml
-
-
Constructor Details
-
TemporalOp
TemporalOp(TemporalLogic<I> subFml)
-
-
Method Details
-
getRoSIRaw
getRoSIRaw.
- Parameters:
signal- aWordobject.- Returns:
- a RoSI object.
-
getRoSIRawWithLen
getRoSIRawLen.
- Parameters:
signal- aWordobject.length- the length to compute the RoSI- Returns:
- a RoSI object.
-
constructSatisfyingAtomicPropositions
public void constructSatisfyingAtomicPropositions() -
getAllAPs
Returns the collection of atomic propositions under consideration. If this formula contains only the input constraints, the atomic propositions are the input constraints. If this formula contains only the output constraints, the atomic propositions are the output constraints. If this formula contains both input and output constraints, the atomic propositions are one of the input and output constraints.
-