-
Notifications
You must be signed in to change notification settings - Fork 1
Migrate File/Object Functionality to Prototype #67
Copy link
Copy link
Open
Labels
kind: internalChanges only affect the internals, and _not_ the public API or external-facing docsChanges only affect the internals, and _not_ the public API or external-facing docsscope: RegionEditorRelated to the Region EditorRelated to the Region Editorscope: SimulatorRelated to the SimulatorRelated to the Simulatorscope: SpecEditorRelated to the Spec EditorRelated to the Spec Editor
Metadata
Metadata
Assignees
Labels
kind: internalChanges only affect the internals, and _not_ the public API or external-facing docsChanges only affect the internals, and _not_ the public API or external-facing docsscope: RegionEditorRelated to the Region EditorRelated to the Region Editorscope: SimulatorRelated to the SimulatorRelated to the Simulatorscope: SpecEditorRelated to the Spec EditorRelated to the Spec Editor
E.g. execute shouldn't be called from the executor and passed in an automaton, it should be a function on the automaton's prototype.
getCentroid()should be part of the regions's prototype (and possibly stored in the returned region object somewhere too). etc.