Uses of Class
jason.asSyntax.LogExpr.LogicalOp

Packages that use LogExpr.LogicalOp
jason.asSyntax   
 

Uses of LogExpr.LogicalOp in jason.asSyntax
 

Methods in jason.asSyntax that return LogExpr.LogicalOp
 LogExpr.LogicalOp LogExpr.getOp()
          gets the Operation of this Expression
static LogExpr.LogicalOp LogExpr.LogicalOp.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LogExpr.LogicalOp[] LogExpr.LogicalOp.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 LogExpr.LogicalOp
LogExpr(LogExpr.LogicalOp oper, LogicalFormula f)
           
LogExpr(LogicalFormula f1, LogExpr.LogicalOp oper, LogicalFormula f2)