R/MLInput.R

Defines functions update.MLInput

setMethod("initialize", "MLInput",
  function(.Object, ..., id = make_id("input")) {
    callNextMethod(.Object, ..., id = id)
  }
)


update.MLInput <- function(object, ...) {
  object
}
brian-j-smith/MachineShop documentation built on Sept. 22, 2023, 10:01 p.m.