Uses of Class
org.tweetyproject.preferences.update.Update
Packages that use Update
Package
Description
-
Uses of Update in org.tweetyproject.preferences.aggregation
Methods in org.tweetyproject.preferences.aggregation with parameters of type UpdateModifier and TypeMethodDescriptionThis update stream is going to be used for dynamic changes in a preferences orders Input: ArrayList(Quadruple(PreferenceOrder, Number of Operations, Operation, Element)) e.g: weakening element b in PO test 2 times needs quadruple like this: Quadruple(test, 2, WEAKEN, b) Possible Structures: ArrayList, Queue Empty initialization, update() if stream is not emptyThe update-method for dynamically changing the input for preference aggregation -
Uses of Update in org.tweetyproject.preferences.io
Methods in org.tweetyproject.preferences.io that return types with arguments of type Update -
Uses of Update in org.tweetyproject.preferences.update
Fields in org.tweetyproject.preferences.update with type parameters of type UpdateMethods in org.tweetyproject.preferences.update that return UpdateMethods in org.tweetyproject.preferences.update with parameters of type Update