Class UPParser

java.lang.Object
org.tweetyproject.preferences.io.UPParser
All Implemented Interfaces:
UPParserConstants

public class UPParser extends Object implements UPParserConstants
Update Parser for reading updates for dynamic Preference Aggregation Please note: update file syntax changed from (index, operation, amount, element) e.g. (1, WEAKEN, 2, a) to (index, operation(amount), element) e.g. (1, -2, a) where -(/+) is equal to WEAKEN(/STRENGTHEN) and 2 is the amount