DawoApp class

Class that holds 'soul' of THIS dawo app. Controls Mission-Chore system, #App, & dawo-package development, #Pack.

Constructors

DawoApp()

Properties

actor String
final
buf StringBuffer
getter/setter pair
by String
final
client Map<String, String>
References and examples.
getter/setter pair
emblem String
final
hashCode int
The hash code for this object.
no setterinherited
indent String
getter/setter pair
info String
final
motto String
getter/setter pair
name String
final
outMapBuffers Map<String, StringBuffer>
Organize out.out-buffers to Map for return to package users. Default users for buffers, used in:
getter/setter pair
package Map<String, String>
Package information.
getter/setter pair
part Map<String, String>
Most important parts of Dawo.
getter/setter pair
plan Map<String, String>
Yes there is, for app.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
say Map<String, String>
Fields describe actions in connector and binding. This is the language, that app talks in different situations.
getter/setter pair
seal String
devNote: PLAN: Two fields for to better shape outPut stuff in console.
getter/setter pair
st Map<String, bool>
4 Map variables to indicate dawoApp's state / working-condition.
getter/setter pair
user String
Fields filled in init: user and motto;
getter/setter pair
version String
final

Methods

box(String caller) → void
Using boxServe-class for to construct this info-box.
build(String emblem) → void
Method for further building app and mission system in working condition.
coma() → void
devStream(String caller) → void
TODO devStream building stream for dev, using elementary Stream example NAME: Change to: fix** ? Stream experiment. Caller: ? roll method above.
done() → void
After presentation method; done, if #doneB.
init(String _user, dynamic _motto) → void
set class values to beginning state.?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
printControl(bool pc) → void
Value to control console printing in flowC / flowServe.
roll() Map<String, StringBuffer>
#run-like method return: Map<String, StringBuffer> out.outMapBuffers
rollStream(String _cl) → void
calling beta demandStream, elementary Stream example TODO Make usage of this async and somebody to wait it. #TODO make this use #iterable parameter; dev.admN / where #ALL Usage: roll-method above.
show(String action) → void
Show-method to be developed further. actions like: 'print, buf, pause, hello-World!, info:Watch, act:dim'
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited