Magnitude.st
changeset 88 81dacba7a63a
parent 56 be0ed17e6f85
child 93 e31220cb391f
equal deleted inserted replaced
87:a0cc38a72871 88:81dacba7a63a
    16        poolDictionaries:''
    16        poolDictionaries:''
    17        category:'Magnitude-General'
    17        category:'Magnitude-General'
    18 !
    18 !
    19 
    19 
    20 Magnitude comment:'
    20 Magnitude comment:'
    21 
       
    22 COPYRIGHT (c) 1988 by Claus Gittinger
    21 COPYRIGHT (c) 1988 by Claus Gittinger
    23               All Rights Reserved
    22               All Rights Reserved
       
    23 '!
    24 
    24 
    25 This is an abstract class definining common methods for
    25 !Magnitude class methodsFor:'documentation'!
    26 Objects which can be compared by a kind of greater realation.
       
    27 
    26 
    28 $Header: /cvs/stx/stx/libbasic/Magnitude.st,v 1.5 1994-02-25 13:00:34 claus Exp $
    27 copyright
    29 '!
    28 "
       
    29  COPYRIGHT (c) 1988 by Claus Gittinger
       
    30               All Rights Reserved
       
    31 
       
    32  This software is furnished under a license and may be used
       
    33  only in accordance with the terms of that license and with the
       
    34  inclusion of the above copyright notice.   This software may not
       
    35  be provided or otherwise made available to, or used by, any
       
    36  other person.  No title to or ownership of the software is
       
    37  hereby transferred.
       
    38 "
       
    39 !
       
    40 
       
    41 version
       
    42 "
       
    43 $Header: /cvs/stx/stx/libbasic/Magnitude.st,v 1.6 1994-06-02 16:20:49 claus Exp $
       
    44 "
       
    45 !
       
    46 
       
    47 documentation
       
    48 "
       
    49     This is an abstract class definining common methods for
       
    50     Objects which can be compared by a kind of greater realation.
       
    51 "
       
    52 ! !
    30 
    53 
    31 !Magnitude methodsFor:'comparing'!
    54 !Magnitude methodsFor:'comparing'!
    32 
    55 
    33 > aMagnitude
    56 > aMagnitude
    34     "Compare the receiver with the argument and return true if the
    57     "Compare the receiver with the argument and return true if the