DawoHist class
Keeping historical aso. info about dawo. Just testing: implements, here. Class DawoHist keeps some hist & dev info and statistics of dawo app.
Constructors
- DawoHist()
Properties
-
actPhaseM
↔ Map<
String, String> -
getter/setter pair
-
agendaM
↔ Map<
String, String> -
agenda
getter/setter pair
-
appMap
↔ Map<
String, String> -
Models and sample maps ; for later usage and playing.
getter/setter pair
-
appPhaseM
↔ Map<
String, String> -
devl:DEV teamInno this map is for testing work-flow routines
getter/setter pair
-
areaL
↔ List<
String> -
getter/setter pair
- buf ↔ StringBuffer
-
getter/setter pair
-
bugL
↔ List<
String> -
:BUG:s from gitHub heiklap:dawo
getter/setter pair
- clause ↔ String
-
Like: ":ALLOW X :LOW Y :ROLE Z :GOAL XX :OPEN YY
Combination of #LANG words in a sentence.
getter/setter pair
-
dawo003
↔ Map<
String, String> -
Map to hold development status of this app / version.
getter/setter pair
- emblem ↔ String
-
or this emblem.
getter/setter pair
-
gitL
↔ List<
String> -
Updated to GH GitHub git messages list
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
hklTryL
↔ List<
String> -
getter/setter pair
- indent ↔ String
-
getter/setter pair
-
infoL
↔ List<
String> -
getter/setter pair
- latestChange ↔ String
-
getter/setter pair
-
libPhaseM
↔ Map<
String, String> -
getter/setter pair
- master ↔ String
-
Object that owns this.
getter/setter pair
-
mottoM
↔ Map<
String, String> -
motto
getter/setter pair
- name ↔ String
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- seal ↔ String
-
devMemo: PLAN: Two fields for to better shape outPut stuff in console.
like: ":DAWO:HIST:";
getter/setter pair
-
st
↔ Map<
String, bool> -
4 var to control connectors state, working-condition-state values.
DONE: This is now a map.
getter/setter pair
- thisVersion ↔ String
-
getter/setter pair
-
timeL
↔ List<
String> -
time List
getter/setter pair
Methods
-
box(
String caller) → void - Calling boxServe-class for info.
-
build(
String _emblem, String _master) → void - Method for setting class in working condition.
-
done(
) → void - Close method.
-
flowC(
String msg, bool p) → void - Every important library has it's own flowC function. #Library #Privacy!! Calling print/print-to-buffer function from beta. Getting local variables; Actor and Buffer right.
-
init(
) → void - Method for setting class field values. devl:DEV ? add parameters ? base class
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
roll(
) → void - #run-like method, it my have sub-methods; do, run.
-
show(
String action) → void - Presentation method.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited