ProtoObjectObjectWAConfigurationWAMutableConfigurationWAUserConfiguration
| ancestors | name |
| instance | class |
|---|---|
| as yet unclassified | as yet unclassified |
| ancestors |
|---|
|
|
| name |
|---|
|
| as yet unclassified |
|---|
| addAncestor: aConfiguration |
(self inheritsFrom: aConfiguration) ifFalse: [ancestors add: aConfiguration] |
| allPotentialAncestors |
^ WASystemConfigurationPool default configurations |
| ancestors |
^ ancestors |
| hasMutableAncestry |
^ true |
| initialize |
super initialize. ancestors _ OrderedCollection new. |
| isDeletable |
^ true |
| name |
^ name ifNil: ['Anonymous'] |
| name: aString |
name _ aString |
| removeAncestor: aConfiguration |
ancestors remove: aConfiguration ifAbsent: [] |
| as yet unclassified |
|---|
| named: aString |
^ self new name: aString |