Uses of Interface
adams.core.CloneHandler
-
-
Uses of CloneHandler in adams.core
Classes in adams.core that implement CloneHandler Modifier and Type Class Description classAbstractDataBackedIndex<T>Ancestor for index classes that can use names as index as well as the placeholders like 'first' and 'last'.classAbstractDataBackedRange<T>Ancestor for range classes that allow additional names in the range string, just like placeholders for 'first', 'second', etc).classAbstractDataBackedUnorderedRange<T>Ancestor for unordered range classes that allow additional names in the range string, just like placeholders for 'first', 'second', etc).classByteFormatStringWrapper for byte format strings.static classConfigurableEnumeration.AbstractItem<E extends ConfigurableEnumeration>Represents a single item of an enumeration.classIndexA simple class that translates human-readable 1-based index strings (including "first", "second", "third", "last_2", "last_1" and "last") into integer indices.classLRUCache<K,V>An LRU cache, based onLinkedHashMap.
This cache has a fixed maximum number of elements (cacheSize).classMicroSecondFormatStringWrapper for microsecond format strings.classPropertiesEnhanced java.util.Properties class.classRangeA 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").classSecondFormatStringWrapper for microsecond format strings.classUnorderedRangeLikeRange, but enforces no ordering on indices.classVariableNameWrapper around the name of a variable (= string).classVariableNameNoUpdateWrapper around the name of a variable (= string).classVariableNameValuePairWrapper for a name/value pair of a variable.classVariablesA 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 classAbstractBaseStringWrapper for a String object to be editable in the GOE.classArrayDimensionsFor defining dimensions for an array: eg [2] or [2][4][6] or [@{variable}].classAttributeTypeListWrapper for a comma-separated list of attribute types.classBaseAnnotationClass used for annotating actors in the flow.classBaseBooleanWrapper for a Boolean object to be editable in the GOE.classBaseByteWrapper for a Byte object to be editable in the GOE.classBaseCharacterWrapper for a Character object to be editable in the GOE.classBaseCharsetWrapper for aCharsetobject to be editable in the GOE.classBaseClassnameWrapper for a class name object to be editable in the GOE.classBaseColorWrapper for a Color object to be editable in the GOE.classBaseCommandLineWrapper for a commandline object to be editable in the GOE.classBaseDateWrapper for a Date string to be editable in the GOE.classBaseDateTimeWrapper for a Date/Time string to be editable in the GOE.classBaseDateTimeMsecWrapper for a Date/Time string to be editable in the GOE.classBaseDimensionWrapper for aDimensionobject to be editable in the GOE.classBaseDoubleWrapper for a Double object to be editable in the GOE.classBaseFloatWrapper for a Float object to be editable in the GOE.classBaseHostnameWrapper for internet hostnames.classBaseIntegerWrapper for an Integer object to be editable in the GOE.classBaseIntervalFor specifying mathematical intervals like (1;1.2] or [-3.1;7.8].classBaseKeyValuePairWrapper for a key/value pairs.classBaseListWrapper for a comma-separated list (String).classBaseLongWrapper for a Long object to be editable in the GOE.classBaseMarkdownWrapper for a Markdown string to be editable in the GOE.classBaseObjectSuper class for wrappers around classes like String, Integer, etc.classBasePasswordWrapper for a String object to be editable in the GOE.classBasePointDoubleWrapper for aPoint2D.Doubleobject to be editable in the GOE.classBasePointFloatWrapper for aPoint2D.Floatobject to be editable in the GOE.classBasePointIntWrapper for aPointobject (integers) to be editable in the GOE.classBaseRectangleWrapper for a rectangle object to be editable in the GOE.classBaseRegExpWrapper for a regular expression string to be editable in the GOE.classBaseShortWrapper for a Short object to be editable in the GOE.classBaseStringWrapper for a String object to be editable in the GOE.classBaseTextWrapper for a String object to be editable in the GOE.classBaseTimeWrapper for a Time string to be editable in the GOE.classBaseTimeMsecWrapper for a Time string to be editable in the GOE.classBaseURIWrapper for an URI object to be editable in the GOE.classBaseURLWrapper for an URL object to be editable in the GOE.classCronScheduleEncapsulates a cron schedule.classJsonPathExpressionEncapsulates a JSON Path expression.classLabeledRectangleWrapper for a rectangle object (with a label) to be editable in the GOE.classMat5ArrayDimensionsFor specifying the dimensions of a Matlab matrix.classMat5ArrayElementIndexFor specifying a matrix index (or matrix subset).classMatrixSubsetFor defining matrix subsets ', '. classMavenArtifactEncapsulates Maven artifacts.classMavenArtifactExclusionEncapsulates Maven artifact exclusions.classMavenRepositoryEncapsulates Maven repositories.classQuadrilateralLocationWrapper for a quadrilateral location object to be editable in the GOE.classRangedThresholdFor specifying thresholds for ranges.classXPathExpressionEncapsulates an XPath expression.classXSLTStyleSheetEncapsulates an XSLT Stylesheet. -
Uses of CloneHandler in adams.core.discovery
Classes in adams.core.discovery that implement CloneHandler Modifier and Type Class Description static classPropertyPath.PathElementRepresents 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 classPdfFontA 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 classEmailAddressWrapper 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 classGroovyScriptWrapper for a Groovy scripts to be editable in the GOE. -
Uses of CloneHandler in adams.core.tags
Classes in adams.core.tags that implement CloneHandler Modifier and Type Class Description classTagWrapper for a tag (key/value pair). -
Uses of CloneHandler in adams.data
Classes in adams.data that implement CloneHandler Modifier and Type Class Description classDateFormatStringWrapper for date/time formats.classDecimalFormatStringWrapper for decimal formats.classNotesA 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 classBin<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 classBlobContainerSimple 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 classBoofCVImageContainerImage wrapper around aImageBaseused by BoofCV. -
Uses of CloneHandler in adams.data.container
Subinterfaces of CloneHandler in adams.data.container Modifier and Type Interface Description interfaceDataContainer<T extends DataPoint>Generic Interface for data containers.interfaceDataContainerWithSpreadSheetSupport<T extends DataPoint>Data containers that can turn themselves into spreadsheets.interfaceDataPointGeneric Interface for data points.interfaceDataPointWithMetaDataInterface for DataPoint-implementing classes that also support meta-data.Classes in adams.data.container that implement CloneHandler Modifier and Type Class Description classAbstractDataContainer<T extends DataPoint>Superclass for all data structures.classAbstractDataPointSuperclass for data points.classAbstractSimpleContainer<T>Ancestor for simple containers for objects that also offers notes and a report for storing meta-data.classObjectContainerSimple container for (serializable) objects that also offers notes and a report for storing meta-data. -
Uses of CloneHandler in adams.data.conversion
Classes in adams.data.conversion that implement CloneHandler Modifier and Type Class Description static classByteArrayToDataContainer.DummyContainerDummy container.static classDataContainerToByteArray.DummyContainerDummy container.static classDataContainerToString.DummyContainerDummy container.static classStringToDataContainer.DummyContainerDummy container. -
Uses of CloneHandler in adams.data.exif.commons
Classes in adams.data.exif.commons that implement CloneHandler Modifier and Type Class Description classExifTagEnum.Item -
Uses of CloneHandler in adams.data.featureconverter
Classes in adams.data.featureconverter that implement CloneHandler Modifier and Type Class Description classHeaderDefinitionContainer for storing header information. -
Uses of CloneHandler in adams.data.image
Classes in adams.data.image that implement CloneHandler Modifier and Type Class Description classAbstractImageContainer<T>Ancestor for various image format containers.classBufferedImageBitmaskContainerContainer for storing a BufferedImage and its associated bitmask image.classBufferedImageContainerImage 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 classInstanceStores values from weka.core.Instance objects, with X being the attribute index (integer) and Y being the internal value (double).classInstancePointA 2-dimensional point (X: attribute index, Y: internal value).classWekaInstanceContainerEncapsulates aInstanceobject. -
Uses of CloneHandler in adams.data.opencv
Classes in adams.data.opencv that implement CloneHandler Modifier and Type Class Description classOpenCVImageContainerEncapsulates an OpenCV image. -
Uses of CloneHandler in adams.data.report
Classes in adams.data.report that implement CloneHandler Modifier and Type Class Description classAbstractFieldA single report field identifier.classFieldA single report field identifier.classPrefixFieldA compound filed that only displays the first half of the name.classReportData structure for a report.classSuffixFieldA 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 interfaceXYSequencePointWithErrorsExtendsDataPointto store X/Y error information as well.Classes in adams.data.sequence that implement CloneHandler Modifier and Type Class Description classXYSequenceA sequence storing 2-dimensional points.classXYSequencePointA 2-dimensional point. -
Uses of CloneHandler in adams.data.spreadsheet
Subinterfaces of CloneHandler in adams.data.spreadsheet Modifier and Type Interface Description interfaceSpreadSheetRepresents a generic spreadsheet object.Classes in adams.data.spreadsheet that implement CloneHandler Modifier and Type Class Description classDefaultSpreadSheetRepresents a generic spreadsheet object.classMetaDataSimple meta-data storage.classSheetIndexExtendedIndexclass that can use a sheet name to determine an index of a sheet as well.classSheetRangeExtendedRangeclass that also allows sheet names for specifying sheet positions (names are case-insensitive, just like placeholders for 'first', 'second', etc).classSpreadSheetColumnIndexExtendedIndexclass that can use a column name to determine an index of a column as well.classSpreadSheetColumnRangeExtendedRangeclass that also allows column names for specifying column positions (names are case-insensitive, just like placeholders for 'first', 'second', etc).classSpreadSheetRowIndexExtendedIndexclass for SpreadSheet objects.classSpreadSheetRowRangeExtendedRangeclass for SpreadSheet objects.classSpreadSheetUnorderedColumnRangeExtendedUnorderedRangeclass that also allows column names for specifying column positions (names are case-insensitive, just like placeholders for 'first', 'second', etc).classSpreadSheetUnorderedRowRangeExtendedUnorderedRangefor handling spreadsheets.classSpreadSheetViewProvides 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 classTextContainerSimple 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 classTimeseries<P extends TimeseriesPoint,R extends Report,S extends TimeseriesStatistic>Container for a full timeseries.classTimeseriesPointEncapsulates 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 classWekaAttributeIndexExtendedIndexclass that can use an attribute name to determine an index of a attribute as well.classWekaAttributeRangeExtendedRangeclass that also allows attribute names for specifying attribute positions (names are case-insensitive, just like placeholders for 'first', 'second', etc).classWekaLabelIndexExtendedIndexclass that can use a label name to determine an index of a label as well.classWekaLabelRangeExtendedRangeclass that also allows attribute names for specifying attribute positions (names are case-insensitive, just like placeholders for 'first', 'second', etc).classWekaUnorderedAttributeRangeExtendedUnorderedRangeclass 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 classAbstractDatabaseConnectionDatabaseConnection manages the interface to the database back-end.classAbstractReconnectableDatabaseConnectionAncestor for database connection classes that offer reconnecting to another URL.classConnectionParametersContainer class for connection information.classDatabaseConnectionDatabaseConnection manages the interface to the database back-end.classJdbcUrlEncapsulates a JDBC URL Performs some minimal checks.classLogEntryA simple log entry container that can be stored and retrieve in a database.classSQLStatementWrapper 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 interfaceContainerInterface for containers.interfaceContainerWithReportInterface for containers that support storing of Report objects.Classes in adams.flow.container that implement CloneHandler Modifier and Type Class Description classAbstractContainerAncestor of all containers.classAbstractFilterContainer<F extends Filter,D extends DataContainer>A container for filters and the filtered data.classControlChartContainerContainer to store control chart data.classEncapsulatedActorsContainerContainer for encapsulating actors alongside variables and storage items.classFeatureConverterContainerA container for a feature converter's raw output (header/row data).classFileBasedDatasetContainerContainer for storing file names for file-based dataset generation.classHttpRequestResultContainer for storing the results of http requests.classImageSegmentationContainerContainer for storing image segmentation annotations.classOutlierContainerA container for outlier data.classOutlierDetectorContainerContainer to store outlier detection information.classPredictionEccentricityContainerA container for prediction eccentricity data.classProcessActorContainerContainer for output from actor processors.classRemoteCommandContainerContainer to store RemoteCommand objects and associated messages as intercepted by logging handlers.classSequencePlotterContainerA container for a single plot item.classSpreadSheetCellSelectionContainerContainer for storing output from theSpreadSheetCellSelectortransformer.classTimeseriesFilterContainerContainer for spectrum filters.classTimingContainerContainer to store timing information from actor execution.classTrainTestSetContainerA container for storing train and test set.classWekaAssociatorContainerContainer for associators and their rules.classWekaAttributeSelectionContainerA container for storing results from attribute selection.classWekaClusterEvaluationContainerA container forClusterEvaluationobjects, with optional trained model.classWekaClusteringContainerA container for clusterings made by a clusterer.classWekaEvaluationContainerA container forEvaluationobjects, with optional trained model.classWekaExperimentContainerContainer for Weka experiment results.classWekaFilterContainerA container for filters and the filtered data.classWekaForecastContainerA container for forecasts made by a forecaster.classWekaForecastModelContainerSpecialized container forAbstractForecastermodels.classWekaGeneticAlgorithmContainerA container for genetic algorithms output (setup, measure, fitness).classWekaGeneticAlgorithmInitializationContainerA container for initializing genetic algorithms.classWekaModelContainerA container for models (e.g., classifier or clusterer) and an optional header of a dataset.classWekaNearestNeighborSearchContainerA container for nearest neighbor search (instance and neighborhood).classWekaPredictionContainerA container for predictions made by a classifier.classWekaTrainTestSetContainerA 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 classStorageUsed for temporary storage during flow execution.classStorageNameWrapper around the name of a storage item (= string).classVariableNameStorageNamePairWrapper 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 classAbstractActorReferenceAncestor for actor references.classCallableActorReferenceWrapper around the name of a callable classifier (= string).classEventReferenceWrapper around the name of an event (= string).classFlowVariablesEnhanced variable management, which allows referencing callable actors in variable names ("@{callable:actorname}") in order to obtain output value of actor.classNullTokenA dummy token without any payload.classTokenA wrapper object for passing data through the flow.classTriggerableEventReferenceWrapper 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 classFlowSetupManagerManages several setups. -
Uses of CloneHandler in adams.flow.sink.sequenceplotter
Classes in adams.flow.sink.sequenceplotter that implement CloneHandler Modifier and Type Class Description classSequencePlotPointExtendedXYSequencePointwhich can store X/Y error information as well.classSequencePlotSequenceExtendedXYSequence. -
Uses of CloneHandler in adams.flow.transformer.locateobjects
Classes in adams.flow.transformer.locateobjects that implement CloneHandler Modifier and Type Class Description classLocatedObjectContainer for located objects.classLocatedObjectsContainer for located objects. -
Uses of CloneHandler in adams.gui.core
Classes in adams.gui.core that implement CloneHandler Modifier and Type Class Description classAbstractAdvancedScriptAncestor for scripts with syntax highlighting in the GOE using theRSyntaxTextAreacomponent.classAbstractSimpleScriptAncestor for scripts with syntax highlighting in the GOE.classBaseShortcutWrapper for keyboard shortcuts.classStringFavoritesA helper class for managing simple favorites.static classStringFavorites.StringFavoriteContainer class for a favorite setup.static classUndo.UndoPointRepresents 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 classFavoritesA helper class for managing the GOE favorites.static classFavorites.FavoriteContainer 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 classAbstractAnalysisPanelAncestor for panels that analysis experimental results.classAbstractResultsPanelAncestor for displaying the results of an analysis.classDefaultAnalysisPanelDefault panel for analyzing results from experiments.classPlainTextResultsPanelDisplays the results in plain text.classTableResultsPanelDisplays 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 classZoomA container class for the min/max of a zoom.classZoomHandlerClass 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 classSpreadSheetRowStores values from Row objects, with X being the attribute index (integer) and Y being the internal value (double).classSpreadSheetRowPointA 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 interfaceDatasetExtendedSpreadSheetclass, providing additional machine learning functionality.Classes in adams.ml.data that implement CloneHandler Modifier and Type Class Description classDatasetViewProvides a view of another dataset.classDefaultDatasetExtendedDefaultSpreadSheetclass, providing additional machine learning functionality.classInstancesViewProvides a view of anInstancesobject. -
Uses of CloneHandler in adams.opt.optimise
Classes in adams.opt.optimise that implement CloneHandler Modifier and Type Class Description classOptDataHolds set of OptVars with current values.classOptVarOptimisation Variables. -
Uses of CloneHandler in adams.parser
Classes in adams.parser that implement CloneHandler Modifier and Type Class Description classBooleanExpressionTextWrapper for a String object to be editable in the GOE.classLookUpUpdateTextWrapper for a String object to be editable in the GOE.classMathematicalExpressionTextWrapper for a String object to be editable in the GOE.classSpreadSheetFormulaTextWrapper for a String object to be editable in the GOE.classSpreadSheetQueryTextWrapper for a String object to be editable in the GOE.classStringExpressionTextWrapper for a String object to be editable in the GOE.
-