Uses of Class
adams.flow.core.StopMode
-
Packages that use StopMode Package Description adams.flow.control adams.flow.core adams.flow.source adams.flow.standalone adams.flow.transformer -
-
Uses of StopMode in adams.flow.control
Fields in adams.flow.control declared as StopMode Modifier and Type Field Description protected StopMode
Stop. m_StopMode
how to perform the stop.Methods in adams.flow.control that return StopMode Modifier and Type Method Description StopMode
Stop. getStopMode()
Returns the stop mode.Methods in adams.flow.control with parameters of type StopMode Modifier and Type Method Description void
Stop. setStopMode(StopMode value)
Sets the stop mode. -
Uses of StopMode in adams.flow.core
Methods in adams.flow.core that return StopMode Modifier and Type Method Description StopMode
StopModeSupporter. getStopMode()
Returns the stop mode.static StopMode
StopMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static StopMode[]
StopMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.flow.core with parameters of type StopMode Modifier and Type Method Description static Actor
StopHelper. getStopActor(Actor context, StopMode mode)
Determines the actor to call the stopExecution method on.void
StopModeSupporter. setStopMode(StopMode value)
Sets the stop mode.static String
StopHelper. stop(Actor context, StopMode mode)
Stops the flow using the specified stop mode, with no message.static String
StopHelper. stop(Actor context, StopMode mode, String message)
Stops the flow using the specified stop mode, with no message. -
Uses of StopMode in adams.flow.source
Fields in adams.flow.source declared as StopMode Modifier and Type Field Description protected StopMode
AbstractInteractiveSource. m_StopMode
how to perform the stop.protected StopMode
SelectFile. m_StopMode
how to perform the stop.protected StopMode
WekaSelectDataset. m_StopMode
how to perform the stop.Methods in adams.flow.source that return StopMode Modifier and Type Method Description StopMode
AbstractInteractiveSource. getStopMode()
Returns the stop mode.StopMode
SelectFile. getStopMode()
Returns the stop mode.StopMode
WekaSelectDataset. getStopMode()
Returns the stop mode.Methods in adams.flow.source with parameters of type StopMode Modifier and Type Method Description void
AbstractInteractiveSource. setStopMode(StopMode value)
Sets the stop mode.void
SelectFile. setStopMode(StopMode value)
Sets the stop mode.void
WekaSelectDataset. setStopMode(StopMode value)
Sets the stop mode. -
Uses of StopMode in adams.flow.standalone
Fields in adams.flow.standalone declared as StopMode Modifier and Type Field Description protected StopMode
AbstractDatabaseConnection. m_StopMode
how to perform the stop.protected StopMode
FTPConnection. m_StopMode
how to perform the stop.protected StopMode
SMBConnection. m_StopMode
how to perform the stop.protected StopMode
SMTPConnection. m_StopMode
how to perform the stop.protected StopMode
SSHConnection. m_StopMode
how to perform the stop.Methods in adams.flow.standalone that return StopMode Modifier and Type Method Description StopMode
AbstractDatabaseConnection. getStopMode()
Returns the stop mode.StopMode
FTPConnection. getStopMode()
Returns the stop mode.StopMode
SMBConnection. getStopMode()
Returns the stop mode.StopMode
SMTPConnection. getStopMode()
Returns the stop mode.StopMode
SSHConnection. getStopMode()
Returns the stop mode.Methods in adams.flow.standalone with parameters of type StopMode Modifier and Type Method Description void
AbstractDatabaseConnection. setStopMode(StopMode value)
Sets the stop mode.void
FTPConnection. setStopMode(StopMode value)
Sets the stop mode.void
SMBConnection. setStopMode(StopMode value)
Sets the stop mode.void
SMTPConnection. setStopMode(StopMode value)
Sets the stop mode.void
SSHConnection. setStopMode(StopMode value)
Sets the stop mode. -
Uses of StopMode in adams.flow.transformer
Fields in adams.flow.transformer declared as StopMode Modifier and Type Field Description protected StopMode
AbstractInteractiveTransformer. m_StopMode
how to perform the stop.protected StopMode
AbstractInteractiveTransformerDialog. m_StopMode
how to perform the stop.Methods in adams.flow.transformer that return StopMode Modifier and Type Method Description StopMode
AbstractInteractiveTransformer. getStopMode()
Returns the stop mode.StopMode
AbstractInteractiveTransformerDialog. getStopMode()
Returns the stop mode.Methods in adams.flow.transformer with parameters of type StopMode Modifier and Type Method Description void
AbstractInteractiveTransformer. setStopMode(StopMode value)
Sets the stop mode.void
AbstractInteractiveTransformerDialog. setStopMode(StopMode value)
Sets the stop mode.
-