Grafoscopio/src/Etico/EtiSector.class.st

14 lines
242 B
Smalltalk

"
I model the sectors where an Agent can belong to.
"
Class {
#name : #EtiSector,
#superclass : #Object,
#category : #'Etico-Model'
}
{ #category : #initializing }
EtiSector class >> list [
^ #('privado' 'publico' 'fundaciones / ONG')
]