Uses of Class
org.tweetyproject.logics.translators.adfconditional.FourValuedWorld
Packages that use FourValuedWorld
-
Uses of FourValuedWorld in org.tweetyproject.logics.translators.adfconditional
Fields in org.tweetyproject.logics.translators.adfconditional with type parameters of type FourValuedWorldModifier and TypeFieldDescriptionstatic Collection<FourValuedWorld>CADFSemantics.allPossibleWorldsall possible wworldsMethods in org.tweetyproject.logics.translators.adfconditional that return FourValuedWorldMethods in org.tweetyproject.logics.translators.adfconditional that return types with arguments of type FourValuedWorldModifier and TypeMethodDescriptionstatic Collection<FourValuedWorld>CADFSemantics.gammaOperator(ArrayList<PlFormula> statementFormulas, ArrayList<PlFormula> acceptanceFormulas, PlSignature sig, FourValuedWorld worldInput) Implementation of the gamma operator: calculate a new set of (output) interpretations given a cADF and an (input) interpretationstatic Collection<FourValuedWorld>CADFSemantics.gammaPrimeOperator(Collection<FourValuedWorld> inputCollection, ArrayList<PlFormula> statementFormulas, ArrayList<PlFormula> acceptanceFormulas, PlSignature sig) Implementation of the Gamma Prime Operator: Calculate the union of the Gamma Operator of all input worlds and then reduce those worlds to the least informative onesstatic Collection<FourValuedWorld>FourValuedWorld.reduceToLeastInformativeWorlds(Collection<FourValuedWorld> coll, boolean getMostInformative) This method returns the least informative world among a collection of FourValuedWorldsFourValuedWorldIterator.reset()FourValuedWorldIterator.reset(Collection<? extends Formula> formulas) Methods in org.tweetyproject.logics.translators.adfconditional with parameters of type FourValuedWorldModifier and TypeMethodDescriptionstatic Collection<FourValuedWorld>CADFSemantics.gammaOperator(ArrayList<PlFormula> statementFormulas, ArrayList<PlFormula> acceptanceFormulas, PlSignature sig, FourValuedWorld worldInput) Implementation of the gamma operator: calculate a new set of (output) interpretations given a cADF and an (input) interpretationstatic booleanCADFSemantics.isAdmissible(FourValuedWorld inputWorld, Collection<FourValuedWorld> outputWorlds) Check whether a given world constitutes an admissible interpretationbooleanFourValuedWorld.isAtLeastAsInformativeAs(FourValuedWorld otherWorld) This method compares this world to another world by comparing their information-orderstatic booleanCADFSemantics.isComplete(FourValuedWorld inputWorld, Collection<FourValuedWorld> outputWorlds, ArrayList<PlFormula> statementFormulas, ArrayList<PlFormula> acceptanceFormulas) Check whether a given world constitutes a complete interpretationMethod parameters in org.tweetyproject.logics.translators.adfconditional with type arguments of type FourValuedWorldModifier and TypeMethodDescriptionstatic Collection<FourValuedWorld>CADFSemantics.gammaPrimeOperator(Collection<FourValuedWorld> inputCollection, ArrayList<PlFormula> statementFormulas, ArrayList<PlFormula> acceptanceFormulas, PlSignature sig) Implementation of the Gamma Prime Operator: Calculate the union of the Gamma Operator of all input worlds and then reduce those worlds to the least informative onesstatic booleanCADFSemantics.isAdmissible(FourValuedWorld inputWorld, Collection<FourValuedWorld> outputWorlds) Check whether a given world constitutes an admissible interpretationstatic booleanCADFSemantics.isComplete(FourValuedWorld inputWorld, Collection<FourValuedWorld> outputWorlds, ArrayList<PlFormula> statementFormulas, ArrayList<PlFormula> acceptanceFormulas) Check whether a given world constitutes a complete interpretationstatic StringFourValuedWorld.printCollection(Collection<FourValuedWorld> coll) static Collection<FourValuedWorld>FourValuedWorld.reduceToLeastInformativeWorlds(Collection<FourValuedWorld> coll, boolean getMostInformative) This method returns the least informative world among a collection of FourValuedWorldsConstructors in org.tweetyproject.logics.translators.adfconditional with parameters of type FourValuedWorldModifierConstructorDescriptionFourValuedWorld(FourValuedWorld other) Creates a new world which is a copy of the given world