Uses of Package
adams.core
-
Classes in adams.core used by adams.console Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size.Stoppable Interface for objects that can be stopped externally.StoppableWithFeedback Interface for objects that can be stopped externally. -
Classes in adams.core used by adams.core Class Description AbstractDataBackedIndex Ancestor for index classes that can use names as index as well as the placeholders like 'first' and 'last'.AbstractDataBackedRange Ancestor for range classes that allow additional names in the range string, just like placeholders for 'first', 'second', etc).AbstractDataBackedUnorderedRange Ancestor for unordered range classes that allow additional names in the range string, just like placeholders for 'first', 'second', etc).AbstractFileBasedHistory History for file objects.AbstractHistory Ancestor for classes maintaining a history of objects.AbstractPersistentHistory Ancestor of classes for maintaining a history of objects that are stored on disk.AutoOnOff Enum that has three states: auto|on|off.BasicDateTimeType Basic date/time types.BusinessDays Enum for defining business days.ByteFormat Formatting class for turning byte amounts into kb, mb, etc.ByteFormat.Unit The available units.ClassCompatibilityChecker Interface for compatibility checkers.ClassLister Determines the classnames of superclasses that are to be displayed in the GUI for instance.CleanUpHandler Interface for classes that support cleaning up of memory.CloneHandler Interface for getting around the problem with Java's design flaw in regards to interfaces cannot specify the clone method.ConfigurableEnumeration A more flexible way for enumerations.ConfigurableEnumeration.AbstractItem Represents a single item of an enumeration.CrossReference Ancestor for cross-reference interfaces.CustomDisplayStringProvider For classes that do not implement the OptionHandler interface and want to provide a custom display string in the GenericObjectEditor, which is more descriptive than the class name.DateFormat A threadsafe class for date formatting/parsing.DateTime A thin wrapper to distinguish between date and date/time.DateTimeType Lists various date/time types.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.DiffUtils.SideBySideDiff Container object for a side-by-side diff.EnumWithCustomDisplay For Enum classes that require a custom display string.EnumWithCustomParsing Interface for enums that have a custom parse method.ExampleProvider Interface for classes that provide examples for usage, etc.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.HelpProvider Interface for classes that provide some kind of help.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.JsonDataType The data types for JSON.LRUCache An LRU cache, based onLinkedHashMap
.
This cache has a fixed maximum number of elements (cacheSize
).Memory A little helper class for Memory management.Mergeable For objects that allow merging.MessageCollection Container for collecting messages.MicroSecondFormat Formatting class for turning byte amounts into kb, mb, etc.MicroSecondFormat.Unit The available units.MultiAttemptSupporter Interface for classes that support multiple attempts.NamedCounter Provides counters that can be referenced by a name.NewInstance For instantiating objects, with or without custom constructor.ObjectCopyHelper.CopyType How to copy an object.PasswordSupporter Interface for classes that handle a password.Placeholders A class for accessing the system-wide defined placeholders.PositionType Enumeration for positions.Properties Enhanced java.util.Properties class.PropertiesDataType Data types that theProperties
class handles.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.Randomizable For classes that support seeded randomization in some sense.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").Range.SubRange Represents a sub-range, either a single number of from-to.SecondFormat Formatting class for turning byte amounts into kb, mb, etc.SecondFormat.Unit The available units.SerializableObject Interface for classes that handle their own serialization/deserialization.ShorteningType Determines where to shorten the comments.SimpleTimer Simple class for generating timings.SizeOfHandler Interface for classes that allow querying the objct size.StaticClassLister Loads class names listed in props files, for cases when dynamic class discovery is not available (e.g., JUnit tests).StatusMessageHandler Interface for classes that can display a message string.Stoppable Interface for objects that can be stopped externally.StoppableWithFeedback Interface for objects that can be stopped externally.TechnicalInformation Used for paper references in the Javadoc and for BibTex generation.TechnicalInformation.Field the possible fields.TechnicalInformation.Type the different types of information.TechnicalInformationHandler For classes that are based on some kind of publications.Time A thin wrapper to distinguish between date and time.Trie.TrieNode Represents a node in the trie.TriState Enum that enhances a boolean to have a third state: not set.UnorderedRange LikeRange
, but enforces no ordering on indices.VariableName Wrapper around the name of a variable (= string).Variables A container for storing variables and their values.VariablesInspectionHandler Interface for classes that can restrict the inspection of certain classes.WrapperHashSet An extended HashSet that wraps its objects in a wrapper object before storing them in a HashSet.WrapperHashSet.Wrapper The class that wraps.XPathResult Enumeration for the types of output XPath can generate. -
Classes in adams.core used by adams.core.base Class Description BusinessDays Enum for defining business days.CloneHandler Interface for getting around the problem with Java's design flaw in regards to interfaces cannot specify the clone method.DateFormat A threadsafe class for date formatting/parsing.DateTime A thin wrapper to distinguish between date and date/time.DateTimeMsec A thin wrapper to distinguish between date/teim and date/time msec.DateValueSupporter Interface for classes that support date values.HelpProvider Interface for classes that provide some kind of help.Properties Enhanced java.util.Properties 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").Time A thin wrapper to distinguish between date and time.TimeMsec A thin wrapper to distinguish between date and time/msec. -
Classes in adams.core used by adams.core.classmanager Class Description SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.core.command Class Description CleanUpHandler Interface for classes that support cleaning up of memory.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size.Stoppable Interface for objects that can be stopped externally.StoppableWithFeedback Interface for objects that can be stopped externally. -
Classes in adams.core used by adams.core.command.output Class Description CleanUpHandler Interface for classes that support cleaning up of memory.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.core.command.stderr Class Description CleanUpHandler Interface for classes that support cleaning up of memory.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.core.command.stdout Class Description CleanUpHandler Interface for classes that support cleaning up of memory.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.core.discovery Class Description CloneHandler Interface for getting around the problem with Java's design flaw in regards to interfaces cannot specify the clone method.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.MessageCollection Container for collecting messages.ShallowCopySupporter Interface for classes that support shallow copying, i.e., basically only the setup without the internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.core.discovery.genetic Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.ShallowCopySupporter Interface for classes that support shallow copying, i.e., basically only the setup without the internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.core.io Class Description CloneHandler Interface for getting around the problem with Java's design flaw in regards to interfaces cannot specify the clone method.DateFormat A threadsafe class for date formatting/parsing.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.EnumWithCustomDisplay For Enum classes that require a custom display string.EnumWithCustomParsing Interface for enums that have a custom parse method.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.MessageCollection Container for collecting messages.Properties Enhanced java.util.Properties class.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size.UnorderedRange LikeRange
, but enforces no ordering on indices. -
Classes in adams.core used by adams.core.io.filechanged Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.MessageCollection Container for collecting messages.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.core.io.filecomplete Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.core.io.fileoperations Class Description SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.core.io.filesearch Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.ShallowCopySupporter Interface for classes that support shallow copying, i.e., basically only the setup without the internal state.SizeOfHandler Interface for classes that allow querying the objct size.Stoppable Interface for objects that can be stopped externally.StoppableWithFeedback Interface for objects that can be stopped externally. -
Classes in adams.core used by adams.core.io.fileuse Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.core.io.lister Class Description PasswordSupporter Interface for classes that handle a password.SizeOfHandler Interface for classes that allow querying the objct size.Stoppable Interface for objects that can be stopped externally.StoppableWithFeedback Interface for objects that can be stopped externally. -
Classes in adams.core used by adams.core.logging Class Description CleanUpHandler Interface for classes that support cleaning up of memory.DateFormat A threadsafe class for date formatting/parsing.SizeOfHandler Interface for classes that allow querying the objct size.Stoppable Interface for objects that can be stopped externally.StoppableWithFeedback Interface for objects that can be stopped externally. -
Classes in adams.core used by adams.core.management Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.Properties Enhanced java.util.Properties class.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.core.net Class Description CleanUpHandler Interface for classes that support cleaning up of memory.CloneHandler Interface for getting around the problem with Java's design flaw in regards to interfaces cannot specify the clone method.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.Properties Enhanced java.util.Properties class.ShallowCopySupporter Interface for classes that support shallow copying, i.e., basically only the setup without the internal state.SizeOfHandler Interface for classes that allow querying the objct size.TechnicalInformation Used for paper references in the Javadoc and for BibTex generation. -
Classes in adams.core used by adams.core.net.hostnameverifier Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.core.net.trustmanager Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.core.option Class Description CleanUpHandler Interface for classes that support cleaning up of memory.DateFormat A threadsafe class for date formatting/parsing.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.EnumWithCustomDisplay For Enum classes that require a custom display string.EnumWithCustomParsing Interface for enums that have a custom parse method.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.MessageCollection Container for collecting messages.NamedCounter Provides counters that can be referenced by a name.PasswordSupporter Interface for classes that handle a password.Properties Enhanced java.util.Properties class.SizeOfHandler Interface for classes that allow querying the objct size.Variables A container for storing variables and their values. -
Classes in adams.core used by adams.core.option.help Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.core.password Class Description SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.core.scripting Class Description CloneHandler Interface for getting around the problem with Java's design flaw in regards to interfaces cannot specify the clone method.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size.Variables A container for storing variables and their values. -
Classes in adams.core used by adams.core.scriptingengine Class Description SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.core.shutdown Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.core.tags Class Description Variables A container for storing variables and their values. -
Classes in adams.core used by adams.data Class Description CloneHandler Interface for getting around the problem with Java's design flaw in regards to interfaces cannot specify the clone method.DateFormat A threadsafe class for date formatting/parsing.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.HelpProvider Interface for classes that provide some kind of help.Mergeable For objects that allow merging. -
Classes in adams.core used by adams.data.analysis Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.data.areaoverlap Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.MessageCollection Container for collecting messages.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.data.autocorrelation Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size.TechnicalInformation Used for paper references in the Javadoc and for BibTex generation.TechnicalInformationHandler For classes that are based on some kind of publications. -
Classes in adams.core used by adams.data.barcode.decode Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.data.barcode.encode Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.MessageCollection Container for collecting messages.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.data.baseline Class Description CleanUpHandler Interface for classes that support cleaning up of memory.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.ShallowCopySupporter Interface for classes that support shallow copying, i.e., basically only the setup without the internal state.SizeOfHandler Interface for classes that allow querying the objct size.Stoppable Interface for objects that can be stopped externally.StoppableWithFeedback Interface for objects that can be stopped externally.TechnicalInformation Used for paper references in the Javadoc and for BibTex generation. -
Classes in adams.core used by adams.data.binning Class Description CloneHandler Interface for getting around the problem with Java's design flaw in regards to interfaces cannot specify the clone method.Mergeable For objects that allow merging.MetaDataSupporter Interface for objects that support meta-data. -
Classes in adams.core used by adams.data.binning.algorithm Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size.TechnicalInformation Used for paper references in the Javadoc and for BibTex generation.TechnicalInformationHandler For classes that are based on some kind of publications. -
Classes in adams.core used by adams.data.binning.postprocessing Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.data.blob Class Description CloneHandler Interface for getting around the problem with Java's design flaw in regards to interfaces cannot specify the clone method.UniqueIDHandler Interface for objects that support unique IDs. -
Classes in adams.core used by adams.data.boofcv Class Description CloneHandler Interface for getting around the problem with Java's design flaw in regards to interfaces cannot specify the clone method.UniqueIDHandler Interface for objects that support unique IDs. -
Classes in adams.core used by adams.data.boofcv.features Class Description CleanUpHandler Interface for classes that support cleaning up of memory.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.ShallowCopySupporter Interface for classes that support shallow copying, i.e., basically only the setup without the internal state.SizeOfHandler Interface for classes that allow querying the objct size.TechnicalInformation Used for paper references in the Javadoc and for BibTex generation.TechnicalInformationHandler For classes that are based on some kind of publications. -
Classes in adams.core used by adams.data.boofcv.multiimageoperation Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.data.boofcv.transformer Class Description CleanUpHandler Interface for classes that support cleaning up of memory.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size.TechnicalInformation Used for paper references in the Javadoc and for BibTex generation.TechnicalInformationHandler For classes that are based on some kind of publications. -
Classes in adams.core used by adams.data.compare Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.data.container Class Description CloneHandler Interface for getting around the problem with Java's design flaw in regards to interfaces cannot specify the clone method.Mergeable For objects that allow merging.UniqueIDHandler Interface for objects that support unique IDs. -
Classes in adams.core used by adams.data.conversion Class Description AdditionalInformationHandler Interface for GOE classes that provide additional information apart from the globalInfo() method.BusinessDays Enum for defining business days.ByteFormat Formatting class for turning byte amounts into kb, mb, etc.ByteFormatString Wrapper for byte format strings.ClassCrossReference Interface for object that cross-reference other classes.CleanUpHandler Interface for classes that support cleaning up of memory.CrossReference Ancestor for cross-reference interfaces.DateFormat A threadsafe class for date formatting/parsing.DateTimeType Lists various date/time types.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.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.LenientModeSupporter Interface for classes that support a lenient or strict mode.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.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").ShallowCopySupporter Interface for classes that support shallow copying, i.e., basically only the setup without the internal state.SizeOfHandler Interface for classes that allow querying the objct size.Stoppable Interface for objects that can be stopped externally.TechnicalInformation Used for paper references in the Javadoc and for BibTex generation.TechnicalInformationHandler For classes that are based on some kind of publications. -
Classes in adams.core used by adams.data.distribution Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.data.exif.commons Class Description CloneHandler Interface for getting around the problem with Java's design flaw in regards to interfaces cannot specify the clone method.ConfigurableEnumeration A more flexible way for enumerations.ConfigurableEnumeration.AbstractItem Represents a single item of an enumeration. -
Classes in adams.core used by adams.data.featureconverter Class Description CloneHandler Interface for getting around the problem with Java's design flaw in regards to interfaces cannot specify the clone method.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.data.filter Class Description ClassCrossReference Interface for object that cross-reference other classes.CleanUpHandler Interface for classes that support cleaning up of memory.CrossReference Ancestor for cross-reference interfaces.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.EnumWithCustomDisplay For Enum classes that require a custom display string.EnumWithCustomParsing Interface for enums that have a custom parse method.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.Mergeable For objects that allow merging.ShallowCopySupporter Interface for classes that support shallow copying, i.e., basically only the setup without the internal state.SizeOfHandler Interface for classes that allow querying the objct size.Stoppable Interface for objects that can be stopped externally.StoppableWithFeedback Interface for objects that can be stopped externally.TechnicalInformation Used for paper references in the Javadoc and for BibTex generation.TechnicalInformationHandler For classes that are based on some kind of publications. -
Classes in adams.core used by adams.data.groupextraction Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.data.groupupdate Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.data.id Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.ShallowCopySupporter Interface for classes that support shallow copying, i.e., basically only the setup without the internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.data.idextraction Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.data.idupdate Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.data.image Class Description CleanUpHandler Interface for classes that support cleaning up of memory.CloneHandler Interface for getting around the problem with Java's design flaw in regards to interfaces cannot specify the clone method.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.MessageCollection Container for collecting messages.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.ShallowCopySupporter Interface for classes that support shallow copying, i.e., basically only the setup without the internal state.SizeOfHandler Interface for classes that allow querying the objct size.UniqueIDHandler Interface for objects that support unique IDs. -
Classes in adams.core used by adams.data.image.features Class Description CleanUpHandler Interface for classes that support cleaning up of memory.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.EnumWithCustomDisplay For Enum classes that require a custom display string.EnumWithCustomParsing Interface for enums that have a custom parse method.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.ShallowCopySupporter Interface for classes that support shallow copying, i.e., basically only the setup without the internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.data.image.luminance Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.data.image.moments Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.data.image.multiimageoperation Class Description ClassCrossReference Interface for object that cross-reference other classes.CrossReference Ancestor for cross-reference interfaces.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.data.image.transformer Class Description CleanUpHandler Interface for classes that support cleaning up of memory.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.EnumWithCustomDisplay For Enum classes that require a custom display string.EnumWithCustomParsing Interface for enums that have a custom parse method.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.data.image.transformer.crop Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.data.image.transformer.subimages Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.data.image.transformer.whitebalance Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size.TechnicalInformation Used for paper references in the Javadoc and for BibTex generation.TechnicalInformationHandler For classes that are based on some kind of publications. -
Classes in adams.core used by adams.data.imagefilter Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.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.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.data.imagesegmentation.filter Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.data.imagesegmentation.layerorder Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.data.imagesegmentation.operation Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.data.imagesharpness Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.data.indexedsplits Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.LenientModeSupporter Interface for classes that support a lenient or strict mode.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.data.instance Class Description CloneHandler Interface for getting around the problem with Java's design flaw in regards to interfaces cannot specify the clone method.Mergeable For objects that allow merging.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").UniqueIDHandler Interface for objects that support unique IDs. -
Classes in adams.core used by adams.data.instances Class Description CleanUpHandler Interface for classes that support cleaning up of memory.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.ShallowCopySupporter Interface for classes that support shallow copying, i.e., basically only the setup without the internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.data.instancesanalysis Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.data.instancesanalysis.pls Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size.TechnicalInformation Used for paper references in the Javadoc and for BibTex generation.TechnicalInformationHandler For classes that are based on some kind of publications. -
Classes in adams.core used by adams.data.io.input Class Description AdditionalInformationHandler Interface for GOE classes that provide additional information apart from the globalInfo() method.BasicDateTimeType Basic date/time types.CleanUpHandler Interface for classes that support cleaning up of memory.DateFormat A threadsafe class for date formatting/parsing.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.ErrorProvider Interface for classes that record error messages.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.LenientModeSupporter Interface for classes that support a lenient or strict mode.MessageCollection Container for collecting messages.Properties Enhanced java.util.Properties class.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.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").ShallowCopySupporter Interface for classes that support shallow copying, i.e., basically only the setup without the internal state.SizeOfHandler Interface for classes that allow querying the objct size.Stoppable Interface for objects that can be stopped externally.StoppableWithFeedback Interface for objects that can be stopped externally. -
Classes in adams.core used by adams.data.io.output Class Description AdditionalInformationHandler Interface for GOE classes that provide additional information apart from the globalInfo() method.ClassCrossReference Interface for object that cross-reference other classes.CleanUpHandler Interface for classes that support cleaning up of memory.CrossReference Ancestor for cross-reference interfaces.DateFormat A threadsafe class for date formatting/parsing.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.MessageCollection Container for collecting messages.ShallowCopySupporter Interface for classes that support shallow copying, i.e., basically only the setup without the internal state.SizeOfHandler Interface for classes that allow querying the objct size.Stoppable Interface for objects that can be stopped externally.StoppableWithFeedback Interface for objects that can be stopped externally. -
Classes in adams.core used by adams.data.jai Class Description EnumWithCustomDisplay For Enum classes that require a custom display string.EnumWithCustomParsing Interface for enums that have a custom parse method. -
Classes in adams.core used by adams.data.jai.features Class Description CleanUpHandler Interface for classes that support cleaning up of memory.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.EnumWithCustomDisplay For Enum classes that require a custom display string.EnumWithCustomParsing Interface for enums that have a custom parse method.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.ShallowCopySupporter Interface for classes that support shallow copying, i.e., basically only the setup without the internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.data.jai.transformer Class Description CleanUpHandler Interface for classes that support cleaning up of memory.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.data.lire.features Class Description CleanUpHandler Interface for classes that support cleaning up of memory.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.ShallowCopySupporter Interface for classes that support shallow copying, i.e., basically only the setup without the internal state.SizeOfHandler Interface for classes that allow querying the objct size.TechnicalInformation Used for paper references in the Javadoc and for BibTex generation.TechnicalInformationHandler For classes that are based on some kind of publications. -
Classes in adams.core used by adams.data.matlab Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive. -
Classes in adams.core used by adams.data.matlab.multimatrixoperation Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.data.noise Class Description CleanUpHandler Interface for classes that support cleaning up of memory.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.ShallowCopySupporter Interface for classes that support shallow copying, i.e., basically only the setup without the internal state.SizeOfHandler Interface for classes that allow querying the objct size.Stoppable Interface for objects that can be stopped externally.StoppableWithFeedback Interface for objects that can be stopped externally. -
Classes in adams.core used by adams.data.objectfilter Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.data.objectfinder Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.LenientModeSupporter Interface for classes that support a lenient or strict mode.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.data.objectoverlap Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.data.opencv Class Description CloneHandler Interface for getting around the problem with Java's design flaw in regards to interfaces cannot specify the clone method.UniqueIDHandler Interface for objects that support unique IDs. -
Classes in adams.core used by adams.data.opencv.features Class Description CleanUpHandler Interface for classes that support cleaning up of memory.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.ShallowCopySupporter Interface for classes that support shallow copying, i.e., basically only the setup without the internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.data.opencv.multiimageoperation Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.data.opencv.transformer Class Description CleanUpHandler Interface for classes that support cleaning up of memory.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.data.outlier Class Description CleanUpHandler Interface for classes that support cleaning up of memory.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.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.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.ShallowCopySupporter Interface for classes that support shallow copying, i.e., basically only the setup without the internal state.SizeOfHandler Interface for classes that allow querying the objct size.Stoppable Interface for objects that can be stopped externally.StoppableWithFeedback Interface for objects that can be stopped externally. -
Classes in adams.core used by adams.data.overlappingobjectremoval Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.data.padding Class Description EnumWithCustomDisplay For Enum classes that require a custom display string.EnumWithCustomParsing Interface for enums that have a custom parse method. -
Classes in adams.core used by adams.data.random Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.Randomizable For classes that support seeded randomization in some sense.ShallowCopySupporter Interface for classes that support shallow copying, i.e., basically only the setup without the internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.data.report Class Description CloneHandler Interface for getting around the problem with Java's design flaw in regards to interfaces cannot specify the clone method.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.EnumWithCustomDisplay For Enum classes that require a custom display string.EnumWithCustomParsing Interface for enums that have a custom parse method.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.Mergeable For objects that allow merging.Properties Enhanced java.util.Properties class.ShallowCopySupporter Interface for classes that support shallow copying, i.e., basically only the setup without the internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.data.sequence Class Description CloneHandler Interface for getting around the problem with Java's design flaw in regards to interfaces cannot specify the clone method.Mergeable For objects that allow merging.UniqueIDHandler Interface for objects that support unique IDs. -
Classes in adams.core used by adams.data.smoothing Class Description CleanUpHandler Interface for classes that support cleaning up of memory.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.ShallowCopySupporter Interface for classes that support shallow copying, i.e., basically only the setup without the internal state.SizeOfHandler Interface for classes that allow querying the objct size.Stoppable Interface for objects that can be stopped externally.StoppableWithFeedback Interface for objects that can be stopped externally.TechnicalInformation Used for paper references in the Javadoc and for BibTex generation.TechnicalInformationHandler For classes that are based on some kind of publications. -
Classes in adams.core used by adams.data.spc Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.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.SizeOfHandler Interface for classes that allow querying the objct size.TechnicalInformation Used for paper references in the Javadoc and for BibTex generation.TechnicalInformationHandler For classes that are based on some kind of publications. -
Classes in adams.core used by adams.data.splitgenerator Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.Randomizable For classes that support seeded randomization in some sense. -
Classes in adams.core used by adams.data.splitgenerator.generic.crossvalidation Class Description SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.data.splitgenerator.generic.randomization Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.Randomizable For classes that support seeded randomization in some sense.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.data.splitgenerator.generic.randomsplit Class Description SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.data.splitgenerator.generic.splitter Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.data.splitgenerator.generic.stratification Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.data.spreadsheet Class Description AbstractDataBackedIndex Ancestor for index classes that can use names as index as well as the placeholders like 'first' and 'last'.AbstractDataBackedRange Ancestor for range classes that allow additional names in the range string, just like placeholders for 'first', 'second', etc).AbstractDataBackedUnorderedRange Ancestor for unordered range classes that allow additional names in the range string, just like placeholders for 'first', 'second', etc).CloneHandler Interface for getting around the problem with Java's design flaw in regards to interfaces cannot specify the clone method.CustomDisplayStringProvider For classes that do not implement the OptionHandler interface and want to provide a custom display string in the GenericObjectEditor, which is more descriptive than the class name.DateFormat A threadsafe class for date formatting/parsing.DateTime A thin wrapper to distinguish between date and date/time.DateTimeMsec A thin wrapper to distinguish between date/teim and date/time msec.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.EnumWithCustomParsing Interface for enums that have a custom parse method.ExampleProvider Interface for classes that provide examples for usage, etc.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.HelpProvider Interface for classes that provide some kind of help.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.Mergeable For objects that allow merging.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").SizeOfHandler Interface for classes that allow querying the objct size.Time A thin wrapper to distinguish between date and time.TimeMsec A thin wrapper to distinguish between date and time/msec.UnorderedRange LikeRange
, but enforces no ordering on indices. -
Classes in adams.core used by adams.data.spreadsheet.cellfinder Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.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.PositionType Enumeration for positions.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.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").SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.data.spreadsheet.colstatistic Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.ErrorProvider Interface for classes that record error messages.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size.TechnicalInformation Used for paper references in the Javadoc and for BibTex generation.TechnicalInformationHandler For classes that are based on some kind of publications. -
Classes in adams.core used by adams.data.spreadsheet.columnfinder Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.ShallowCopySupporter Interface for classes that support shallow copying, i.e., basically only the setup without the internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.data.spreadsheet.filter Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.data.spreadsheet.matrixstatistic Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.ErrorProvider Interface for classes that record error messages.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.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").SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.data.spreadsheet.rowfinder Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.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").ShallowCopySupporter Interface for classes that support shallow copying, i.e., basically only the setup without the internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.data.spreadsheet.rowscore Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.ErrorProvider Interface for classes that record error messages.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.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.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").SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.data.spreadsheet.rowstatistic Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.ErrorProvider Interface for classes that record error messages.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size.TechnicalInformation Used for paper references in the Javadoc and for BibTex generation.TechnicalInformationHandler For classes that are based on some kind of publications. -
Classes in adams.core used by adams.data.spreadsheet.sql Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size.Stoppable Interface for objects that can be stopped externally. -
Classes in adams.core used by adams.data.statistics Class Description AdditionalInformationHandler Interface for GOE classes that provide additional information apart from the globalInfo() method.CleanUpHandler Interface for classes that support cleaning up of memory.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.EnumWithCustomDisplay For Enum classes that require a custom display string.EnumWithCustomParsing Interface for enums that have a custom parse method.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.ShallowCopySupporter Interface for classes that support shallow copying, i.e., basically only the setup without the internal state.SizeOfHandler Interface for classes that allow querying the objct size.TechnicalInformation Used for paper references in the Javadoc and for BibTex generation.TechnicalInformationHandler For classes that are based on some kind of publications. -
Classes in adams.core used by adams.data.tesseract Class Description Properties Enhanced java.util.Properties class. -
Classes in adams.core used by adams.data.text Class Description CloneHandler Interface for getting around the problem with Java's design flaw in regards to interfaces cannot specify the clone method.UniqueIDHandler Interface for objects that support unique IDs. -
Classes in adams.core used by adams.data.textrenderer Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.data.timeseries Class Description CleanUpHandler Interface for classes that support cleaning up of memory.CloneHandler Interface for getting around the problem with Java's design flaw in regards to interfaces cannot specify the clone method.DateFormat A threadsafe class for date formatting/parsing.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.Mergeable For objects that allow merging.Properties Enhanced java.util.Properties class.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.ShallowCopySupporter Interface for classes that support shallow copying, i.e., basically only the setup without the internal state.SizeOfHandler Interface for classes that allow querying the objct size.UniqueIDHandler Interface for objects that support unique IDs. -
Classes in adams.core used by adams.data.utils Class Description TechnicalInformation Used for paper references in the Javadoc and for BibTex generation. -
Classes in adams.core used by adams.data.weka Class Description AbstractDataBackedIndex Ancestor for index classes that can use names as index as well as the placeholders like 'first' and 'last'.AbstractDataBackedRange Ancestor for range classes that allow additional names in the range string, just like placeholders for 'first', 'second', etc).AbstractDataBackedUnorderedRange Ancestor for unordered range classes that allow additional names in the range string, just like placeholders for 'first', 'second', etc).CloneHandler Interface for getting around the problem with Java's design flaw in regards to interfaces cannot specify the clone method.CustomDisplayStringProvider For classes that do not implement the OptionHandler interface and want to provide a custom display string in the GenericObjectEditor, which is more descriptive than the class name.ExampleProvider Interface for classes that provide examples for usage, etc.HelpProvider Interface for classes that provide some kind of help.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.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").UnorderedRange LikeRange
, but enforces no ordering on indices. -
Classes in adams.core used by adams.data.weka.classattribute Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.data.weka.columnfinder Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.ShallowCopySupporter Interface for classes that support shallow copying, i.e., basically only the setup without the internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.data.weka.datasetsplitter Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.data.weka.evaluator Class Description CleanUpHandler Interface for classes that support cleaning up of memory.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.data.weka.predictions Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.data.weka.relationname Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.data.weka.rowfinder Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.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.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").ShallowCopySupporter Interface for classes that support shallow copying, i.e., basically only the setup without the internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.data.xml Class Description Properties Enhanced java.util.Properties class. -
Classes in adams.core used by adams.db Class Description CloneHandler Interface for getting around the problem with Java's design flaw in regards to interfaces cannot specify the clone method.DateFormat A threadsafe class for date formatting/parsing.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.MessageCollection Container for collecting messages.PasswordSupporter Interface for classes that handle a password.Properties Enhanced java.util.Properties class.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.db.autodetect Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.db.datatype Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.db.generic Class Description SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.db.h2 Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.db.mirrored Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.db.mysql Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.db.postgresql Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.db.sqlite Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.db.upgrade Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.db.wrapper Class Description SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.doc.javadoc Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.doc.listing Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.env Class Description Mergeable For objects that allow merging.Properties Enhanced java.util.Properties class.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.event Class Description PublishSubscribeHandler Manages publishing of data to subscribed listeners.Variables A container for storing variables and their values. -
Classes in adams.core used by adams.flow Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.Pausable Interface for objects that can be paused and resumed.SizeOfHandler Interface for classes that allow querying the objct size.Stoppable Interface for objects that can be stopped externally. -
Classes in adams.core used by adams.flow.condition.bool Class Description ClassCrossReference Interface for object that cross-reference other classes.CrossReference Ancestor for cross-reference interfaces.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.ShallowCopySupporter Interface for classes that support shallow copying, i.e., basically only the setup without the internal state.SizeOfHandler Interface for classes that allow querying the objct size.Stoppable Interface for objects that can be stopped externally.VariableName Wrapper around the name of a variable (= string). -
Classes in adams.core used by adams.flow.container Class Description CloneHandler Interface for getting around the problem with Java's design flaw in regards to interfaces cannot specify the clone method.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.Variables A container for storing variables and their values. -
Classes in adams.core used by adams.flow.control Class Description AdditionalInformationHandler Interface for GOE classes that provide additional information apart from the globalInfo() method.AtomicMoveSupporter Interface for classes that support atomic file move operations.ClassCrossReference Interface for object that cross-reference other classes.CleanUpHandler Interface for classes that support cleaning up of memory.CloneHandler Interface for getting around the problem with Java's design flaw in regards to interfaces cannot specify the clone method.CrossReference Ancestor for cross-reference interfaces.DateFormat A threadsafe class for date formatting/parsing.DeepCopyOperator Interface for option handlers that can perform optional deep copies.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.LenientModeSupporter Interface for classes that support a lenient or strict mode.LRUCache An LRU cache, based onLinkedHashMap
.
This cache has a fixed maximum number of elements (cacheSize
).Pausable Interface for objects that can be paused and resumed.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.ShallowCopySupporter Interface for classes that support shallow copying, i.e., basically only the setup without the internal state.SizeOfHandler Interface for classes that allow querying the objct size.Stoppable Interface for objects that can be stopped externally.StoppableWithFeedback Interface for objects that can be stopped externally.ThreadLimiter Interface for classes that allow limiting the number of threads in use.VariableName Wrapper around the name of a variable (= string).Variables A container for storing variables and their values.VariablesHandler Interface for classes that encapsulate (local) variable support.VariablesInspectionHandler Interface for classes that can restrict the inspection of certain classes. -
Classes in adams.core used by adams.flow.control.errorpostprocessor Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.flow.control.flowrestart Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.flow.control.flowrestart.notification Class Description DateFormat A threadsafe class for date formatting/parsing.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.flow.control.flowrestart.operation Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.flow.control.flowrestart.trigger Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.flow.control.plotprocessor Class Description CleanUpHandler Interface for classes that support cleaning up of memory.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.ErrorProvider Interface for classes that record error messages.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size.TechnicalInformation Used for paper references in the Javadoc and for BibTex generation.TechnicalInformationHandler For classes that are based on some kind of publications. -
Classes in adams.core used by adams.flow.control.removeoutliers Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.ErrorProvider Interface for classes that record error messages.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.flow.core Class Description AdditionalInformationHandler Interface for GOE classes that provide additional information apart from the globalInfo() method.ArrayProvider For classes that can generate data either as an array or one-by-one.ClassCompatibilityChecker Interface for compatibility checkers.CleanUpHandler Interface for classes that support cleaning up of memory.CloneHandler Interface for getting around the problem with Java's design flaw in regards to interfaces cannot specify the clone method.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.EnumWithCustomDisplay For Enum classes that require a custom display string.EnumWithCustomParsing Interface for enums that have a custom parse method.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.MessageCollection Container for collecting messages.NamedCounter Provides counters that can be referenced by a name.Properties Enhanced java.util.Properties class.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.ShallowCopySupporter Interface for classes that support shallow copying, i.e., basically only the setup without the internal state.SizeOfHandler Interface for classes that allow querying the objct size.Stoppable Interface for objects that can be stopped externally.StoppableWithFeedback Interface for objects that can be stopped externally.VariableName Wrapper around the name of a variable (= string).Variables A container for storing variables and their values.VariablesFinder Option traverser for locating variables.VariablesHandler Interface for classes that encapsulate (local) variable support.VariablesInspectionHandler Interface for classes that can restrict the inspection of certain classes. -
Classes in adams.core used by adams.flow.core.displaytype Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.flow.execution Class Description CleanUpHandler Interface for classes that support cleaning up of memory.DateFormat A threadsafe class for date formatting/parsing.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.EnumWithCustomDisplay For Enum classes that require a custom display string.EnumWithCustomParsing Interface for enums that have a custom parse method.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.ShallowCopySupporter Interface for classes that support shallow copying, i.e., basically only the setup without the internal state.SizeOfHandler Interface for classes that allow querying the objct size.Stoppable Interface for objects that can be stopped externally.StoppableWithFeedback Interface for objects that can be stopped externally. -
Classes in adams.core used by adams.flow.execution.debug Class Description CleanUpHandler Interface for classes that support cleaning up of memory.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.flow.generator Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.flow.processor Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.NamedCounter Provides counters that can be referenced by a name.ShallowCopySupporter Interface for classes that support shallow copying, i.e., basically only the setup without the internal state.SizeOfHandler Interface for classes that allow querying the objct size.VariableName Wrapper around the name of a variable (= string). -
Classes in adams.core used by adams.flow.setup Class Description CleanUpHandler Interface for classes that support cleaning up of memory.CloneHandler Interface for getting around the problem with Java's design flaw in regards to interfaces cannot specify the clone method.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.Pausable Interface for objects that can be paused and resumed.SizeOfHandler Interface for classes that allow querying the objct size.StatusMessageHandler Interface for classes that can display a message string.Stoppable Interface for objects that can be stopped externally. -
Classes in adams.core used by adams.flow.sink Class Description AdditionalInformationHandler Interface for GOE classes that provide additional information apart from the globalInfo() method.BufferSupporter Interface for classes that support a buffer size.ClassCrossReference Interface for object that cross-reference other classes.CleanUpHandler Interface for classes that support cleaning up of memory.CrossReference Ancestor for cross-reference interfaces.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.EnumWithCustomDisplay For Enum classes that require a custom display string.EnumWithCustomParsing Interface for enums that have a custom parse method.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.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.JsonSupporter For classes that support JSON objects, e.g., displaying them.Mergeable For objects that allow merging.MultiAttemptSupporter Interface for classes that support multiple attempts.MultiAttemptWithWaitSupporter Interface for classes that support multiple attempts, but allow a waiting interval in between attempts.NamedCounter Provides counters that can be referenced by a name.PasswordSupporter Interface for classes that handle a password.Pausable Interface for objects that can be paused and resumed.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.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").ShallowCopySupporter Interface for classes that support shallow copying, i.e., basically only the setup without the internal state.SizeOfHandler Interface for classes that allow querying the objct size.Stoppable Interface for objects that can be stopped externally.StoppableWithFeedback Interface for objects that can be stopped externally.TextSupporter Interface for classes that can supply text.VariableName Wrapper around the name of a variable (= string).VariableNameNoUpdate Wrapper around the name of a variable (= string).Variables A container for storing variables and their values.VariablesInspectionHandler Interface for classes that can restrict the inspection of certain classes. -
Classes in adams.core used by adams.flow.sink.canvas Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.ShallowCopySupporter Interface for classes that support shallow copying, i.e., basically only the setup without the internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.flow.sink.controlchartplot Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.ShallowCopySupporter Interface for classes that support shallow copying, i.e., basically only the setup without the internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.flow.sink.logview Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.ShallowCopySupporter Interface for classes that support shallow copying, i.e., basically only the setup without the internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.flow.sink.pyrosink Class Description CleanUpHandler Interface for classes that support cleaning up of memory.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.flow.sink.sendnotification Class Description DateFormat A threadsafe class for date formatting/parsing.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.flow.sink.sequenceplotter Class Description CleanUpHandler Interface for classes that support cleaning up of memory.CloneHandler Interface for getting around the problem with Java's design flaw in regards to interfaces cannot specify the clone method.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.Mergeable For objects that allow merging.NamedCounter Provides counters that can be referenced by a name.ShallowCopySupporter Interface for classes that support shallow copying, i.e., basically only the setup without the internal state.SizeOfHandler Interface for classes that allow querying the objct size.StatusMessageHandler Interface for classes that can display a message string.UniqueIDHandler Interface for objects that support unique IDs. -
Classes in adams.core used by adams.flow.sink.simplelogging.format Class Description DateFormat A threadsafe class for date formatting/parsing.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.flow.sink.simplelogging.output Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.flow.sink.timeseriesdisplay Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.flow.source Class Description AdditionalInformationHandler Interface for GOE classes that provide additional information apart from the globalInfo() method.ArrayProvider For classes that can generate data either as an array or one-by-one.ClassCrossReference Interface for object that cross-reference other classes.CleanUpHandler Interface for classes that support cleaning up of memory.CrossReference Ancestor for cross-reference interfaces.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.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.LenientModeSupporter Interface for classes that support a lenient or strict mode.PasswordSupporter Interface for classes that handle a password.Pausable Interface for objects that can be paused and resumed.Properties Enhanced java.util.Properties class.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.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").ShallowCopySupporter Interface for classes that support shallow copying, i.e., basically only the setup without the internal state.SizeOfHandler Interface for classes that allow querying the objct size.Stoppable Interface for objects that can be stopped externally.StoppableWithFeedback Interface for objects that can be stopped externally.TechnicalInformation Used for paper references in the Javadoc and for BibTex generation.TechnicalInformationHandler For classes that are based on some kind of publications.VariableName Wrapper around the name of a variable (= string).Variables A container for storing variables and their values.VariablesInspectionHandler Interface for classes that can restrict the inspection of certain classes.VariableUpdater Interface for classes that update variables.VariableUser Interface for classes that use variables. -
Classes in adams.core used by adams.flow.source.filesystemsearch Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.ShallowCopySupporter Interface for classes that support shallow copying, i.e., basically only the setup without the internal state.SizeOfHandler Interface for classes that allow querying the objct size.Stoppable Interface for objects that can be stopped externally.StoppableWithFeedback Interface for objects that can be stopped externally. -
Classes in adams.core used by adams.flow.source.inputstreamsource Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.flow.source.newlist Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.ShallowCopySupporter Interface for classes that support shallow copying, i.e., basically only the setup without the internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.flow.source.pyrosource Class Description CleanUpHandler Interface for classes that support cleaning up of memory.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.flow.source.readersource Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.flow.source.valuedefinition Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.flow.source.wekaforecastersetup Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.flow.source.wekapackagemanageraction Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.MessageCollection Container for collecting messages.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.flow.standalone Class Description AdditionalInformationHandler Interface for GOE classes that provide additional information apart from the globalInfo() method.AtomicMoveSupporter Interface for classes that support atomic file move operations.ClassCrossReference Interface for object that cross-reference other classes.CleanUpHandler Interface for classes that support cleaning up of memory.CrossReference Ancestor for cross-reference interfaces.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.PasswordPrompter Interface for classes that prompt the user to enter a password.PasswordSupporter Interface for classes that handle a password.Pausable Interface for objects that can be paused and resumed.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.ShallowCopySupporter Interface for classes that support shallow copying, i.e., basically only the setup without the internal state.SizeOfHandler Interface for classes that allow querying the objct size.Stoppable Interface for objects that can be stopped externally.StoppableWithFeedback Interface for objects that can be stopped externally.TechnicalInformation Used for paper references in the Javadoc and for BibTex generation.TechnicalInformationHandler For classes that are based on some kind of publications.TextSupporter Interface for classes that can supply text.VariableName Wrapper around the name of a variable (= string).VariableNameNoUpdate Wrapper around the name of a variable (= string).VariableNameValuePair Wrapper for a name/value pair of a variable.Variables A container for storing variables and their values.VariablesInspectionHandler Interface for classes that can restrict the inspection of certain classes.VariableUpdater Interface for classes that update variables. -
Classes in adams.core used by adams.flow.standalone.logevent Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.flow.standalone.pyrostandalone Class Description CleanUpHandler Interface for classes that support cleaning up of memory.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.flow.standalone.wekapackagemanageraction Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.MessageCollection Container for collecting messages.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.flow.template Class Description AdditionalInformationHandler Interface for GOE classes that provide additional information apart from the globalInfo() method.CleanUpHandler Interface for classes that support cleaning up of memory.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.ShallowCopySupporter Interface for classes that support shallow copying, i.e., basically only the setup without the internal state.SizeOfHandler Interface for classes that allow querying the objct size.Stoppable Interface for objects that can be stopped externally.StoppableWithFeedback Interface for objects that can be stopped externally.VariableName Wrapper around the name of a variable (= string).VariablesInspectionHandler Interface for classes that can restrict the inspection of certain classes. -
Classes in adams.core used by adams.flow.transformer Class Description AdditionalInformationHandler Interface for GOE classes that provide additional information apart from the globalInfo() method.ArrayProvider For classes that can generate data either as an array or one-by-one.AtomicMoveSupporter Interface for classes that support atomic file move operations.BufferSupporter Interface for classes that support a buffer size.ClassCrossReference Interface for object that cross-reference other classes.CleanUpHandler Interface for classes that support cleaning up of memory.CrossReference Ancestor for cross-reference interfaces.DateFormat A threadsafe class for date formatting/parsing.DateTimeType Lists various date/time types.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.EnumWithCustomDisplay For Enum classes that require a custom display string.EnumWithCustomParsing Interface for enums that have a custom parse method.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.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.JsonDataType The data types for JSON.LenientModeSupporter Interface for classes that support a lenient or strict mode.MessageCollection Container for collecting messages.MultiAttemptSupporter Interface for classes that support multiple attempts.MultiAttemptWithWaitSupporter Interface for classes that support multiple attempts, but allow a waiting interval in between attempts.NamedCounter Provides counters that can be referenced by a name.Pausable Interface for objects that can be paused and resumed.PropertiesDataType Data types that theProperties
class handles.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.Randomizable For classes that support seeded randomization in some sense.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").ShallowCopySupporter Interface for classes that support shallow copying, i.e., basically only the setup without the internal state.SizeOfHandler Interface for classes that allow querying the objct size.Stoppable Interface for objects that can be stopped externally.StoppableWithFeedback Interface for objects that can be stopped externally.TechnicalInformation Used for paper references in the Javadoc and for BibTex generation.TechnicalInformationHandler For classes that are based on some kind of publications.ThreadLimiter Interface for classes that allow limiting the number of threads in use.UnorderedRange LikeRange
, but enforces no ordering on indices.VariableName Wrapper around the name of a variable (= string).VariableNameValuePair Wrapper for a name/value pair of a variable.VariablesInspectionHandler Interface for classes that can restrict the inspection of certain classes.VariableUpdater Interface for classes that update variables.VariableUser Interface for classes that use variables.XPathResult Enumeration for the types of output XPath can generate. -
Classes in adams.core used by adams.flow.transformer.arraysubsetgeneration Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.MessageCollection Container for collecting messages.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.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").SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.flow.transformer.compareobjectlocations Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.flow.transformer.datacontainer Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.flow.transformer.draw Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.flow.transformer.exiftagoperation Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.MessageCollection Container for collecting messages.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.flow.transformer.generatefilebaseddataset Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.flow.transformer.imagepreparation Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size.Stoppable Interface for objects that can be stopped externally. -
Classes in adams.core used by adams.flow.transformer.indexedsplitsrunsevaluation Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.MessageCollection Container for collecting messages.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size.Stoppable Interface for objects that can be stopped externally.StoppableWithFeedback Interface for objects that can be stopped externally. -
Classes in adams.core used by adams.flow.transformer.indexedsplitsrunsgenerator Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.MessageCollection Container for collecting messages.OptionalRandomizable Interface for classes that have support optional randomization.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.Randomizable For classes that support seeded randomization in some sense.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.flow.transformer.indexedsplitsrunspredictions Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.MessageCollection Container for collecting messages.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size.Stoppable Interface for objects that can be stopped externally.StoppableWithFeedback Interface for objects that can be stopped externally. -
Classes in adams.core used by adams.flow.transformer.locateobjects Class Description CleanUpHandler Interface for classes that support cleaning up of memory.CloneHandler Interface for getting around the problem with Java's design flaw in regards to interfaces cannot specify the clone method.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size.Stoppable Interface for objects that can be stopped externally. -
Classes in adams.core used by adams.flow.transformer.mapfilter Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.flow.transformer.metadata Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.flow.transformer.multimapoperation Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.MessageCollection Container for collecting messages.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.flow.transformer.multispreadsheetoperation Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.MessageCollection Container for collecting messages.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.flow.transformer.negativeregions Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.Randomizable For classes that support seeded randomization in some sense.SizeOfHandler Interface for classes that allow querying the objct size.Stoppable Interface for objects that can be stopped externally.StoppableWithFeedback Interface for objects that can be stopped externally. -
Classes in adams.core used by adams.flow.transformer.pdfgenerate Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.flow.transformer.pdfproclet Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.flow.transformer.pdfstamp Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.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").SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.flow.transformer.pixelselector Class Description CleanUpHandler Interface for classes that support cleaning up of memory.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.ShallowCopySupporter Interface for classes that support shallow copying, i.e., basically only the setup without the internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.flow.transformer.plotgenerator Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size.TechnicalInformation Used for paper references in the Javadoc and for BibTex generation.TechnicalInformationHandler For classes that are based on some kind of publications. -
Classes in adams.core used by adams.flow.transformer.preparefilebaseddataset Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.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.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.Randomizable For classes that support seeded randomization in some sense.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.flow.transformer.pyrotransformer Class Description CleanUpHandler Interface for classes that support cleaning up of memory.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.flow.transformer.report Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.flow.transformer.splitfile Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size.Stoppable Interface for objects that can be stopped externally. -
Classes in adams.core used by adams.flow.transformer.spreadsheetmethodmerge Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.flow.transformer.summarystatistics Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.flow.transformer.timeseriessplit Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size.TechnicalInformation Used for paper references in the Javadoc and for BibTex generation.TechnicalInformationHandler For classes that are based on some kind of publications. -
Classes in adams.core used by adams.flow.transformer.wekaclassifiersetupprocessor Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.flow.transformer.wekaclusterer Class Description AdditionalInformationHandler Interface for GOE classes that provide additional information apart from the globalInfo() method.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size.TechnicalInformation Used for paper references in the Javadoc and for BibTex generation.TechnicalInformationHandler For classes that are based on some kind of publications. -
Classes in adams.core used by adams.flow.transformer.wekadatasetsmerge Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.flow.transformer.wekaensemblegenerator Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.flow.transformer.wekaevaluationpostprocessor Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.flow.transformer.wekapackagemanageraction Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.MessageCollection Container for collecting messages.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.flow.transformer.wekarepeatedcrossvalidationoutput Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.flow.websocket.client Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.flow.websocket.server Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.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.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"). -
Classes in adams.core used by adams.gui.action Class Description CleanUpHandler Interface for classes that support cleaning up of memory.Properties Enhanced java.util.Properties class. -
Classes in adams.core used by adams.gui.application Class Description CleanUpHandler Interface for classes that support cleaning up of memory.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.Properties Enhanced java.util.Properties class.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.chooser Class Description CleanUpHandler Interface for classes that support cleaning up of memory.DateFormat A threadsafe class for date formatting/parsing.DateTime A thin wrapper to distinguish between date and date/time.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.PasswordSupporter Interface for classes that handle a password.PlaceholderDirectoryHistory History for PlaceholderDirectory objects.PlaceholderFileHistory History for PlaceholderFile objects.SizeOfHandler Interface for classes that allow querying the objct size.Time A thin wrapper to distinguish between date and time. -
Classes in adams.core used by adams.gui.clipboard Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.core Class Description AdditionalInformationHandler Interface for GOE classes that provide additional information apart from the globalInfo() method.CleanUpHandler Interface for classes that support cleaning up of memory.CloneHandler Interface for getting around the problem with Java's design flaw in regards to interfaces cannot specify the clone method.DateFormat A threadsafe class for date formatting/parsing.DateTime A thin wrapper to distinguish between date and date/time.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.EnumWithCustomDisplay For Enum classes that require a custom display string.EnumWithCustomParsing Interface for enums that have a custom parse method.ExampleProvider Interface for classes that provide examples for usage, etc.MessageCollection Container for collecting messages.NamedCounter Provides counters that can be referenced by a name.Properties Enhanced java.util.Properties class.ShorteningType Determines where to shorten the comments.SizeOfHandler Interface for classes that allow querying the objct size.StatusMessageHandler Interface for classes that can display a message string.Stoppable Interface for objects that can be stopped externally.StoppableWithFeedback Interface for objects that can be stopped externally.TextSupporter Interface for classes that can supply text.Time A thin wrapper to distinguish between date and time. -
Classes in adams.core used by adams.gui.core.json Class Description JsonSupporter For classes that support JSON objects, e.g., displaying them. -
Classes in adams.core used by adams.gui.core.spreadsheetpreview Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.core.spreadsheettable Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.Properties Enhanced java.util.Properties class.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.dialog Class Description CleanUpHandler Interface for classes that support cleaning up of memory.Properties Enhanced java.util.Properties class.StatusMessageHandler Interface for classes that can display a message string. -
Classes in adams.core used by adams.gui.flow Class Description CleanUpHandler Interface for classes that support cleaning up of memory.Pausable Interface for objects that can be paused and resumed.Properties Enhanced java.util.Properties class.SizeOfHandler Interface for classes that allow querying the objct size.StatusMessageHandler Interface for classes that can display a message string.StatusMessageHandlerExt Interface for classes that can display a message string, either left or right.Stoppable Interface for objects that can be stopped externally. -
Classes in adams.core used by adams.gui.flow.menu Class Description CleanUpHandler Interface for classes that support cleaning up of memory.DiffUtils.SideBySideDiff Container object for a side-by-side diff.Properties Enhanced java.util.Properties class.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.flow.multipageaction Class Description SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.flow.notificationareaaction Class Description CleanUpHandler Interface for classes that support cleaning up of memory.StatusMessageHandler Interface for classes that can display a message string. -
Classes in adams.core used by adams.gui.flow.tab Class Description CleanUpHandler Interface for classes that support cleaning up of memory.Properties Enhanced java.util.Properties class. -
Classes in adams.core used by adams.gui.flow.tabhandler Class Description CleanUpHandler Interface for classes that support cleaning up of memory.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.flow.tree Class Description AdditionalInformationHandler Interface for GOE classes that provide additional information apart from the globalInfo() method.CleanUpHandler Interface for classes that support cleaning up of memory.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.MessageCollection Container for collecting messages.Properties Enhanced java.util.Properties class.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.ShallowCopySupporter Interface for classes that support shallow copying, i.e., basically only the setup without the internal state.SizeOfHandler Interface for classes that allow querying the objct size.Stoppable Interface for objects that can be stopped externally.StoppableWithFeedback Interface for objects that can be stopped externally.Variables A container for storing variables and their values.VariablesInspectionHandler Interface for classes that can restrict the inspection of certain classes. -
Classes in adams.core used by adams.gui.flow.tree.actorswap Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.Properties Enhanced java.util.Properties class.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.flow.tree.annotations Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.flow.tree.enclose Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.flow.tree.keyboardaction Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.flow.tree.menu Class Description CleanUpHandler Interface for classes that support cleaning up of memory.Properties Enhanced java.util.Properties class. -
Classes in adams.core used by adams.gui.flow.tree.postprocessor Class Description SizeOfHandler Interface for classes that allow querying the objct size.VariableName Wrapper around the name of a variable (= string). -
Classes in adams.core used by adams.gui.flow.tree.quickaction Class Description CleanUpHandler Interface for classes that support cleaning up of memory.Properties Enhanced java.util.Properties class. -
Classes in adams.core used by adams.gui.flow.tree.record.add Class Description CleanUpHandler Interface for classes that support cleaning up of memory.NamedCounter Provides counters that can be referenced by a name. -
Classes in adams.core used by adams.gui.flow.tree.record.enclose Class Description CleanUpHandler Interface for classes that support cleaning up of memory.NamedCounter Provides counters that can be referenced by a name. -
Classes in adams.core used by adams.gui.goe Class Description AbstractHistory Ancestor for classes maintaining a history of objects.AbstractPersistentHistory Ancestor of classes for maintaining a history of objects that are stored on disk.CleanUpHandler Interface for classes that support cleaning up of memory.CloneHandler Interface for getting around the problem with Java's design flaw in regards to interfaces cannot specify the clone method.DateValueSupporter Interface for classes that support date values.HelpProvider Interface for classes that provide some kind of help.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.Properties Enhanced java.util.Properties 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").SizeOfHandler Interface for classes that allow querying the objct size.TriState Enum that enhances a boolean to have a third state: not set.UnorderedRange LikeRange
, but enforces no ordering on indices. -
Classes in adams.core used by adams.gui.goe.popupmenu Class Description SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.laf Class Description SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.menu Class Description CleanUpHandler Interface for classes that support cleaning up of memory.Properties Enhanced java.util.Properties class.StatusMessageHandler Interface for classes that can display a message string. -
Classes in adams.core used by adams.gui.plugin Class Description SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.print Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.scripting Class Description CleanUpHandler Interface for classes that support cleaning up of memory.ErrorProvider Interface for classes that record error messages.Properties Enhanced java.util.Properties class.SizeOfHandler Interface for classes that allow querying the objct size.StatusMessageHandler Interface for classes that can display a message string.Stoppable Interface for objects that can be stopped externally.StoppableWithFeedback Interface for objects that can be stopped externally. -
Classes in adams.core used by adams.gui.selection Class Description CleanUpHandler Interface for classes that support cleaning up of memory. -
Classes in adams.core used by adams.gui.sendto Class Description SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.tools Class Description CleanUpHandler Interface for classes that support cleaning up of memory.Properties Enhanced java.util.Properties class.StatusMessageHandler Interface for classes that can display a message string.StatusMessageHandlerExt Interface for classes that can display a message string, either left or right.Stoppable Interface for objects that can be stopped externally.StoppableWithFeedback Interface for objects that can be stopped externally.SystemInfo Gathers information about system properties.Variables A container for storing variables and their values. -
Classes in adams.core used by adams.gui.tools.filecommander Class Description CleanUpHandler Interface for classes that support cleaning up of memory.StatusMessageHandler Interface for classes that can display a message string. -
Classes in adams.core used by adams.gui.tools.findinfiles Class Description CleanUpHandler Interface for classes that support cleaning up of memory. -
Classes in adams.core used by adams.gui.tools.previewbrowser Class Description CleanUpHandler Interface for classes that support cleaning up of memory.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.LRUCache An LRU cache, based onLinkedHashMap
.
This cache has a fixed maximum number of elements (cacheSize
).MessageCollection Container for collecting messages.Properties Enhanced java.util.Properties class.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.tools.previewbrowser.localfiles Class Description CleanUpHandler Interface for classes that support cleaning up of memory. -
Classes in adams.core used by adams.gui.tools.previewbrowser.notes Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.MessageCollection Container for collecting messages.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.tools.remotecontrolcenter Class Description CleanUpHandler Interface for classes that support cleaning up of memory. -
Classes in adams.core used by adams.gui.tools.remotecontrolcenter.panels Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size.Stoppable Interface for objects that can be stopped externally.StoppableWithFeedback Interface for objects that can be stopped externally. -
Classes in adams.core used by adams.gui.tools.spreadsheetprocessor Class Description MessageCollection Container for collecting messages.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.tools.spreadsheetprocessor.processors Class Description MessageCollection Container for collecting messages.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.tools.spreadsheetprocessor.sources Class Description MessageCollection Container for collecting messages.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.tools.spreadsheetprocessor.targets Class Description MessageCollection Container for collecting messages.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.tools.spreadsheetviewer Class Description CleanUpHandler Interface for classes that support cleaning up of memory.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.ShallowCopySupporter Interface for classes that support shallow copying, i.e., basically only the setup without the internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.tools.spreadsheetviewer.chart Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.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").SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.tools.spreadsheetviewer.menu Class Description CleanUpHandler Interface for classes that support cleaning up of memory.Properties Enhanced java.util.Properties class. -
Classes in adams.core used by adams.gui.tools.spreadsheetviewer.tab Class Description Properties Enhanced java.util.Properties class. -
Classes in adams.core used by adams.gui.tools.wekainvestigator Class Description CleanUpHandler Interface for classes that support cleaning up of memory.DateFormat A threadsafe class for date formatting/parsing.MessageCollection Container for collecting messages.Properties Enhanced java.util.Properties class.StatusMessageHandler Interface for classes that can display a message string. -
Classes in adams.core used by adams.gui.tools.wekainvestigator.data Class Description CleanUpHandler Interface for classes that support cleaning up of memory.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.tools.wekainvestigator.datatable.action Class Description CleanUpHandler Interface for classes that support cleaning up of memory.StatusMessageHandler Interface for classes that can display a message string. -
Classes in adams.core used by adams.gui.tools.wekainvestigator.evaluation Class Description GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.MessageCollection Container for collecting messages.Properties Enhanced java.util.Properties class.SizeOfHandler Interface for classes that allow querying the objct size.StatusMessageHandler Interface for classes that can display a message string. -
Classes in adams.core used by adams.gui.tools.wekainvestigator.output Class Description CleanUpHandler Interface for classes that support cleaning up of memory.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.MessageCollection Container for collecting messages.SizeOfHandler Interface for classes that allow querying the objct size.TextSupporter Interface for classes that can supply text. -
Classes in adams.core used by adams.gui.tools.wekainvestigator.source Class Description CleanUpHandler Interface for classes that support cleaning up of memory.StatusMessageHandler Interface for classes that can display a message string. -
Classes in adams.core used by adams.gui.tools.wekainvestigator.tab Class Description CleanUpHandler Interface for classes that support cleaning up of memory.MessageCollection Container for collecting messages.StatusMessageHandler Interface for classes that can display a message string. -
Classes in adams.core used by adams.gui.tools.wekainvestigator.tab.associatetab Class Description CleanUpHandler Interface for classes that support cleaning up of memory.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.tools.wekainvestigator.tab.associatetab.evaluation Class Description GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.MessageCollection Container for collecting messages.SizeOfHandler Interface for classes that allow querying the objct size.StatusMessageHandler Interface for classes that can display a message string. -
Classes in adams.core used by adams.gui.tools.wekainvestigator.tab.associatetab.output Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.MessageCollection Container for collecting messages.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.tools.wekainvestigator.tab.attseltab Class Description CleanUpHandler Interface for classes that support cleaning up of memory.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.tools.wekainvestigator.tab.attseltab.evaluation Class Description GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.MessageCollection Container for collecting messages.SizeOfHandler Interface for classes that allow querying the objct size.StatusMessageHandler Interface for classes that can display a message string. -
Classes in adams.core used by adams.gui.tools.wekainvestigator.tab.attseltab.output Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.MessageCollection Container for collecting messages.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.tools.wekainvestigator.tab.classifytab Class Description CleanUpHandler Interface for classes that support cleaning up of memory.MessageCollection Container for collecting messages.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.tools.wekainvestigator.tab.classifytab.evaluation Class Description GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.MessageCollection Container for collecting messages.SizeOfHandler Interface for classes that allow querying the objct size.StatusMessageHandler Interface for classes that can display a message string.Stoppable Interface for objects that can be stopped externally.StoppableWithFeedback Interface for objects that can be stopped externally. -
Classes in adams.core used by adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.finalmodel Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.tools.wekainvestigator.tab.classifytab.output Class Description AutoOnOff Enum that has three states: auto|on|off.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.MessageCollection Container for collecting messages.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.tools.wekainvestigator.tab.classifytab.output.perfold Class Description CleanUpHandler Interface for classes that support cleaning up of memory. -
Classes in adams.core used by adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.MessageCollection Container for collecting messages.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.tools.wekainvestigator.tab.clustertab Class Description CleanUpHandler Interface for classes that support cleaning up of memory.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.tools.wekainvestigator.tab.clustertab.evaluation Class Description GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.MessageCollection Container for collecting messages.SizeOfHandler Interface for classes that allow querying the objct size.StatusMessageHandler Interface for classes that can display a message string. -
Classes in adams.core used by adams.gui.tools.wekainvestigator.tab.clustertab.output Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.MessageCollection Container for collecting messages.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.tools.wekainvestigator.tab.experimenttab Class Description CleanUpHandler Interface for classes that support cleaning up of memory.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.tools.wekainvestigator.tab.experimenttab.output Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.MessageCollection Container for collecting messages.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.tools.wekainvestigator.tab.experimenttab.setup Class Description GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.MessageCollection Container for collecting messages.SizeOfHandler Interface for classes that allow querying the objct size.StatusMessageHandler Interface for classes that can display a message string.Stoppable Interface for objects that can be stopped externally.StoppableWithFeedback Interface for objects that can be stopped externally. -
Classes in adams.core used by adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction Class Description CleanUpHandler Interface for classes that support cleaning up of memory.StatusMessageHandler Interface for classes that can display a message string. -
Classes in adams.core used by adams.gui.tools.wekamultiexperimenter Class Description CleanUpHandler Interface for classes that support cleaning up of memory.Properties Enhanced java.util.Properties class.StatusMessageHandler Interface for classes that can display a message string.StatusMessageHandlerExt Interface for classes that can display a message string, either left or right. -
Classes in adams.core used by adams.gui.tools.wekamultiexperimenter.analysis Class Description CleanUpHandler Interface for classes that support cleaning up of memory.CloneHandler Interface for getting around the problem with Java's design flaw in regards to interfaces cannot specify the clone method.DateFormat A threadsafe class for date formatting/parsing. -
Classes in adams.core used by adams.gui.tools.wekamultiexperimenter.experiment Class Description CleanUpHandler Interface for classes that support cleaning up of memory.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.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.SizeOfHandler Interface for classes that allow querying the objct size.StatusMessageHandler Interface for classes that can display a message string.Stoppable Interface for objects that can be stopped externally.StoppableWithFeedback Interface for objects that can be stopped externally. -
Classes in adams.core used by adams.gui.tools.wekamultiexperimenter.io Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.visualization.container Class Description CleanUpHandler Interface for classes that support cleaning up of memory.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.Properties Enhanced java.util.Properties class.ShallowCopySupporter Interface for classes that support shallow copying, i.e., basically only the setup without the internal state.SizeOfHandler Interface for classes that allow querying the objct size.StatusMessageHandler Interface for classes that can display a message string. -
Classes in adams.core used by adams.gui.visualization.core Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.ShallowCopySupporter Interface for classes that support shallow copying, i.e., basically only the setup without the internal state.SizeOfHandler Interface for classes that allow querying the objct size.TechnicalInformation Used for paper references in the Javadoc and for BibTex generation.TechnicalInformationHandler For classes that are based on some kind of publications.VariableName Wrapper around the name of a variable (= string). -
Classes in adams.core used by adams.gui.visualization.core.axis Class Description CloneHandler Interface for getting around the problem with Java's design flaw in regards to interfaces cannot specify the clone method.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.EnumWithCustomDisplay For Enum classes that require a custom display string.EnumWithCustomParsing Interface for enums that have a custom parse method.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.ShallowCopySupporter Interface for classes that support shallow copying, i.e., basically only the setup without the internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.visualization.core.plot Class Description CleanUpHandler Interface for classes that support cleaning up of memory.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.visualization.debug Class Description CleanUpHandler Interface for classes that support cleaning up of memory.DiffUtils.SideBySideDiff Container object for a side-by-side diff. -
Classes in adams.core used by adams.gui.visualization.debug.objectexport Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.visualization.debug.objectrenderer Class Description MessageCollection Container for collecting messages.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.visualization.debug.propertyextractor Class Description CleanUpHandler Interface for classes that support cleaning up of memory. -
Classes in adams.core used by adams.gui.visualization.image Class Description CleanUpHandler Interface for classes that support cleaning up of memory.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.Properties Enhanced java.util.Properties class.ShallowCopySupporter Interface for classes that support shallow copying, i.e., basically only the setup without the internal state.SizeOfHandler Interface for classes that allow querying the objct size.StatusMessageHandler Interface for classes that can display a message string. -
Classes in adams.core used by adams.gui.visualization.image.interactionlogging Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.visualization.image.leftclick Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.Randomizable For classes that support seeded randomization in some sense.ShallowCopySupporter Interface for classes that support shallow copying, i.e., basically only the setup without the internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.visualization.image.paintlet Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.ShallowCopySupporter Interface for classes that support shallow copying, i.e., basically only the setup without the internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.visualization.image.plugins Class Description Properties Enhanced java.util.Properties class.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.visualization.image.selection Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.ShallowCopySupporter Interface for classes that support shallow copying, i.e., basically only the setup without the internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.visualization.image.selectionshape Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.visualization.instance Class Description CleanUpHandler Interface for classes that support cleaning up of memory.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.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.Properties Enhanced java.util.Properties 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").ShallowCopySupporter Interface for classes that support shallow copying, i.e., basically only the setup without the internal state.SizeOfHandler Interface for classes that allow querying the objct size.StatusMessageHandler Interface for classes that can display a message string. -
Classes in adams.core used by adams.gui.visualization.instances.instancestable Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.Properties Enhanced java.util.Properties class.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.visualization.jfreechart.chart Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.visualization.jfreechart.dataset Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.visualization.jfreechart.shape Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.visualization.multiobjectexport Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.MessageCollection Container for collecting messages.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.visualization.object Class Description CleanUpHandler Interface for classes that support cleaning up of memory. -
Classes in adams.core used by adams.gui.visualization.object.annotationsdisplay Class Description CleanUpHandler Interface for classes that support cleaning up of memory.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.visualization.object.annotator Class Description CleanUpHandler Interface for classes that support cleaning up of memory.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.visualization.object.labelselector Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.visualization.object.mouseclick Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.visualization.object.objectannotations.check Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.visualization.object.objectannotations.cleaning Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.MessageCollection Container for collecting messages.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.visualization.object.objectannotations.colors Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.MessageCollection Container for collecting messages.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.visualization.object.objectannotations.label Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.visualization.object.objectannotations.outline Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.visualization.object.objectannotations.shape Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.visualization.object.overlay Class Description CleanUpHandler Interface for classes that support cleaning up of memory.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.visualization.object.tools Class Description CleanUpHandler Interface for classes that support cleaning up of memory.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.visualization.pdf Class Description CleanUpHandler Interface for classes that support cleaning up of memory.Properties Enhanced java.util.Properties class. -
Classes in adams.core used by adams.gui.visualization.pdf.menu Class Description CleanUpHandler Interface for classes that support cleaning up of memory. -
Classes in adams.core used by adams.gui.visualization.report Class Description CleanUpHandler Interface for classes that support cleaning up of memory.DateFormat A threadsafe class for date formatting/parsing.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.ShallowCopySupporter Interface for classes that support shallow copying, i.e., basically only the setup without the internal state.SizeOfHandler Interface for classes that allow querying the objct size.TechnicalInformation Used for paper references in the Javadoc and for BibTex generation.TechnicalInformationHandler For classes that are based on some kind of publications. -
Classes in adams.core used by adams.gui.visualization.report.reportfactory Class Description CleanUpHandler Interface for classes that support cleaning up of memory. -
Classes in adams.core used by adams.gui.visualization.segmentation Class Description CleanUpHandler Interface for classes that support cleaning up of memory. -
Classes in adams.core used by adams.gui.visualization.segmentation.layer Class Description SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.visualization.segmentation.paintoperation Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.visualization.segmentation.tool Class Description CleanUpHandler Interface for classes that support cleaning up of memory.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.visualization.sequence Class Description CleanUpHandler Interface for classes that support cleaning up of memory.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.ShallowCopySupporter Interface for classes that support shallow copying, i.e., basically only the setup without the internal state.SizeOfHandler Interface for classes that allow querying the objct size.StatusMessageHandler Interface for classes that can display a message string.TechnicalInformation Used for paper references in the Javadoc and for BibTex generation.TechnicalInformationHandler For classes that are based on some kind of publications. -
Classes in adams.core used by adams.gui.visualization.sequence.metadatacolor Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.visualization.sequence.pointpreprocessor Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.Randomizable For classes that support seeded randomization in some sense.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.visualization.spreadsheet Class Description CleanUpHandler Interface for classes that support cleaning up of memory.CloneHandler Interface for getting around the problem with Java's design flaw in regards to interfaces cannot specify the clone method.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.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.Mergeable For objects that allow merging.Properties Enhanced java.util.Properties 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").ShallowCopySupporter Interface for classes that support shallow copying, i.e., basically only the setup without the internal state.SizeOfHandler Interface for classes that allow querying the objct size.StatusMessageHandler Interface for classes that can display a message string.UniqueIDHandler Interface for objects that support unique IDs. -
Classes in adams.core used by adams.gui.visualization.statistics Class Description CleanUpHandler Interface for classes that support cleaning up of memory. -
Classes in adams.core used by adams.gui.visualization.stats.boxplot Class Description 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"). -
Classes in adams.core used by adams.gui.visualization.stats.core Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.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.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.visualization.stats.fourinone Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.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.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.visualization.stats.histogram Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size.TextSupporter Interface for classes that can supply text. -
Classes in adams.core used by adams.gui.visualization.stats.paintlet Class Description CleanUpHandler Interface for classes that support cleaning up of memory.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.ShallowCopySupporter Interface for classes that support shallow copying, i.e., basically only the setup without the internal state.SizeOfHandler Interface for classes that allow querying the objct size.TechnicalInformation Used for paper references in the Javadoc and for BibTex generation.TechnicalInformationHandler For classes that are based on some kind of publications. -
Classes in adams.core used by adams.gui.visualization.stats.probabilityplot Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.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.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.visualization.stats.scatterplot Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.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.SizeOfHandler Interface for classes that allow querying the objct size.TechnicalInformation Used for paper references in the Javadoc and for BibTex generation.TechnicalInformationHandler For classes that are based on some kind of publications.TextSupporter Interface for classes that can supply text. -
Classes in adams.core used by adams.gui.visualization.stats.scatterplot.action Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.visualization.stats.zscore Class Description CleanUpHandler Interface for classes that support cleaning up of memory.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.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.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.gui.visualization.timeseries Class Description CleanUpHandler Interface for classes that support cleaning up of memory.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.Properties Enhanced java.util.Properties class.ShallowCopySupporter Interface for classes that support shallow copying, i.e., basically only the setup without the internal state.SizeOfHandler Interface for classes that allow querying the objct size.StatusMessageHandler Interface for classes that can display a message string. -
Classes in adams.core used by adams.gui.wizard Class Description Properties Enhanced java.util.Properties class. -
Classes in adams.core used by adams.gui.workspace Class Description CleanUpHandler Interface for classes that support cleaning up of memory.MessageCollection Container for collecting messages.StatusMessageHandler Interface for classes that can display a message string.StatusMessageHandlerExt Interface for classes that can display a message string, either left or right. -
Classes in adams.core used by adams.ml.capabilities Class Description Mergeable For objects that allow merging.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.ml.data Class Description CloneHandler Interface for getting around the problem with Java's design flaw in regards to interfaces cannot specify the clone method.DateFormat A threadsafe class for date formatting/parsing.DateTime A thin wrapper to distinguish between date and date/time.DateTimeMsec A thin wrapper to distinguish between date/teim and date/time msec.Mergeable For objects that allow merging.SizeOfHandler Interface for classes that allow querying the objct size.Time A thin wrapper to distinguish between date and time.TimeMsec A thin wrapper to distinguish between date and time/msec. -
Classes in adams.core used by adams.ml.evaluation Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.Randomizable For classes that support seeded randomization in some sense.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.ml.model Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive. -
Classes in adams.core used by adams.ml.model.classification Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.ml.model.clustering Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.ml.model.regression Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.ml.preprocessing Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.ml.preprocessing.supervised Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.ml.preprocessing.unsupervised Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size.TechnicalInformation Used for paper references in the Javadoc and for BibTex generation.TechnicalInformationHandler For classes that are based on some kind of publications. -
Classes in adams.core used by adams.multiprocess Class Description CleanUpHandler Interface for classes that support cleaning up of memory.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.MultiAttemptSupporter Interface for classes that support multiple attempts.MultiAttemptWithWaitSupporter Interface for classes that support multiple attempts, but allow a waiting interval in between attempts.Pausable Interface for objects that can be paused and resumed.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size.StatusMessageHandler Interface for classes that can display a message string.Stoppable Interface for objects that can be stopped externally.StoppableWithFeedback Interface for objects that can be stopped externally.ThreadLimiter Interface for classes that allow limiting the number of threads in use. -
Classes in adams.core used by adams.opt.genetic Class Description CleanUpHandler Interface for classes that support cleaning up of memory.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.Pausable Interface for objects that can be paused and resumed.Properties Enhanced java.util.Properties class.Randomizable For classes that support seeded randomization in some sense.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").ShallowCopySupporter Interface for classes that support shallow copying, i.e., basically only the setup without the internal state.SizeOfHandler Interface for classes that allow querying the objct size.Stoppable Interface for objects that can be stopped externally.StoppableWithFeedback Interface for objects that can be stopped externally.ThreadLimiter Interface for classes that allow limiting the number of threads in use. -
Classes in adams.core used by adams.opt.genetic.initialsetups Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.opt.genetic.setupupload Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.Properties Enhanced java.util.Properties class.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.opt.genetic.stopping Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.opt.optimise Class Description CleanUpHandler Interface for classes that support cleaning up of memory.CloneHandler Interface for getting around the problem with Java's design flaw in regards to interfaces cannot specify the clone method.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.Randomizable For classes that support seeded randomization in some sense.SizeOfHandler Interface for classes that allow querying the objct size.Stoppable Interface for objects that can be stopped externally.StoppableWithFeedback Interface for objects that can be stopped externally. -
Classes in adams.core used by adams.opt.optimise.genetic Class Description CleanUpHandler Interface for classes that support cleaning up of memory.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.Properties Enhanced java.util.Properties 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").SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.opt.optimise.genetic.fitnessfunctions Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.parser Class Description BusinessDays Enum for defining business days.CloneHandler Interface for getting around the problem with Java's design flaw in regards to interfaces cannot specify the clone method.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.parser.basedate Class Description DateFormat A threadsafe class for date formatting/parsing. -
Classes in adams.core used by adams.parser.basedatetime Class Description DateFormat A threadsafe class for date formatting/parsing. -
Classes in adams.core used by adams.parser.basedatetimemsec Class Description DateFormat A threadsafe class for date formatting/parsing. -
Classes in adams.core used by adams.parser.basetime Class Description DateFormat A threadsafe class for date formatting/parsing. -
Classes in adams.core used by adams.parser.basetimemsec Class Description DateFormat A threadsafe class for date formatting/parsing. -
Classes in adams.core used by adams.parser.plugin Class Description SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.parser.spreadsheetformula Class Description SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.parser.spreadsheetquery Class Description DateFormat A threadsafe class for date formatting/parsing.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.run Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.PasswordSupporter Interface for classes that handle a password.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.scripting Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.Properties Enhanced java.util.Properties class.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.scripting.command Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.Properties Enhanced java.util.Properties class.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.scripting.command.basic Class Description ClassCrossReference Interface for object that cross-reference other classes.CrossReference Ancestor for cross-reference interfaces.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.Properties Enhanced java.util.Properties class.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.scripting.command.distributed Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.scripting.command.flow Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size.VariableName Wrapper around the name of a variable (= string). -
Classes in adams.core used by adams.scripting.command.gui Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.scripting.connection Class Description CleanUpHandler Interface for classes that support cleaning up of memory.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.PasswordSupporter Interface for classes that handle a password.QuickInfoSupporter Interface for classes that return a short string describing their setup or internal state.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.scripting.engine Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.Pausable Interface for objects that can be paused and resumed.SizeOfHandler Interface for classes that allow querying the objct size.Stoppable Interface for objects that can be stopped externally.StoppableWithFeedback Interface for objects that can be stopped externally. -
Classes in adams.core used by adams.scripting.permissionhandler Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.scripting.processor Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.MessageCollection Container for collecting messages.Properties Enhanced java.util.Properties class.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.scripting.requesthandler Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.scripting.responsehandler Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.terminal.application Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by adams.tools Class Description CleanUpHandler Interface for classes that support cleaning up of memory.Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.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.PasswordSupporter Interface for classes that handle a password.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").SizeOfHandler Interface for classes that allow querying the objct size.Stoppable Interface for objects that can be stopped externally.StoppableWithFeedback Interface for objects that can be stopped externally.ThreadLimiter Interface for classes that allow limiting the number of threads in use. -
Classes in adams.core used by weka.attributeSelection Class Description 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"). -
Classes in adams.core used by weka.classifiers Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.ErrorProvider Interface for classes that record error messages.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.Randomizable For classes that support seeded randomization in some sense.SizeOfHandler Interface for classes that allow querying the objct size.Stoppable Interface for objects that can be stopped externally.StoppableWithFeedback Interface for objects that can be stopped externally. -
Classes in adams.core used by weka.classifiers.evaluation Class Description Stoppable Interface for objects that can be stopped externally.StoppableWithFeedback Interface for objects that can be stopped externally. -
Classes in adams.core used by weka.classifiers.functions Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size.Stoppable Interface for objects that can be stopped externally.StoppableWithFeedback Interface for objects that can be stopped externally. -
Classes in adams.core used by weka.classifiers.lazy Class Description SizeOfHandler Interface for classes that allow querying the objct size.Stoppable Interface for objects that can be stopped externally.StoppableWithFeedback Interface for objects that can be stopped externally. -
Classes in adams.core used by weka.classifiers.meta Class Description 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.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").Stoppable Interface for objects that can be stopped externally.StoppableWithFeedback Interface for objects that can be stopped externally. -
Classes in adams.core used by weka.classifiers.meta.socketfacade Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by weka.classifiers.simple Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by weka.classifiers.trees Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size.TechnicalInformation Used for paper references in the Javadoc and for BibTex generation.TechnicalInformationHandler For classes that are based on some kind of publications. -
Classes in adams.core used by weka.core Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.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.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").SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by weka.filters.unsupervised.attribute Class Description 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"). -
Classes in adams.core used by weka.filters.unsupervised.attribute.detrend Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by weka.filters.unsupervised.attribute.multiplicativescattercorrection Class Description Destroyable Interface for classes that need some further cleaning up that cannot be done with the CleanUpHandler, as it is destructive.GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.SizeOfHandler Interface for classes that allow querying the objct size. -
Classes in adams.core used by weka.filters.unsupervised.instance Class Description 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").UnorderedRange LikeRange
, but enforces no ordering on indices. -
Classes in adams.core used by weka.filters.unsupervised.instance.multirowprocessor Class Description GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor. -
Classes in adams.core used by weka.filters.unsupervised.instance.multirowprocessor.processor Class Description GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor. -
Classes in adams.core used by weka.filters.unsupervised.instance.multirowprocessor.selection Class Description GlobalInfoSupporter Interface for classes that provide information on the class in the GenericObjectEditor.