Uses of Class
org.tweetyproject.math.equation.Statement
Packages that use Statement
Package
Description
-
Uses of Statement in org.tweetyproject.arg.prob.semantics
Methods in org.tweetyproject.arg.prob.semantics that return types with arguments of type StatementModifier and TypeMethodDescriptionabstract Collection<Statement>
AbstractPASemantics.getSatisfactionStatements
(DungTheory theory, Map<Collection<Argument>, FloatVariable> worlds2vars) CoherentPASemantics.getSatisfactionStatements
(DungTheory theory, Map<Collection<Argument>, FloatVariable> worlds2vars) FoundedPASemantics.getSatisfactionStatements
(DungTheory theory, Map<Collection<Argument>, FloatVariable> worlds2vars) InvolutaryPASemantics.getSatisfactionStatements
(DungTheory theory, Map<Collection<Argument>, FloatVariable> worlds2vars) JustifiablePASemantics.getSatisfactionStatements
(DungTheory theory, Map<Collection<Argument>, FloatVariable> worlds2vars) NeutralPASemantics.getSatisfactionStatements
(DungTheory theory, Map<Collection<Argument>, FloatVariable> worlds2vars) OptimisticPASemantics.getSatisfactionStatements
(DungTheory theory, Map<Collection<Argument>, FloatVariable> worlds2vars) PASemantics.getSatisfactionStatements
(DungTheory theory, Map<Collection<Argument>, FloatVariable> worlds2vars) Returns the mathematical statement corresponding to the satisfaction of the given theory wrt.RationalPASemantics.getSatisfactionStatements
(DungTheory theory, Map<Collection<Argument>, FloatVariable> worlds2vars) SemiFoundedPASemantics.getSatisfactionStatements
(DungTheory theory, Map<Collection<Argument>, FloatVariable> worlds2vars) SemiOptimisticPASemantics.getSatisfactionStatements
(DungTheory theory, Map<Collection<Argument>, FloatVariable> worlds2vars) -
Uses of Statement in org.tweetyproject.logics.rpcl.semantics
Methods in org.tweetyproject.logics.rpcl.semantics that return StatementModifier and TypeMethodDescriptionabstract Statement
AbstractRpclSemantics.getSatisfactionStatement
(RelationalProbabilisticConditional r, FolSignature signature, Map<Interpretation<FolBeliefSet, FolFormula>, FloatVariable> worlds2vars) AggregatingSemantics.getSatisfactionStatement
(RelationalProbabilisticConditional r, FolSignature signature, Map<Interpretation<FolBeliefSet, FolFormula>, FloatVariable> worlds2vars) AveragingSemantics.getSatisfactionStatement
(RelationalProbabilisticConditional r, FolSignature signature, Map<Interpretation<FolBeliefSet, FolFormula>, FloatVariable> worlds2vars) RpclSemantics.getSatisfactionStatement
(RelationalProbabilisticConditional r, FolSignature signature, Map<Interpretation<FolBeliefSet, FolFormula>, FloatVariable> worlds2vars) Returns the mathematical statement corresponding to the satisfaction of the given conditional wrt. -
Uses of Statement in org.tweetyproject.math.equation
Subclasses of Statement in org.tweetyproject.math.equationModifier and TypeClassDescriptionclass
This class represent an equation of two terms.class
This class models an inequation of two terms.Methods in org.tweetyproject.math.equation that return StatementModifier and TypeMethodDescriptionStatement.replaceAllTerms
(Map<? extends Term, ? extends Term> substitutes) Replaces terms according to the given map.Equation.replaceTerm
(Term toSubstitute, Term substitution) Inequation.replaceTerm
(Term toSubstitute, Term substitution) abstract Statement
Statement.replaceTerm
(Term toSubstitute, Term substitution) Replaces each occurrence of "toSubstitute" by "substitution" and return the new statement.Equation.toLinearForm()
Inequation.toLinearForm()
abstract Statement
Statement.toLinearForm()
Brings both terms into linear form.Equation.toNormalizedForm()
Inequation.toNormalizedForm()
abstract Statement
Statement.toNormalizedForm()
Normalizes this constraint, i.e.Methods in org.tweetyproject.math.equation with parameters of type Statement -
Uses of Statement in org.tweetyproject.math.opt.problem
Constructor parameters in org.tweetyproject.math.opt.problem with type arguments of type StatementModifierConstructorDescriptionConstraintSatisfactionProblem
(Collection<? extends Statement> statements) Creates a new csp with the given statements -
Uses of Statement in org.tweetyproject.math.opt.solver
Methods in org.tweetyproject.math.opt.solver with parameters of type StatementModifier and TypeMethodDescriptionvoid
GurobiOptimizer.addStatementToGurobi
(Statement s, Integer i) parses a statement into a gurobi constrant and adds it to the modelMethod parameters in org.tweetyproject.math.opt.solver with type arguments of type StatementModifier and TypeMethodDescriptionvoid
LagrangeSolver.setStartingPointsLMult
(Map<Statement, Double> startingPointsLMult)