Class: Quark::DatawireMdkMd::MdkRuntimeActorsQuarkRuntimeLaterCaller

Inherits:
Object
  • Object
show all
Extended by:
DatawireQuarkCore::Static
Defined in:
lib/datawire_mdk_md.rb

Constant Summary

Constants included from DatawireQuarkCore::Static

DatawireQuarkCore::Static::Unassigned

Instance Method Summary collapse

Methods included from DatawireQuarkCore::Static

_lazy_statics, static, unlazy_statics

Constructor Details

#initializeMdkRuntimeActorsQuarkRuntimeLaterCaller

Returns a new instance of MdkRuntimeActorsQuarkRuntimeLaterCaller.



31179
31180
31181
31182
31183
31184
31185
31186
31187
31188
31189
# File 'lib/datawire_mdk_md.rb', line 31179

def initialize()
    
    super("mdk_runtime.actors._QuarkRuntimeLaterCaller")
    (self).name = "mdk_runtime.actors._QuarkRuntimeLaterCaller"
    (self).parameters = ::DatawireQuarkCore::List.new([])
    (self).fields = ::DatawireQuarkCore::List.new([])
    (self).methods = ::DatawireQuarkCore::List.new([::Quark.datawire_mdk_md.mdk_runtime_actors__QuarkRuntimeLaterCaller_schedule_Method.new(), ::Quark.datawire_mdk_md.mdk_runtime_actors__QuarkRuntimeLaterCaller_runAll_Method.new()])
    (self).parents = ::DatawireQuarkCore::List.new(["quark.Object"])

    nil
end

Instance Method Details

#__init_fields__Object



31229
31230
31231
31232
31233
31234
# File 'lib/datawire_mdk_md.rb', line 31229

def __init_fields__()
    
    super

    nil
end

#_getClassObject



31208
31209
31210
31211
31212
31213
# File 'lib/datawire_mdk_md.rb', line 31208

def _getClass()
    
    return ::DatawireQuarkCore.cast(nil) { ::String }

    nil
end

#_getField(name) ⇒ Object



31215
31216
31217
31218
31219
31220
# File 'lib/datawire_mdk_md.rb', line 31215

def _getField(name)
    
    return nil

    nil
end

#_setField(name, value) ⇒ Object



31222
31223
31224
31225
31226
31227
# File 'lib/datawire_mdk_md.rb', line 31222

def _setField(name, value)
    
    nil

    nil
end

#construct(args) ⇒ Object



31194
31195
31196
31197
31198
31199
# File 'lib/datawire_mdk_md.rb', line 31194

def construct(args)
    
    return ::Quark.mdk_runtime.actors._QuarkRuntimeLaterCaller.new()

    nil
end

#isAbstractObject



31201
31202
31203
31204
31205
31206
# File 'lib/datawire_mdk_md.rb', line 31201

def isAbstract()
    
    return false

    nil
end