Package net.maswag.falcaun.parser
Class TemporalEventually.LTLEventually
java.lang.Object
net.maswag.falcaun.parser.AbstractTemporalLogic<I>
net.maswag.falcaun.parser.TemporalOp<I>
net.maswag.falcaun.parser.TemporalEventually<String>
net.maswag.falcaun.parser.TemporalEventually.LTLEventually
- All Implemented Interfaces:
Function<IOSignal<String>,,Double> TemporalLogic<String>,TemporalLogic.LTLFormula
- Enclosing class:
- TemporalEventually<I>
static class TemporalEventually.LTLEventually
extends TemporalEventually<String>
implements TemporalLogic.LTLFormula
-
Nested Class Summary
Nested classes/interfaces inherited from class net.maswag.falcaun.parser.TemporalEventually
TemporalEventually.LTLEventually, TemporalEventually.STLEventuallyNested 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.TemporalOp
subFmlFields inherited from class net.maswag.falcaun.parser.AbstractTemporalLogic
initialized, iOType, nonTemporal, satisfyingAtomicPropositions -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.maswag.falcaun.parser.TemporalEventually
getAllConjunctions, getRoSI, getRoSIRaw, getRoSIRawWithLen, getSubFml, toAbstractLTLString, toAbstractString, toDisjunctiveForm, toNnf, toOwlString, toStringMethods inherited from class net.maswag.falcaun.parser.TemporalOp
constructSatisfyingAtomicPropositions, getAllAPsMethods 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, getAllAPs, getAllConjunctions, getIOType, getRoSI, getSatisfyingAtomicPropositions, isInitialized, isNonTemporal, toAbstractLTLString, toAbstractString, toDisjunctiveForm, toLTLString, toNnf, toOwlString
-
Field Details
-
formulaBase
-
-
Constructor Details
-
LTLEventually
LTLEventually(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
-