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 StopModeStop. m_StopModehow to perform the stop.Methods in adams.flow.control that return StopMode Modifier and Type Method Description StopModeStop. getStopMode()Returns the stop mode.Methods in adams.flow.control with parameters of type StopMode Modifier and Type Method Description voidStop. 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 StopModeStopModeSupporter. getStopMode()Returns the stop mode.static StopModeStopMode. 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 ActorStopHelper. getStopActor(Actor context, StopMode mode)Determines the actor to call the stopExecution method on.voidStopModeSupporter. setStopMode(StopMode value)Sets the stop mode.static StringStopHelper. stop(Actor context, StopMode mode)Stops the flow using the specified stop mode, with no message.static StringStopHelper. 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 StopModeAbstractInteractiveSource. m_StopModehow to perform the stop.protected StopModeSelectFile. m_StopModehow to perform the stop.protected StopModeWekaSelectDataset. m_StopModehow to perform the stop.Methods in adams.flow.source that return StopMode Modifier and Type Method Description StopModeAbstractInteractiveSource. getStopMode()Returns the stop mode.StopModeSelectFile. getStopMode()Returns the stop mode.StopModeWekaSelectDataset. getStopMode()Returns the stop mode.Methods in adams.flow.source with parameters of type StopMode Modifier and Type Method Description voidAbstractInteractiveSource. setStopMode(StopMode value)Sets the stop mode.voidSelectFile. setStopMode(StopMode value)Sets the stop mode.voidWekaSelectDataset. 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 StopModeAbstractDatabaseConnection. m_StopModehow to perform the stop.protected StopModeIMAPConnection. m_StopModehow to perform the stop.protected StopModeSMBConnection. m_StopModehow to perform the stop.protected StopModeSMTPConnection. m_StopModehow to perform the stop.protected StopModeSSHConnection. m_StopModehow to perform the stop.Methods in adams.flow.standalone that return StopMode Modifier and Type Method Description StopModeAbstractDatabaseConnection. getStopMode()Returns the stop mode.StopModeIMAPConnection. getStopMode()Returns the stop mode.StopModeSMBConnection. getStopMode()Returns the stop mode.StopModeSMTPConnection. getStopMode()Returns the stop mode.StopModeSSHConnection. getStopMode()Returns the stop mode.Methods in adams.flow.standalone with parameters of type StopMode Modifier and Type Method Description voidAbstractDatabaseConnection. setStopMode(StopMode value)Sets the stop mode.voidIMAPConnection. setStopMode(StopMode value)Sets the stop mode.voidSMBConnection. setStopMode(StopMode value)Sets the stop mode.voidSMTPConnection. setStopMode(StopMode value)Sets the stop mode.voidSSHConnection. 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 StopModeAbstractInteractiveTransformer. m_StopModehow to perform the stop.protected StopModeAbstractInteractiveTransformerDialog. m_StopModehow to perform the stop.Methods in adams.flow.transformer that return StopMode Modifier and Type Method Description StopModeAbstractInteractiveTransformer. getStopMode()Returns the stop mode.StopModeAbstractInteractiveTransformerDialog. getStopMode()Returns the stop mode.Methods in adams.flow.transformer with parameters of type StopMode Modifier and Type Method Description voidAbstractInteractiveTransformer. setStopMode(StopMode value)Sets the stop mode.voidAbstractInteractiveTransformerDialog. setStopMode(StopMode value)Sets the stop mode.
-