示例#1
0
 // TODO check
 public boolean isApplicableTo(State state) {
   return OperatorImp.isApplicableTo(this, state);
 }