beta/beta library
Modeling joint, reusable controls and operations for libraries.
dawo/beta, dwv: version: 1.1.0. 23.11.2023. devState 40 % in GIT Yes
Time to start thinking 6.th floor's machinery, when you are only just laying basic foundations for your 20-floor factory.
All dawo code-constructing should depend on code, that is here, and all thinking about dawo should concentrate on collecting reusable code here.
Open for all ideas, when seeking joint functionality between app / lib / classes / process aso. NOTE: Problem: #actor / glbActor; how to handle in sub-processes RULE: #actor every #actor deletes it's own name when op-done, and --- returns previous actor, if it,s operation is not done. #Glorious.
Classes
- BetaBase
- Some global print and flow assets
- FlowBase
- call flow.fServe with #LOCAL variables flow.fServe(':HELSINKI:', out.outMBot, msg, pB);
- Stock
- Chores are biggest users of this. NOTE: also Store-class. Stock handles and shares joint resources with participants. Resources are: people, places, jobs aso. Usage: callers: no
Properties
- beta ↔ BetaBase
-
getter/setter pair
- betaReadiness → num
-
TODO Final readiness. this is not
final
- flow ↔ FlowBase
-
instance: usages: 13 X
getter/setter pair
- flowI ↔ int
-
getter/setter pair
- printGlobalB ↔ bool
-
setting flow-print now to zero.
getter/setter pair
- stockCmn ↔ Stock
-
common, public instance of Stock
getter/setter pair
Functions
-
getOperationInfoOnParameters(
) → void - IDEA: flow command through function, that records it's info for op-system Name for this heart of big-clocking-system ?
-
ifPrint(
Object obj, bool _b) → void - ifPrint function callers: usage: no
-
renderBeta(
String caller) → StringBuffer - Usual presentation / play / test function.
-
sPrint(
String msg) → void - TODO typedef SPrint, comment away. typedef void SPrint(String msg); typedef SPrint(String msg);