Class: Quark::DatawireMdkMd::QuarkSpiApiRuntimeProxyScheduleMethod
- Inherits:
-
Object
- Object
- Quark::DatawireMdkMd::QuarkSpiApiRuntimeProxyScheduleMethod
- Defined in:
- lib/datawire_mdk_md.rb
Instance Method Summary collapse
- #__init_fields__ ⇒ Object
- #_getClass ⇒ Object
- #_getField(name) ⇒ Object
- #_setField(name, value) ⇒ Object
-
#initialize ⇒ QuarkSpiApiRuntimeProxyScheduleMethod
constructor
A new instance of QuarkSpiApiRuntimeProxyScheduleMethod.
- #invoke(object, args) ⇒ Object
Constructor Details
#initialize ⇒ QuarkSpiApiRuntimeProxyScheduleMethod
Returns a new instance of QuarkSpiApiRuntimeProxyScheduleMethod.
17689 17690 17691 17692 17693 17694 |
# File 'lib/datawire_mdk_md.rb', line 17689 def initialize() super("quark.void", "schedule", ::DatawireQuarkCore::List.new(["quark.Task", "quark.float"])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
17729 17730 17731 17732 17733 17734 |
# File 'lib/datawire_mdk_md.rb', line 17729 def __init_fields__() super nil end |
#_getClass ⇒ Object
17708 17709 17710 17711 17712 17713 |
# File 'lib/datawire_mdk_md.rb', line 17708 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
17715 17716 17717 17718 17719 17720 |
# File 'lib/datawire_mdk_md.rb', line 17715 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
17722 17723 17724 17725 17726 17727 |
# File 'lib/datawire_mdk_md.rb', line 17722 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
17699 17700 17701 17702 17703 17704 17705 17706 |
# File 'lib/datawire_mdk_md.rb', line 17699 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.quark.spi_api.RuntimeProxy } obj.schedule(::DatawireQuarkCore.cast((args)[0]) { ::Quark.quark.Task }, ::DatawireQuarkCore.cast((args)[1]) { ::Float }) return nil nil end |