Corporate class

Here objects work together after #connector joins them to system. usage: howTo:mixin hkl: extended class should not have mixins inside only extenders have mixin

Inheritance
Mixed in types

Constructors

Corporate(String name, String motto, String clause)
constructor

Properties

ab String
changed ab from: * BN * to :hb:
getter/setter pairinherited
affairM Map<String, Affair>
All the affairs, that this corporate owns.
getter/setter pair
buf StringBuffer
getter/setter pairinherited
clause String
getter/setter pairoverride
hashCode int
The hash code for this object.
no setterinherited
jobM Map<String, String>
V= Value E= Effort D= Done 0-9
getter/setter pair
langLL List<List<String>>
getter/setter pairinherited
logL List<String>
Testing, Recording simple events, to track activity / flow.
getter/setter pairinherited
motto String
getter/setter pairoverride
msgStM Map<String, bool>
getter/setter pairinherited
mxChainS String
Problem: these do override previous mixin
getter/setter pairinherited
mxChainSSample String
getter/setter pairinherited
mxParcelName String
getter/setter pairinherited
name String
getter/setter pairoverride
orderM Map<String, String>
Some Map to simulate activity
getter/setter pair
phaseM Map<String, String>
Some Map to simulate activity
getter/setter pair
placardM Map<String, String>
Testing placardM inside chore. Present info for outer process calls. Other users are calling process with their own placard.
getter/setter pair
placardMM Map<String, Map<String, String>>
NOTE First record: 'FirstActor'
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sayM Map<String, String>
getter/setter pairinherited
sigL List<String>
Testing, Meaningful, demanding action events, to track activity / flow.
getter/setter pairinherited
storeM Map<String, Store>
All the stores, that this corporate owns.
getter/setter pair
tellChainS String
usage: no
getter/setter pairinherited
tellChainSSample String
getter/setter pairinherited
tellLangLL List<List<String>>
getter/setter pairinherited
tellLogL List<String>
Testing, Recording simple events, to track activity / flow.
getter/setter pairinherited
tellM Map<String, String>
getter/setter pairinherited
tellName String
getter/setter pairinherited
tellSigL List<String>
Testing, Meaningful, demanding action events, to track activity / flow.
getter/setter pairinherited
tellStM Map<String, bool>
getter/setter pairinherited

Methods

act() → void
Give variables their start values.
inherited
actAsync() → void
Shaping everybody-to-use functionality for series of commands.
inherited
actMxx(String _msg) → void
for mixin call To test mixin op
boxDw(String _caller) → void
Box-shaped list, String or buffer output.
inherited
bufMsg(String sender, dynamic receiver, dynamic op, dynamic msg) String
devl:CORP Automatic messages to buf, in operations. Formulate String for buffer message.
build() → void
Give variables their start values.
inherited
done() → void
inherited
handleMsg() → void
Shaping everybody-to-use functionality for messages.
init() → void
Give variables their start values.
inherited
msgHandle(String _caller, String _msg) → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
paramToStr(dynamic sender, dynamic receiver, dynamic op, dynamic msg) String
Change "Automatic messages" to buf messages.
process(String by, Affair _affairOp, Map<String, String> placardM, Function _assigned) StringBuffer
caller: chore-op Call: _retBuf.write( corporate.process(':Ch-Op:', chOpClass, placardM, assignComProChore)); Shaping everybody-to-use functionality for.. Map explicitly make it <String, String>
roll() → void
Shaping everybody-to-use functionality for series of commands.
override
rollExtra() → void
Shaping everybody-to-use functionality for series of commands.
inherited
rowReport() String
Nice one-row report.
inherited
show() → void
Shaping joint functionality for presentation.
override
sleep() → void
inherited
tellCall(String _caller, String _msg) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

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