Beispiel #1
0
 public OclBoolean op_LessThanOrEqual(OclUnlimitedNatural u)
 {
     return((OclBoolean) !u.less(this));
 }
Beispiel #2
0
 public OclBoolean op_GreaterThan(OclUnlimitedNatural u)
 {
     return((OclBoolean)u.less(this));
 }