Package net.maswag.falcaun
Class LTLAtomic
- All Implemented Interfaces:
Function<IOSignal<String>,,Double> TemporalLogic<String>,TemporalLogic.LTLFormula
The atomic propositions in LTL formulas
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.maswag.falcaun.TemporalLogic
TemporalLogic.IOType, TemporalLogic.LTLFormula, TemporalLogic.STLCost -
Field Summary
FieldsModifier and TypeFieldDescriptionFields 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.Evaluate the formula on the given signal and returns the RoSI, i.e., the range of the possible robustness values after concatenating a suffix.Returns a string representation of the formula in the format of LTSMin.toString()Methods 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, getIOType, getSatisfyingAtomicPropositions, isInitialized, isNonTemporal, toLTLString
-
Field Details
-
inputString
-
outputString
-
-
Constructor Details
-
LTLAtomic
-
-
Method Details
-
getAllAPs
Description copied from interface:TemporalLogicReturns 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.- Specified by:
getAllAPsin interfaceTemporalLogic<String>
-
constructSatisfyingAtomicPropositions
public void constructSatisfyingAtomicPropositions()- Specified by:
constructSatisfyingAtomicPropositionsin interfaceTemporalLogic<String>
-
toAbstractString
Description copied from interface:TemporalLogicReturns a string representation of the formula in the format of LTSMin.- Specified by:
toAbstractStringin interfaceTemporalLogic<String>- Returns:
- a
Stringobject representing the formula in the format of LTSMin.
-
toString
-
getRoSI
Description copied from interface:TemporalLogicEvaluate the formula on the given signal and returns the RoSI, i.e., the range of the possible robustness values after concatenating a suffix.- Specified by:
getRoSIin interfaceTemporalLogic<String>- Returns:
- a
RoSIobject representing the range of the possible robustness values after concatenating a suffix.
-