Uses of Class
jason.asSyntax.LogExpr.LogicalOp
Package | Description |
---|---|
jason.asSyntax |
-
Uses of LogExpr.LogicalOp in jason.asSyntax
Fields in jason.asSyntax declared as LogExpr.LogicalOp Modifier and Type Field Description private LogExpr.LogicalOp
LogExpr. op
Methods in jason.asSyntax that return LogExpr.LogicalOp Modifier and Type Method Description LogExpr.LogicalOp
LogExpr. getOp()
gets the Operation of this Expressionstatic 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 Constructor Description LogExpr(LogExpr.LogicalOp oper, LogicalFormula f)
LogExpr(LogicalFormula f1, LogExpr.LogicalOp oper, LogicalFormula f2)