Corporate class

Here objects work together after #connector joins them to system.

Constructors

Corporate()

Properties

affairM Map<String, Affair>
All the affairs, that this corporate owns.
getter/setter pair
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
name String
getter/setter pair
orderM Map<String, String>
getter/setter pair
phaseM Map<String, String>
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
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storeM Map<String, Store>
All the stores, that this corporate owns.
getter/setter pair

Methods

bufMsg(String sender, dynamic receiver, dynamic op, dynamic msg) String
TODO Automatic messages to buf, in operations. Formulate String for buffer message.
handleMsg() → void
Shaping everybody-to-use functionality for messages.
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( Shaping everybody-to-use functionality for.. Map explicitly make it <String, String>
roll() → void
Shaping everybody-to-use functionality for series of commands.
show() → void
Shaping joint functionality for presentation.
toString() String
A string representation of this object.
inherited

Operators

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