Resolve class
Solve word-command searches and validating for bind - bing and connector.
Constructors
- Resolve()
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getHandles(
) → void - Client sends all handles at initialization. And client-handle when calling an action.
-
handle(
Map< String, Map< _cDB, String _rClient) → StringString, String> > - Main method here Get user_request, solve it, answer.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
obey(
String sender, dynamic receiver, dynamic baton, dynamic msg) → String - devl:CORP: connector one-time calls must have parameters; Sketching one-time commands, coming from clients.
-
solve(
String sender, String key, String source) → String - Search big amount of #clay data for #customer:s key / order. .. solve textual problems based on keywords / search in textual data Class:solver might be separate Solver class.
-
toString(
) → String -
A string representation of this object.
inherited
-
touch(
String sender, String key, String source) → String - 3 #LANG specific commands, that configure objects behaviour in relation to other objects. devl:CORP Name for next 3 fields might be opTouche aso. Solve one unambiguous textual find-decide problem. Class:touche might be separate Touche class.
-
userData(
) → String - Find and keep user priority, preference aso.
-
userPreference(
) → String - Find and keep user priority, preference aso.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited