gt method

LogicCommand gt(
  1. int val
)

Implementation

LogicCommand gt(int val) {
  return this.queryOP(QueryCommandsLiteral.GT, val);
}