Bind class
Class Bind keeps and handles message-based bindings between objects.
- Inheritance
-
- Object
- CorpInterfaceBasis
- Bind
Constructors
- Bind()
Properties
- ab ↔ String
-
changed ab from: * BN * to :hb:
getter/setter pairinherited
- bindC ↔ int
-
getter/setter pair
-
bindingM
↔ Map<
String, Map< String, String> > -
Eventually this will be object - object
Map<String, Map<dynamic, dynamic>> bindingM = {};
Structure and usage of this map is not yet clear.Data is like:
Dawo example D-ex-loops
Rumba instance All sub
Usage: shower: show,
getter/setter pair
-
bindM
↔ Map<
String, String> -
Map of #LANG and #CLAUSE based String-bindings between objects.
getter/setter pair
-
bindMembM
↔ Map<
String, String> -
Members, that are participating in this Bind.
Member is also a class in alpha.
#PLAN: eventually this will be Object Member. Or reference to Chore.
Map<String, Member> bindMembM = {}; Not object yet.
This might be
getter/setter pair
-
bindTypes
↔ Map<
String, String> -
Share / answer type of bind-actions.
getter/setter pair
- buf ↔ StringBuffer
-
getter/setter pairoverride
- clause ↔ String
-
getter/setter pairinherited
- emblem ↔ String
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
langLL
↔ List<
List< String> > -
getter/setter pairinherited
-
logL
↔ List<
String> -
Recording simple events, to track activity / flow.
getter/setter pairinherited
- motto ↔ String
-
getter/setter pairinherited
- name ↔ String
-
getter/setter pairinherited
-
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> -
Meaningful, demanding action events, to track activity / flow.
getter/setter pairinherited
Methods
-
act(
) → void -
Give variables their start values.
inherited
-
actAsync(
) → void -
Shaping everybody-to-use functionality for series of commands.
inherited
-
boxDw(
String _caller) → void -
Box-shaped list, String or buffer output.
inherited
-
build(
) → void -
Give variables their start values.
inherited
-
done(
) → void -
inherited
-
find(
) → String - Get what user wants from bind-data.
-
init(
) → void -
Give variables their start values.
override
-
mark(
String actorS, dynamic senderS, dynamic receiverS, dynamic comS, dynamic msgS, dynamic _inMsg) → String - Connect Members action to one or many other Members action. eventually this will be: var / dynamic / command... String bind(var senderProcess, var receiverProcess, var thing, String msg) Usage: opJoin is calling this String bind(String sProcess, String rProcess, String thing, String msg) {
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
report(
String caller) → List< String> - Boxed report.. coming later
-
roll(
) → void -
Shaping everybody-to-use functionality for series of commands.
inherited
-
rollExtra(
) → void -
Shaping everybody-to-use functionality for series of commands.
inherited
-
rowReport(
) → String -
Nice one-row report.
override
-
show(
) → void -
Shaping joint functionality for presentation.
inherited
-
sleep(
) → void -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited