Class: WEEL::ConnectionWrapperBase

Inherits:
Object
  • Object
show all
Defined in:
lib/weel.rb

Overview

}}}

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(arguments, position = nil, continue = nil) ⇒ ConnectionWrapperBase

Returns a new instance of ConnectionWrapperBase.



323
# File 'lib/weel.rb', line 323

def initialize(arguments,position=nil,continue=nil); end

Class Method Details

.inform_connectionwrapper_error(arguments, err) ⇒ Object



320
# File 'lib/weel.rb', line 320

def self::inform_connectionwrapper_error(arguments,err); end

.inform_position_change(arguments, ipc = {}) ⇒ Object



321
# File 'lib/weel.rb', line 321

def self::inform_position_change(arguments,ipc={}); end

.inform_state_change(arguments, newstate) ⇒ Object



318
# File 'lib/weel.rb', line 318

def self::inform_state_change(arguments,newstate); end

.inform_syntax_error(arguments, err, code) ⇒ Object



319
# File 'lib/weel.rb', line 319

def self::inform_syntax_error(arguments,err,code); end

.loop_guard(arguments, lid, count) ⇒ Object

{{{



317
# File 'lib/weel.rb', line 317

def self::loop_guard(arguments,lid,count); false; end

Instance Method Details

#activity_handle(passthrough, parameters) ⇒ Object



328
# File 'lib/weel.rb', line 328

def activity_handle(passthrough, parameters); end

#activity_manipulate_handle(parameters) ⇒ Object



329
# File 'lib/weel.rb', line 329

def activity_manipulate_handle(parameters); end

#activity_no_longer_necessaryObject



338
# File 'lib/weel.rb', line 338

def activity_no_longer_necessary; end

#activity_passthrough_valueObject



335
# File 'lib/weel.rb', line 335

def activity_passthrough_value; end

#activity_result_optionsObject



332
# File 'lib/weel.rb', line 332

def activity_result_options; end

#activity_result_valueObject



331
# File 'lib/weel.rb', line 331

def activity_result_value; end

#activity_stopObject



334
# File 'lib/weel.rb', line 334

def activity_stop; end

#activity_uuidObject



336
# File 'lib/weel.rb', line 336

def activity_uuid; '42424242-cpee-cpee-cpee-424242424242'; end

#additionalObject



326
# File 'lib/weel.rb', line 326

def additional; {}; end

#callback(result = nil, options = {}) ⇒ Object



354
# File 'lib/weel.rb', line 354

def callback(result=nil,options={}); end

#inform_activity_doneObject



340
# File 'lib/weel.rb', line 340

def inform_activity_done; end

#inform_activity_failed(err) ⇒ Object



342
# File 'lib/weel.rb', line 342

def inform_activity_failed(err); end

#inform_activity_manipulateObject



341
# File 'lib/weel.rb', line 341

def inform_activity_manipulate; end

#inform_manipulate_change(status, changed_data, changed_endpoints, data, endpoints) ⇒ Object



343
# File 'lib/weel.rb', line 343

def inform_manipulate_change(status,changed_data,changed_endpoints,data,endpoints); end

#join_branches(branches) ⇒ Object



358
# File 'lib/weel.rb', line 358

def join_branches(branches); end

#manipulate(mr, code, where, result = nil, options = nil) ⇒ Object



359
# File 'lib/weel.rb', line 359

def manipulate(mr,code,where,result=nil,options=nil); mr.instance_eval(code,where,1); end

#mem_guardObject



355
# File 'lib/weel.rb', line 355

def mem_guard; end

#prepare(readonly, endpoints, parameters) ⇒ Object



325
# File 'lib/weel.rb', line 325

def prepare(readonly, endpoints, parameters); parameters; end

#simulate(type, nesting, sequence, parent, parameters = {}) ⇒ Object

type => activity, loop, parallel, choice nesting => none, start, end eid => id’s also for control structures parameters => stuff given to the control structure



352
# File 'lib/weel.rb', line 352

def simulate(type,nesting,sequence,parent,parameters={}); end

#test_condition(mr, code, args = {}) ⇒ Object



357
# File 'lib/weel.rb', line 357

def test_condition(mr,code,args={}); mr.instance_eval(code); end

#vote_sync_afterObject



346
# File 'lib/weel.rb', line 346

def vote_sync_after; true; end

#vote_sync_before(parameters = nil) ⇒ Object



345
# File 'lib/weel.rb', line 345

def vote_sync_before(parameters=nil); true; end