Bind class

Class Bind keeps and handles message-based bindings between objects.

Constructors

Bind()

Properties

bindC int
getter/setter pair
bindingM Map<String, Map<String, String>>
Eventually this will be object - object Structure and usage of this map is not yet clear.Data is like: Dawo example D-ex-loops 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.
getter/setter pair
bindTypes Map<String, String>
Share / answer type of bind-actions.
getter/setter pair
buf StringBuffer
getter/setter pair
emblem String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

find() String
Get what user wants from bind-data.
init() → void
Give variables their start values.
mark(String actorS, dynamic senderS, dynamic receiverS, dynamic comS, dynamic msgS, dynamic _inMsg) String
Usage: opJoin is calling this
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
report(String caller) List<String>
Boxed report.. coming later
rowReport() String
Nice one-row report.
toString() String
A string representation of this object.
inherited

Operators

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