Uses of Class
net.sf.tweety.preferences.update.Update
-
Packages that use Update Package Description net.sf.tweety.preferences.aggregation net.sf.tweety.preferences.io net.sf.tweety.preferences.update -
-
Uses of Update in net.sf.tweety.preferences.aggregation
Methods in net.sf.tweety.preferences.aggregation with parameters of type Update Modifier and Type Method Description PreferenceOrder<T>
DynamicPreferenceAggregator. update(Update<T> update, java.util.List<PreferenceOrder<T>> input)
This 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 emptyPreferenceOrder<T>
DynamicScoringPreferenceAggregator. update(Update<T> update, java.util.List<PreferenceOrder<T>> input)
The update-method for dynamically changing the input for preference aggregation -
Uses of Update in net.sf.tweety.preferences.io
-
Uses of Update in net.sf.tweety.preferences.update
Fields in net.sf.tweety.preferences.update with type parameters of type Update Modifier and Type Field Description java.util.LinkedList<Update<T>>
UpdateStream. stream
Methods in net.sf.tweety.preferences.update that return Update Modifier and Type Method Description Update<T>
UpdateStream. next()
Methods in net.sf.tweety.preferences.update with parameters of type Update Modifier and Type Method Description void
UpdateStream. add(Update<T> update)
-