gear/gear library

Gear, dashboard system for dawo.

  • dwv: version: 1.1.0. 23.11.2023. - devState 5 %

Classes

Gear
Will eventually be some kind of #gear, that controls all #job's Loop - switch - doWhile bunch of functions and methods Keeps track of the privileges and performance of the assignments. Names might be: gearRoll and gearFlag Control flow structures. Event ordering and scheduling system.
GlobalClass
Global, everybody to use variables and constants.
Mill
Will eventually be some kind of #mill, that controls all #job's Loop - switch - doWhile bunch of functions and methods Keeps track of the privileges and performance of the assignments. Names might be: millRoll and millFlag Control flow structures. Event ordering and scheduling system.

Properties

gear Gear
create instance
getter/setter pair
gearBuf StringBuffer
Buffer also outside class, for testing and adding visibility.
getter/setter pair
gearMap Map<String, String>
TODO teamNext for to use in next versions NOTE: int '1' do not give error... how about int? Or: Map<String, Object> jobM = new Map(); Like: {'1' : chore1, '2' : chore2}
getter/setter pair
glb GlobalClass
instance glb
getter/setter pair
mill Mill
create instance
getter/setter pair
millBuf StringBuffer
Buffer also outside class, for testing and adding visibility.
getter/setter pair
millMap Map<String, String>
TODO teamNext for to use in next versions NOTE: int '1' do not give error... how about int? Or: Map<String, Object> jobM = new Map(); Like: {'1' : chore1, '2' : chore2}
getter/setter pair