Uses of Interface
adams.core.CloneHandler
-
-
Uses of CloneHandler in adams.core
Classes in adams.core that implement CloneHandler Modifier and Type Class Description class
AbstractDataBackedIndex<T>
Ancestor for index classes that can use names as index as well as the placeholders like 'first' and 'last'.class
AbstractDataBackedRange<T>
Ancestor for range classes that allow additional names in the range string, just like placeholders for 'first', 'second', etc).class
AbstractDataBackedUnorderedRange<T>
Ancestor for unordered range classes that allow additional names in the range string, just like placeholders for 'first', 'second', etc).class
ByteFormatString
Wrapper for byte format strings.static class
ConfigurableEnumeration.AbstractItem<E extends ConfigurableEnumeration>
Represents a single item of an enumeration.class
Index
A simple class that translates human-readable 1-based index strings (including "first", "second", "third", "last_2", "last_1" and "last") into integer indices.class
LRUCache<K,V>
An LRU cache, based onLinkedHashMap
.
This cache has a fixed maximum number of elements (cacheSize
).class
MicroSecondFormatString
Wrapper for microsecond format strings.class
Properties
Enhanced java.util.Properties class.class
Range
A class for managing a range of 1-based indices, e.g., 1-5, 3,7,9 or 1-7,9 (including "first", "second", "third", "last_2", "last_1" and "last").class
SecondFormatString
Wrapper for microsecond format strings.class
UnorderedRange
LikeRange
, but enforces no ordering on indices.class
VariableName
Wrapper around the name of a variable (= string).class
VariableNameNoUpdate
Wrapper around the name of a variable (= string).class
VariableNameValuePair
Wrapper for a name/value pair of a variable.class
Variables
A container for storing variables and their values. -
Uses of CloneHandler in adams.core.base
Classes in adams.core.base that implement CloneHandler Modifier and Type Class Description class
AbstractBaseString
Wrapper for a String object to be editable in the GOE.class
ArrayDimensions
For defining dimensions for an array: eg [2] or [2][4][6] or [@{variable}].class
AttributeTypeList
Wrapper for a comma-separated list of attribute types.class
BaseAnnotation
Class used for annotating actors in the flow.class
BaseBoolean
Wrapper for a Boolean object to be editable in the GOE.class
BaseByte
Wrapper for a Byte object to be editable in the GOE.class
BaseCharacter
Wrapper for a Character object to be editable in the GOE.class
BaseCharset
Wrapper for aCharset
object to be editable in the GOE.class
BaseClassname
Wrapper for a class name object to be editable in the GOE.class
BaseColor
Wrapper for a Color object to be editable in the GOE.class
BaseCommandLine
Wrapper for a commandline object to be editable in the GOE.class
BaseDate
Wrapper for a Date string to be editable in the GOE.class
BaseDateTime
Wrapper for a Date/Time string to be editable in the GOE.class
BaseDateTimeMsec
Wrapper for a Date/Time string to be editable in the GOE.class
BaseDimension
Wrapper for aDimension
object to be editable in the GOE.class
BaseDouble
Wrapper for a Double object to be editable in the GOE.class
BaseFloat
Wrapper for a Float object to be editable in the GOE.class
BaseHostname
Wrapper for internet hostnames.class
BaseInteger
Wrapper for an Integer object to be editable in the GOE.class
BaseInterval
For specifying mathematical intervals like (1;1.2] or [-3.1;7.8].class
BaseKeyValuePair
Wrapper for a key/value pairs.class
BaseList
Wrapper for a comma-separated list (String).class
BaseLong
Wrapper for a Long object to be editable in the GOE.class
BaseMarkdown
Wrapper for a Markdown string to be editable in the GOE.class
BaseObject
Super class for wrappers around classes like String, Integer, etc.class
BasePassword
Wrapper for a String object to be editable in the GOE.class
BasePointDouble
Wrapper for aPoint2D.Double
object to be editable in the GOE.class
BasePointFloat
Wrapper for aPoint2D.Float
object to be editable in the GOE.class
BasePointInt
Wrapper for aPoint
object (integers) to be editable in the GOE.class
BaseRectangle
Wrapper for a rectangle object to be editable in the GOE.class
BaseRegExp
Wrapper for a regular expression string to be editable in the GOE.class
BaseShort
Wrapper for a Short object to be editable in the GOE.class
BaseString
Wrapper for a String object to be editable in the GOE.class
BaseText
Wrapper for a String object to be editable in the GOE.class
BaseTime
Wrapper for a Time string to be editable in the GOE.class
BaseTimeMsec
Wrapper for a Time string to be editable in the GOE.class
BaseURI
Wrapper for an URI object to be editable in the GOE.class
BaseURL
Wrapper for an URL object to be editable in the GOE.class
CronSchedule
Encapsulates a cron schedule.class
JsonPathExpression
Encapsulates a JSON Path expression.class
LabeledRectangle
Wrapper for a rectangle object (with a label) to be editable in the GOE.class
Mat5ArrayDimensions
For specifying the dimensions of a Matlab matrix.class
Mat5ArrayElementIndex
For specifying a matrix index (or matrix subset).class
MatrixSubset
For defining matrix subsets ', '. class
MavenArtifact
Encapsulates Maven artifacts.class
MavenArtifactExclusion
Encapsulates Maven artifact exclusions.class
MavenRepository
Encapsulates Maven repositories.class
QuadrilateralLocation
Wrapper for a quadrilateral location object to be editable in the GOE.class
RangedThreshold
For specifying thresholds for ranges.class
XPathExpression
Encapsulates an XPath expression.class
XSLTStyleSheet
Encapsulates an XSLT Stylesheet. -
Uses of CloneHandler in adams.core.discovery
Classes in adams.core.discovery that implement CloneHandler Modifier and Type Class Description static class
PropertyPath.PathElement
Represents a single element of a property path. -
Uses of CloneHandler in adams.core.io
Classes in adams.core.io that implement CloneHandler Modifier and Type Class Description class
PdfFont
A helper class for PDF fonts. -
Uses of CloneHandler in adams.core.net
Classes in adams.core.net that implement CloneHandler Modifier and Type Class Description class
EmailAddress
Wrapper for a regular expression string to be editable in the GOE. -
Uses of CloneHandler in adams.core.scripting
Classes in adams.core.scripting that implement CloneHandler Modifier and Type Class Description class
GroovyScript
Wrapper for a Groovy scripts to be editable in the GOE. -
Uses of CloneHandler in adams.data
Classes in adams.data that implement CloneHandler Modifier and Type Class Description class
DateFormatString
Wrapper for date/time formats.class
DecimalFormatString
Wrapper for decimal formats.class
Notes
A helper class for the Chromatogram class for storing meta-data. -
Uses of CloneHandler in adams.data.binning
Classes in adams.data.binning that implement CloneHandler Modifier and Type Class Description class
Bin<T>
Represents a single bin. -
Uses of CloneHandler in adams.data.blob
Classes in adams.data.blob that implement CloneHandler Modifier and Type Class Description class
BlobContainer
Simple container for blob (ie byte array) objects that also offers notes and a report for storing meta-data. -
Uses of CloneHandler in adams.data.boofcv
Classes in adams.data.boofcv that implement CloneHandler Modifier and Type Class Description class
BoofCVImageContainer
Image wrapper around aImageBase
used by BoofCV. -
Uses of CloneHandler in adams.data.container
Subinterfaces of CloneHandler in adams.data.container Modifier and Type Interface Description interface
DataContainer<T extends DataPoint>
Generic Interface for data containers.interface
DataContainerWithSpreadSheetSupport<T extends DataPoint>
Data containers that can turn themselves into spreadsheets.interface
DataPoint
Generic Interface for data points.interface
DataPointWithMetaData
Interface for DataPoint-implementing classes that also support meta-data.Classes in adams.data.container that implement CloneHandler Modifier and Type Class Description class
AbstractDataContainer<T extends DataPoint>
Superclass for all data structures.class
AbstractDataPoint
Superclass for data points.class
AbstractSimpleContainer<T>
Ancestor for simple containers for objects that also offers notes and a report for storing meta-data.class
ObjectContainer
Simple container for (serializable) objects that also offers notes and a report for storing meta-data. -
Uses of CloneHandler in adams.data.exif.commons
Classes in adams.data.exif.commons that implement CloneHandler Modifier and Type Class Description class
ExifTagEnum.Item
-
Uses of CloneHandler in adams.data.featureconverter
Classes in adams.data.featureconverter that implement CloneHandler Modifier and Type Class Description class
HeaderDefinition
Container for storing header information. -
Uses of CloneHandler in adams.data.image
Classes in adams.data.image that implement CloneHandler Modifier and Type Class Description class
AbstractImageContainer<T>
Ancestor for various image format containers.class
BufferedImageBitmaskContainer
Container for storing a BufferedImage and its associated bitmask image.class
BufferedImageContainer
Image wrapper around a BufferedImage used by JAI. -
Uses of CloneHandler in adams.data.instance
Classes in adams.data.instance that implement CloneHandler Modifier and Type Class Description class
Instance
Stores values from weka.core.Instance objects, with X being the attribute index (integer) and Y being the internal value (double).class
InstancePoint
A 2-dimensional point (X: attribute index, Y: internal value).class
WekaInstanceContainer
Encapsulates aInstance
object. -
Uses of CloneHandler in adams.data.opencv
Classes in adams.data.opencv that implement CloneHandler Modifier and Type Class Description class
OpenCVImageContainer
Encapsulates an OpenCV image. -
Uses of CloneHandler in adams.data.report
Classes in adams.data.report that implement CloneHandler Modifier and Type Class Description class
AbstractField
A single report field identifier.class
Field
A single report field identifier.class
PrefixField
A compound filed that only displays the first half of the name.class
Report
Data structure for a report.class
SuffixField
A compound filed that only displays the second half of the name. -
Uses of CloneHandler in adams.data.sequence
Subinterfaces of CloneHandler in adams.data.sequence Modifier and Type Interface Description interface
XYSequencePointWithErrors
ExtendsDataPoint
to store X/Y error information as well.Classes in adams.data.sequence that implement CloneHandler Modifier and Type Class Description class
XYSequence
A sequence storing 2-dimensional points.class
XYSequencePoint
A 2-dimensional point. -
Uses of CloneHandler in adams.data.spreadsheet
Subinterfaces of CloneHandler in adams.data.spreadsheet Modifier and Type Interface Description interface
SpreadSheet
Represents a generic spreadsheet object.Classes in adams.data.spreadsheet that implement CloneHandler Modifier and Type Class Description class
DefaultSpreadSheet
Represents a generic spreadsheet object.class
MetaData
Simple meta-data storage.class
SheetIndex
ExtendedIndex
class that can use a sheet name to determine an index of a sheet as well.class
SheetRange
ExtendedRange
class that also allows sheet names for specifying sheet positions (names are case-insensitive, just like placeholders for 'first', 'second', etc).class
SpreadSheetColumnIndex
ExtendedIndex
class that can use a column name to determine an index of a column as well.class
SpreadSheetColumnRange
ExtendedRange
class that also allows column names for specifying column positions (names are case-insensitive, just like placeholders for 'first', 'second', etc).class
SpreadSheetRowIndex
ExtendedIndex
class for SpreadSheet objects.class
SpreadSheetRowRange
ExtendedRange
class for SpreadSheet objects.class
SpreadSheetUnorderedColumnRange
ExtendedUnorderedRange
class that also allows column names for specifying column positions (names are case-insensitive, just like placeholders for 'first', 'second', etc).class
SpreadSheetUnorderedRowRange
ExtendedUnorderedRange
for handling spreadsheets.class
SpreadSheetView
Provides a view of another spreadsheet. -
Uses of CloneHandler in adams.data.text
Classes in adams.data.text that implement CloneHandler Modifier and Type Class Description class
TextContainer
Simple container for text objects that also offers notes and a report for storing meta-data. -
Uses of CloneHandler in adams.data.timeseries
Classes in adams.data.timeseries that implement CloneHandler Modifier and Type Class Description class
Timeseries<P extends TimeseriesPoint,R extends Report,S extends TimeseriesStatistic>
Container for a full timeseries.class
TimeseriesPoint
Encapsulates a single data point of a timeseries. -
Uses of CloneHandler in adams.data.weka
Classes in adams.data.weka that implement CloneHandler Modifier and Type Class Description class
WekaAttributeIndex
ExtendedIndex
class that can use an attribute name to determine an index of a attribute as well.class
WekaAttributeRange
ExtendedRange
class that also allows attribute names for specifying attribute positions (names are case-insensitive, just like placeholders for 'first', 'second', etc).class
WekaLabelIndex
ExtendedIndex
class that can use a label name to determine an index of a label as well.class
WekaLabelRange
ExtendedRange
class that also allows attribute names for specifying attribute positions (names are case-insensitive, just like placeholders for 'first', 'second', etc).class
WekaUnorderedAttributeRange
ExtendedUnorderedRange
class that also allows attribute names for specifying attribute positions (names are case-insensitive, just like placeholders for 'first', 'second', etc). -
Uses of CloneHandler in adams.db
Classes in adams.db that implement CloneHandler Modifier and Type Class Description class
AbstractDatabaseConnection
DatabaseConnection manages the interface to the database back-end.class
AbstractReconnectableDatabaseConnection
Ancestor for database connection classes that offer reconnecting to another URL.class
ConnectionParameters
Container class for connection information.class
DatabaseConnection
DatabaseConnection manages the interface to the database back-end.class
JdbcUrl
Encapsulates a JDBC URL Performs some minimal checks.class
LogEntry
A simple log entry container that can be stored and retrieve in a database.class
SQLStatement
Wrapper for a SQL statement to be editable in the GOE. -
Uses of CloneHandler in adams.flow.container
Subinterfaces of CloneHandler in adams.flow.container Modifier and Type Interface Description interface
Container
Interface for containers.interface
ContainerWithReport
Interface for containers that support storing of Report objects.Classes in adams.flow.container that implement CloneHandler Modifier and Type Class Description class
AbstractContainer
Ancestor of all containers.class
AbstractFilterContainer<F extends Filter,D extends DataContainer>
A container for filters and the filtered data.class
ControlChartContainer
Container to store control chart data.class
EncapsulatedActorsContainer
Container for encapsulating actors alongside variables and storage items.class
FeatureConverterContainer
A container for a feature converter's raw output (header/row data).class
FileBasedDatasetContainer
Container for storing file names for file-based dataset generation.class
HttpRequestResult
Container for storing the results of http requests.class
ImageSegmentationContainer
Container for storing image segmentation annotations.class
OutlierContainer
A container for outlier data.class
OutlierDetectorContainer
Container to store outlier detection information.class
PredictionEccentricityContainer
A container for prediction eccentricity data.class
ProcessActorContainer
Container for output from actor processors.class
RemoteCommandContainer
Container to store RemoteCommand objects and associated messages as intercepted by logging handlers.class
SequencePlotterContainer
A container for a single plot item.class
SpreadSheetCellSelectionContainer
Container for storing output from theSpreadSheetCellSelector
transformer.class
TimeseriesFilterContainer
Container for spectrum filters.class
TimingContainer
Container to store timing information from actor execution.class
TrainTestSetContainer
A container for storing train and test set.class
WekaAssociatorContainer
Container for associators and their rules.class
WekaAttributeSelectionContainer
A container for storing results from attribute selection.class
WekaClusterEvaluationContainer
A container forClusterEvaluation
objects, with optional trained model.class
WekaClusteringContainer
A container for clusterings made by a clusterer.class
WekaEvaluationContainer
A container forEvaluation
objects, with optional trained model.class
WekaExperimentContainer
Container for Weka experiment results.class
WekaFilterContainer
A container for filters and the filtered data.class
WekaForecastContainer
A container for forecasts made by a forecaster.class
WekaForecastModelContainer
Specialized container forAbstractForecaster
models.class
WekaGeneticAlgorithmContainer
A container for genetic algorithms output (setup, measure, fitness).class
WekaGeneticAlgorithmInitializationContainer
A container for initializing genetic algorithms.class
WekaModelContainer
A container for models (e.g., classifier or clusterer) and an optional header of a dataset.class
WekaNearestNeighborSearchContainer
A container for nearest neighbor search (instance and neighborhood).class
WekaPredictionContainer
A container for predictions made by a classifier.class
WekaTrainTestSetContainer
A container for storing train and test set. -
Uses of CloneHandler in adams.flow.control
Classes in adams.flow.control that implement CloneHandler Modifier and Type Class Description class
Storage
Used for temporary storage during flow execution.class
StorageName
Wrapper around the name of a storage item (= string).class
VariableNameStorageNamePair
Wrapper for a variable name/storage name pair. -
Uses of CloneHandler in adams.flow.core
Classes in adams.flow.core that implement CloneHandler Modifier and Type Class Description class
AbstractActorReference
Ancestor for actor references.class
CallableActorReference
Wrapper around the name of a callable classifier (= string).class
EventReference
Wrapper around the name of an event (= string).class
FlowVariables
Enhanced variable management, which allows referencing callable actors in variable names ("@{callable:actorname}") in order to obtain output value of actor.class
NullToken
A dummy token without any payload.class
Token
A wrapper object for passing data through the flow.class
TriggerableEventReference
Wrapper around the name of a triggerable event (= string). -
Uses of CloneHandler in adams.flow.setup
Classes in adams.flow.setup that implement CloneHandler Modifier and Type Class Description class
FlowSetupManager
Manages several setups. -
Uses of CloneHandler in adams.flow.sink.sequenceplotter
Classes in adams.flow.sink.sequenceplotter that implement CloneHandler Modifier and Type Class Description class
SequencePlotPoint
ExtendedXYSequencePoint
which can store X/Y error information as well.class
SequencePlotSequence
ExtendedXYSequence
. -
Uses of CloneHandler in adams.flow.transformer.locateobjects
Classes in adams.flow.transformer.locateobjects that implement CloneHandler Modifier and Type Class Description class
LocatedObject
Container for located objects.class
LocatedObjects
Container for located objects. -
Uses of CloneHandler in adams.gui.core
Classes in adams.gui.core that implement CloneHandler Modifier and Type Class Description class
AbstractAdvancedScript
Ancestor for scripts with syntax highlighting in the GOE using theRSyntaxTextArea
component.class
AbstractSimpleScript
Ancestor for scripts with syntax highlighting in the GOE.class
BaseShortcut
Wrapper for keyboard shortcuts.static class
Undo.UndoPoint
Represents a single undo point, i.e., data and comment. -
Uses of CloneHandler in adams.gui.goe
Classes in adams.gui.goe that implement CloneHandler Modifier and Type Class Description class
Favorites
A helper class for managing the GOE favorites.static class
Favorites.Favorite
Container class for a favorite setup. -
Uses of CloneHandler in adams.gui.tools.wekamultiexperimenter.analysis
Classes in adams.gui.tools.wekamultiexperimenter.analysis that implement CloneHandler Modifier and Type Class Description class
AbstractAnalysisPanel
Ancestor for panels that analysis experimental results.class
AbstractResultsPanel
Ancestor for displaying the results of an analysis.class
DefaultAnalysisPanel
Default panel for analyzing results from experiments.class
PlainTextResultsPanel
Displays the results in plain text.class
TableResultsPanel
Displays the results in a table. -
Uses of CloneHandler in adams.gui.visualization.core.axis
Classes in adams.gui.visualization.core.axis that implement CloneHandler Modifier and Type Class Description class
Zoom
A container class for the min/max of a zoom.class
ZoomHandler
Class for handling zooms. -
Uses of CloneHandler in adams.gui.visualization.spreadsheet
Classes in adams.gui.visualization.spreadsheet that implement CloneHandler Modifier and Type Class Description class
SpreadSheetRow
Stores values from Row objects, with X being the attribute index (integer) and Y being the internal value (double).class
SpreadSheetRowPoint
A 2-dimensional point (X: attribute index, Y: internal value). -
Uses of CloneHandler in adams.ml.data
Subinterfaces of CloneHandler in adams.ml.data Modifier and Type Interface Description interface
Dataset
ExtendedSpreadSheet
class, providing additional machine learning functionality.Classes in adams.ml.data that implement CloneHandler Modifier and Type Class Description class
DatasetView
Provides a view of another dataset.class
DefaultDataset
ExtendedDefaultSpreadSheet
class, providing additional machine learning functionality.class
InstancesView
Provides a view of anInstances
object. -
Uses of CloneHandler in adams.opt.optimise
Classes in adams.opt.optimise that implement CloneHandler Modifier and Type Class Description class
OptData
Holds set of OptVars with current values.class
OptVar
Optimisation Variables. -
Uses of CloneHandler in adams.parser
Classes in adams.parser that implement CloneHandler Modifier and Type Class Description class
BooleanExpressionText
Wrapper for a String object to be editable in the GOE.class
LookUpUpdateText
Wrapper for a String object to be editable in the GOE.class
MathematicalExpressionText
Wrapper for a String object to be editable in the GOE.class
SpreadSheetFormulaText
Wrapper for a String object to be editable in the GOE.class
SpreadSheetQueryText
Wrapper for a String object to be editable in the GOE.class
StringExpressionText
Wrapper for a String object to be editable in the GOE.
-