Package org.tweetyproject.lp.asp.syntax
Class ASPOperator
- java.lang.Object
-
- org.tweetyproject.lp.asp.syntax.ASPOperator
-
public class ASPOperator extends java.lang.ObjectThis class collects some common operators used in ASP terms as well as the possible function names for aggregates.- Author:
- Anna Gessler
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classASPOperator.AggregateFunctionThe following aggregate functions are supported by the ASP-Core-2 standard and by Tweety.static classASPOperator.ArithmeticOperatorThe arithmetic operators that are supported by the ASP-Core-2 standard and by Tweety: PLUS (+), MINUS (-), TIMES (*), DIV (/)static classASPOperator.BinaryOperatorThe binary comparative operators that are supported by the ASP-Core-2 standard and by Tweety: LT (<), LEQ (<=), EQ (==), NEQ (!=), GT (>), GEQ (>=)static classASPOperator.OptimizeFunction
-
Constructor Summary
Constructors Constructor Description ASPOperator()
-