Example #1
0
 /**
  * Checks if this APMonom is a normal APMonon (not equivalent to TRUE or FALSE).
  * @return <b>true</b> if this APMonom is normal (not TRUE/FALSE).
  */
 public bool isNormal()
 {
     return(bits_set.intValue() != 0);
 }