Grafoscopio/src/Etico/EtiAction.class.st

13 lines
283 B
Smalltalk

"
I model several actions that can be taken regarding ethical or unethical events, like
public acknowledge for the first ones or law actions for the second ones.
"
Class {
#name : #EtiAction,
#superclass : #Object,
#instVars : [
'description'
],
#category : #'Etico-Model'
}