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 classPromptUserPrompts 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 interfaceAutomatableInteractiveActorInterface 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 classAbstractSelectObjectsAncestor for sources that promp the user to select a number of objects to be broadcasted as tokens.classEnterManyValuesPops up a dialog, prompting the user to enter one or more values.classEnterValuePops up a dialog, prompting the user to enter a value.classSelectCharsetPrompts the user to select a character set.classSelectDateTimePops up a dialog, prompting the user to select a date/time, date or time value.classSelectDirectoryPops up a directory chooser dialog, prompting the user to select a directory.classSelectFilePops up a file chooser dialog, prompting the user to select one or more files.classSelectObjectsAllows 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.classWekaSelectDatasetPops up a file chooser dialog, prompting the user to select one or more datasets.classWekaSelectObjectsAllows 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 classCompareObjectLocationsVisualizes object locations (annotations and predicted) for the incoming image side-by-side.
Only forwards the image container when accepted.classWekaChooseAttributesLets 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.
-