Model.st
changeset 2681 f3445e5a58f7
parent 2385 f694c75f4e1a
child 3034 cda16dc4b526
equal deleted inserted replaced
2680:466b7114fd33 2681:f3445e5a58f7
    67 ! !
    67 ! !
    68 
    68 
    69 !Model methodsFor:'converting'!
    69 !Model methodsFor:'converting'!
    70 
    70 
    71 skippedInLiteralEncoding
    71 skippedInLiteralEncoding
    72     "return a Collection with it's elements are slots for skipping
    72     "return a Collection with elements which are skipped in the encoding"
    73     "
    73 
    74     ^ OrderedCollection with:#dependents
    74     ^ OrderedCollection with:#dependents
    75 ! !
    75 ! !
    76 
    76 
    77 !Model methodsFor:'copying'!
    77 !Model methodsFor:'copying'!
    78 
    78 
   283 ! !
   283 ! !
   284 
   284 
   285 !Model class methodsFor:'documentation'!
   285 !Model class methodsFor:'documentation'!
   286 
   286 
   287 version
   287 version
   288     ^ '$Header: /cvs/stx/stx/libview2/Model.st,v 1.38 2008-02-11 14:08:50 cg Exp $'
   288     ^ '$Header: /cvs/stx/stx/libview2/Model.st,v 1.39 2009-05-14 19:58:40 cg Exp $'
   289 ! !
   289 ! !