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.
17566 17567 17568 17569 17570 17571 |
# File 'lib/datawire_mdk_md.rb', line 17566 def initialize() super("quark.void", "schedule", ::DatawireQuarkCore::List.new(["quark.Task", "quark.float"])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
17606 17607 17608 17609 17610 17611 |
# File 'lib/datawire_mdk_md.rb', line 17606 def __init_fields__() super nil end |
#_getClass ⇒ Object
17585 17586 17587 17588 17589 17590 |
# File 'lib/datawire_mdk_md.rb', line 17585 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
17592 17593 17594 17595 17596 17597 |
# File 'lib/datawire_mdk_md.rb', line 17592 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
17599 17600 17601 17602 17603 17604 |
# File 'lib/datawire_mdk_md.rb', line 17599 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
17576 17577 17578 17579 17580 17581 17582 17583 |
# File 'lib/datawire_mdk_md.rb', line 17576 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 |