Package net.sf.tweety.lp.asp.syntax
Class ASPOperator
- java.lang.Object
-
- net.sf.tweety.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.static classASPOperator.BinaryOperatorThe binary comparative operators that are supported by the ASP-Core-2 standard and by Tweety.
-
Constructor Summary
Constructors Constructor Description ASPOperator()
-