Uses of Interface
adams.flow.core.AutomatableInteraction
-
Packages that use AutomatableInteraction Package Description adams.flow.condition.bool adams.flow.core adams.flow.source adams.flow.transformer -
-
Uses of AutomatableInteraction in adams.flow.condition.bool
Classes in adams.flow.condition.bool that implement AutomatableInteraction Modifier and Type Class Description class
PromptUser
Prompts the user to click on 'positive' or 'negative' button (negative button can be omitted).
The actor's name can be used in the message using the following placeholders:
{SHORT} - the short name
{FULL} - the full name (incl path)
Variables get expanded as well.
Can be used in a headless environment as well. -
Uses of AutomatableInteraction in adams.flow.core
Subinterfaces of AutomatableInteraction in adams.flow.core Modifier and Type Interface Description interface
AutomatableInteractiveActor
Interface for actors that interact with the user, but can also be automated, e.g., for testing purposes. -
Uses of AutomatableInteraction in adams.flow.source
Classes in adams.flow.source that implement AutomatableInteraction Modifier and Type Class Description class
AbstractSelectObjects
Ancestor for sources that promp the user to select a number of objects to be broadcasted as tokens.class
EnterManyValues
Pops up a dialog, prompting the user to enter one or more values.class
EnterValue
Pops up a dialog, prompting the user to enter a value.class
SelectCharset
Prompts the user to select a character set.class
SelectDateTime
Pops up a dialog, prompting the user to select a date/time, date or time value.class
SelectDirectory
Pops up a directory chooser dialog, prompting the user to select a directory.class
SelectFile
Pops up a file chooser dialog, prompting the user to select one or more files.class
SelectObjects
Allows the user to select an arbitrary number of objects from the specified class hierarchy using the GenericObjectArray.
It is possible to use this dialog for other objects as well that don't belong to a class hierarchy, e.g., adams.core.base.BaseString.class
WekaSelectDataset
Pops up a file chooser dialog, prompting the user to select one or more datasets.class
WekaSelectObjects
Allows the user to select an arbitrary number of Weka objects from the specified class hierarchy using the GenericObjectArray. -
Uses of AutomatableInteraction in adams.flow.transformer
Classes in adams.flow.transformer that implement AutomatableInteraction Modifier and Type Class Description class
CompareObjectLocations
Visualizes object locations (annotations and predicted) for the incoming image side-by-side.
Only forwards the image container when accepted.class
WekaChooseAttributes
Lets the user select attributes interactively to use down the track.
Internally, a weka.filters.unsupervised.attribute.Remove WEKA filter is constructed from the selection, to remove the attributes that the user didn't select.
-