Uses of Class
jason.asSyntax.RelExpr.RelationalOp
Package | Description |
---|---|
jason.asSyntax |
-
Uses of RelExpr.RelationalOp in jason.asSyntax
Fields in jason.asSyntax declared as RelExpr.RelationalOp Modifier and Type Field Description private RelExpr.RelationalOp
RelExpr. op
Methods in jason.asSyntax that return RelExpr.RelationalOp Modifier and Type Method Description RelExpr.RelationalOp
RelExpr. getOp()
gets the Operation of this Expressionstatic 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 Constructor Description RelExpr(Term t1, RelExpr.RelationalOp oper, Term t2)