Uses of Interface
org.episteme.core.mathematics.logic.propositional.Proposition
Packages that use Proposition
Package
Description
-
Uses of Proposition in org.episteme.core.mathematics.logic.modal
Methods in org.episteme.core.mathematics.logic.modal with parameters of type PropositionModifier and TypeMethodDescriptionModalLogic.necessarily(Proposition<T> proposition) Modal operator: □Æ(Necessarily).ModalLogic.possibly(Proposition<T> proposition) Modal operator: ◇Æ(Possibly). -
Uses of Proposition in org.episteme.core.mathematics.logic.predicate
Subinterfaces of Proposition in org.episteme.core.mathematics.logic.predicateModifier and TypeInterfaceDescriptioninterfacePredicate<T>Represents a predicate (relation) in predicate logic.interfaceQuantifier<T>Represents a quantifier in predicate logic.Methods in org.episteme.core.mathematics.logic.predicate that return PropositionModifier and TypeMethodDescriptionQuantifier.getBody()Returns the formula (body) bound by the quantifier. -
Uses of Proposition in org.episteme.core.mathematics.logic.temporal
Methods in org.episteme.core.mathematics.logic.temporal with parameters of type PropositionModifier and TypeMethodDescriptionTemporalLogic.always(Proposition<T> proposition) Temporal operator: □Æ(Always/Globally).TemporalLogic.eventually(Proposition<T> proposition) Temporal operator: ◇Æ(Eventually/Finally).TemporalLogic.next(Proposition<T> proposition) Temporal operator: ○Æ(Next).TemporalLogic.until(Proposition<T> p, Proposition<T> q) Temporal operator: ÆU È (Until).