Uses of Class
org.tweetyproject.math.equation.Statement
Package
Description
-
Uses of Statement in org.tweetyproject.arg.prob.semantics
Modifier 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
Modifier 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
Modifier and TypeClassDescriptionclass
This class represent an equation of two terms.class
This class models an inequation of two terms.Modifier 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. -
Uses of Statement in org.tweetyproject.math.opt.problem
ModifierConstructorDescriptionConstraintSatisfactionProblem
(Collection<? extends Statement> statements) Creates a new csp with the given statements -
Uses of Statement in org.tweetyproject.math.opt.solver
Modifier and TypeMethodDescriptionvoid
GurobiOptimizer.addStatementToGurobi
(Statement s, Integer i) parses a statement into a gurobi constrant and adds it to the modelModifier and TypeMethodDescriptionvoid
LagrangeSolver.setStartingPointsLMult
(Map<Statement, Double> startingPointsLMult)