mill library

Mill, fine-graded command / event scheduling system.

  • State: Just an long developed idea, in very early development state.
  • Usability: 1% IDEA: Clear, but got no time to implement it.
  • work-scheduling system, got flag class from dawo_app.
  • Version: 0.0.7. 18.12.2017 - devState 5 %

Classes

Mill
Will eventually be some kind of #mill, that controls all #job's Keeps track of the privileges and performance of the assignments. Names might be: millRoll and millFlag Event ordering and scheduling system.

Properties

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