Package net.maswag.falcaun
Class STLInputAtomic
java.lang.Object
net.maswag.falcaun.AbstractTemporalLogic<List<Double>>
net.maswag.falcaun.STLAbstractAtomic
net.maswag.falcaun.STLInputAtomic
- All Implemented Interfaces:
Function<IOSignal<List<Double>>,,Double> TemporalLogic<List<Double>>,TemporalLogic.STLCost
STLAtomic class.
- Author:
- Masaki Waga <masakiwaga@gmail.com>
-
Nested Class Summary
Nested classes/interfaces inherited from class net.maswag.falcaun.STLAbstractAtomic
STLAbstractAtomic.OperationNested 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.STLAbstractAtomic
allAPs, comparator, op, sigIndexFields inherited from class net.maswag.falcaun.AbstractTemporalLogic
initialized, iOType, nonTemporal, satisfyingAtomicPropositions -
Constructor Summary
ConstructorsConstructorDescriptionSTLInputAtomic(int sigIndex, STLAbstractAtomic.Operation op, double comparator) Constructor for STLAtomic. -
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.protected String(package private) voidsetInputMapper(List<Map<Character, Double>> inputMapper) private voidMethods inherited from class net.maswag.falcaun.STLAbstractAtomic
cartesianProductCharacters, constructAllAPs, constructAtomicStrings, decomposeMap, decomposeMapList, getAllAPs, getRoSISingle, getSatisfyingAtomicPropositions, 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, getIOType, isInitialized, isNonTemporal, toLTLString
-
Field Details
-
abstractInputs
-
concreteInputs
-
largest
-
inputMapper
-
-
Constructor Details
-
STLInputAtomic
Constructor for STLAtomic.
- Parameters:
sigIndex- a int.op- aSTLAbstractAtomic.Operationobject.comparator- a double.
-
-
Method Details
-
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. -
constructSatisfyingAtomicPropositions
public void constructSatisfyingAtomicPropositions() -
setInputMaps
private void setInputMaps() -
setInputMapper
-
getRoSI
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
RoSIobject representing the range of the possible robustness values after concatenating a suffix.
-
getSignalName
- Specified by:
getSignalNamein classSTLAbstractAtomic
-