Enum ASPOperator.BinaryOperator

java.lang.Object
java.lang.Enum<ASPOperator.BinaryOperator>
org.tweetyproject.lp.asp.syntax.ASPOperator.BinaryOperator
All Implemented Interfaces:
Serializable, Comparable<ASPOperator.BinaryOperator>, java.lang.constant.Constable
Enclosing class:
ASPOperator

public static enum ASPOperator.BinaryOperator extends Enum<ASPOperator.BinaryOperator>
The binary comparative operators that are supported by the ASP-Core-2 standard and by Tweety: LT (<), LEQ (<=), EQ (==), NEQ (!=), GT (>), GEQ (>=)
Author:
Anna Gessler