Uses of Class
adams.core.base.BaseText
-
-
Uses of BaseText in adams.core.command
Fields in adams.core.command declared as BaseText Modifier and Type Field Description protected BaseText
AbstractAsyncCapableExternalCommandWithOptions. m_OptionsString
the options as single string.protected BaseText
AbstractExternalCommandWithOptions. m_OptionsString
the options as single string.Methods in adams.core.command that return BaseText Modifier and Type Method Description BaseText
AbstractAsyncCapableExternalCommandWithOptions. getOptionsString()
Returns the options for the command as single string.BaseText
AbstractExternalCommandWithOptions. getOptionsString()
Returns the options for the command as single string.BaseText
ExternalCommandWithOptions. getOptionsString()
Returns the options for the command as single string.Methods in adams.core.command with parameters of type BaseText Modifier and Type Method Description void
AbstractAsyncCapableExternalCommandWithOptions. setOptionsString(BaseText value)
Sets the options for the command.void
AbstractExternalCommandWithOptions. setOptionsString(BaseText value)
Sets the options for the command.void
ExternalCommandWithOptions. setOptionsString(BaseText value)
Sets the options for the command. -
Uses of BaseText in adams.core.scripting
Methods in adams.core.scripting that return BaseText Modifier and Type Method Description BaseText
FileBasedScriptingWithOptions. getScriptOptions()
Gets the script options.Methods in adams.core.scripting with parameters of type BaseText Modifier and Type Method Description void
FileBasedScriptingWithOptions. setScriptOptions(BaseText value)
Sets the script options. -
Uses of BaseText in adams.data.boofcv.features
Methods in adams.data.boofcv.features that return BaseText Modifier and Type Method Description BaseText
AbstractScriptedFeatureGenerator. getScriptOptions()
Gets the script options.Methods in adams.data.boofcv.features with parameters of type BaseText Modifier and Type Method Description void
AbstractScriptedFeatureGenerator. setScriptOptions(BaseText value)
Sets the script options. -
Uses of BaseText in adams.data.boofcv.transformer
Methods in adams.data.boofcv.transformer that return BaseText Modifier and Type Method Description BaseText
AbstractScriptedTransformer. getScriptOptions()
Gets the script options.Methods in adams.data.boofcv.transformer with parameters of type BaseText Modifier and Type Method Description void
AbstractScriptedTransformer. setScriptOptions(BaseText value)
Sets the script options. -
Uses of BaseText in adams.data.conversion
Methods in adams.data.conversion that return BaseText Modifier and Type Method Description BaseText
AbstractScriptedConversion. getScriptOptions()
Gets the script options.Methods in adams.data.conversion with parameters of type BaseText Modifier and Type Method Description void
AbstractScriptedConversion. setScriptOptions(BaseText value)
Sets the script options. -
Uses of BaseText in adams.data.filter
Methods in adams.data.filter that return BaseText Modifier and Type Method Description BaseText
AbstractScriptedFilter. getScriptOptions()
Gets the script options.Methods in adams.data.filter with parameters of type BaseText Modifier and Type Method Description void
AbstractScriptedFilter. setScriptOptions(BaseText value)
Sets the script options. -
Uses of BaseText in adams.data.image.features
Methods in adams.data.image.features that return BaseText Modifier and Type Method Description BaseText
AbstractScriptedFeatureGenerator. getScriptOptions()
Gets the script options.Methods in adams.data.image.features with parameters of type BaseText Modifier and Type Method Description void
AbstractScriptedFeatureGenerator. setScriptOptions(BaseText value)
Sets the script options. -
Uses of BaseText in adams.data.image.transformer
Methods in adams.data.image.transformer that return BaseText Modifier and Type Method Description BaseText
AbstractScriptedTransformer. getScriptOptions()
Gets the script options.Methods in adams.data.image.transformer with parameters of type BaseText Modifier and Type Method Description void
AbstractScriptedTransformer. setScriptOptions(BaseText value)
Sets the script options. -
Uses of BaseText in adams.data.jai.transformer
Methods in adams.data.jai.transformer that return BaseText Modifier and Type Method Description BaseText
AbstractScriptedTransformer. getScriptOptions()
Gets the script options.Methods in adams.data.jai.transformer with parameters of type BaseText Modifier and Type Method Description void
AbstractScriptedTransformer. setScriptOptions(BaseText value)
Sets the script options. -
Uses of BaseText in adams.data.opencv.features
Methods in adams.data.opencv.features that return BaseText Modifier and Type Method Description BaseText
AbstractScriptedFeatureGenerator. getScriptOptions()
Gets the script options.Methods in adams.data.opencv.features with parameters of type BaseText Modifier and Type Method Description void
AbstractScriptedFeatureGenerator. setScriptOptions(BaseText value)
Sets the script options. -
Uses of BaseText in adams.data.opencv.transformer
Methods in adams.data.opencv.transformer that return BaseText Modifier and Type Method Description BaseText
AbstractScriptedTransformer. getScriptOptions()
Gets the script options.Methods in adams.data.opencv.transformer with parameters of type BaseText Modifier and Type Method Description void
AbstractScriptedTransformer. setScriptOptions(BaseText value)
Sets the script options. -
Uses of BaseText in adams.data.outlier
Methods in adams.data.outlier that return BaseText Modifier and Type Method Description BaseText
AbstractScriptedOutlierDetector. getScriptOptions()
Gets the script options.Methods in adams.data.outlier with parameters of type BaseText Modifier and Type Method Description void
AbstractScriptedOutlierDetector. setScriptOptions(BaseText value)
Sets the script options. -
Uses of BaseText in adams.data.report
Methods in adams.data.report that return BaseText Modifier and Type Method Description BaseText
AbstractScriptedReportFilter. getScriptOptions()
Gets the script options.Methods in adams.data.report with parameters of type BaseText Modifier and Type Method Description void
AbstractScriptedReportFilter. setScriptOptions(BaseText value)
Sets the script options. -
Uses of BaseText in adams.flow.condition.bool
Methods in adams.flow.condition.bool that return BaseText Modifier and Type Method Description BaseText
AbstractScriptedCondition. getScriptOptions()
Gets the script options.Methods in adams.flow.condition.bool with parameters of type BaseText Modifier and Type Method Description void
AbstractScriptedCondition. setScriptOptions(BaseText value)
Sets the script options. -
Uses of BaseText in adams.flow.core
Methods in adams.flow.core that return BaseText Modifier and Type Method Description BaseText
AbstractScriptedActor. getScriptOptions()
Gets the script options.Methods in adams.flow.core with parameters of type BaseText Modifier and Type Method Description void
AbstractScriptedActor. setScriptOptions(BaseText value)
Sets the script options. -
Uses of BaseText in adams.flow.sink
Fields in adams.flow.sink declared as BaseText Modifier and Type Field Description protected BaseText
Exec. m_Command
the command to run.Methods in adams.flow.sink that return BaseText Modifier and Type Method Description BaseText
Exec. getCommand()
Returns the command to run.Methods in adams.flow.sink with parameters of type BaseText Modifier and Type Method Description void
Exec. setCommand(BaseText value)
Sets the command to run. -
Uses of BaseText in adams.flow.sink.sendnotification
Fields in adams.flow.sink.sendnotification declared as BaseText Modifier and Type Field Description protected BaseText
Console. m_Prefix
a custom prefix.protected BaseText
Email. m_Signature
the signature.Methods in adams.flow.sink.sendnotification that return BaseText Modifier and Type Method Description BaseText
Console. getPrefix()
Returns the class label index (1-based index).BaseText
Email. getSignature()
Returns the body of the email.Methods in adams.flow.sink.sendnotification with parameters of type BaseText Modifier and Type Method Description void
Console. setPrefix(BaseText value)
Sets the class label index (1-based index).void
Email. setSignature(BaseText value)
Sets the body of the email. -
Uses of BaseText in adams.flow.source
Fields in adams.flow.source declared as BaseText Modifier and Type Field Description protected BaseText
NewSpreadSheet. m_Columns
the comma-separated list of column headers.protected BaseText
Command. m_Command
the command to run.protected BaseText
Exec. m_Command
the command to run.protected BaseText
NewSpreadSheet. m_Comments
the initial comments to use.protected BaseText
PythonVenvExec. m_ExecutableOptions
the options for the executable.protected BaseText
CombineStorage. m_Expression
the expression containing the variables/storage placeholders.protected BaseText
CombineVariables. m_Expression
the expression containing the variables.protected BaseText
PipExec. m_Options
the options for pip.protected BaseText
PythonExec. m_ScriptOptions
the options for the script.Methods in adams.flow.source that return BaseText Modifier and Type Method Description BaseText
NewSpreadSheet. getColumns()
Returns the comma-separated list of column names.BaseText
Command. getCommand()
Returns the command to run.BaseText
Exec. getCommand()
Returns the command to run.BaseText
NewSpreadSheet. getComments()
Returns the comments to use.BaseText
PythonVenvExec. getExecutableOptions()
Returns the command-line options for the executable.BaseText
CombineStorage. getExpression()
Returns the expression for combining the variables/storage placeholders.BaseText
CombineVariables. getExpression()
Returns the expression for combining the variables.BaseText
PipExec. getOptions()
Returns the options for pip.BaseText
PythonExec. getScriptOptions()
Returns the command-line options for the script.Methods in adams.flow.source with parameters of type BaseText Modifier and Type Method Description void
NewSpreadSheet. setColumns(BaseText value)
Sets the comma-separated list of column names.void
Command. setCommand(BaseText value)
Sets the command to run.void
Exec. setCommand(BaseText value)
Sets the command to run.void
NewSpreadSheet. setComments(BaseText value)
Sets the comments to use.void
PythonVenvExec. setExecutableOptions(BaseText value)
Sets the command-line options for the executable.void
CombineStorage. setExpression(BaseText value)
Sets the expression for combining the variables/storage placeholders.void
CombineVariables. setExpression(BaseText value)
Sets the expression for combining the variables.void
PipExec. setOptions(BaseText value)
Sets the options for pip.void
PythonExec. setScriptOptions(BaseText value)
Sets the command-line options for the script. -
Uses of BaseText in adams.flow.standalone
Fields in adams.flow.standalone declared as BaseText Modifier and Type Field Description protected BaseText
MemoryMonitor. m_MessageTemplate
the notification message template.protected BaseText
SetVariable. m_VariableValue
the value of the variable.Methods in adams.flow.standalone that return BaseText Modifier and Type Method Description BaseText
MemoryMonitor. getMessageTemplate()
Returns the message template to use.BaseText
SetVariable. getVariableValue()
Returns the value of the variable to update.Methods in adams.flow.standalone with parameters of type BaseText Modifier and Type Method Description void
MemoryMonitor. setMessageTemplate(BaseText value)
Sets the message template to use.void
SetVariable. setVariableValue(BaseText value)
Sets the value of the variable to update.Constructors in adams.flow.standalone with parameters of type BaseText Constructor Description SetVariable(VariableName name, BaseText value)
Constructor for setting variable name and value. -
Uses of BaseText in adams.flow.template
Methods in adams.flow.template that return BaseText Modifier and Type Method Description BaseText
AbstractScriptedTemplate. getScriptOptions()
Gets the script options.Methods in adams.flow.template with parameters of type BaseText Modifier and Type Method Description void
AbstractScriptedTemplate. setScriptOptions(BaseText value)
Sets the script options. -
Uses of BaseText in adams.flow.transformer
Fields in adams.flow.transformer declared as BaseText Modifier and Type Field Description protected BaseText
CreateEmail. m_Body
the body.protected BaseText
WekaClusterEvaluationSummary. m_Comment
an optional comment to output.protected BaseText
WekaEvaluationSummary. m_Comment
an optional comment to output.protected BaseText
SpreadSheetAppendComments. m_Comments
the comments to append.protected BaseText
CreateEmail. m_Signature
the signature.protected BaseText
SetVariable. m_VariableValue
the optional fixed value.Methods in adams.flow.transformer that return BaseText Modifier and Type Method Description BaseText
CreateEmail. getBody()
Returns the body of the email.BaseText
WekaClusterEvaluationSummary. getComment()
Returns the comment to output in the summary.BaseText
WekaEvaluationSummary. getComment()
Returns the comment to output in the summary.BaseText
SpreadSheetAppendComments. getComments()
Returns the comments to use.BaseText
CreateEmail. getSignature()
Returns the body of the email.BaseText
SetVariable. getVariableValue()
Returns the fixed value to use instead of current token.Methods in adams.flow.transformer with parameters of type BaseText Modifier and Type Method Description void
CreateEmail. setBody(BaseText value)
Sets the body of the email.void
WekaClusterEvaluationSummary. setComment(BaseText value)
Sets the comment to output in the summary.void
WekaEvaluationSummary. setComment(BaseText value)
Sets the comment to output in the summary.void
SpreadSheetAppendComments. setComments(BaseText value)
Sets the comments to use.void
CreateEmail. setSignature(BaseText value)
Sets the body of the email.void
SetVariable. setVariableValue(BaseText value)
Sets the fixed value to use instead of current token.Constructors in adams.flow.transformer with parameters of type BaseText Constructor Description SetVariable(VariableName name, BaseText value)
Constructor for setting variable name and value. -
Uses of BaseText in adams.flow.transformer.pdfgenerate
Methods in adams.flow.transformer.pdfgenerate that return BaseText Modifier and Type Method Description BaseText
AbstractScriptedPDFGenerator. getScriptOptions()
Gets the script options.Methods in adams.flow.transformer.pdfgenerate with parameters of type BaseText Modifier and Type Method Description void
AbstractScriptedPDFGenerator. setScriptOptions(BaseText value)
Sets the script options. -
Uses of BaseText in adams.flow.transformer.pdfproclet
Fields in adams.flow.transformer.pdfproclet declared as BaseText Modifier and Type Field Description protected BaseText
Headline. m_Headline
the headline to add.protected BaseText
MetaHeadline. m_Headline
the headline to add.protected BaseText
FixedText. m_TextContent
the content to add.Methods in adams.flow.transformer.pdfproclet that return BaseText Modifier and Type Method Description BaseText
Headline. getHeadline()
Returns the headline to add.BaseText
MetaHeadline. getHeadline()
Returns the headline to add.BaseText
FixedText. getTextContent()
Returns the text to insert (variables get expanded automatically).Methods in adams.flow.transformer.pdfproclet with parameters of type BaseText Modifier and Type Method Description void
Headline. setHeadline(BaseText value)
Sets the headline to add.void
MetaHeadline. setHeadline(BaseText value)
Sets the headline to add.void
FixedText. setTextContent(BaseText value)
Sets the text to insert (variables get expanded automatically). -
Uses of BaseText in adams.gui.chooser
Methods in adams.gui.chooser that return BaseText Modifier and Type Method Description protected BaseText
BaseTextChooserPanel. doChoose()
Performs the actual choosing of an object.protected BaseText
BaseTextChooserPanel. fromString(String value)
Converts the string representation into its object representation.Methods in adams.gui.chooser with parameters of type BaseText Modifier and Type Method Description protected String
BaseTextChooserPanel. toString(BaseText value)
Converts the value into its string representation, i.e., back quoted.Constructors in adams.gui.chooser with parameters of type BaseText Constructor Description BaseTextChooserPanel(BaseText text)
Initializes the panel with the given text. -
Uses of BaseText in adams.gui.tools.wekamultiexperimenter.experiment
Fields in adams.gui.tools.wekamultiexperimenter.experiment declared as BaseText Modifier and Type Field Description protected BaseText
AbstractExperiment. m_Notes
the notes for the experiment.Methods in adams.gui.tools.wekamultiexperimenter.experiment that return BaseText Modifier and Type Method Description BaseText
AbstractExperiment. getNotes()
Returns the notes for the experiment.Methods in adams.gui.tools.wekamultiexperimenter.experiment with parameters of type BaseText Modifier and Type Method Description void
AbstractExperiment. setNotes(BaseText value)
Sets the notes for the experiment. -
Uses of BaseText in adams.gui.visualization.multiobjectexport
Fields in adams.gui.visualization.multiobjectexport declared as BaseText Modifier and Type Field Description protected BaseText
EmailExport. m_Body
the body.Methods in adams.gui.visualization.multiobjectexport that return BaseText Modifier and Type Method Description BaseText
EmailExport. getBody()
Returns the body of the email.Methods in adams.gui.visualization.multiobjectexport with parameters of type BaseText Modifier and Type Method Description void
EmailExport. setBody(BaseText value)
Sets the body of the email. -
Uses of BaseText in adams.scripting.command.basic
Fields in adams.scripting.command.basic declared as BaseText Modifier and Type Field Description protected BaseText
Text. m_Text
the text to send.Methods in adams.scripting.command.basic that return BaseText Modifier and Type Method Description BaseText
Text. getText()
Returns the text to send.Methods in adams.scripting.command.basic with parameters of type BaseText Modifier and Type Method Description void
Text. setText(BaseText value)
Sets the text to send. -
Uses of BaseText in adams.tools
Methods in adams.tools that return BaseText Modifier and Type Method Description BaseText
AbstractScriptedTool. getScriptOptions()
Gets the script options.Methods in adams.tools with parameters of type BaseText Modifier and Type Method Description void
AbstractScriptedTool. setScriptOptions(BaseText value)
Sets the script options.
-