Package net.maswag.falcaun.parser
Class TemporalNot.LTLNot
- All Implemented Interfaces:
Function<IOSignal<String>,,Double> TemporalLogic<String>,TemporalLogic.LTLFormula
- Enclosing class:
- TemporalNot<I>
-
Nested Class Summary
Nested classes/interfaces inherited from class net.maswag.falcaun.parser.TemporalNot
TemporalNot.LTLNot, TemporalNot.STLNotNested classes/interfaces inherited from interface net.maswag.falcaun.parser.TemporalLogic
TemporalLogic.IOType, TemporalLogic.LTLFormula, TemporalLogic.STLCost -
Field Summary
FieldsFields inherited from class net.maswag.falcaun.parser.TemporalNot
subFmlFields inherited from class net.maswag.falcaun.parser.AbstractTemporalLogic
initialized, iOType, nonTemporal, satisfyingAtomicPropositions -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidCollects all atomic propositions from this formula and its subformulas.Returns the collection of atomic propositions under consideration.getAPs()Gets the atomic propositions for this formula.voidSets the universe of atomic propositions for this formula.Methods inherited from class net.maswag.falcaun.parser.TemporalNot
constructSatisfyingAtomicPropositions, getAllConjunctions, getRoSI, toAbstractLTLString, toAbstractString, toDisjunctiveForm, toNnf, toOwlString, toStringMethods inherited from class net.maswag.falcaun.parser.AbstractTemporalLogic
equals, getSatisfyingAtomicPropositions, hashCode, makeAbstractStringWithAtomicStrings, makeAbstractStringWithAtomicStringsMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.maswag.falcaun.parser.TemporalLogic
apply, constructSatisfyingAtomicPropositions, getAllConjunctions, getIOType, getRoSI, getSatisfyingAtomicPropositions, isInitialized, isNonTemporal, toAbstractLTLString, toAbstractString, toDisjunctiveForm, toLTLString, toNnf, toOwlString
-
Field Details
-
formulaBase
-
-
Constructor Details
-
LTLNot
LTLNot(TemporalLogic.LTLFormula subFml)
-
-
Method Details
-
setAPs
Description copied from interface:TemporalLogic.LTLFormulaSets the universe of atomic propositions for this formula. This is necessary for correctly computing negation.- Specified by:
setAPsin interfaceTemporalLogic.LTLFormula- Parameters:
aps- The atomic propositions containing all possible input and output APs
-
getAPs
Description copied from interface:TemporalLogic.LTLFormulaGets the atomic propositions for this formula.- Specified by:
getAPsin interfaceTemporalLogic.LTLFormula- Returns:
- The atomic propositions, or null if not set
-
collectAtomicPropositions
Description copied from interface:TemporalLogic.LTLFormulaCollects all atomic propositions from this formula and its subformulas.- Specified by:
collectAtomicPropositionsin interfaceTemporalLogic.LTLFormula- Parameters:
aps- The atomic propositions to populate
-
getAllAPs
Description copied from class:TemporalNotReturns 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>- Overrides:
getAllAPsin classTemporalNot<String>- Returns:
- A set of all atomic propositions in the formula
-