Affair class

conduct? affair!! Second or third alternative to operations, besides :corporate: NOTE: Global operations. Some dawo #operation could relay on these. Order: #actor #sender #receiver #command #msg Early development state, idea: 15% This can be #sub-process, that normal rollOp uses. #Connector may give this extra power and connect to other operations. For that, here should be added fields. IDEA: Change this name to class CoOp. So why not: Coup.

Constructors

Affair(String actor, String sender, String receiver, String cmd, String msg)

Properties

actionM Map<String, Action>
getter/setter pair
actor String
getter/setter pair
actorM Map<String, Actor>
getter/setter pair
actorState ↔ dynamic
getter/setter pair
callChain ↔ dynamic
getter/setter pair
cmd String
Question: Can it be a function?
getter/setter pair
decision ↔ dynamic
getter/setter pair
decisionChain ↔ dynamic
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
msg String
getter/setter pair
opChange ↔ dynamic
getter/setter pair
operation ↔ dynamic
getter/setter pair
opLevel ↔ dynamic
Operation levels.
getter/setter pair
placardMM Map<String, Map<String, String>>
Other alternatives to main #actor.
getter/setter pair
receiver String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sender String
getter/setter pair

Methods

actorMill(dynamic actor, dynamic action) → void
Maybe not needed, when #actor is handled in lib-local functions. Method to run actual actor-change procedure.
done() → void
handleActor() → void
handling #glb #actor Who is in "charge" of operation, when it is routed through subroutines? Problem: howTo handle #glbActor change, when subroutines occur?
init(Map<String, String> _placardM) → void
Usage not used NOTE: it is MM This is called: placardMM'FirstActor'
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
save() → void
Save cleared placardM to to placardMM
showInfo(String caller) List<String>
Usage: for example, :corporate:process:
toString() String
A string representation of this object.
inherited

Operators

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