BlanketChore class

Many important dawo classes are extending Alpha class. alpha class

Inheritance

Constructors

BlanketChore(String name, String master, String info)
constructor; master is mandatory for Chore to use masters fields. was error: decisionChainMM must be initialized OK

Properties

action Map<String, String>
Dawo active objects are continuously running #action-loop, where their act is checked and evaluated against other users #say actions. Answers to say-bind-bing-analyze-camp-schedule-handle-use loop, And return values from #Community via #Mill These fields correspond to loop-action-loop mill-loop functions.
getter/setter pair
agenda Map<String, String>
Small description of Chore-object used in boxes.
getter/setter pair
buf StringBuffer
Row data describing work-flow and life-cycle events.
getter/setter pairoverride
circle ↔ dynamic
Abstract plan of Chore's contacts.
getter/setter pair
clause String
Used in function calls to bring-in objects permanent String-values. Combination of #LANG words in sentence.
getter/setter pairoverride
decision Action
devl:MIS Some idea: s. to adopt stream-like thinking everywhere.
getter/setter pair
decisionChainMM Map<String, Map<String, Action>>
Map to collect all Actions.
getter/setter pair
emblem String
or this emblem. like: ":DAWO:APP:";
getter/setter pairoverride
errorInBX bool
devl:MIS deliberated error to find error in build usage.
getter/setter pair
extra Map<String, int>
4 var to control connectors state, working-condition-state values. howTo Null static Map or final
final
hashCode int
The hash code for this object.
no setterinherited
indent String
like: " "; 3-5-7 empty marks or something visible.
getter/setter pairoverride
info String
getter/setter pairoverride
master String
Master field is used in boxes to access Master-objects data.
getter/setter pairoverride
motto String
Do not initialize values; just study, what this class got.
getter/setter pairoverride
name String
getter/setter pairoverride
operations Map<String, String>
Value-fields of this Map refer to return-values of operations, that outer- and inner-Chore commands, like #flux produce. Chore Class and library operations and #answer #say Strings.
getter/setter pair
phase Map<String, String>
Phases of Chore development
getter/setter pair
placardM Map<String, String>
Serializing objects msg's dawo uses placardM Present info for outer process calls.
getter/setter pair
plan Map<String, String>
V:= Value, E:= effort in Chore development
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
say Map<String, String>
using now Map: say
getter/setter pairinherited
seal String
devMemo: PLAN: Three fields for to better shape outPut stuff in console. No usage
getter/setter pairoverride
sister ↔ dynamic
get other same-group chores via master/Mission choreL, or via up-level choreL list.
getter/setter pair
st Map<String, bool>
Control and describe Chores state during it's life-cycle.
getter/setter pairoverride

Methods

assignComProChore() String
PLAN: For to share stuff with :affair: command in #operations :connector: to mediate to :affair: and do :bind: devl:MIS Name: #Assign This should have same name in all libraries?
box(String caller) → void
Console present Map and List aso. data in screen-matrix.
build(String _emblem, String _master) → void
devl:MIS Chore gets emblem and master from mission in build. Are they right Method for setting class in working condition. Usage: Caller added:
override
chainStream() → void
done() → void
close-method. This is not: terminate.
override
fireStream() → void
init() → void
Initialize class for ready-to-use: Method for setting class field values.
override
join(dynamic circle) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
orderStream() → void
Individual Chore's connector-operations are done here.
popularCom() → dynamic
popularJoint() → void
Second version of above Might unite with other chores in special activities.
reportList(String caller) List<String>
Report of chore.
roll() → void
#run-like method If this or one of it's sub-operations conduct #connector-operations, it might be annotated in function parameter.
override
rowInfo() String
Get info of Chore in one row.
show(String action) → void
Usual presentation method. action like: 'print, buf, pause, hello-World!, info:Watch, act:dim'
override
toString() String
A string representation of this object.
override

Operators

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