Uses of Class
org.tweetyproject.commons.util.Pair
Packages that use Pair
Package
Description
-
Uses of Pair in org.tweetyproject.agents.dialogues.oppmodels
Methods in org.tweetyproject.agents.dialogues.oppmodels that return PairModifier and TypeMethodDescriptionT1BeliefState.doMove(ArgumentationEnvironment env, DialogueTrace<Argument, Extension<DungTheory>> trace) -
Uses of Pair in org.tweetyproject.arg.dung.divisions
Subclasses of Pair in org.tweetyproject.arg.dung.divisions -
Uses of Pair in org.tweetyproject.arg.dung.reasoner
Methods in org.tweetyproject.arg.dung.reasoner that return PairModifier and TypeMethodDescriptionProboI23Reasoner.queryW(DungTheory beliefbase, Argument formula, InferenceMode inferenceMode) -
Uses of Pair in org.tweetyproject.arg.rankings.reasoner
Methods in org.tweetyproject.arg.rankings.reasoner that return PairModifier and TypeMethodDescriptionPair<int[],int[]> TuplesRankingReasoner.computeTupledValue(Argument a, DungTheory kb) Computes the tupled value for the given argument.Methods in org.tweetyproject.arg.rankings.reasoner that return types with arguments of type Pair -
Uses of Pair in org.tweetyproject.commons.util
Methods in org.tweetyproject.commons.util that return PairModifier and TypeMethodDescriptionMathTools.averageAndVariance(Collection<Double> values) Compute the average value and the variance of the given list of numbers. -
Uses of Pair in org.tweetyproject.logics.cl.semantics
Method parameters in org.tweetyproject.logics.cl.semantics with type arguments of type PairModifier and TypeMethodDescriptionvoidConditionalStructure.setWorldRepresentation(Comparator<Pair<Proposition, Boolean>> comparator) Changes the internal representations of the worlds, normally the propositions of a world are ordered alphabetically but this behavior can be changed using this method. -
Uses of Pair in org.tweetyproject.logics.commons.analysis
Methods in org.tweetyproject.logics.commons.analysis that return types with arguments of type Pair -
Uses of Pair in org.tweetyproject.logics.dl.semantics
Methods in org.tweetyproject.logics.dl.semantics that return types with arguments of type PairModifier and TypeMethodDescriptionDlInterpretation.getRoleDomain(AtomicRole r) Returns the subset of the domain that belongs to the given role (i.e. -
Uses of Pair in org.tweetyproject.logics.dl.syntax
Methods in org.tweetyproject.logics.dl.syntax that return PairModifier and TypeMethodDescriptionEquivalenceAxiom.getFormulas()ExistentialRestriction.getFormulas()UniversalRestriction.getFormulas()RoleAssertion.getIndividuals()Constructors in org.tweetyproject.logics.dl.syntax with parameters of type PairModifierConstructorDescriptionRoleAssertion(Pair<Individual, Individual> args, AtomicRole r) Initializes a role assertion with the given role and individuals. -
Uses of Pair in org.tweetyproject.logics.fol.syntax
Methods in org.tweetyproject.logics.fol.syntax that return PairModifier and TypeMethodDescriptionEquivalence.getFormulas()Returns the formulas of the equivalence.Implication.getFormulas()Returns the formulas of the implication.Methods in org.tweetyproject.logics.fol.syntax with parameters of type PairModifier and TypeMethodDescriptionvoidEquivalence.setFormulas(Pair<RelationalFormula, RelationalFormula> formulas) Sets the formulas of the equivalence.voidImplication.setFormulas(Pair<RelationalFormula, RelationalFormula> formulas) Sets the formulas of the implication.Constructors in org.tweetyproject.logics.fol.syntax with parameters of type PairModifierConstructorDescriptionEquivalence(Pair<RelationalFormula, RelationalFormula> formulas) Creates a new equivalence with the given pair of formulasImplication(Pair<RelationalFormula, RelationalFormula> formulas) Creates a new implication with the given pair of formulas -
Uses of Pair in org.tweetyproject.logics.ml.semantics
Constructor parameters in org.tweetyproject.logics.ml.semantics with type arguments of type PairModifierConstructorDescriptionAccessibilityRelation(Set<Pair<Interpretation<FolBeliefSet, FolFormula>, Interpretation<FolBeliefSet, FolFormula>>> tuples) Constructs a new accessibility relation. -
Uses of Pair in org.tweetyproject.logics.mln.examples
Methods in org.tweetyproject.logics.mln.examples that return PairModifier and TypeMethodDescriptionstatic Pair<MarkovLogicNetwork,FolSignature> MlnExample.CommonColdExample(int domain_size) static Pair<MarkovLogicNetwork,FolSignature> MlnExample.ElephantZooExample(int domain_size) static Pair<MarkovLogicNetwork,FolSignature> MlnExample.iterateExamples(int exNum, int domain_size) static Pair<MarkovLogicNetwork,FolSignature> MlnExample2.Nixon1()static Pair<MarkovLogicNetwork,FolSignature> MlnExample2.Nixon2()static Pair<MarkovLogicNetwork,FolSignature> MlnExample2.Nixon3()static Pair<MarkovLogicNetwork,FolSignature> MlnExample.SimpleExample(int domain_size) static Pair<MarkovLogicNetwork,FolSignature> MlnExample.SmokersExample(int domain_size) -
Uses of Pair in org.tweetyproject.logics.pl.sat
Methods in org.tweetyproject.logics.pl.sat that return PairModifier and TypeMethodDescriptionPlMusEnumerator.convertToDimacsAndIndex(Collection<PlFormula> formulas) Converts the given set of formulas to their string representation in Dimacs CNF. -
Uses of Pair in org.tweetyproject.logics.pl.semantics
Methods in org.tweetyproject.logics.pl.semantics that return types with arguments of type PairMethods in org.tweetyproject.logics.pl.semantics with parameters of type PairModifier and TypeMethodDescriptionintNicePossibleWorld.compare(Pair<Proposition, Boolean> o1, Pair<Proposition, Boolean> o2) Method parameters in org.tweetyproject.logics.pl.semantics with type arguments of type PairModifier and TypeMethodDescriptionvoidNicePossibleWorld.setComparator(Comparator<Pair<Proposition, Boolean>> comparator) Changes the used comparator to sort the representation structure and resorts the representation.Constructor parameters in org.tweetyproject.logics.pl.semantics with type arguments of type PairModifierConstructorDescriptionNicePossibleWorld(Collection<Proposition> trueInWorld, Collection<Proposition> signature, Comparator<Pair<Proposition, Boolean>> comparator) Ctor: Generates the possible world using the given set of true propositions and generated a representation of the possible world using the given signature. -
Uses of Pair in org.tweetyproject.logics.pl.syntax
Methods in org.tweetyproject.logics.pl.syntax that return PairModifier and TypeMethodDescriptionEquivalence.getFormulas()Returns the formulas of the equivalence.Implication.getFormulas()Returns the formulas of the implication.Methods in org.tweetyproject.logics.pl.syntax with parameters of type PairModifier and TypeMethodDescriptionvoidEquivalence.setFormulas(Pair<PlFormula, PlFormula> formulas) Sets the formulas of the equivalence.voidImplication.setFormulas(Pair<PlFormula, PlFormula> formulas) Sets the formulas of the implication.Constructors in org.tweetyproject.logics.pl.syntax with parameters of type PairModifierConstructorDescriptionEquivalence(Pair<PlFormula, PlFormula> formulas) Creates a new equivalence with the given pair of formulasImplication(Pair<PlFormula, PlFormula> formulas) Creates a new implication with the given pair of formulas -
Uses of Pair in org.tweetyproject.logics.rpcl.parser.rpclcondensedprobabilitydistributionparser
Methods in org.tweetyproject.logics.rpcl.parser.rpclcondensedprobabilitydistributionparser that return PairModifier and TypeMethodDescriptionstatic final Pair<ReferenceWorld,Probability> RpclCondensedProbabilityDistributionParser.ProbabilityAssignment(FolSignature signature) -
Uses of Pair in org.tweetyproject.logics.rpcl.parser.rpclprobabilitydistributionparser
Methods in org.tweetyproject.logics.rpcl.parser.rpclprobabilitydistributionparser that return PairModifier and TypeMethodDescriptionstatic final Pair<HerbrandInterpretation,Probability> RpclProbabilityDistributionParser.ProbabilityAssignment(FolSignature signature)