Package net.maswag.falcaun.parser
Class TemporalAnd.LTLAnd
- All Implemented Interfaces:
Function<IOSignal<String>,,Double> TemporalLogic<String>,TemporalLogic.LTLFormula
- Enclosing class:
- TemporalAnd<I>
-
Nested Class Summary
Nested classes/interfaces inherited from class net.maswag.falcaun.parser.TemporalAnd
TemporalAnd.LTLAnd, TemporalAnd.STLAndNested 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.AbstractTemporalLogic
initialized, iOType, nonTemporal, satisfyingAtomicPropositions -
Constructor Summary
ConstructorsConstructorDescriptionLTLAnd(List<TemporalLogic<String>> subFormulas) LTLAnd(TemporalLogic.LTLFormula subFml1, TemporalLogic.LTLFormula subFml2) -
Method Summary
Methods inherited from class net.maswag.falcaun.parser.TemporalAnd
constructSatisfyingAtomicPropositions, getAllAPs, 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, getAllAPs, getAllConjunctions, getIOType, getRoSI, getSatisfyingAtomicPropositions, isInitialized, isNonTemporal, toAbstractLTLString, toAbstractString, toDisjunctiveForm, toLTLString, toNnf, toOwlString
-
Field Details
-
formulaBase
-
-
Constructor Details
-
LTLAnd
LTLAnd(TemporalLogic.LTLFormula subFml1, TemporalLogic.LTLFormula subFml2) -
LTLAnd
LTLAnd(List<TemporalLogic<String>> subFormulas)
-
-
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
-