Uses of Class
jason.asSyntax.RelExpr.RelationalOp

Packages that use RelExpr.RelationalOp
jason.asSyntax   
 

Uses of RelExpr.RelationalOp in jason.asSyntax
 

Methods in jason.asSyntax that return RelExpr.RelationalOp
 RelExpr.RelationalOp RelExpr.getOp()
          gets the Operation of this Expression
static RelExpr.RelationalOp RelExpr.RelationalOp.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RelExpr.RelationalOp[] RelExpr.RelationalOp.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in jason.asSyntax with parameters of type RelExpr.RelationalOp
RelExpr(Term t1, RelExpr.RelationalOp oper, Term t2)