Serialized Form
-
Package adams.console
-
Class adams.console.AbstractConsoleApplication extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 2214043765392050407L
-
Class adams.console.Logging extends AbstractConsoleApplication implements Serializable
- serialVersionUID:
- 1373827735768376022L
-
Serialized Fields
-
m_CommandProcessor
RemoteCommandProcessor m_CommandProcessor
the command processor. -
m_LocalHost
BaseHostname m_LocalHost
the local host/port to use. -
m_MaxFailures
int m_MaxFailures
the maximum number of connection failures to handle (-1 for indefinite). -
m_RemoteHost
BaseHostname m_RemoteHost
the remote host/port to connect to. -
m_Stopped
boolean m_Stopped
whether listening was stopped.
-
-
Class adams.console.Logging.RemoteListenerRunnableWithLog extends RemoteReceiveHandler.AbstractRemoteListenerRunnable implements Serializable
- serialVersionUID:
- -1375651567275850732L
-
-
Package adams.core
-
Class adams.core.AbstractDataBackedIndex extends Index implements Serializable
- serialVersionUID:
- -4358263779315198808L
-
Class adams.core.AbstractDataBackedRange extends Range implements Serializable
- serialVersionUID:
- 5215987200366396733L
-
Class adams.core.AbstractDataBackedRange.InvertedStringLengthComparator extends Object implements Serializable
- serialVersionUID:
- -3821875620058964511L
-
Class adams.core.AbstractDataBackedUnorderedRange extends UnorderedRange implements Serializable
- serialVersionUID:
- 5215987200366396733L
-
Serialized Fields
-
m_Data
T m_Data
the underlying dataset.
-
-
Class adams.core.AbstractDataBackedUnorderedRange.InvertedStringLengthComparator extends Object implements Serializable
- serialVersionUID:
- -3821875620058964511L
-
Class adams.core.AbstractFileBasedHistory extends AbstractPersistentHistory<T extends File> implements Serializable
- serialVersionUID:
- -5716154035144840331L
-
Serialized Fields
-
m_MinNumParentDirs
int m_MinNumParentDirs
the minimum number of parent directories to use.
-
-
Class adams.core.AbstractHistory extends LoggingObject implements Serializable
- serialVersionUID:
- 6838638921199269531L
-
Class adams.core.AbstractPersistentHistory extends AbstractHistory<T> implements Serializable
- serialVersionUID:
- 6749583793409177117L
-
Serialized Fields
-
m_HistoryFile
PlaceholderFile m_HistoryFile
the file to save the history to.
-
-
Class adams.core.ByteFormat extends Object implements Serializable
- serialVersionUID:
- -7848808006030837876L
-
Serialized Fields
-
m_AddUnit
boolean m_AddUnit
whether to add a unit specifier at the end. -
m_Format
String m_Format
the format string. -
m_NumDecimals
int m_NumDecimals
the number of decimals to use. -
m_Unit
ByteFormat.Unit m_Unit
the conversion unit. -
m_UseThousandSeparators
boolean m_UseThousandSeparators
whether to use thousand separators or not.
-
-
Class adams.core.ByteFormatString extends AbstractBaseString implements Serializable
- serialVersionUID:
- -7134897961930112280L
-
Class adams.core.ClassCompatibility extends Object implements Serializable
- serialVersionUID:
- -8139225807701691972L
-
Class adams.core.ClassLister extends nz.ac.waikato.cms.locator.ClassLister implements Serializable
- serialVersionUID:
- 8482163084925911272L
-
Serialized Fields
-
m_Static
boolean m_Static
whether static or dynamic discovery is used.
-
-
Class adams.core.ClassListerJson extends ClassLister implements Serializable
- serialVersionUID:
- -1468292265379375783L
-
Class adams.core.ConfigurableEnumeration extends Object implements Serializable
- serialVersionUID:
- 747043367670890397L
-
Serialized Fields
-
m_Items
T extends ConfigurableEnumeration.AbstractItem[] m_Items
the items of the enumeration.
-
-
Class adams.core.ConfigurableEnumeration.AbstractItem extends Object implements Serializable
- serialVersionUID:
- -6709282604894298581L
-
Serialized Fields
-
m_Display
String m_Display
the (optional) display text. -
m_Enumeration
E extends ConfigurableEnumeration m_Enumeration
the enumeration this item belongs to. -
m_ID
String m_ID
the id.
-
-
Class adams.core.Constants extends Object implements Serializable
- serialVersionUID:
- 6844330611108433085L
-
Class adams.core.DateFormat extends Object implements Serializable
- serialVersionUID:
- 304114530994640191L
-
Serialized Fields
-
m_Format
SimpleDateFormat m_Format
the actual formatter/parser.
-
-
Class adams.core.DateTime extends Date implements Serializable
- serialVersionUID:
- -8619742925203285132L
-
Class adams.core.DateTimeMsec extends Date implements Serializable
- serialVersionUID:
- -8619742925203285132L
-
Class adams.core.DefaultCompare extends Object implements Serializable
- serialVersionUID:
- -6202901070173617221L
-
Class adams.core.DiffUtils.Filler extends Object implements Serializable
- serialVersionUID:
- 3295616348711569065L
-
Class adams.core.DiffUtils.SideBySideDiff extends Object implements Serializable
- serialVersionUID:
- -6775907286936991130L
-
Serialized Fields
-
m_Diff
List[] m_Diff
the diff information.
-
-
Class adams.core.FileHistory extends AbstractFileBasedHistory<File> implements Serializable
- serialVersionUID:
- -5716154035144840331L
-
Class adams.core.FileNameCompare extends Object implements Serializable
- serialVersionUID:
- -6202901070173617221L
-
Class adams.core.FindClass extends LoggingObject implements Serializable
- serialVersionUID:
- -2973185784363491578L
-
Class adams.core.Index extends Object implements Serializable
- serialVersionUID:
- 4295722716846349301L
-
Class adams.core.LRUCache extends Object implements Serializable
- serialVersionUID:
- -4869609636566618142L
-
Serialized Fields
-
m_CacheSize
int m_CacheSize
the cache size. -
m_Enabled
boolean m_Enabled
whether the cache is enabled. -
m_Map
LinkedHashMap<K,V> m_Map
the cache.
-
-
Class adams.core.LRUCache.LRUCacheLinkedHashMap extends LinkedHashMap<K,V> implements Serializable
- serialVersionUID:
- 6485446895298838183L
-
Class adams.core.MessageCollection extends Object implements Serializable
- serialVersionUID:
- 9025206792308781497L
-
Class adams.core.MicroSecondFormat extends Object implements Serializable
- serialVersionUID:
- -7848808006030837876L
-
Serialized Fields
-
m_AddUnit
boolean m_AddUnit
whether to add a unit specifier at the end. -
m_Format
String m_Format
the format string. -
m_NumDecimals
int m_NumDecimals
the number of decimals to use. -
m_Unit
MicroSecondFormat.Unit m_Unit
the conversion unit. -
m_UseThousandSeparators
boolean m_UseThousandSeparators
whether to use thousand separators or not.
-
-
Class adams.core.MicroSecondFormatString extends AbstractBaseString implements Serializable
- serialVersionUID:
- -7134897961930112280L
-
Class adams.core.NamedCounter extends Object implements Serializable
- serialVersionUID:
- -690032882282626773L
-
Class adams.core.NewInstance extends LoggingObject implements Serializable
- serialVersionUID:
- 6122003243388578002L
-
Serialized Fields
-
m_Classes
Set<Class> m_Classes
the classes that have a custom constructor. -
m_Classnames
Set<String> m_Classnames
the classnames that have a custom constructor. -
m_Constructors
Map<Class,Constructor> m_Constructors
the constructors. -
m_DefaultValues
Map<Class,Object[]> m_DefaultValues
the constructor default values. -
m_Properties
Properties m_Properties
the placeholders.
-
-
Class adams.core.NumericStringCompare extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -6202901070173617221L
-
Serialized Fields
-
m_Find
BaseRegExp m_Find
the string to find. -
m_Replace
String m_Replace
the replacement string.
-
-
Class adams.core.PlaceholderDirectoryHistory extends AbstractFileBasedHistory<PlaceholderDirectory> implements Serializable
- serialVersionUID:
- -5716154035144840331L
-
Class adams.core.PlaceholderFileHistory extends AbstractFileBasedHistory<PlaceholderFile> implements Serializable
- serialVersionUID:
- -5716154035144840331L
-
Class adams.core.Placeholders extends LoggingObject implements Serializable
- serialVersionUID:
- 2057418242713301148L
-
Class adams.core.Properties extends Properties implements Serializable
- serialVersionUID:
- -4908679921070087606L
-
Class adams.core.PropertiesBasedEnumeration extends ConfigurableEnumeration<T extends ConfigurableEnumeration.AbstractItem> implements Serializable
- serialVersionUID:
- -1152323610526845659L
-
Serialized Fields
-
m_Properties
Properties m_Properties
the properties to use.
-
-
Class adams.core.PropertiesToCode extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -1486296514278761751L
-
Serialized Fields
-
Class adams.core.PublishSubscribeHandler extends LoggingObject implements Serializable
- serialVersionUID:
- -681259318445702646L
-
Serialized Fields
-
m_NumPublished
int m_NumPublished
the number data items published. -
m_Subscribers
Set<PublicationListener> m_Subscribers
the subscribers.
-
-
Class adams.core.Range extends Object implements Serializable
- serialVersionUID:
- -7995710565507092711L
-
Serialized Fields
-
m_ActualRange
String m_ActualRange
the actual range, without the inversion. -
m_Inverted
Boolean m_Inverted
whether the range is inverted. -
m_Max
int m_Max
the maximum for the 1-based range. -
m_Range
String m_Range
the range string. -
m_Raw
String m_Raw
the uncleaned range string. -
m_SubRanges
List<Range.SubRange> m_SubRanges
the range parts.
-
-
Class adams.core.Range.SubRange extends Object implements Serializable
- serialVersionUID:
- -1352323320597824993L
-
Class adams.core.SecondFormat extends Object implements Serializable
- serialVersionUID:
- -7848808006030837876L
-
Serialized Fields
-
m_AddUnit
boolean m_AddUnit
whether to add a unit specifier at the end. -
m_Format
String m_Format
the format string. -
m_NumDecimals
int m_NumDecimals
the number of decimals to use. -
m_Unit
SecondFormat.Unit m_Unit
the conversion unit. -
m_UseThousandSeparators
boolean m_UseThousandSeparators
whether to use thousand separators or not.
-
-
Class adams.core.SecondFormatString extends AbstractBaseString implements Serializable
- serialVersionUID:
- -7134897961930112280L
-
Class adams.core.SerializableObjectHelper extends CustomLoggingLevelObject implements Serializable
- serialVersionUID:
- -6245176175718570463L
-
Serialized Fields
-
m_Owner
SerializableObject m_Owner
the owner. -
m_SetupLoadedOrGenerated
boolean m_SetupLoadedOrGenerated
whether the setup got loaded or generated already. -
m_Strict
boolean m_Strict
whether to enforce strict option checks (ie rebuild if different) or just warn.
-
-
Class adams.core.SerializedObject extends Object implements Serializable
- serialVersionUID:
- 6635502953928860434L
-
Serialized Fields
-
m_isCompressed
boolean m_isCompressed
Whether or not the object is compressed. -
m_storedObjectArray
byte[] m_storedObjectArray
The array storing the object.
-
-
Class adams.core.StaticClassLister extends Object implements Serializable
- serialVersionUID:
- 4386916077742762389L
-
Class adams.core.StoppedException extends Exception implements Serializable
- serialVersionUID:
- 5607568708932678531L
-
Class adams.core.StringHistory extends AbstractPersistentHistory<String> implements Serializable
- serialVersionUID:
- -5716154035144840331L
-
Class adams.core.SystemInfo extends Object implements Serializable
- serialVersionUID:
- -4633948405872915214L
-
Class adams.core.Time extends Date implements Serializable
- serialVersionUID:
- -6112613183911022094L
-
Class adams.core.TimeIt extends Object implements Serializable
- serialVersionUID:
- -8264923459795817609L
-
Serialized Fields
-
m_Prefix
String m_Prefix
the prefix for logging.
-
-
Class adams.core.TimeMsec extends Date implements Serializable
- serialVersionUID:
- -6112613183911022094L
-
Class adams.core.Trie extends Object implements Serializable
- serialVersionUID:
- -5897980928817779048L
-
Serialized Fields
-
m_HashCode
int m_HashCode
the hash code -
m_RecalcHashCode
boolean m_RecalcHashCode
whether the structure got modified and the hash code needs to be re-calculated -
m_Root
Trie.TrieNode m_Root
the root node
-
-
Class adams.core.Trie.TrieNode extends DefaultMutableTreeNode implements Serializable
- serialVersionUID:
- -2252907099391881148L
-
Serialized Fields
-
m_Children
Hashtable<Character,Trie.TrieNode> m_Children
for fast access to the children
-
-
Class adams.core.UnorderedRange extends Object implements Serializable
- serialVersionUID:
- -6836829341589554650L
-
Serialized Fields
-
m_Indices
gnu.trove.list.TIntList m_Indices
the parsed indices. -
m_Max
int m_Max
the maximum for the 1-based range. -
m_Raw
String m_Raw
the raw range string.
-
-
Class adams.core.VariableName extends AbstractBaseString implements Serializable
- serialVersionUID:
- -5338530688258339927L
-
Class adams.core.VariableNameNoUpdate extends VariableName implements Serializable
- serialVersionUID:
- -4252630797841061799L
-
Class adams.core.VariableNameValuePair extends AbstractBaseString implements Serializable
- serialVersionUID:
- -7223597009565454854L
-
Class adams.core.Variables extends LoggingObject implements Serializable
- serialVersionUID:
- -1654017967835758598L
-
Serialized Fields
-
m_EnvironmentVariables
Hashtable<String,String> m_EnvironmentVariables
the environment variables <-> value relation. -
m_SystemProperties
Hashtable<String,String> m_SystemProperties
the system properties <-> value relation. -
m_VariableChangeListeners
WrapperHashSet<VariableChangeListener> m_VariableChangeListeners
the listeners. -
m_Variables
Hashtable<String,String> m_Variables
the variable <-> value relation.
-
-
Class adams.core.VariablesFinder extends AbstractOptionTraverserWithResult<HashSet<String>> implements Serializable
- serialVersionUID:
- 7547795348352685187L
-
Serialized Fields
-
m_Inspection
VariablesInspectionHandler m_Inspection
the inspection class. -
variables
HashSet<String> variables
for storing the variables.
-
-
Class adams.core.WrapperHashSet extends AbstractCollection<E> implements Serializable
- serialVersionUID:
- 7724908287353061207L
-
Serialized Fields
-
m_HashSet
HashSet<WrapperHashSet.Wrapper> m_HashSet
the hashset used internally.
-
-
Class adams.core.WrapperHashSet.Wrapper extends Object implements Serializable
- serialVersionUID:
- -4446213875293513654L
-
Serialized Fields
-
m_Payload
Object m_Payload
the payload object.
-
-
-
Package adams.core.base
-
Class adams.core.base.AbstractBaseString extends BaseObject implements Serializable
- serialVersionUID:
- -5853830144343397434L
-
Class adams.core.base.ArrayDimensions extends AbstractBaseString implements Serializable
- serialVersionUID:
- 7100089984419357692L
-
Serialized Fields
-
m_Dimensions
int[] m_Dimensions
the parsed dimensions.
-
-
Class adams.core.base.AttributeTypeList extends BaseList implements Serializable
- serialVersionUID:
- -5853830144343397434L
-
Class adams.core.base.BaseAnnotation extends BaseMarkdown implements Serializable
- serialVersionUID:
- -8038455603270458019L
-
Serialized Fields
-
m_Parts
List m_Parts
the parsed list of strings and tags. -
m_Tags
List<BaseAnnotation.Tag> m_Tags
the tags that have been located.
-
-
Class adams.core.base.BaseAnnotation.Tag extends Object implements Serializable
- serialVersionUID:
- 874856743336401021L
-
Class adams.core.base.BaseBoolean extends BaseObject implements Serializable
- serialVersionUID:
- -3504062141216626521L
-
Class adams.core.base.BaseByte extends BaseObject implements Serializable
- serialVersionUID:
- -3504062141216626521L
-
Class adams.core.base.BaseCharacter extends BaseObject implements Serializable
- serialVersionUID:
- 7599320288778710037L
-
Class adams.core.base.BaseCharset extends AbstractBaseString implements Serializable
- serialVersionUID:
- -7223597009565454854L
-
Class adams.core.base.BaseClassname extends AbstractBaseString implements Serializable
- serialVersionUID:
- -7223597009565454854L
-
Class adams.core.base.BaseColor extends BaseObject implements Serializable
- serialVersionUID:
- -5853830144343397434L
-
Class adams.core.base.BaseCommandLine extends AbstractBaseString implements Serializable
- serialVersionUID:
- -7223597009565454854L
-
Class adams.core.base.BaseDate extends BaseObject implements Serializable
- serialVersionUID:
- -5853830144343397434L
-
Serialized Fields
-
m_BusinessDays
BusinessDays m_BusinessDays
how to interpret business days. -
m_End
Date m_End
the end date to use. -
m_Start
Date m_Start
the start date to use.
-
-
Class adams.core.base.BaseDateTime extends BaseObject implements Serializable
- serialVersionUID:
- -5853830144343397434L
-
Serialized Fields
-
m_BusinessDays
BusinessDays m_BusinessDays
how to interpret business days. -
m_End
Date m_End
the end datetime to use. -
m_Start
Date m_Start
the start datetime to use.
-
-
Class adams.core.base.BaseDateTimeMsec extends BaseObject implements Serializable
- serialVersionUID:
- -5853830144343397434L
-
Serialized Fields
-
m_BusinessDays
BusinessDays m_BusinessDays
how to interpret business days. -
m_End
Date m_End
the end datetime to use. -
m_Start
Date m_Start
the start datetime to use.
-
-
Class adams.core.base.BaseDimension extends AbstractBaseString implements Serializable
- serialVersionUID:
- -3504062141216626521L
-
Class adams.core.base.BaseDouble extends BaseObject implements Serializable
- serialVersionUID:
- 2527493071384732090L
-
Class adams.core.base.BaseFloat extends BaseObject implements Serializable
- serialVersionUID:
- -3871442214322457039L
-
Class adams.core.base.BaseHostname extends AbstractBaseString implements Serializable
- serialVersionUID:
- -1171165120084607705L
-
Class adams.core.base.BaseInteger extends BaseObject implements Serializable
- serialVersionUID:
- 4461135181234402629L
-
Class adams.core.base.BaseInterval extends AbstractBaseString implements Serializable
- serialVersionUID:
- -4760534825195874939L
-
Serialized Fields
-
m_Infinite
boolean m_Infinite
from negative to positive infinity. -
m_Lower
double m_Lower
the lower bound of the interval. -
m_LowerInclusive
boolean m_LowerInclusive
whether the lower is inclusive. -
m_NumDecimals
int m_NumDecimals
the number of decimals to display (-1 for Double.toString). -
m_Upper
double m_Upper
the upper bound of the interval. -
m_UpperInclusive
boolean m_UpperInclusive
whether the upper is inclusive.
-
-
Class adams.core.base.BaseKeyValuePair extends AbstractBaseString implements Serializable
- serialVersionUID:
- -7223597009565454854L
-
Class adams.core.base.BaseList extends AbstractBaseString implements Serializable
- serialVersionUID:
- -8131365256300704071L
-
Class adams.core.base.BaseLong extends BaseObject implements Serializable
- serialVersionUID:
- 1247725187608799123L
-
Class adams.core.base.BaseMarkdown extends AbstractBaseString implements Serializable
- serialVersionUID:
- -7223597009565454854L
-
Class adams.core.base.BaseObject extends Object implements Serializable
- serialVersionUID:
- 4619009495177712405L
-
Serialized Fields
-
m_Internal
Comparable m_Internal
the internal object.
-
-
Class adams.core.base.BasePassword extends AbstractBaseString implements Serializable
- serialVersionUID:
- -3626665478868498359L
-
Class adams.core.base.BasePointDouble extends AbstractBaseString implements Serializable
- serialVersionUID:
- -3504062141216626521L
-
Class adams.core.base.BasePointFloat extends AbstractBaseString implements Serializable
- serialVersionUID:
- -3504062141216626521L
-
Class adams.core.base.BasePointInt extends AbstractBaseString implements Serializable
- serialVersionUID:
- -3504062141216626521L
-
Class adams.core.base.BaseRectangle extends AbstractBaseString implements Serializable
- serialVersionUID:
- -5853830144343397434L
-
Class adams.core.base.BaseRegExp extends AbstractBaseString implements Serializable
- serialVersionUID:
- -8687858764646783666L
-
Serialized Fields
-
m_Pattern
Pattern m_Pattern
for performing pattern matching.
-
-
Class adams.core.base.BaseShort extends BaseObject implements Serializable
- serialVersionUID:
- -4419336990700334068L
-
Class adams.core.base.BaseString extends AbstractBaseString implements Serializable
- serialVersionUID:
- -5853830144343397434L
-
Class adams.core.base.BaseText extends AbstractBaseString implements Serializable
- serialVersionUID:
- -7223597009565454854L
-
Class adams.core.base.BaseTime extends BaseObject implements Serializable
- serialVersionUID:
- -5853830144343397434L
-
Class adams.core.base.BaseTimeMsec extends BaseObject implements Serializable
- serialVersionUID:
- -5853830144343397434L
-
Class adams.core.base.BaseURI extends BaseObject implements Serializable
- serialVersionUID:
- 4461135181234402629L
-
Serialized Fields
-
m_Current
URI m_Current
the current URI.
-
-
Class adams.core.base.BaseURL extends BaseObject implements Serializable
- serialVersionUID:
- 4461135181234402629L
-
Serialized Fields
-
m_Current
URL m_Current
the current URL.
-
-
Class adams.core.base.CronSchedule extends AbstractBaseString implements Serializable
- serialVersionUID:
- -8650732173194720137L
-
Class adams.core.base.JsonPathExpression extends AbstractBaseString implements Serializable
- serialVersionUID:
- -6084976027405972444L
-
Class adams.core.base.LabeledRectangle extends AbstractBaseString implements Serializable
- serialVersionUID:
- -5853830144343397434L
-
Class adams.core.base.Mat5ArrayDimensions extends AbstractBaseString implements Serializable
- serialVersionUID:
- -8138523980228144441L
-
Class adams.core.base.Mat5ArrayElementIndex extends AbstractBaseString implements Serializable
- serialVersionUID:
- -8138523980228144441L
-
Class adams.core.base.MatrixSubset extends AbstractBaseString implements Serializable
- serialVersionUID:
- -6303299773472435674L
-
Class adams.core.base.MavenArtifact extends AbstractBaseString implements Serializable
- serialVersionUID:
- 1516586362049381050L
-
Class adams.core.base.MavenArtifactExclusion extends AbstractBaseString implements Serializable
- serialVersionUID:
- 1516586362049381050L
-
Class adams.core.base.MavenRepository extends AbstractBaseString implements Serializable
- serialVersionUID:
- 1516586362049381050L
-
Class adams.core.base.QuadrilateralLocation extends AbstractBaseString implements Serializable
- serialVersionUID:
- -5853830144343397434L
-
Class adams.core.base.RangedThreshold extends AbstractBaseString implements Serializable
- serialVersionUID:
- 7276914469967286837L
-
Class adams.core.base.RangedThreshold.ThresholdSpecification extends Object implements Serializable
- serialVersionUID:
- 2658806204453289165L
-
Serialized Fields
-
max
double max
the maximum. -
min
double min
the minimum. -
threshold
double threshold
the associated threshold.
-
-
Class adams.core.base.XPathExpression extends AbstractBaseString implements Serializable
- serialVersionUID:
- -6084976027405972444L
-
Class adams.core.base.XSLTStyleSheet extends AbstractAdvancedScript implements Serializable
- serialVersionUID:
- -6084976027405972444L
-
-
Package adams.core.classmanager
-
Class adams.core.classmanager.ClassManager extends CustomLoggingLevelObject implements Serializable
- serialVersionUID:
- -25229737422104934L
-
Serialized Fields
-
m_DefaultManager
DefaultClassManager m_DefaultManager
the default manager. -
m_Managers
List<CustomClassManager> m_Managers
the class managers. -
m_Mapping
Map<String,CustomClassManager> m_Mapping
the relation between classname and manager. -
m_NoManagerFound
ClassManager.NoManagerFound m_NoManagerFound
the "no manager found" dummy.
-
-
Class adams.core.classmanager.ClassManager.NoManagerFound extends CustomLoggingLevelObject implements Serializable
- serialVersionUID:
- 3626028390421240241L
-
Class adams.core.classmanager.DefaultClassManager extends CustomLoggingLevelObject implements Serializable
- serialVersionUID:
- 7362002238636739353L
-
Class adams.core.classmanager.WekaClassManager extends CustomLoggingLevelObject implements Serializable
- serialVersionUID:
- 9001224189591616594L
-
-
Package adams.core.command
-
Class adams.core.command.AbstractAsyncCapableExternalCommand extends AbstractExternalCommand implements Serializable
- serialVersionUID:
- -4848388052660380382L
-
Serialized Fields
-
m_Blocking
boolean m_Blocking
whether to use blocking or async mode.
-
-
Class adams.core.command.AbstractAsyncCapableExternalCommandWithOptions extends AbstractAsyncCapableExternalCommand implements Serializable
- serialVersionUID:
- -456075395038165094L
-
Serialized Fields
-
m_Options
BaseString[] m_Options
the options for the command. -
m_OptionsString
BaseText m_OptionsString
the options as single string.
-
-
Class adams.core.command.AbstractExternalCommand extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -3060945925413859934L
-
Serialized Fields
-
m_Executed
boolean m_Executed
the command was executed. -
m_FlowContext
Actor m_FlowContext
the flow context. -
m_Output
List m_Output
for buffering output. -
m_OutputFormatter
OutputFormatter m_OutputFormatter
the output formatter in use. -
m_OutputType
OutputType m_OutputType
the type of output to forward. -
m_Running
boolean m_Running
whether the command is still running. -
m_StdErrProcessor
StdErrProcessor m_StdErrProcessor
the handler for processing output on stderr. -
m_StdOutProcessor
StdOutProcessor m_StdOutProcessor
the handler for processing output on stderr. -
m_Stopped
boolean m_Stopped
whether the execution was stopped.
-
-
Class adams.core.command.AbstractExternalCommandWithOptions extends AbstractExternalCommand implements Serializable
- serialVersionUID:
- 7898785828472200774L
-
Serialized Fields
-
m_Options
BaseString[] m_Options
the options for the command. -
m_OptionsString
BaseText m_OptionsString
the options as single string.
-
-
-
Package adams.core.command.output
-
Class adams.core.command.output.AbstractOutputFormatter extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -6998188915252308900L
-
Class adams.core.command.output.LineSplit extends AbstractOutputFormatter implements Serializable
- serialVersionUID:
- 6046334565837331199L
-
Serialized Fields
-
m_Invert
boolean m_Invert
whether to invert the matching sense. -
m_RegExp
BaseRegExp m_RegExp
the regular expression to match.
-
-
Class adams.core.command.output.PassThrough extends AbstractOutputFormatter implements Serializable
- serialVersionUID:
- 8986415437957022973L
-
-
Package adams.core.command.stderr
-
Class adams.core.command.stderr.AbstractStdErrProcessor extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 7977194867431996321L
-
Serialized Fields
-
m_Owner
FlowContextHandler m_Owner
the owning command.
-
-
Class adams.core.command.stderr.CallableActorSink extends AbstractStdErrProcessor implements Serializable
- serialVersionUID:
- -2194306680981658479L
-
Serialized Fields
-
m_CallableActor
Actor m_CallableActor
the callable actor. -
m_CallableName
CallableActorReference m_CallableName
the callable name. -
m_Helper
CallableActorHelper m_Helper
the helper class.
-
-
Class adams.core.command.stderr.Enqueue extends AbstractStdErrProcessor implements Serializable
- serialVersionUID:
- -4718336619542173528L
-
Serialized Fields
-
m_StorageName
StorageName m_StorageName
the name of the queue in the internal storage.
-
-
Class adams.core.command.stderr.Log extends AbstractStdErrProcessor implements Serializable
- serialVersionUID:
- -2194306680981658479L
-
Class adams.core.command.stderr.Null extends AbstractStdErrProcessor implements Serializable
- serialVersionUID:
- -2194306680981658479L
-
-
Package adams.core.command.stdout
-
Class adams.core.command.stdout.AbstractStdOutProcessor extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 7977194867431996321L
-
Serialized Fields
-
m_Owner
FlowContextHandler m_Owner
the owning command.
-
-
Class adams.core.command.stdout.CallableActorSink extends AbstractStdOutProcessor implements Serializable
- serialVersionUID:
- -2194306680981658479L
-
Serialized Fields
-
m_CallableActor
Actor m_CallableActor
the callable actor. -
m_CallableName
CallableActorReference m_CallableName
the callable name. -
m_Helper
CallableActorHelper m_Helper
the helper class.
-
-
Class adams.core.command.stdout.Enqueue extends AbstractStdOutProcessor implements Serializable
- serialVersionUID:
- -4718336619542173528L
-
Serialized Fields
-
m_StorageName
StorageName m_StorageName
the name of the queue in the internal storage.
-
-
Class adams.core.command.stdout.Log extends AbstractStdOutProcessor implements Serializable
- serialVersionUID:
- -2194306680981658479L
-
Class adams.core.command.stdout.Null extends AbstractStdOutProcessor implements Serializable
- serialVersionUID:
- -2194306680981658479L
-
-
Package adams.core.discovery
-
Class adams.core.discovery.AbstractDiscoveryHandler extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 714181953546661217L
-
Serialized Fields
-
m_InvertMatching
boolean m_InvertMatching
whether to invert the matching sense. -
m_RegExp
BaseRegExp m_RegExp
the regular expression on the property path.
-
-
Class adams.core.discovery.Actor extends AbstractDiscoveryHandler implements Serializable
- serialVersionUID:
- -6202276435982373970L
-
Class adams.core.discovery.DefaultPropertyDiscovery extends CustomLoggingLevelObject implements Serializable
- serialVersionUID:
- -5792552578076134111L
-
Class adams.core.discovery.PropertyTraversal extends CustomLoggingLevelObject implements Serializable
- serialVersionUID:
- -7623097519689686115L
-
-
Package adams.core.discovery.genetic
-
Class adams.core.discovery.genetic.AbstractGeneticDiscoveryHandler extends AbstractDiscoveryHandler implements Serializable
- serialVersionUID:
- 9187636596983559404L
-
Class adams.core.discovery.genetic.AbstractGeneticDoubleDiscoveryHandler extends AbstractGeneticDiscoveryHandler implements Serializable
- serialVersionUID:
- -5442076178374142588L
-
Serialized Fields
-
m_List
double[] m_List
the list of values. -
m_Maximum
double m_Maximum
the maximum. -
m_Minimum
double m_Minimum
the minimum. -
m_Type
NumericValueType m_Type
the type of values to use.
-
-
Class adams.core.discovery.genetic.AbstractGeneticDoubleDiscoveryHandlerResolution extends AbstractGeneticDoubleDiscoveryHandler implements Serializable
- serialVersionUID:
- -4401650612139991644L
-
Serialized Fields
-
m_Splits
int m_Splits
the number of splits.
-
-
Class adams.core.discovery.genetic.AbstractGeneticDoubleMatrixDiscoveryHandler extends AbstractGeneticDiscoveryHandler implements Serializable
- serialVersionUID:
- 765007046767066355L
-
Serialized Fields
-
m_Columns
int m_Columns
num columns -
m_Maximum
double m_Maximum
the maximum. -
m_Minimum
double m_Minimum
the minimum. -
m_Rows
int m_Rows
num rows -
m_Splits
int m_Splits
the number of splits.
-
-
Class adams.core.discovery.genetic.AbstractGeneticFloatDiscoveryHandler extends AbstractGeneticDiscoveryHandler implements Serializable
- serialVersionUID:
- -5442076178374142588L
-
Serialized Fields
-
m_List
float[] m_List
the list of values. -
m_Maximum
float m_Maximum
the maximum. -
m_Minimum
float m_Minimum
the minimum. -
m_Type
NumericValueType m_Type
the type of values to use.
-
-
Class adams.core.discovery.genetic.AbstractGeneticFloatDiscoveryHandlerResolution extends AbstractGeneticFloatDiscoveryHandler implements Serializable
- serialVersionUID:
- -4401650612139991644L
-
Serialized Fields
-
m_Splits
int m_Splits
the number of splits.
-
-
Class adams.core.discovery.genetic.AbstractGeneticIntegerArrayDiscoveryHandler extends AbstractGeneticDiscoveryHandler implements Serializable
- serialVersionUID:
- 765007046767066355L
-
Serialized Fields
-
m_Maximum
int m_Maximum
the maximum. -
m_Minimum
int m_Minimum
the minimum. -
m_Size
int m_Size
size of the array
-
-
Class adams.core.discovery.genetic.AbstractGeneticIntegerDiscoveryHandler extends AbstractGeneticDiscoveryHandler implements Serializable
- serialVersionUID:
- -5442076178374142588L
-
Serialized Fields
-
m_List
int[] m_List
the list of values. -
m_Maximum
int m_Maximum
the maximum. -
m_Minimum
int m_Minimum
the minimum. -
m_Type
NumericValueType m_Type
the type of values to use.
-
-
Class adams.core.discovery.genetic.AbstractGeneticStringDiscoveryHandler extends AbstractGeneticDiscoveryHandler implements Serializable
- serialVersionUID:
- -5442076178374142588L
-
Serialized Fields
-
m_List
String[] m_List
the list of values.
-
-
Class adams.core.discovery.genetic.GenericDoubleResolution extends AbstractGeneticDoubleDiscoveryHandlerResolution implements Serializable
- serialVersionUID:
- 9168998412950337023L
-
Serialized Fields
-
m_Classname
BaseClassname m_Classname
the class name. -
m_Property
String m_Property
the property name.
-
-
Class adams.core.discovery.genetic.GenericFloatResolution extends AbstractGeneticFloatDiscoveryHandlerResolution implements Serializable
- serialVersionUID:
- 9168998412950337023L
-
Serialized Fields
-
m_Classname
BaseClassname m_Classname
the class name. -
m_Property
String m_Property
the property name.
-
-
Class adams.core.discovery.genetic.GenericInteger extends AbstractGeneticIntegerDiscoveryHandler implements Serializable
- serialVersionUID:
- 9168998412950337023L
-
Serialized Fields
-
m_Classname
BaseClassname m_Classname
the class name. -
m_Property
String m_Property
the property name.
-
-
Class adams.core.discovery.genetic.GenericString extends AbstractGeneticStringDiscoveryHandler implements Serializable
- serialVersionUID:
- 9168998412950337023L
-
Serialized Fields
-
m_Classname
BaseClassname m_Classname
the class name. -
m_Property
String m_Property
the property name.
-
-
Class adams.core.discovery.genetic.GPDGamma extends AbstractGeneticDoubleDiscoveryHandlerResolution implements Serializable
- serialVersionUID:
- 9168998412950337023L
-
Class adams.core.discovery.genetic.GPDNoise extends AbstractGeneticDoubleDiscoveryHandlerResolution implements Serializable
- serialVersionUID:
- 9168998412950337023L
-
Class adams.core.discovery.genetic.PLSFilterNumComponents extends AbstractGeneticIntegerDiscoveryHandler implements Serializable
- serialVersionUID:
- 6077250097532777489L
-
Class adams.core.discovery.genetic.SavitzkyGolay2NumPoints extends AbstractGeneticIntegerDiscoveryHandler implements Serializable
- serialVersionUID:
- 9168998412950337023L
-
Class adams.core.discovery.genetic.SIMPLSWeightsMatrix extends AbstractGeneticDoubleMatrixDiscoveryHandler implements Serializable
- serialVersionUID:
- 6077250097532777489L
-
-
Package adams.core.exception
-
Class adams.core.exception.ConsolePanelExceptionHandler extends Object implements Serializable
- serialVersionUID:
- 8532532100653300148L
-
Class adams.core.exception.NotImplementedException extends Error implements Serializable
- serialVersionUID:
- 2536098622641304776L
-
-
Package adams.core.io
-
Class adams.core.io.AbstractFilenameGenerator extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -9019484464686478277L
-
Class adams.core.io.AbstractFilenameGeneratorWithDirectory extends AbstractFilenameGenerator implements Serializable
- serialVersionUID:
- -9019484464686478277L
-
Serialized Fields
-
m_Directory
PlaceholderDirectory m_Directory
the parent directory of the file.
-
-
Class adams.core.io.AbstractFilenameGeneratorWithExtension extends AbstractFilenameGeneratorWithDirectory implements Serializable
- serialVersionUID:
- 170012014097820281L
-
Serialized Fields
-
m_Extension
String m_Extension
the extension to use.
-
-
Class adams.core.io.DefaultFilenameGenerator extends AbstractFilenameGeneratorWithExtension implements Serializable
- serialVersionUID:
- 6313170021657883586L
-
Serialized Fields
-
m_Suffix
String m_Suffix
the suffix to use.
-
-
Class adams.core.io.FilenameProposer extends LoggingObject implements Serializable
- serialVersionUID:
- -7253929564700735410L
-
Class adams.core.io.FileObjectComparator extends Object implements Serializable
- serialVersionUID:
- -4630678890271018588L
-
Serialized Fields
-
m_CaseSensitive
boolean m_CaseSensitive
whether to perform case-sensitive comparisons. -
m_IncludeParentDirs
boolean m_IncludeParentDirs
whether to include parent directories in sorting. -
m_ListDirsFirst
boolean m_ListDirsFirst
whether to list directoris first.
-
-
Class adams.core.io.FixedFilenameGenerator extends AbstractFilenameGeneratorWithDirectory implements Serializable
- serialVersionUID:
- -5985801362418398850L
-
Serialized Fields
-
m_Name
String m_Name
the name to use.
-
-
Class adams.core.io.FlowFile extends PlaceholderFile implements Serializable
- serialVersionUID:
- 4767449993057576987L
-
Class adams.core.io.FtpFileObject extends Object implements Serializable
- serialVersionUID:
- -1391761454087211261L
-
Serialized Fields
-
m_Client
org.apache.commons.net.ftp.FTPClient m_Client
the FTP client object. -
m_ParentDir
String m_ParentDir
the parent directory.
-
-
Class adams.core.io.LocalFileObject extends Object implements Serializable
- serialVersionUID:
- -9056432057204433829L
-
Serialized Fields
-
Class adams.core.io.NullFilenameGenerator extends AbstractFilenameGenerator implements Serializable
- serialVersionUID:
- 4174627296132350412L
-
Class adams.core.io.PdfFont extends Object implements Serializable
- serialVersionUID:
- -8327183921477550848L
-
Serialized Fields
-
m_FontFace
int m_FontFace
the font face. -
m_FontFamily
int m_FontFamily
the font family. -
m_Size
float m_Size
the font size.
-
-
Class adams.core.io.PlaceholderDirectory extends PlaceholderFile implements Serializable
- serialVersionUID:
- 3087490343629025851L
-
Class adams.core.io.PlaceholderFile extends File implements Serializable
- serialVersionUID:
- 4767449993057576987L
-
Class adams.core.io.ReportFieldFilenameGenerator extends AbstractFilenameGenerator implements Serializable
- serialVersionUID:
- -6774985545949876372L
-
Serialized Fields
-
m_Field
Field m_Field
the field to obtain the filename from.
-
-
Class adams.core.io.SftpFileObject extends Object implements Serializable
- serialVersionUID:
- -1391761454087211261L
-
Class adams.core.io.SimpleFilenameGenerator extends AbstractFilenameGeneratorWithExtension implements Serializable
- serialVersionUID:
- 6313170021657883586L
-
Class adams.core.io.SimpleFixedFilenameGenerator extends AbstractFilenameGenerator implements Serializable
- serialVersionUID:
- -5985801362418398850L
-
Serialized Fields
-
m_Name
PlaceholderFile m_Name
the file to use.
-
-
Class adams.core.io.SimpleObjectToStringFilenameGenerator extends AbstractFilenameGenerator implements Serializable
- serialVersionUID:
- 6313170021657883586L
-
Class adams.core.io.SmbFileObject extends Object implements Serializable
- serialVersionUID:
- -1391761454087211261L
-
Class adams.core.io.TimestampFilenameGenerator extends SimpleFilenameGenerator implements Serializable
- serialVersionUID:
- 4586559227363230335L
-
Serialized Fields
-
m_Format
DateFormatString m_Format
the format to use.
-
-
-
Package adams.core.io.filechanged
-
Class adams.core.io.filechanged.AbstractFileChangeMonitor extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 6525849559105359877L
-
Serialized Fields
-
m_File
File m_File
the file to monitor. -
m_Initialized
boolean m_Initialized
whether the monitor has been initialized.
-
-
Class adams.core.io.filechanged.AbstractMessageDigestBasedMonitor extends AbstractFileChangeMonitor implements Serializable
- serialVersionUID:
- 7861456311356953324L
-
Serialized Fields
-
m_Digest
String m_Digest
the digest. -
m_Type
MessageDigestType m_Type
the digest type.
-
-
Class adams.core.io.filechanged.FlowFileDigest extends AbstractMessageDigestBasedMonitor implements Serializable
- serialVersionUID:
- 7861456311356953324L
-
Class adams.core.io.filechanged.LastModified extends AbstractFileChangeMonitor implements Serializable
- serialVersionUID:
- 7861456311356953324L
-
Serialized Fields
-
m_LastModified
long m_LastModified
the lastmodified timestamp.
-
-
Class adams.core.io.filechanged.MessageDigest extends AbstractMessageDigestBasedMonitor implements Serializable
- serialVersionUID:
- 7861456311356953324L
-
Class adams.core.io.filechanged.MultiMonitor extends AbstractFileChangeMonitor implements Serializable
- serialVersionUID:
- -847317789367221526L
-
Serialized Fields
-
m_CombinationType
MultiMonitor.CombinationType m_CombinationType
the combination. -
m_Monitors
FileChangeMonitor[] m_Monitors
the base monitors to use.
-
-
Class adams.core.io.filechanged.NoChange extends AbstractFileChangeMonitor implements Serializable
- serialVersionUID:
- 7861456311356953324L
-
Class adams.core.io.filechanged.Size extends AbstractFileChangeMonitor implements Serializable
- serialVersionUID:
- 7861456311356953324L
-
Serialized Fields
-
m_Size
long m_Size
the size.
-
-
-
Package adams.core.io.filecomplete
-
Class adams.core.io.filecomplete.AbstractFileCompleteCheck extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -8384228126040647401L
-
Class adams.core.io.filecomplete.AbstractStrictCheckSizeFileCompleteCheck extends AbstractStrictFileCompleteCheck implements Serializable
- serialVersionUID:
- -3565557772681364712L
-
Serialized Fields
-
m_CheckSize
int m_CheckSize
the number of bytes to read from the end of the file to look for the EOF marker.
-
-
Class adams.core.io.filecomplete.AbstractStrictFileCompleteCheck extends AbstractFileCompleteCheck implements Serializable
- serialVersionUID:
- -3766862011655514895L
-
Serialized Fields
-
m_Strict
boolean m_Strict
whether to be strict.
-
-
Class adams.core.io.filecomplete.BMP extends AbstractStrictFileCompleteCheck implements Serializable
- serialVersionUID:
- -3766862011655514895L
-
Class adams.core.io.filecomplete.JPEG extends AbstractStrictCheckSizeFileCompleteCheck implements Serializable
- serialVersionUID:
- -3766862011655514895L
-
Class adams.core.io.filecomplete.JSON extends AbstractFileCompleteCheck implements Serializable
- serialVersionUID:
- 8742612165238773767L
-
Class adams.core.io.filecomplete.NoCheck extends AbstractFileCompleteCheck implements Serializable
- serialVersionUID:
- 3596222839255654055L
-
Class adams.core.io.filecomplete.PNG extends AbstractStrictCheckSizeFileCompleteCheck implements Serializable
- serialVersionUID:
- -3766862011655514895L
-
Class adams.core.io.filecomplete.XML extends AbstractFileCompleteCheck implements Serializable
- serialVersionUID:
- 8742612165238773767L
-
Serialized Fields
-
m_ExpandEntityReferences
boolean m_ExpandEntityReferences
Specifies that the parser produced by this code will expand entity reference nodes. -
m_NameSpaceAware
boolean m_NameSpaceAware
whether the parser is namespace aware. -
m_Validating
boolean m_Validating
whether the parser is validating or not. -
m_XIncludeAware
boolean m_XIncludeAware
Set state of XInclude processing.
-
-
-
Package adams.core.io.fileoperations
-
Class adams.core.io.fileoperations.AbstractFileOperations extends CustomLoggingLevelObject implements Serializable
- serialVersionUID:
- 4856156540114165327L
-
Class adams.core.io.fileoperations.AbstractRemoteFileOperations extends AbstractFileOperations implements Serializable
- serialVersionUID:
- -5717588876672274558L
-
Serialized Fields
-
m_Direction
RemoteDirection m_Direction
the direction. -
m_LocalOperations
LocalFileOperations m_LocalOperations
for local file operations.
-
-
Class adams.core.io.fileoperations.FtpFileOperations extends AbstractRemoteFileOperations implements Serializable
- serialVersionUID:
- -4668267794023495691L
-
Serialized Fields
-
m_Client
org.apache.commons.net.ftp.FTPClient m_Client
the FTP client to use.
-
-
Class adams.core.io.fileoperations.LocalFileOperations extends AbstractFileOperations implements Serializable
- serialVersionUID:
- -8864793052017151953L
-
Class adams.core.io.fileoperations.RemoteToRemoteFileOperations extends AbstractFileOperations implements Serializable
- serialVersionUID:
- -669774831741034540L
-
Serialized Fields
-
m_Source
RemoteFileOperations m_Source
the source file operations. -
m_Target
RemoteFileOperations m_Target
the target file operations.
-
-
Class adams.core.io.fileoperations.SftpFileOperations extends AbstractRemoteFileOperations implements Serializable
- serialVersionUID:
- -4668267794023495691L
-
Serialized Fields
-
m_Provider
SSHSessionProvider m_Provider
the session provider to use.
-
-
Class adams.core.io.fileoperations.SmbFileOperations extends AbstractRemoteFileOperations implements Serializable
- serialVersionUID:
- -4668267794023495691L
-
Serialized Fields
-
m_Provider
SMBAuthenticationProvider m_Provider
the authentication provider to use.
-
-
-
Package adams.core.io.filesearch
-
Class adams.core.io.filesearch.AbstractFileSearchHandler extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -5947868410377097406L
-
Serialized Fields
-
m_Stopped
boolean m_Stopped
whether the search was stopped.
-
-
Class adams.core.io.filesearch.AbstractFileSearchHandlerWithEncoding extends AbstractFileSearchHandler implements Serializable
- serialVersionUID:
- 7054556176138330927L
-
Serialized Fields
-
m_Encoding
BaseCharset m_Encoding
the encoding to use.
-
-
Class adams.core.io.filesearch.AbstractMetaFileSearchHandler extends AbstractFileSearchHandler implements Serializable
- serialVersionUID:
- -2862640864352798521L
-
Serialized Fields
-
m_Handler
StreamableFileSearchHandler m_Handler
the base handler.
-
-
Class adams.core.io.filesearch.AbstractMetaFileSearchHandlerWithEncoding extends AbstractMetaFileSearchHandler implements Serializable
- serialVersionUID:
- 7054556176138330927L
-
Serialized Fields
-
m_Encoding
BaseCharset m_Encoding
the encoding to use.
-
-
Class adams.core.io.filesearch.Bzip2FileSearchHandler extends AbstractMetaFileSearchHandlerWithEncoding implements Serializable
- serialVersionUID:
- 2030528214619565963L
-
Class adams.core.io.filesearch.GzipFileSearchHandler extends AbstractMetaFileSearchHandlerWithEncoding implements Serializable
- serialVersionUID:
- -2862640864352798521L
-
Class adams.core.io.filesearch.LzfFileSearchHandler extends AbstractMetaFileSearchHandlerWithEncoding implements Serializable
- serialVersionUID:
- 2030528214619565963L
-
Class adams.core.io.filesearch.LzmaFileSearchHandler extends AbstractMetaFileSearchHandlerWithEncoding implements Serializable
- serialVersionUID:
- 2030528214619565963L
-
Class adams.core.io.filesearch.RarFileSearchHandler extends AbstractMetaFileSearchHandlerWithEncoding implements Serializable
- serialVersionUID:
- 2030528214619565963L
-
Class adams.core.io.filesearch.TextFileSearchHandler extends AbstractFileSearchHandlerWithEncoding implements Serializable
- serialVersionUID:
- -9178519518724461853L
-
Class adams.core.io.filesearch.XzFileSearchHandler extends AbstractMetaFileSearchHandlerWithEncoding implements Serializable
- serialVersionUID:
- 2030528214619565963L
-
Class adams.core.io.filesearch.ZipFileSearchHandler extends AbstractMetaFileSearchHandlerWithEncoding implements Serializable
- serialVersionUID:
- 2030528214619565963L
-
Class adams.core.io.filesearch.ZstdFileSearchHandler extends AbstractMetaFileSearchHandlerWithEncoding implements Serializable
- serialVersionUID:
- 2030528214619565963L
-
-
Package adams.core.io.fileuse
-
Class adams.core.io.fileuse.AbstractFileUseCheck extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -8384228126040647401L
-
Class adams.core.io.fileuse.Default extends AbstractFileUseCheck implements Serializable
- serialVersionUID:
- 9136539418805277545L
-
Class adams.core.io.fileuse.Deserialize extends AbstractFileUseCheck implements Serializable
- serialVersionUID:
- 9136539418805277545L
-
Class adams.core.io.fileuse.FileIncomplete extends AbstractFileUseCheck implements Serializable
- serialVersionUID:
- 8298169274868083275L
-
Serialized Fields
-
m_Check
AbstractFileCompleteCheck m_Check
the check to use.
-
-
Class adams.core.io.fileuse.FileSizeChange extends AbstractFileUseCheck implements Serializable
- serialVersionUID:
- -3766862011655514895L
-
Serialized Fields
-
m_Interval
int m_Interval
the interval in msec to wait. -
m_MinSize
long m_MinSize
the minimum file size.
-
-
Class adams.core.io.fileuse.ImageMetaDataExtractor extends AbstractFileUseCheck implements Serializable
- serialVersionUID:
- -3766862011655514895L
-
Serialized Fields
-
m_Extractor
AbstractMetaDataExtractor m_Extractor
the meta-data extractor to use.
-
-
Class adams.core.io.fileuse.ImageReader extends AbstractFileUseCheck implements Serializable
- serialVersionUID:
- -3766862011655514895L
-
Serialized Fields
-
m_Reader
ImageReader m_Reader
the image reader to use.
-
-
Class adams.core.io.fileuse.JpegIsComplete extends AbstractFileUseCheck implements Serializable
- serialVersionUID:
- -3766862011655514895L
-
Class adams.core.io.fileuse.LastLineMatches extends AbstractFileUseCheck implements Serializable
- serialVersionUID:
- 9186395782852398722L
-
Serialized Fields
-
m_DiscardEmptyLines
boolean m_DiscardEmptyLines
whether to discard empty lines. -
m_Encoding
BaseCharset m_Encoding
the encoding to use. -
m_RegExp
BaseRegExp m_RegExp
the regular expression the last line must match. -
m_Trim
boolean m_Trim
whether to timr lines before checking emptiness.
-
-
Class adams.core.io.fileuse.MultiCheck extends AbstractFileUseCheck implements Serializable
- serialVersionUID:
- -3766862011655514895L
-
Serialized Fields
-
m_Checks
AbstractFileUseCheck[] m_Checks
the checks to use.
-
-
Class adams.core.io.fileuse.NoCheck extends AbstractFileUseCheck implements Serializable
- serialVersionUID:
- 3596222839255654055L
-
Class adams.core.io.fileuse.NonWindows extends AbstractFileUseCheck implements Serializable
- serialVersionUID:
- 9136539418805277545L
-
Class adams.core.io.fileuse.PngIsComplete extends AbstractFileUseCheck implements Serializable
- serialVersionUID:
- -3766862011655514895L
-
Class adams.core.io.fileuse.TextReader extends AbstractFileUseCheck implements Serializable
- serialVersionUID:
- -3766862011655514895L
-
Serialized Fields
-
m_Reader
AbstractTextReader m_Reader
the text reader to use.
-
-
Class adams.core.io.fileuse.Windows extends AbstractFileUseCheck implements Serializable
- serialVersionUID:
- 9136539418805277545L
-
-
Package adams.core.io.lister
-
Class adams.core.io.lister.AbstractDirectoryLister extends CustomLoggingLevelObject implements Serializable
- serialVersionUID:
- -1846677500660003814L
-
Serialized Fields
-
m_ListDirs
boolean m_ListDirs
whether to list directories. -
m_ListFiles
boolean m_ListFiles
whether to list files. -
m_MaxItems
int m_MaxItems
the maximum number of files/dirs to return. -
m_RegExp
BaseRegExp m_RegExp
the regular expression for the files/dirs to match. -
m_SortDescending
boolean m_SortDescending
whether to sort descending. -
m_Sorting
Sorting m_Sorting
the type of sorting to perform. -
m_Stopped
boolean m_Stopped
whether to stop the currently listing. -
m_WatchDir
String m_WatchDir
the directory to watch.
-
-
Class adams.core.io.lister.AbstractRecursiveDirectoryLister extends AbstractDirectoryLister implements Serializable
- serialVersionUID:
- -1846677500660003814L
-
Serialized Fields
-
m_MaxDepth
int m_MaxDepth
the maximum depth to look recursively (0 = only watch dir, -1 = infinite). -
m_Recursive
boolean m_Recursive
whether to look for files/dirs recursively.
-
-
Class adams.core.io.lister.FtpDirectoryLister extends AbstractRecursiveDirectoryLister implements Serializable
- serialVersionUID:
- 2687222234652386893L
-
Serialized Fields
-
m_Host
String m_Host
the FTP host. -
m_Password
BasePassword m_Password
the FTP password to use. -
m_UseBinaryMode
boolean m_UseBinaryMode
whether to use binary file transfer mode. -
m_UsePassiveMode
boolean m_UsePassiveMode
whether to use passive mode. -
m_User
String m_User
the FTP user to use.
-
-
Class adams.core.io.lister.LocalDirectoryLister extends AbstractRecursiveDirectoryLister implements Serializable
- serialVersionUID:
- -1846677500660003814L
-
Serialized Fields
-
m_MaxFileTimestamp
BaseDateTime m_MaxFileTimestamp
the maximum file timestamp ("last modified"). -
m_MinFileTimestamp
BaseDateTime m_MinFileTimestamp
the minimum file timestamp ("last modified"). -
m_SkipLockedFiles
boolean m_SkipLockedFiles
whether to skip locked files. -
m_StopFile
String m_StopFile
the name of the "stop file" which results in an empty list to be returned. -
m_StopFileEncountered
boolean m_StopFileEncountered
whether the stop file was encountered. -
m_UseRelativePaths
boolean m_UseRelativePaths
whether to output relative paths.
-
-
Class adams.core.io.lister.SftpDirectoryLister extends AbstractRecursiveDirectoryLister implements Serializable
- serialVersionUID:
- 2687222234652386893L
-
Serialized Fields
-
m_AuthenticationType
SSHAuthenticationType m_AuthenticationType
the type of authentication to use. -
m_Host
String m_Host
the SSH host. -
m_KnownHosts
PlaceholderFile m_KnownHosts
the file with known hosts. -
m_Password
BasePassword m_Password
the SSH password to use. -
m_Port
int m_Port
the SSH port. -
m_PrivateKeyFile
PlaceholderFile m_PrivateKeyFile
the location of the private key. -
m_PrivateKeyPassphrase
BasePassword m_PrivateKeyPassphrase
the passphrase for the private key. -
m_SessionProvider
SSHSessionProvider m_SessionProvider
the session provider to use. -
m_StrictHostKeyChecking
boolean m_StrictHostKeyChecking
whether to perform strict host key checking (only disable for testing!! insecure!!). -
m_User
String m_User
the SSH user to use.
-
-
Class adams.core.io.lister.SmbDirectoryLister extends AbstractRecursiveDirectoryLister implements Serializable
- serialVersionUID:
- 2687222234652386893L
-
Serialized Fields
-
m_AuthenticationProvider
SMBAuthenticationProvider m_AuthenticationProvider
the authentication provider to use. -
m_Domain
String m_Domain
the SMB domain. -
m_Host
String m_Host
the SMB host. -
m_Password
BasePassword m_Password
the SMB password to use. -
m_User
String m_User
the SMB user to use.
-
-
-
Package adams.core.logging
-
Class adams.core.logging.ConsoleLoggingObject extends Object implements Serializable
- serialVersionUID:
- 2530679166402508994L
-
Class adams.core.logging.CustomLoggingLevelObject extends LoggingObject implements Serializable
- serialVersionUID:
- -4771277060514061223L
-
Class adams.core.logging.LoggingObject extends Object implements Serializable
- serialVersionUID:
- 2530679166402508994L
-
Serialized Fields
-
m_LoggingLevel
LoggingLevel m_LoggingLevel
the logging level.
-
-
Class adams.core.logging.RemoteReceiveHandler.AbstractRemoteListenerRunnable extends RunnableWithLogging implements Serializable
- serialVersionUID:
- 2095617474011098979L
-
Serialized Fields
-
m_Port
int m_Port
the port to use. -
m_Socket
ServerSocket m_Socket
the socket in use. -
m_TimeOut
int m_TimeOut
the timeout in msec.
-
-
Class adams.core.logging.RemoteReceiveHandler.RemoteListenerRunnableUsingHandler extends RemoteReceiveHandler.AbstractRemoteListenerRunnable implements Serializable
- serialVersionUID:
- -3339471481050533817L
-
Serialized Fields
-
m_Handler
Handler m_Handler
the handler to use for publishing.
-
-
-
Package adams.core.management
-
Class adams.core.management.AbstractClassPathAugmenter extends AbstractSimpleOptionParser implements Serializable
- serialVersionUID:
- -6943450269483192639L
-
Class adams.core.management.AbstractEnvironmentModifier extends AbstractSimpleOptionParser implements Serializable
- serialVersionUID:
- 3789912747938988523L
-
Class adams.core.management.CommandResult extends Object implements Serializable
- serialVersionUID:
- 3385654490914424873L
-
Class adams.core.management.ExternalResourceClassPathAugmenter extends AbstractClassPathAugmenter implements Serializable
- serialVersionUID:
- 3380177345627628995L
-
Serialized Fields
-
m_Directories
PlaceholderDirectory[] m_Directories
the directories with classes to add to the classpath. -
m_Files
PlaceholderFile[] m_Files
the jars/zips to add to the classpath.
-
-
Class adams.core.management.ImplicitClassPathAugmenter extends AbstractClassPathAugmenter implements Serializable
- serialVersionUID:
- -1827690601600356255L
-
Class adams.core.management.SystemClassPathAugmenter extends AbstractClassPathAugmenter implements Serializable
- serialVersionUID:
- -7672756657681267610L
-
Class adams.core.management.WekaHomeEnvironmentModifier extends AbstractEnvironmentModifier implements Serializable
- serialVersionUID:
- 900388473930981697L
-
Class adams.core.management.WekaPackagesClassPathAugmenter extends AbstractClassPathAugmenter implements Serializable
- serialVersionUID:
- 5783582495315373807L
-
-
Package adams.core.net
-
Class adams.core.net.AbstractSendEmail extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -5248888725267599119L
-
Class adams.core.net.ApacheSendEmail extends AbstractSendEmail implements Serializable
- serialVersionUID:
- 4065886204614191616L
-
Serialized Fields
-
m_Password
BasePassword m_Password
the password to use for authentication. -
m_Port
int m_Port
the server port. -
m_Protocols
String m_Protocols
the protocols to use. -
m_RequiresAuth
boolean m_RequiresAuth
whether authentication is required. -
m_Server
String m_Server
the server to connect to. -
m_Timeout
int m_Timeout
the timeout for the server. -
m_User
String m_User
the user to use for authenticating. -
m_UseSSL
boolean m_UseSSL
whether to use SSL. -
m_UseTLS
boolean m_UseTLS
whether to use TLS.
-
-
Class adams.core.net.Email extends LoggingObject implements Serializable
- serialVersionUID:
- -8762979365076025189L
-
Serialized Fields
-
m_Attachments
File[] m_Attachments
the attachments. -
m_BCC
EmailAddress[] m_BCC
the BCC recipients. -
m_Body
String m_Body
the body. -
m_CC
EmailAddress[] m_CC
the CC recipients. -
m_From
EmailAddress m_From
the sender. -
m_Subject
String m_Subject
the subject. -
m_To
EmailAddress[] m_To
the recipients.
-
-
Class adams.core.net.EmailAddress extends AbstractBaseString implements Serializable
- serialVersionUID:
- -8687858764646783666L
-
Class adams.core.net.EmailContact extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 8140311860464886389L
-
Class adams.core.net.JavaMailSendEmail extends AbstractSendEmail implements Serializable
- serialVersionUID:
- 4065886204614191616L
-
Class adams.core.net.PortManager extends Object implements Serializable
- serialVersionUID:
- -4542968209872930882L
-
Class adams.core.net.SimpleApacheSendEmail extends AbstractSendEmail implements Serializable
- serialVersionUID:
- 4065886204614191616L
-
Serialized Fields
-
m_Password
BasePassword m_Password
the password to use for authentication. -
m_Port
int m_Port
the server port. -
m_RequiresAuth
boolean m_RequiresAuth
whether authentication is required. -
m_Server
String m_Server
the server to connect to. -
m_Timeout
int m_Timeout
the timeout for the server. -
m_User
String m_User
the user to use for authenticating. -
m_UseSSL
boolean m_UseSSL
whether to use SSL. -
m_UseTLS
boolean m_UseTLS
whether to use TLS.
-
-
-
Package adams.core.net.hostnameverifier
-
Class adams.core.net.hostnameverifier.AbstractHostnameVerifier extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -3369516174458729092L
-
Class adams.core.net.hostnameverifier.All extends AbstractHostnameVerifier implements Serializable
- serialVersionUID:
- 8421540491799583225L
-
Class adams.core.net.hostnameverifier.RegExp extends AbstractHostnameVerifier implements Serializable
- serialVersionUID:
- 8421540491799583225L
-
Serialized Fields
-
m_RegExp
BaseRegExp m_RegExp
the regular expression to match.
-
-
-
Package adams.core.net.trustmanager
-
Class adams.core.net.trustmanager.AbstractTrustManager extends AbstractOptionHandler implements Serializable
-
Class adams.core.net.trustmanager.All extends AbstractTrustManager implements Serializable
- serialVersionUID:
- -4917206278778908512L
-
-
Package adams.core.option
-
Class adams.core.option.AbstractActorJavaCodeProducer extends AbstractJavaCodeProducer implements Serializable
- serialVersionUID:
- 8418718518287490700L
-
Class adams.core.option.AbstractArgumentOption extends AbstractOption implements Serializable
- serialVersionUID:
- 8495236290921805608L
-
Serialized Fields
-
m_BaseClass
Class m_BaseClass
the base class. -
m_Multiple
boolean m_Multiple
indicates whether the option can appear multiple times (for array properties). -
m_Variable
String m_Variable
the variable placeholder. -
m_VariableModified
boolean m_VariableModified
whether the variable got updated and needs propagating. -
m_VariableReferencesObject
Boolean m_VariableReferencesObject
whether the variable references a global actor or storage.
-
-
Class adams.core.option.AbstractCommandLineHandler extends LoggingObject implements Serializable
- serialVersionUID:
- -200830732847780663L
-
Class adams.core.option.AbstractDocumentationProducer extends AbstractRecursiveOptionProducerWithOptionHandling<O,StringBuilder> implements Serializable
- serialVersionUID:
- 4204278551512690989L
-
Serialized Fields
-
m_Index
int m_Index
the index in the structure. -
m_NamePosition
HashMap<String,AbstractDocumentationProducer.ActorPosition> m_NamePosition
the relation between full actor name and position container. -
m_Positions
List<AbstractDocumentationProducer.ActorPosition> m_Positions
the flat list of actors.
-
-
Class adams.core.option.AbstractFlowJavaCodeProducer extends AbstractJavaCodeProducer implements Serializable
- serialVersionUID:
- 3204705502495750602L
-
Class adams.core.option.AbstractJavaCodeProducer extends AbstractRecursiveOptionProducerWithOptionHandling<String,String> implements Serializable
- serialVersionUID:
- 6441039650955464738L
-
Serialized Fields
-
m_AdditionalImportsInsertLocation
int m_AdditionalImportsInsertLocation
for inserting any additional imports. -
m_Copyright
String m_Copyright
the copyright string. -
m_Indentation
int m_Indentation
the indentation level. -
m_JavaKeywords
HashSet<String> m_JavaKeywords
for checking the keywords. -
m_OutputBuffer
StringBuilder m_OutputBuffer
the buffer for assembling the help. -
m_OutputDefaultValues
boolean m_OutputDefaultValues
whether to output default values as well. -
m_Package
String m_Package
the package of the class. -
m_ShortenedImports
Map<String,String> m_ShortenedImports
for keeping track of the shortened imports. -
m_SimpleName
String m_SimpleName
the simple name of the class. -
m_VarNames
NamedCounter m_VarNames
the named counter for the variables.
-
-
Class adams.core.option.AbstractNumericOption extends AbstractArgumentOption implements Serializable
- serialVersionUID:
- 5499914416554286605L
-
Class adams.core.option.AbstractOption extends Object implements Serializable
- serialVersionUID:
- 8825127756251485512L
-
Serialized Fields
-
m_Commandline
String m_Commandline
the commandline option, without the leading "-". -
m_Debug
boolean m_Debug
whether debugging is enabled. -
m_DefaultValue
Object m_DefaultValue
the default value for this option. -
m_MinUserMode
UserMode m_MinUserMode
in what usermode to show this option. -
m_OutputDefaultValue
boolean m_OutputDefaultValue
whether to output the default value for this option. -
m_Owner
OptionManager m_Owner
the owning object. -
m_Property
String m_Property
the bean property to use for getting/setting.
-
-
Class adams.core.option.AbstractOptionConsumer extends LoggingObject implements Serializable
- serialVersionUID:
- -6229518298821665902L
-
Serialized Fields
-
m_Errors
MessageCollection m_Errors
for storing errors that occurred while consuming the options. -
m_Input
C m_Input
the input data. -
m_Output
OptionHandler m_Output
the generated object. -
m_SkippedProperties
HashSet<String> m_SkippedProperties
top-level properties to skip. -
m_UsePropertyNames
boolean m_UsePropertyNames
whether to use command-line flags or property names. -
m_Warnings
MessageCollection m_Warnings
for storing warnings that occurred while consuming the options.
-
-
Class adams.core.option.AbstractOptionGroup extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -9031523837379235328L
-
Class adams.core.option.AbstractOptionHandler extends CustomLoggingLevelObject implements Serializable
- serialVersionUID:
- -4086279255884465893L
-
Serialized Fields
-
m_OptionManager
OptionManager m_OptionManager
for managing the available options.
-
-
Class adams.core.option.AbstractOptionProducer extends LoggingObject implements Serializable
- serialVersionUID:
- 4502704821224667069L
-
Serialized Fields
-
m_Input
OptionHandler m_Input
the top-level visited object. -
m_LastGenerated
I m_LastGenerated
the last data structure that was generated. -
m_OutputVariableValues
boolean m_OutputVariableValues
whether to output the current value instead of variable placeholders. -
m_SkippedProperties
HashSet<String> m_SkippedProperties
top-level properties to skip. -
m_UsePropertyNames
boolean m_UsePropertyNames
whether to use command-line flags or property names.
-
-
Class adams.core.option.AbstractOptionTraverser extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -5833903231639878367L
-
Class adams.core.option.AbstractOptionTraverserWithResult extends AbstractOptionTraverser implements Serializable
- serialVersionUID:
- 7516066249256588141L
-
Class adams.core.option.AbstractRecursiveOptionConsumer extends AbstractOptionConsumer<C,V> implements Serializable
- serialVersionUID:
- 4502704821224667069L
-
Serialized Fields
-
m_Nesting
Stack m_Nesting
keeping track of nesting.
-
-
Class adams.core.option.AbstractRecursiveOptionProducer extends AbstractOptionProducer<O,I> implements Serializable
- serialVersionUID:
- 4502704821224667069L
-
Class adams.core.option.AbstractRecursiveOptionProducerWithOptionHandling extends AbstractRecursiveOptionProducer<O,I> implements Serializable
- serialVersionUID:
- 7710947781968446114L
-
Serialized Fields
-
m_OptionManager
OptionManager m_OptionManager
for managing the available options.
-
-
Class adams.core.option.AbstractSimpleOptionParser extends LoggingObject implements Serializable
-
Class adams.core.option.ActorExecutionClassProducer extends AbstractActorJavaCodeProducer implements Serializable
- serialVersionUID:
- -4862444496437534455L
-
Class adams.core.option.AdamsCommandLineHandler extends AbstractCommandLineHandler implements Serializable
- serialVersionUID:
- 1447070701753485854L
-
Class adams.core.option.ApplyActorProducer extends AbstractActorJavaCodeProducer implements Serializable
- serialVersionUID:
- 2831286496587052076L
-
Serialized Fields
-
m_Type
ApplyActorProducer.ActorType m_Type
the type of actor.
-
-
Class adams.core.option.ArrayConsumer extends AbstractRecursiveOptionConsumer<String[],String[]> implements Serializable
- serialVersionUID:
- 3756322164593713820L
-
Class adams.core.option.ArrayProducer extends AbstractRecursiveOptionProducer<String[],ArrayList<String>> implements Serializable
- serialVersionUID:
- 2014571979604068762L
-
Class adams.core.option.BaseObjectCommandLineHandler extends AbstractCommandLineHandler implements Serializable
- serialVersionUID:
- -5233496867185402778L
-
Class adams.core.option.BaseObjectOption extends CustomHooksOption implements Serializable
- serialVersionUID:
- 4706969677540350561L
-
Class adams.core.option.BooleanOption extends AbstractArgumentOption implements Serializable
- serialVersionUID:
- 8842321259180570339L
-
Class adams.core.option.ByteOption extends AbstractNumericOption<Byte> implements Serializable
- serialVersionUID:
- -7412891415495630059L
-
Class adams.core.option.ClassOption extends AbstractArgumentOption implements Serializable
- serialVersionUID:
- 945814491797364391L
-
Class adams.core.option.CommandlineHelpProducer extends AbstractOptionProducer<String,StringBuilder> implements Serializable
- serialVersionUID:
- 4154358361484863539L
-
Serialized Fields
-
m_OutputBuffer
StringBuilder m_OutputBuffer
the buffer for assembling the help. -
m_UserMode
UserMode m_UserMode
the user mode to generate the help for.
-
-
Class adams.core.option.CompactFlowConsumer extends AbstractRecursiveOptionConsumer<List,List> implements Serializable
- serialVersionUID:
- 990201642552033905L
-
Serialized Fields
-
m_Consumer
ArrayConsumer m_Consumer
the internal consumer in use for parsing commandlines. -
m_Encoding
BaseCharset m_Encoding
the encoding to use.
-
-
Class adams.core.option.CompactFlowProducer extends AbstractRecursiveOptionProducer<List,List> implements Serializable
- serialVersionUID:
- -5896308097097066657L
-
Serialized Fields
-
m_Encoding
BaseCharset m_Encoding
the encoding to use. -
m_OutputClasspath
boolean m_OutputClasspath
whether to print the classpath. -
m_OutputLineNumbers
boolean m_OutputLineNumbers
whether to print line numbers. -
m_OutputProlog
boolean m_OutputProlog
whether to suppress the prolog. -
m_StripConsumer
NestedConsumer m_StripConsumer
for stripping down an actor. -
m_StripProducer
NestedProducer m_StripProducer
for stripping down an actor.
-
-
Class adams.core.option.CustomHooksOption extends AbstractArgumentOption implements Serializable
- serialVersionUID:
- -3175126088440187209L
-
Class adams.core.option.DatabaseActorExecutionClassProducer extends ActorExecutionClassProducer implements Serializable
- serialVersionUID:
- -8854002881512935904L
-
Serialized Fields
-
m_Password
BasePassword m_Password
the database password. -
m_URL
String m_URL
the database URL. -
m_User
String m_User
the database user.
-
-
Class adams.core.option.DebugNestedProducer extends NestedProducer implements Serializable
- serialVersionUID:
- 931016182843089428L
-
Class adams.core.option.DefaultCommandLineHandler extends AbstractCommandLineHandler implements Serializable
- serialVersionUID:
- -5233496867185402778L
-
Class adams.core.option.DoubleOption extends AbstractNumericOption<Double> implements Serializable
- serialVersionUID:
- -5410045798305282582L
-
Class adams.core.option.EnumOption extends AbstractArgumentOption implements Serializable
- serialVersionUID:
- -7052702973855610177L
-
Serialized Fields
-
m_CustomDisplayInstance
EnumWithCustomDisplay m_CustomDisplayInstance
an instance of an enum with a custom display, used for parsing.
-
-
Class adams.core.option.FileLister extends AbstractOptionTraverserWithResult<String> implements Serializable
- serialVersionUID:
- -6561961647781822476L
-
Serialized Fields
-
m_Result
StringBuilder m_Result
for storing the result.
-
-
Class adams.core.option.FloatOption extends AbstractNumericOption<Float> implements Serializable
- serialVersionUID:
- -1348861898807779011L
-
Class adams.core.option.FlowJUnitTestProducer extends AbstractFlowJavaCodeProducer implements Serializable
- serialVersionUID:
- -422414504795720518L
-
Serialized Fields
-
m_ActorClass
BaseClassname m_ActorClass
the class for which the test is generated. -
m_HasRegressionTest
boolean m_HasRegressionTest
whether to create a regression test. -
m_RegressionFiles
BaseString[] m_RegressionFiles
the files to use in the regression test.
-
-
Class adams.core.option.FlowStructureDotProducer extends AbstractRecursiveOptionProducerWithOptionHandling<String,String> implements Serializable
- serialVersionUID:
- 5441506605408584791L
-
Serialized Fields
-
m_Counter
int m_Counter
the counter for the nodes. -
m_LinkCallableActors
boolean m_LinkCallableActors
whether to link to callable actors. -
m_NameIDRelation
Hashtable<String,String> m_NameIDRelation
the actor name - ID relation. -
m_OutputBuffer
StringBuilder m_OutputBuffer
for storing the generating string. -
m_OutputClassname
boolean m_OutputClassname
whether to display the class name as well in the label.
-
-
Class adams.core.option.FlowStructureGraphMLProducer extends AbstractRecursiveOptionProducerWithOptionHandling<String,String> implements Serializable
- serialVersionUID:
- -1493427064082222688L
-
Serialized Fields
-
m_EdgeCounter
int m_EdgeCounter
the counter for the edges. -
m_LinkCallableActors
boolean m_LinkCallableActors
whether to link to callable actors. -
m_NameIDRelation
Hashtable<String,String> m_NameIDRelation
the actor name - ID relation. -
m_NodeCounter
int m_NodeCounter
the counter for the nodes. -
m_OutputBuffer
StringBuilder m_OutputBuffer
for storing the generating string. -
m_OutputClassname
boolean m_OutputClassname
whether to display the class name as well in the label. -
m_OutputYEdGraphML
boolean m_OutputYEdGraphML
whether to output yEd GraphML.
-
-
Class adams.core.option.HtmlHelpProducer extends AbstractOptionProducer<String,StringBuilder> implements Serializable
- serialVersionUID:
- 7520567844837662391L
-
Serialized Fields
-
m_ClassCrossRefLinks
boolean m_ClassCrossRefLinks
whether to generate "fake" class cross reference links. -
m_OutputBuffer
StringBuilder m_OutputBuffer
the buffer for assembling the help. -
m_UserMode
UserMode m_UserMode
the user mode to generate the help for.
-
-
Class adams.core.option.HtmlParametersProducer extends AbstractOptionProducer<String,StringBuilder> implements Serializable
- serialVersionUID:
- 7520567844837662391L
-
Serialized Fields
-
m_BlackListed
Map<Class,Boolean> m_BlackListed
the cache for checks. -
m_BlackListedClasses
Class[] m_BlackListedClasses
blacklisted classes. -
m_ClassCrossRefLinks
boolean m_ClassCrossRefLinks
whether to generate "fake" class cross reference links. -
m_OutputBuffer
StringBuilder m_OutputBuffer
the buffer for assembling the help.
-
-
Class adams.core.option.IntegerOption extends AbstractNumericOption<Integer> implements Serializable
- serialVersionUID:
- 2651793921528690968L
-
Class adams.core.option.JavaInstantiationProducer extends AbstractJavaCodeProducer implements Serializable
- serialVersionUID:
- 7403978835300503452L
-
Class adams.core.option.JenericCmdline extends LoggingObject implements Serializable
- serialVersionUID:
- -200830732847780663L
-
Class adams.core.option.JenericCommandLineHandler extends AbstractCommandLineHandler implements Serializable
- serialVersionUID:
- -5233496867185402778L
-
Serialized Fields
-
m_Processor
nz.ac.waikato.cms.jenericcmdline.AbstractProcessor m_Processor
the processor to use.
-
-
Class adams.core.option.JsonClassDescriptionProducer extends AbstractRecursiveOptionProducer<net.minidev.json.JSONObject,Object> implements Serializable
- serialVersionUID:
- -7424639972010085977L
-
Class adams.core.option.JsonConsumer extends AbstractRecursiveOptionConsumer<net.minidev.json.JSONObject,Object> implements Serializable
- serialVersionUID:
- -840227436726154503L
-
Class adams.core.option.JsonProducer extends AbstractRecursiveOptionProducer<net.minidev.json.JSONObject,Object> implements Serializable
- serialVersionUID:
- -7424639972010085977L
-
Serialized Fields
-
m_OutputFull
boolean m_OutputFull
whether to output all values, not just ones that differ from the default values.
-
-
Class adams.core.option.LongOption extends AbstractNumericOption<Long> implements Serializable
- serialVersionUID:
- -5482444006802407378L
-
Class adams.core.option.MaterializedArrayProducer extends ArrayProducer implements Serializable
- serialVersionUID:
- -1441936327738738725L
-
Serialized Fields
-
m_Helper
CallableActorHelper m_Helper
the helper for locating callable actors.
-
-
Class adams.core.option.NestedConsumer extends AbstractRecursiveOptionConsumer<List,List> implements Serializable
- serialVersionUID:
- 3076988578982973033L
-
Serialized Fields
-
m_Encoding
BaseCharset m_Encoding
the encoding to use.
-
-
Class adams.core.option.NestedFormatHelper.Line extends Object implements Serializable
- serialVersionUID:
- -4533183619132165184L
-
Serialized Fields
-
m_Content
String m_Content
the content. -
m_Number
int m_Number
the line number.
-
-
Class adams.core.option.NestedProducer extends AbstractRecursiveOptionProducer<List,List> implements Serializable
- serialVersionUID:
- 7096746086060792830L
-
Serialized Fields
-
m_Blacklisted
Class[] m_Blacklisted
blacklisted classes. -
m_Encoding
BaseCharset m_Encoding
the encoding to use. -
m_OutputClasspath
boolean m_OutputClasspath
whether to print the classpath. -
m_OutputLineNumbers
boolean m_OutputLineNumbers
whether to print line numbers. -
m_OutputProlog
boolean m_OutputProlog
whether to suppress the prolog.
-
-
Class adams.core.option.OptionManager extends Object implements Serializable
- serialVersionUID:
- 2383307592894383257L
-
Serialized Fields
-
m_CommandlineIndex
Map<String,Integer> m_CommandlineIndex
the commandline flag <-> index relationship. -
m_NoVariablesProperties
Set<String> m_NoVariablesProperties
the properties that cannot have variables attached. -
m_Options
List<AbstractOption> m_Options
the options. -
m_Owner
OptionHandler m_Owner
the owner. -
m_PropertyIndex
Map<String,Integer> m_PropertyIndex
the (bean) property <-> index relationship. -
m_Quiet
boolean m_Quiet
whether to suppress error messages. -
m_ThrowExceptions
boolean m_ThrowExceptions
whether to throw exceptions or just ignore errors.
-
-
Class adams.core.option.OptionManagerException extends RuntimeException implements Serializable
- serialVersionUID:
- -6459097265882571029L
-
Class adams.core.option.ShortOption extends AbstractNumericOption<Short> implements Serializable
- serialVersionUID:
- 7238958288159703882L
-
Class adams.core.option.StringOption extends AbstractArgumentOption implements Serializable
- serialVersionUID:
- -2043258692860515443L
-
Class adams.core.option.VariableLister extends AbstractOptionTraverserWithResult<String> implements Serializable
- serialVersionUID:
- -8918602932870835907L
-
Serialized Fields
-
m_Result
StringBuilder m_Result
for storing the result.
-
-
Class adams.core.option.VariablesInstanceLister extends AbstractOptionTraverserWithResult<String> implements Serializable
- serialVersionUID:
- -6561961647781822476L
-
Serialized Fields
-
m_Result
StringBuilder m_Result
for storing the result.
-
-
Class adams.core.option.WekaCommandLineHandler extends AbstractCommandLineHandler implements Serializable
- serialVersionUID:
- -5233496867185402778L
-
Class adams.core.option.XhtmlProducer extends AbstractDocumentationProducer<String> implements Serializable
- serialVersionUID:
- -1354998807180416601L
-
Serialized Fields
-
m_Document
Document m_Document
the output vector. -
m_OutputDefaultValues
boolean m_OutputDefaultValues
whether to output default values as well.
-
-
-
Package adams.core.option.help
-
Class adams.core.option.help.AbstractHelpGenerator extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -8839514944196436439L
-
Serialized Fields
-
m_ClassCrossRefLinks
boolean m_ClassCrossRefLinks
whether to generate "fake" class cross reference links.
-
-
Class adams.core.option.help.AdditionalInformation extends AbstractHelpGenerator implements Serializable
- serialVersionUID:
- -3885494293535045819L
-
Class adams.core.option.help.CapabilitiesInfo extends AbstractHelpGenerator implements Serializable
- serialVersionUID:
- -3885494293535045819L
-
Class adams.core.option.help.ClassCrossReferences extends AbstractHelpGenerator implements Serializable
- serialVersionUID:
- -3885494293535045819L
-
Class adams.core.option.help.ConditionalEquivalentActor extends AbstractHelpGenerator implements Serializable
- serialVersionUID:
- -3885494293535045819L
-
Class adams.core.option.help.Deprecation extends AbstractHelpGenerator implements Serializable
- serialVersionUID:
- -3885494293535045819L
-
Class adams.core.option.help.SupportedTags extends AbstractHelpGenerator implements Serializable
- serialVersionUID:
- -3885494293535045819L
-
Serialized Fields
-
m_Title
String m_Title
the title to use.
-
-
-
Package adams.core.password
-
Class adams.core.password.AbstractPasswordGenerator extends CustomLoggingLevelObject implements Serializable
- serialVersionUID:
- 1785797168166556572L
-
Class adams.core.password.BruteForcePasswordGenerator extends AbstractPasswordGenerator implements Serializable
- serialVersionUID:
- 504757773896722990L
-
Serialized Fields
-
m_Chars
char[] m_Chars
the characters to use in the attack. -
m_Counter
int[] m_Counter
counter for generating the passwords. -
m_Max
int m_Max
the maximum number of characters. -
m_MaxLength
int m_MaxLength
the maximum length for passwords to test. -
m_Next
String m_Next
the next password. -
m_NextGenerated
boolean m_NextGenerated
whether the next password has already been generated. -
m_NumChars
int m_NumChars
the current number of characters in the password. -
m_Password
char[] m_Password
the buffer for the password.
-
-
Class adams.core.password.DictionaryBasedGenerator extends AbstractPasswordGenerator implements Serializable
- serialVersionUID:
- 3653026118047928682L
-
Serialized Fields
-
m_Dictionary
List<String> m_Dictionary
the dictionary entries. -
m_DictionaryFile
PlaceholderFile m_DictionaryFile
the dictionary file to use. -
m_Index
int m_Index
the current index in the dictionary. -
m_Passwords
List<String> m_Passwords
the current passwords to output. -
m_Variations
DictionaryBasedGenerator.Variation[] m_Variations
the variations to generate.
-
-
-
Package adams.core.scripting
-
Class adams.core.scripting.AbstractScriptingHandler extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -5125340938160939181L
-
Class adams.core.scripting.Dummy extends AbstractScriptingHandler implements Serializable
- serialVersionUID:
- 868900095276931089L
-
Class adams.core.scripting.Groovy extends LoggingObject implements Serializable
- serialVersionUID:
- -2628766602043134673L
-
Serialized Fields
-
m_ClassLoader
Object m_ClassLoader
the classloader. -
m_Present
boolean m_Present
whether the Groovy classes are in the Classpath.
-
-
Class adams.core.scripting.GroovyHandler extends AbstractScriptingHandler implements Serializable
- serialVersionUID:
- -8266587082145465710L
-
Class adams.core.scripting.GroovyScript extends AbstractAdvancedScript implements Serializable
- serialVersionUID:
- 4309078655122480376L
-
-
Package adams.core.scriptingengine
-
Class adams.core.scriptingengine.BackgroundScriptingEngineRegistry extends CustomLoggingLevelObject implements Serializable
- serialVersionUID:
- 8586296256047371291L
-
Serialized Fields
-
m_Engines
Set<BackgroundScriptingEngine> m_Engines
the scripting engines.
-
-
-
Package adams.core.shutdown
-
Class adams.core.shutdown.AbstractShutdownHook extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 6684292517732217844L
-
Serialized Fields
-
m_Hook
Thread m_Hook
the installed hook.
-
-
Class adams.core.shutdown.MultiHook extends AbstractShutdownHook implements Serializable
- serialVersionUID:
- -4069724495805072093L
-
Serialized Fields
-
m_Hooks
AbstractShutdownHook[] m_Hooks
the hooks.
-
-
Class adams.core.shutdown.Null extends AbstractShutdownHook implements Serializable
- serialVersionUID:
- -4069724495805072093L
-
Class adams.core.shutdown.PID extends AbstractShutdownHook implements Serializable
- serialVersionUID:
- -4069724495805072093L
-
Class adams.core.shutdown.StopFlows extends AbstractShutdownHook implements Serializable
- serialVersionUID:
- -4069724495805072093L
-
Serialized Fields
-
m_TimeOut
int m_TimeOut
the timeout period in msec for stopping a flow.
-
-
-
Package adams.core.shutdownbuiltin
-
Class adams.core.shutdownbuiltin.AbstractBuiltInShutdownHook extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 6684292517732217844L
-
Serialized Fields
-
m_Hook
Thread m_Hook
the installed hook.
-
-
Class adams.core.shutdownbuiltin.SetShutdownFlag extends AbstractBuiltInShutdownHook implements Serializable
- serialVersionUID:
- 6958473060495258418L
-
Class adams.core.shutdownbuiltin.StopBackgroundScriptingEngines extends AbstractBuiltInShutdownHook implements Serializable
- serialVersionUID:
- 6958473060495258418L
-
-
Package adams.core.sizeof
-
Class adams.core.sizeof.ActorFilter extends Object implements Serializable
- serialVersionUID:
- -7040304204477763181L
-
-
Package adams.core.tags
-
Class adams.core.tags.TagInfo extends Object implements Serializable
- serialVersionUID:
- -9049328563317394497L
-
Serialized Fields
-
m_AppliesTo
Class[] m_AppliesTo
the classes this tag applies to. -
m_DataType
TagDataType m_DataType
the data type. -
m_Information
String m_Information
the information. -
m_Name
String m_Name
the name.
-
-
-
Package adams.data
-
Class adams.data.AbstractAnonymizer extends Object implements Serializable
- serialVersionUID:
- -7508140332366459841L
-
Serialized Fields
-
m_Buffer
ArrayList<Integer> m_Buffer
the buffer of unused random IDs. -
m_BufferSize
int m_BufferSize
the buffer size. -
m_ID
String m_ID
the ID of the anonymizer (used for hashcode). -
m_Mapping
Hashtable<T,Integer> m_Mapping
the current mapping (actual value <-> random). -
m_Random
Random m_Random
for shuffling the IDs. -
m_Seed
long m_Seed
the seed value.
-
-
Class adams.data.DateFormatString extends AbstractBaseString implements Serializable
- serialVersionUID:
- -7134897961930112280L
-
Class adams.data.DecimalFormatString extends AbstractBaseString implements Serializable
- serialVersionUID:
- -7134897961930112280L
-
Class adams.data.DoubleAnonymizer extends AbstractAnonymizer<Double> implements Serializable
- serialVersionUID:
- 1155523733572722431L
-
Class adams.data.IntegerAnonymizer extends AbstractAnonymizer<Integer> implements Serializable
- serialVersionUID:
- 1155523733572722431L
-
Class adams.data.Notes extends Object implements Serializable
- serialVersionUID:
- -6179090129357843542L
-
Class adams.data.SharedStringsTable extends Object implements Serializable
- serialVersionUID:
- 2234384718642928954L
-
Class adams.data.SortedList extends Object implements Serializable
- serialVersionUID:
- -6982960827830177434L
-
Serialized Fields
-
m_Comparator
Comparator m_Comparator
the comparator to use. -
m_List
ArrayList<T> m_List
the underlying list.
-
-
Class adams.data.SortedList.DefaultComparator extends Object implements Serializable
- serialVersionUID:
- -4121107272578264484L
-
Class adams.data.StringAnonymizer extends AbstractAnonymizer<String> implements Serializable
- serialVersionUID:
- 1155523733572722431L
-
Class adams.data.WekaExperimentFile extends PlaceholderFile implements Serializable
- serialVersionUID:
- -4345693975779199292L
-
-
Package adams.data.analysis
-
Class adams.data.analysis.AbstractAnalysis extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -5262468901500523353L
-
-
Package adams.data.areaoverlap
-
Class adams.data.areaoverlap.AbstractAreaOverlap extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 808278359478666680L
-
Class adams.data.areaoverlap.BoundingBoxBased extends AbstractAreaOverlap implements Serializable
- serialVersionUID:
- 610938412287576516L
-
Serialized Fields
-
m_AreaType
AreaType m_AreaType
how to calculate the area. -
m_BoundingBoxFallbackRatio
double m_BoundingBoxFallbackRatio
the ratio used for determining whether to fall back from polygon on bbox. -
m_Fallback
boolean m_Fallback
whether to fallback on bounding box.
-
-
Class adams.data.areaoverlap.PolygonBased extends AbstractAreaOverlap implements Serializable
- serialVersionUID:
- 610938412287576516L
-
Serialized Fields
-
m_AreaType
AreaType m_AreaType
how to calculate the area. -
m_BoundingBoxFallbackRatio
double m_BoundingBoxFallbackRatio
the ratio used for determining whether to fall back from polygon on bbox. -
m_Fallback
boolean m_Fallback
whether to fallback on bounding box.
-
-
-
Package adams.data.autocorrelation
-
Class adams.data.autocorrelation.AbstractAutoCorrelation extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 1369408539876533245L
-
Class adams.data.autocorrelation.BruteForce extends AbstractAutoCorrelation implements Serializable
- serialVersionUID:
- -1755202230101364960L
-
Class adams.data.autocorrelation.FFT extends AbstractAutoCorrelation implements Serializable
- serialVersionUID:
- 3413225445542399689L
-
Serialized Fields
-
m_Normalize
boolean m_Normalize
whether to normalize.
-
-
-
Package adams.data.barcode.decode
-
Class adams.data.barcode.decode.AbstractBarcodeDecoder extends AbstractOptionHandler implements Serializable
-
Class adams.data.barcode.decode.MultiQRCode extends AbstractBarcodeDecoder implements Serializable
- serialVersionUID:
- 6149942254926179607L
-
Class adams.data.barcode.decode.PassThrough extends AbstractBarcodeDecoder implements Serializable
- serialVersionUID:
- 6149942254926179607L
-
Class adams.data.barcode.decode.ZXing extends AbstractBarcodeDecoder implements Serializable
- serialVersionUID:
- 6149942254926179607L
-
Serialized Fields
-
m_AutoDetect
boolean m_AutoDetect
Barcode format auto-detection. -
m_Format
com.google.zxing.BarcodeFormat[] m_Format
Expected barcode format. -
m_TryHarder
boolean m_TryHarder
Whether to try harder detecting a barcode.
-
-
-
Package adams.data.barcode.encode
-
Class adams.data.barcode.encode.AbstractBarcodeEncoder extends AbstractDrawOperation implements Serializable
- serialVersionUID:
- 2030827401336384097L
-
Serialized Fields
-
m_Height
int m_Height
Height of barcode. -
m_Margin
int m_Margin
Margin around the barcode. -
m_Width
int m_Width
Width of barcode. -
m_X
int m_X
Top left x of the barcode. -
m_Y
int m_Y
Top left y of the barcode.
-
-
Class adams.data.barcode.encode.EAN13 extends AbstractBarcodeEncoder implements Serializable
- serialVersionUID:
- -5065848369849665652L
-
Serialized Fields
-
m_Digits
String m_Digits
Digits to be encoded.
-
-
Class adams.data.barcode.encode.PassThrough extends AbstractBarcodeEncoder implements Serializable
- serialVersionUID:
- 2986332203089616095L
-
Class adams.data.barcode.encode.QRCode extends AbstractBarcodeEncoder implements Serializable
- serialVersionUID:
- -108663694502130066L
-
Serialized Fields
-
m_ErrorCorrectionLevel
com.google.zxing.qrcode.decoder.ErrorCorrectionLevel m_ErrorCorrectionLevel
Error correction level. -
m_Text
String m_Text
Text to be encoded.
-
-
Class adams.data.barcode.encode.UPCA extends AbstractBarcodeEncoder implements Serializable
- serialVersionUID:
- -5065848369849665652L
-
Serialized Fields
-
m_Digits
String m_Digits
Digits to be encoded.
-
-
-
Package adams.data.baseline
-
Class adams.data.baseline.AbstractBaselineCorrection extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 2530174550698703218L
-
Class adams.data.baseline.AbstractBaselineCorrection.BaselineCorrectionJob extends AbstractJob implements Serializable
- serialVersionUID:
- 5544327082749651329L
-
Serialized Fields
-
m_BaselineCorrection
AbstractBaselineCorrection m_BaselineCorrection
the baseline correction scheme to use. -
m_CorrectedData
T extends DataContainer m_CorrectedData
the corrected data. -
m_Data
T extends DataContainer m_Data
the data to push through the baseline correction scheme.
-
-
Class adams.data.baseline.AbstractDatabaseConnectionBaselineCorrection extends AbstractBaselineCorrection<T extends DataContainer> implements Serializable
- serialVersionUID:
- 2306902659179673256L
-
Serialized Fields
-
m_DatabaseConnection
AbstractDatabaseConnection m_DatabaseConnection
the database connection.
-
-
Class adams.data.baseline.AbstractLinearRegressionBased extends AbstractBaselineCorrection<T extends DataContainer> implements Serializable
- serialVersionUID:
- -6634948158083409766L
-
Serialized Fields
-
m_GenerateLine
boolean m_GenerateLine
whether to return the line as fake data or the corrected data. -
m_Ridge
double m_Ridge
the ridge.
-
-
Class adams.data.baseline.AbstractLOWESSBased extends AbstractBaselineCorrection<T extends DataContainer> implements Serializable
- serialVersionUID:
- 1662223546956780389L
-
Serialized Fields
-
m_Filter
AbstractLOWESS m_Filter
the filter to use.
-
-
Class adams.data.baseline.AbstractSavitzkyGolayBased extends AbstractBaselineCorrection<T extends DataContainer> implements Serializable
- serialVersionUID:
- 1662223546956780389L
-
Serialized Fields
-
m_Filter
AbstractSavitzkyGolay m_Filter
the filter to use.
-
-
Class adams.data.baseline.PassThrough extends AbstractBaselineCorrection<DataContainer> implements Serializable
- serialVersionUID:
- -3140079797505735057L
-
Class adams.data.baseline.SlidingWindow extends AbstractDatabaseConnectionBaselineCorrection<T extends DataContainer> implements Serializable
- serialVersionUID:
- -3975367203680893657L
-
Serialized Fields
-
m_BaselineCorrection
AbstractBaselineCorrection m_BaselineCorrection
the actual baseline correction scheme to apply. -
m_NumLeft
int m_NumLeft
the number of points left of the center. -
m_NumRight
int m_NumRight
the number of points right of the center.
-
-
Class adams.data.baseline.TimeseriesLOWESSBased extends AbstractLOWESSBased<Timeseries> implements Serializable
- serialVersionUID:
- -2273739395862247537L
-
Class adams.data.baseline.TimeseriesSavitzkyGolayBased extends AbstractSavitzkyGolayBased<Timeseries> implements Serializable
- serialVersionUID:
- -2273739395862247537L
-
-
Package adams.data.binning
-
Class adams.data.binning.Bin extends Object implements Serializable
- serialVersionUID:
- -6040460682753068962L
-
Serialized Fields
-
m_End
double m_End
the end of the bin. -
m_Index
int m_Index
the bin index. -
m_Interval
BaseInterval m_Interval
the range. -
m_Objects
List<Binnable<T>> m_Objects
the binnable objects that belong to this bin. -
m_Start
double m_Start
the start of the bin.
-
-
Class adams.data.binning.Binnable extends Object implements Serializable
- serialVersionUID:
- 4963864458212337110L
-
Class adams.data.binning.BinnableDataset.ClassValueBinValueExtractor extends Object implements Serializable
- serialVersionUID:
- -2287393293543008133L
-
Serialized Fields
-
m_Index
int m_Index
the column index.
-
-
Class adams.data.binning.BinnableDataset.GroupedClassValueBinValueExtractor extends Object implements Serializable
- serialVersionUID:
- -2287393293543008133L
-
Serialized Fields
-
m_Index
int m_Index
the column index.
-
-
Class adams.data.binning.BinnableDataset.StringAttributeGroupExtractor extends Object implements Serializable
- serialVersionUID:
- -2381541290397169468L
-
Class adams.data.binning.BinnableFiles.FileGroupExtractor extends Object implements Serializable
- serialVersionUID:
- -2456087580932522565L
-
Class adams.data.binning.BinnableGroup extends Object implements Serializable
- serialVersionUID:
- -4045725760262383385L
-
Class adams.data.binning.BinnableInstances.ClassValueBinValueExtractor extends Object implements Serializable
- serialVersionUID:
- -2287393293543008133L
-
Class adams.data.binning.BinnableInstances.GroupedClassValueBinValueExtractor extends Object implements Serializable
- serialVersionUID:
- -2287393293543008133L
-
Class adams.data.binning.BinnableInstances.NumericClassGroupExtractor extends Object implements Serializable
- serialVersionUID:
- -2381541290397169468L
-
Class adams.data.binning.BinnableInstances.StringAttributeGroupExtractor extends Object implements Serializable
- serialVersionUID:
- -2381541290397169468L
-
-
Package adams.data.binning.algorithm
-
Class adams.data.binning.algorithm.AbstractBinningAlgorithm extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -7234721005632544790L
-
Serialized Fields
-
m_NumDecimals
int m_NumDecimals
the number of decimals to show.
-
-
Class adams.data.binning.algorithm.AbstractEqualWidthBinningAlgorithm extends AbstractBinningAlgorithm implements Serializable
- serialVersionUID:
- 6165394321339796917L
-
Class adams.data.binning.algorithm.DensityBinning extends AbstractEqualWidthBinningAlgorithm implements Serializable
- serialVersionUID:
- -3591626302229910556L
-
Serialized Fields
-
m_BinWidth
double m_BinWidth
the bin width.
-
-
Class adams.data.binning.algorithm.FreedmanDiaconisChoiceBinning extends AbstractEqualWidthBinningAlgorithm implements Serializable
- serialVersionUID:
- -1486327441961729111L
-
Class adams.data.binning.algorithm.FrequencyBinning extends AbstractBinningAlgorithm implements Serializable
- serialVersionUID:
- -3591626302229910556L
-
Serialized Fields
-
m_NumBins
int m_NumBins
the number of bins.
-
-
Class adams.data.binning.algorithm.ManualBinning extends AbstractEqualWidthBinningAlgorithm implements Serializable
- serialVersionUID:
- -3591626302229910556L
-
Serialized Fields
-
m_ManualMax
double m_ManualMax
the manual maximum. -
m_ManualMin
double m_ManualMin
the manual minimum. -
m_NumBins
int m_NumBins
the number of bins. -
m_UseFixedMinMax
boolean m_UseFixedMinMax
whether to use fixed min/max for manual bin calculation.
-
-
Class adams.data.binning.algorithm.NoBinning extends AbstractBinningAlgorithm implements Serializable
- serialVersionUID:
- -1486327441961729111L
-
Class adams.data.binning.algorithm.RiceRuleBinning extends AbstractEqualWidthBinningAlgorithm implements Serializable
- serialVersionUID:
- -1486327441961729111L
-
Class adams.data.binning.algorithm.ScottsNormalReferenceRuleBinning extends AbstractEqualWidthBinningAlgorithm implements Serializable
- serialVersionUID:
- -1486327441961729111L
-
Class adams.data.binning.algorithm.SquareRootChoiceBinning extends AbstractEqualWidthBinningAlgorithm implements Serializable
- serialVersionUID:
- -1486327441961729111L
-
Class adams.data.binning.algorithm.SturgesFormulaBinning extends AbstractEqualWidthBinningAlgorithm implements Serializable
- serialVersionUID:
- -1486327441961729111L
-
-
Package adams.data.binning.operation
-
Class adams.data.binning.operation.Wrapping.IndexedBinValueExtractor extends Object implements Serializable
- serialVersionUID:
- -2287393293543008133L
-
Serialized Fields
-
m_Index
int m_Index
for keeping track of the index.
-
-
-
Package adams.data.binning.postprocessing
-
Class adams.data.binning.postprocessing.AbstractBinPostProcessing extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 4458109523375257552L
-
Class adams.data.binning.postprocessing.MinBinSize extends AbstractBinPostProcessing implements Serializable
- serialVersionUID:
- 5892185341343555075L
-
Serialized Fields
-
m_MinSize
int m_MinSize
the minimum size.
-
-
Class adams.data.binning.postprocessing.PassThrough extends AbstractBinPostProcessing implements Serializable
- serialVersionUID:
- 5892185341343555075L
-
-
Package adams.data.blob
-
Class adams.data.blob.BlobContainer extends AbstractSimpleContainer<byte[]> implements Serializable
- serialVersionUID:
- 4567572281060847914L
-
Serialized Fields
-
m_ID
String m_ID
the ID.
-
-
-
Package adams.data.boofcv
-
Class adams.data.boofcv.BoofCVImageContainer extends AbstractImageContainer<boofcv.struct.image.ImageBase> implements Serializable
- serialVersionUID:
- 6674669743000941777L
-
-
Package adams.data.boofcv.features
-
Class adams.data.boofcv.features.AbstractBoofCVFeatureGenerator extends AbstractImageFeatureGenerator<BoofCVImageContainer> implements Serializable
- serialVersionUID:
- 4566948525813804085L
-
Class adams.data.boofcv.features.AbstractScript extends AbstractBoofCVFeatureGenerator implements Serializable
- serialVersionUID:
- -8283487312539061029L
-
Serialized Fields
-
m_AdditionalOptions
AdditionalOptions m_AdditionalOptions
for storing the additional options.
-
-
Class adams.data.boofcv.features.AbstractScriptedFeatureGenerator extends AbstractBoofCVFeatureGenerator implements Serializable
- serialVersionUID:
- -8187233244973711251L
-
Serialized Fields
-
m_ScriptFile
PlaceholderFile m_ScriptFile
the script. -
m_ScriptOptions
String m_ScriptOptions
the options for the script.
-
-
Class adams.data.boofcv.features.FilteredBoofCVFeatureGenerator extends AbstractBoofCVFeatureGenerator implements Serializable
- serialVersionUID:
- -8349656592325229512L
-
Serialized Fields
-
m_Filter
AbstractBoofCVTransformer m_Filter
the filter to use. -
m_Generator
AbstractBoofCVFeatureGenerator m_Generator
the base feature generator.
-
-
Class adams.data.boofcv.features.Histogram extends AbstractBoofCVFeatureGenerator implements Serializable
- serialVersionUID:
- -8349656592325229512L
-
Class adams.data.boofcv.features.MultiBoofCVFeatureGenerator extends AbstractBoofCVFeatureGenerator implements Serializable
- serialVersionUID:
- -4136037171201268286L
-
Serialized Fields
-
m_SubGenerators
AbstractBoofCVFeatureGenerator[] m_SubGenerators
the flatteners to use. -
m_SubHeaders
HeaderDefinition[] m_SubHeaders
the sub-headers.
-
-
Class adams.data.boofcv.features.Otsu extends AbstractBoofCVFeatureGenerator implements Serializable
- serialVersionUID:
- -8349656592325229512L
-
Serialized Fields
-
m_Max
int m_Max
the max value. -
m_Min
int m_Min
the min value.
-
-
Class adams.data.boofcv.features.Pixels extends AbstractBoofCVFeatureGenerator implements Serializable
- serialVersionUID:
- -8349656592325229512L
-
Class adams.data.boofcv.features.Scripted extends AbstractScriptedFeatureGenerator implements Serializable
- serialVersionUID:
- 1304903578667689350L
-
Serialized Fields
-
m_Handler
AbstractScriptingHandler m_Handler
the scripting handler to use.
-
-
-
Package adams.data.boofcv.multiimageoperation
-
Class adams.data.boofcv.multiimageoperation.AbstractBoofCVMultiImageOperation extends AbstractMultiImageOperation<BoofCVImageContainer> implements Serializable
- serialVersionUID:
- 5861891266938039031L
-
Class adams.data.boofcv.multiimageoperation.And extends AbstractBoofCVMultiImageOperation implements Serializable
- serialVersionUID:
- -3399149520525668500L
-
Class adams.data.boofcv.multiimageoperation.Diff extends AbstractBoofCVMultiImageOperation implements Serializable
- serialVersionUID:
- -4576060482553726848L
-
Serialized Fields
-
m_Threshold
int m_Threshold
the threshold at which two pixels are considered different
-
-
Class adams.data.boofcv.multiimageoperation.Or extends AbstractBoofCVMultiImageOperation implements Serializable
- serialVersionUID:
- -167349220127243609L
-
Class adams.data.boofcv.multiimageoperation.PassThrough extends AbstractBoofCVMultiImageOperation implements Serializable
- serialVersionUID:
- 5718202801333851792L
-
Class adams.data.boofcv.multiimageoperation.ReportFieldSubtraction extends AbstractBoofCVMultiImageOperation implements Serializable
- serialVersionUID:
- 7381673951864996785L
-
Serialized Fields
-
m_Fields
Field[] m_Fields
the report fields to subtract.
-
-
Class adams.data.boofcv.multiimageoperation.XOr extends AbstractBoofCVMultiImageOperation implements Serializable
- serialVersionUID:
- 8245723009628774167L
-
-
Package adams.data.boofcv.transformer
-
Class adams.data.boofcv.transformer.AbstractBoofCVTransformer extends AbstractImageTransformer<BoofCVImageContainer> implements Serializable
- serialVersionUID:
- 6509685876509009633L
-
Class adams.data.boofcv.transformer.AbstractScript extends AbstractBoofCVTransformer implements Serializable
- serialVersionUID:
- -8283487312539061029L
-
Serialized Fields
-
m_AdditionalOptions
AdditionalOptions m_AdditionalOptions
for storing the additional options.
-
-
Class adams.data.boofcv.transformer.AbstractScriptedTransformer extends AbstractBoofCVTransformer implements Serializable
- serialVersionUID:
- -8187233244973711251L
-
Serialized Fields
-
m_ScriptFile
PlaceholderFile m_ScriptFile
the script. -
m_ScriptOptions
String m_ScriptOptions
the options for the script.
-
-
Class adams.data.boofcv.transformer.Binary extends AbstractBoofCVTransformer implements Serializable
- serialVersionUID:
- -465068613851000709L
-
Serialized Fields
-
m_Bias
float m_Bias
the bias (for adaptive methods). -
m_GaussianRadius
int m_GaussianRadius
the gaussian radius. -
m_RemoveSmallBlobs
boolean m_RemoveSmallBlobs
whether to remove small blobs. -
m_SquareRadius
int m_SquareRadius
the square radius. -
m_Threshold
float m_Threshold
the manual threshold to use. -
m_ThresholdDown
boolean m_ThresholdDown
the down (for adaptive methods). -
m_ThresholdType
Binary.ThresholdType m_ThresholdType
the type of threshold to apply.
-
-
Class adams.data.boofcv.transformer.BinaryContours extends AbstractBoofCVTransformer implements Serializable
- serialVersionUID:
- -95759083210389706L
-
Serialized Fields
-
m_ConnectRule
boofcv.struct.ConnectRule m_ConnectRule
the connect rule. -
m_RemoveSmallBlobs
boolean m_RemoveSmallBlobs
whether to remove small blobs.
-
-
Class adams.data.boofcv.transformer.CannyEdgeDetection extends AbstractBoofCVTransformer implements Serializable
- serialVersionUID:
- -465068613851000709L
-
Serialized Fields
-
m_BlurRadius
int m_BlurRadius
the blur radius. -
m_ConnectRule
boofcv.struct.ConnectRule m_ConnectRule
the connect rule. -
m_HighThreshold
float m_HighThreshold
the high threshold to use. -
m_LowThreshold
float m_LowThreshold
the low threshold to use. -
m_Type
CannyEdgeDetection.OutputType m_Type
the type of output to generate.
-
-
Class adams.data.boofcv.transformer.Dilate4 extends AbstractBoofCVTransformer implements Serializable
- serialVersionUID:
- 3446616869164151955L
-
Serialized Fields
-
m_NumTimes
int m_NumTimes
the number of times to apply this operation.
-
-
Class adams.data.boofcv.transformer.Dilate8 extends AbstractBoofCVTransformer implements Serializable
- serialVersionUID:
- -95759083210389706L
-
Serialized Fields
-
m_NumTimes
int m_NumTimes
the number of times to apply this operation.
-
-
Class adams.data.boofcv.transformer.Erode4 extends AbstractBoofCVTransformer implements Serializable
- serialVersionUID:
- -95759083210389706L
-
Serialized Fields
-
m_NumTimes
int m_NumTimes
the number of times to apply this operation.
-
-
Class adams.data.boofcv.transformer.Erode8 extends AbstractBoofCVTransformer implements Serializable
- serialVersionUID:
- -95759083210389706L
-
Serialized Fields
-
m_NumTimes
int m_NumTimes
the number of times to apply this operation.
-
-
Class adams.data.boofcv.transformer.Gray8 extends AbstractBoofCVTransformer implements Serializable
- serialVersionUID:
- -465068613851000709L
-
Class adams.data.boofcv.transformer.ImageType extends AbstractBoofCVTransformer implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Serialized Fields
-
m_Type
BoofCVImageType m_Type
the image type.
-
-
Class adams.data.boofcv.transformer.Inverter extends AbstractBoofCVTransformer implements Serializable
- serialVersionUID:
- 8829671646134900700L
-
Class adams.data.boofcv.transformer.MultiTransformer extends AbstractBoofCVTransformer implements Serializable
- serialVersionUID:
- 7793661256600883689L
-
Serialized Fields
-
m_Transformers
AbstractBoofCVTransformer[] m_Transformers
the sub-transformers.
-
-
Class adams.data.boofcv.transformer.PassThrough extends AbstractBoofCVTransformer implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Class adams.data.boofcv.transformer.Scripted extends AbstractScriptedTransformer implements Serializable
- serialVersionUID:
- 1304903578667689350L
-
Serialized Fields
-
m_Handler
AbstractScriptingHandler m_Handler
the scripting handler to use.
-
-
Class adams.data.boofcv.transformer.Sharpen4 extends AbstractBoofCVTransformer implements Serializable
- serialVersionUID:
- -465068613851000709L
-
Class adams.data.boofcv.transformer.Sharpen8 extends AbstractBoofCVTransformer implements Serializable
- serialVersionUID:
- -465068613851000709L
-
Class adams.data.boofcv.transformer.SuperPixels extends AbstractBoofCVTransformer implements Serializable
- serialVersionUID:
- -6214162210938255035L
-
Serialized Fields
-
m_AverageSegments
boolean m_AverageSegments
whether to average the segments. -
m_NumSegments
int m_NumSegments
the number of segments. -
m_OutlineSegments
boolean m_OutlineSegments
whether to outline the segments. -
m_RandomColors
boolean m_RandomColors
whether to use random colors. -
m_SpatialWeight
float m_SpatialWeight
the spatial weight.
-
-
Class adams.data.boofcv.transformer.WaveletDenoise extends AbstractBoofCVTransformer implements Serializable
- serialVersionUID:
- -465068613851000709L
-
Serialized Fields
-
m_NumLevels
int m_NumLevels
the number of levels.
-
-
-
Package adams.data.compare
-
Class adams.data.compare.AbstractObjectCompare extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -5679831532921630787L
-
Class adams.data.compare.DataContainer extends AbstractObjectCompare<DataContainer,Integer> implements Serializable
- serialVersionUID:
- -1792853083538259085L
-
Serialized Fields
-
m_Type
DataContainer.ComparisonType m_Type
the type of comparison.
-
-
Class adams.data.compare.JavaComparable extends AbstractObjectCompare<Comparable,Integer> implements Serializable
- serialVersionUID:
- -1792853083538259085L
-
-
Package adams.data.container
-
Class adams.data.container.AbstractDataContainer extends Object implements Serializable
- serialVersionUID:
- 7596037729815376007L
-
Class adams.data.container.AbstractDataPoint extends Object implements Serializable
- serialVersionUID:
- -7649691865561959944L
-
Serialized Fields
-
m_Parent
DataContainer m_Parent
the container this data point belongs to.
-
-
Class adams.data.container.AbstractSimpleContainer extends Object implements Serializable
- serialVersionUID:
- -7088299534737380639L
-
Class adams.data.container.DataPointComparator extends Object implements Serializable
- serialVersionUID:
- -5536677097973106152L
-
Serialized Fields
-
m_Ascending
boolean m_Ascending
whether the ordering is ascending or descending.
-
-
Class adams.data.container.ObjectContainer extends AbstractSimpleContainer<Object> implements Serializable
- serialVersionUID:
- -3156993993662902048L
-
Serialized Fields
-
m_ID
String m_ID
the ID.
-
-
-
Package adams.data.conversion
-
Class adams.data.conversion.AbstractConversion extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 1576117521811422376L
-
Class adams.data.conversion.AbstractConversionFromString extends AbstractConversion implements Serializable
- serialVersionUID:
- 9187445403013903785L
-
Class adams.data.conversion.AbstractConversionToString extends AbstractConversion implements Serializable
- serialVersionUID:
- -8667643653337244855L
-
Class adams.data.conversion.AbstractImageToByteArray extends AbstractConversion implements Serializable
- serialVersionUID:
- 4452018959514672473L
-
Serialized Fields
-
m_Format
String m_Format
the format to use.
-
-
Class adams.data.conversion.AbstractInPlaceSpreadSheetConversion extends AbstractSpreadSheetConversion implements Serializable
- serialVersionUID:
- -4602098724274537009L
-
Serialized Fields
-
m_NoCopy
boolean m_NoCopy
whether to skip creating a copy of the spreadsheet.
-
-
Class adams.data.conversion.AbstractMatchWekaInstanceAgainstHeader extends AbstractConversion implements Serializable
- serialVersionUID:
- -7728745365733721265L
-
Serialized Fields
-
m_Dataset
weka.core.Instances m_Dataset
the header to match against.
-
-
Class adams.data.conversion.AbstractMatrixToSpreadSheet extends AbstractConversion implements Serializable
- serialVersionUID:
- -2047404866165517428L
-
Serialized Fields
-
m_DataRowType
DataRow m_DataRowType
the data row type to use. -
m_SpreadSheetType
SpreadSheet m_SpreadSheetType
the type of spreadsheet to use.
-
-
Class adams.data.conversion.AbstractObjectToJson extends AbstractConversion implements Serializable
- serialVersionUID:
- -4017583319699378889L
-
Class adams.data.conversion.AbstractScript extends AbstractConversion implements Serializable
- serialVersionUID:
- -8283487312539061029L
-
Serialized Fields
-
m_AdditionalOptions
AdditionalOptions m_AdditionalOptions
for storing the additional options.
-
-
Class adams.data.conversion.AbstractScriptedConversion extends AbstractConversion implements Serializable
- serialVersionUID:
- -8187233244973711251L
-
Serialized Fields
-
m_ScriptFile
PlaceholderFile m_ScriptFile
the script. -
m_ScriptOptions
String m_ScriptOptions
the options for the script.
-
-
Class adams.data.conversion.AbstractSpreadSheetColumnConverter extends AbstractInPlaceSpreadSheetConversion implements Serializable
- serialVersionUID:
- 8681800940519018023L
-
Serialized Fields
-
m_Column
SpreadSheetColumnIndex m_Column
the column to process. -
m_KeepFailed
boolean m_KeepFailed
whether to keep cell values of failed conversions rather than setting them to zero.
-
-
Class adams.data.conversion.AbstractSpreadSheetConversion extends AbstractConversion implements Serializable
- serialVersionUID:
- 4733940137387662202L
-
Class adams.data.conversion.AbstractSpreadSheetToMatrix extends AbstractConversion implements Serializable
- serialVersionUID:
- 487215942580922724L
-
Serialized Fields
-
m_Columns
SpreadSheetColumnRange m_Columns
the range of columns to operate on. -
m_Rows
Range m_Rows
the range of rows to operate on.
-
-
Class adams.data.conversion.AbstractStringConversion extends AbstractConversion implements Serializable
- serialVersionUID:
- 4381633326056488984L
-
Class adams.data.conversion.AbstractSwapObject extends AbstractConversion implements Serializable
- serialVersionUID:
- 3244184153762298547L
-
Serialized Fields
-
m_NoCopy
boolean m_NoCopy
whether to create no copy of the object.
-
-
Class adams.data.conversion.AbstractValidateString extends AbstractStringConversion implements Serializable
- serialVersionUID:
- -4017583319699378889L
-
Serialized Fields
-
m_Replace
String m_Replace
the replacement string.
-
-
Class adams.data.conversion.AdamsInstanceToWekaInstance extends AbstractConversion implements Serializable
- serialVersionUID:
- -6246934381347850100L
-
Class adams.data.conversion.AnyImageToByteArray extends AbstractImageToByteArray implements Serializable
- serialVersionUID:
- 4452018959514672473L
-
Class adams.data.conversion.AnyImageToOpenCV extends AbstractConversion implements Serializable
- serialVersionUID:
- -6909862341852136089L
-
Class adams.data.conversion.AnyToCommandline extends AbstractConversionToString implements Serializable
- serialVersionUID:
- 6917238721897148226L
-
Class adams.data.conversion.AnyToString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- 8828591710515484463L
-
Class adams.data.conversion.ArrayToCollection extends AbstractConversion implements Serializable
- serialVersionUID:
- 1028362547528503041L
-
Serialized Fields
-
m_CollectionClass
String m_CollectionClass
Deprecated.the class for the array.
-
-
Class adams.data.conversion.ArrayToJsonArray extends AbstractConversion implements Serializable
- serialVersionUID:
- -7259688335769678668L
-
Class adams.data.conversion.ArrayToReport extends AbstractConversion implements Serializable
- serialVersionUID:
- 8892033674356714601L
-
Class adams.data.conversion.ArrayToYamlString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- -4017583319699378889L
-
Class adams.data.conversion.BackQuote extends AbstractStringConversion implements Serializable
- serialVersionUID:
- -1666988597466661859L
-
Class adams.data.conversion.Base64ToByteArray extends AbstractConversionFromString implements Serializable
- serialVersionUID:
- 1383459505178870114L
-
Serialized Fields
-
m_Type
Base64Type m_Type
the type of conversion to apply.
-
-
Class adams.data.conversion.Base64ToString extends AbstractStringConversion implements Serializable
- serialVersionUID:
- 1383459505178870114L
-
Serialized Fields
-
m_Type
Base64Type m_Type
the type of conversion to apply.
-
-
Class adams.data.conversion.BaseDateTimeMsecToString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- 6744245717394758406L
-
Serialized Fields
-
m_BusinessDays
BusinessDays m_BusinessDays
how to interpret business days. -
m_End
BaseDateTimeMsec m_End
the end date to use as basis for the evaluation. -
m_Start
BaseDateTimeMsec m_Start
the start date to use as basis for the evaluation.
-
-
Class adams.data.conversion.BaseDateTimeToString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- 6744245717394758406L
-
Serialized Fields
-
m_BusinessDays
BusinessDays m_BusinessDays
how to interpret business days. -
m_End
BaseDateTime m_End
the end date to use as basis for the evaluation. -
m_Start
BaseDateTime m_Start
the start date to use as basis for the evaluation.
-
-
Class adams.data.conversion.BaseDateToString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- 6744245717394758406L
-
Serialized Fields
-
m_BusinessDays
BusinessDays m_BusinessDays
how to interpret business days. -
m_End
BaseDate m_End
the end date to use as basis for the evaluation. -
m_Start
BaseDate m_Start
the start date to use as basis for the evaluation.
-
-
Class adams.data.conversion.BaseTimeToString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- 6744245717394758406L
-
Class adams.data.conversion.BlobContainerToByteArray extends AbstractConversion implements Serializable
- serialVersionUID:
- 6744245717394758406L
-
Class adams.data.conversion.BoofCVToBufferedImage extends AbstractConversion implements Serializable
- serialVersionUID:
- -6909862341852136089L
-
Class adams.data.conversion.BooleanToString extends AbstractConversion implements Serializable
- serialVersionUID:
- 8575654879898181338L
-
Class adams.data.conversion.BreakUpString extends AbstractStringConversion implements Serializable
- serialVersionUID:
- 6233539723999989507L
-
Serialized Fields
-
m_NumColumns
int m_NumColumns
the number of columns.
-
-
Class adams.data.conversion.BufferedImageBitmaskContainerToBufferedImages extends AbstractConversion implements Serializable
- serialVersionUID:
- 8416640937812264746L
-
Class adams.data.conversion.BufferedImagesToBufferedImageBitmaskContainer extends AbstractConversion implements Serializable
- serialVersionUID:
- 2072620446932941644L
-
Class adams.data.conversion.BufferedImageSupporterToBufferedImageContainer extends AbstractConversion implements Serializable
- serialVersionUID:
- -4531882369167701014L
-
Class adams.data.conversion.BufferedImageToBoofCV extends AbstractConversion implements Serializable
- serialVersionUID:
- 267299130050379610L
-
Serialized Fields
-
m_ImageType
BoofCVImageType m_ImageType
the image type to generate.
-
-
Class adams.data.conversion.BufferedImageToBufferedImage extends AbstractConversion implements Serializable
- serialVersionUID:
- 267299130050379610L
-
Class adams.data.conversion.BufferedImageToByteArray extends AbstractImageToByteArray implements Serializable
- serialVersionUID:
- 4452018959514672473L
-
Class adams.data.conversion.ByteArrayToBase64 extends AbstractConversionToString implements Serializable
- serialVersionUID:
- 1383459505178870114L
-
Serialized Fields
-
m_Type
Base64Type m_Type
the type of conversion to apply.
-
-
Class adams.data.conversion.ByteArrayToBlobContainer extends AbstractConversion implements Serializable
- serialVersionUID:
- 8828591710515484463L
-
Serialized Fields
-
m_ID
String m_ID
the ID to use.
-
-
Class adams.data.conversion.ByteArrayToBufferedImage extends AbstractConversion implements Serializable
- serialVersionUID:
- -5360462559635715854L
-
Class adams.data.conversion.ByteArrayToImageContainer extends AbstractConversion implements Serializable
- serialVersionUID:
- 7104673258581645263L
-
Serialized Fields
-
m_Reader
InputStreamImageReader m_Reader
the reader to use.
-
-
Class adams.data.conversion.ByteArrayToJavaObject extends AbstractConversion implements Serializable
- serialVersionUID:
- 1323655171465577819L
-
Class adams.data.conversion.ByteArrayToPrimitiveArray extends AbstractConversion implements Serializable
- serialVersionUID:
- -4513056216008959668L
-
Serialized Fields
-
m_ByteOrder
ByteArrayToPrimitiveArray.ByteOrderType m_ByteOrder
the byte order. -
m_NumBytes
int m_NumBytes
the number of bytes to convert. -
m_Type
ByteArrayToPrimitiveArray.PrimitiveType m_Type
the primitive to output.
-
-
Class adams.data.conversion.ByteArrayToString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- 7104673258581645263L
-
Serialized Fields
-
m_Encoding
BaseCharset m_Encoding
the encoding to use.
-
-
Class adams.data.conversion.ByteToHex extends AbstractConversionToString implements Serializable
- serialVersionUID:
- 1016763925162792131L
-
Class adams.data.conversion.ByteToInt extends AbstractConversion implements Serializable
- serialVersionUID:
- -498287439474359559L
-
Class adams.data.conversion.ByteToString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- 7104673258581645263L
-
Class adams.data.conversion.CharArrayToString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- 7104673258581645263L
-
Class adams.data.conversion.CollectionToArray extends AbstractConversion implements Serializable
- serialVersionUID:
- 1028362547528503041L
-
Serialized Fields
-
m_ArrayClass
String m_ArrayClass
the class for the array.
-
-
Class adams.data.conversion.ColorToHex extends AbstractConversion implements Serializable
- serialVersionUID:
- 934293541674611547L
-
Class adams.data.conversion.CommandlineToAny extends AbstractConversionFromString implements Serializable
- serialVersionUID:
- 8872440343913471949L
-
Class adams.data.conversion.ContainerToSpreadSheet extends AbstractConversion implements Serializable
- serialVersionUID:
- -2460280741242049565L
-
Class adams.data.conversion.ConvertDateTimeType extends AbstractConversion implements Serializable
- serialVersionUID:
- -2353313471489671117L
-
Serialized Fields
-
m_InputDateTimeType
DateTimeType m_InputDateTimeType
the input datetime type. -
m_OutputDateTimeType
DateTimeType m_OutputDateTimeType
the output datetime type.
-
-
Class adams.data.conversion.ConvertSpreadSheetRows extends AbstractSpreadSheetConversion implements Serializable
- serialVersionUID:
- 1779359599048268798L
-
Serialized Fields
-
m_DataRowType
DataRow m_DataRowType
the data row type to use.
-
-
Class adams.data.conversion.DateTimeTypeToString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- -2353313471489671117L
-
Serialized Fields
-
m_DateTimeType
DateTimeType m_DateTimeType
the datetime type to convert. -
m_Format
DateFormatString m_Format
the format string to use.
-
-
Class adams.data.conversion.DOMNodeListToArray extends AbstractConversion implements Serializable
- serialVersionUID:
- 6634074443065449966L
-
Class adams.data.conversion.DOMNodeToString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- 6744245717394758406L
-
Class adams.data.conversion.DOMToProperties extends AbstractConversion implements Serializable
- serialVersionUID:
- 6744245717394758406L
-
Serialized Fields
-
m_AddIndex
boolean m_AddIndex
whether to add index to path. -
m_PathSeparator
String m_PathSeparator
the path separator. -
m_SkipRoot
boolean m_SkipRoot
whether to exclude the root element from the path. -
m_StoreAttributes
boolean m_StoreAttributes
whether to store attributes of elements as well.
-
-
Class adams.data.conversion.DOMToString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- 6744245717394758406L
-
Serialized Fields
-
m_Encoding
BaseCharset m_Encoding
the encoding to use. -
m_NumSpaces
int m_NumSpaces
the number of spaces to use for indentation. -
m_PrettyPrinting
boolean m_PrettyPrinting
whether to use pretty printing.
-
-
Class adams.data.conversion.DoubleMatrixToBufferedImage extends AbstractConversion implements Serializable
- serialVersionUID:
- 2535421741524997185L
-
Serialized Fields
-
m_Generator
ColorGradientGenerator m_Generator
the generator to use. -
m_GradientColors
Color[] m_GradientColors
the gradient colors. -
m_Max
double m_Max
the fixed max. -
m_Min
double m_Min
the fixed min. -
m_MissingValueColor
Color m_MissingValueColor
the color for missing values. -
m_UseFixedRange
boolean m_UseFixedRange
whether to use a fixed min/max.
-
-
Class adams.data.conversion.DoubleMatrixToMat5Array extends AbstractConversion implements Serializable
- serialVersionUID:
- 5826890056883195059L
-
Class adams.data.conversion.DoubleMatrixToSpreadSheet extends AbstractMatrixToSpreadSheet implements Serializable
- serialVersionUID:
- -2047404866165517428L
-
Class adams.data.conversion.DoubleToFloat extends AbstractConversion implements Serializable
- serialVersionUID:
- -6519874262735685813L
-
Class adams.data.conversion.DoubleToInt extends AbstractConversion implements Serializable
- serialVersionUID:
- -6519874262735685813L
-
Class adams.data.conversion.DoubleToLong extends AbstractConversion implements Serializable
- serialVersionUID:
- -6519874262735685813L
-
Class adams.data.conversion.DoubleToString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- -9142177169642814841L
-
Serialized Fields
-
m_FixedDecimals
boolean m_FixedDecimals
whether to use a fixed number of decimals. -
m_Locale
Locale m_Locale
the locale to use. -
m_NumDecimals
int m_NumDecimals
the number of decimals to use in the output.
-
-
Class adams.data.conversion.EmailToPlainText extends AbstractConversionToString implements Serializable
- serialVersionUID:
- -2645097148545213415L
-
Class adams.data.conversion.ExcelDoubleColumnToDate extends AbstractSpreadSheetColumnConverter implements Serializable
- serialVersionUID:
- 8681800940519018023L
-
Class adams.data.conversion.ExcelDoubleColumnToDateTime extends AbstractSpreadSheetColumnConverter implements Serializable
- serialVersionUID:
- 8681800940519018023L
-
Class adams.data.conversion.ExtractDateTimeField extends AbstractConversion implements Serializable
- serialVersionUID:
- 6801095206203068066L
-
Serialized Fields
-
m_BusinessDays
BusinessDays m_BusinessDays
how to interpret business days. -
m_Calendar
Calendar m_Calendar
the calendar for extracting the fields. -
m_DateTimeType
DateTimeType m_DateTimeType
the datetime type to process. -
m_Field
ExtractDateTimeField.DateTimeField m_Field
the field to extract. -
m_FormatCustom
DateFormatString m_FormatCustom
the format string to use in case ofExtractDateTimeField.DateTimeField.CUSTOM
.
-
-
Class adams.data.conversion.ExtractSimpleContainerContent extends AbstractConversion implements Serializable
- serialVersionUID:
- 6744245717394758406L
-
Class adams.data.conversion.FieldToString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- 8828591710515484463L
-
Serialized Fields
-
m_AppendDataType
boolean m_AppendDataType
whether to output the data type as well.
-
-
Class adams.data.conversion.FileToString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- 8828591710515484463L
-
Serialized Fields
-
m_AbsolutePath
boolean m_AbsolutePath
whether to output an absolute path. -
m_UseForwardSlashes
boolean m_UseForwardSlashes
whether to output forward slashes.
-
-
Class adams.data.conversion.FloatToDouble extends AbstractConversion implements Serializable
- serialVersionUID:
- 8575654879898181338L
-
Class adams.data.conversion.Groovy extends AbstractScriptedConversion implements Serializable
- serialVersionUID:
- 1304903578667689350L
-
Serialized Fields
-
m_InlineScript
GroovyScript m_InlineScript
the inline script.
-
-
Class adams.data.conversion.HashCode extends AbstractConversion implements Serializable
- serialVersionUID:
- -195965344427532645L
-
Class adams.data.conversion.HexToByte extends AbstractConversionFromString implements Serializable
- serialVersionUID:
- -8983568594853034385L
-
Class adams.data.conversion.HexToColor extends AbstractConversion implements Serializable
- serialVersionUID:
- 934293541674611547L
-
Class adams.data.conversion.HexToInt extends AbstractConversionFromString implements Serializable
- serialVersionUID:
- 6331762119000041512L
-
Class adams.data.conversion.HtmlCharacterEntitiesToString extends AbstractStringConversion implements Serializable
- serialVersionUID:
- -7337362020786223426L
-
Class adams.data.conversion.ImageContainerToByteArray extends AbstractConversion implements Serializable
- serialVersionUID:
- 7104673258581645263L
-
Serialized Fields
-
m_Writer
OutputStreamImageWriter m_Writer
the writer to use.
-
-
Class adams.data.conversion.ImageContainerToSpreadSheet extends AbstractConversion implements Serializable
- serialVersionUID:
- -2365914378679923351L
-
Serialized Fields
-
m_RemoveAlphaChannel
boolean m_RemoveAlphaChannel
whether to remove the alpha channel.
-
-
Class adams.data.conversion.InformativeStatistic extends AbstractConversion implements Serializable
- serialVersionUID:
- 1016763925162792131L
-
Class adams.data.conversion.IntToByte extends AbstractConversion implements Serializable
- serialVersionUID:
- 8575654879898181338L
-
Class adams.data.conversion.IntToDouble extends AbstractConversion implements Serializable
- serialVersionUID:
- 8575654879898181338L
-
Class adams.data.conversion.IntToHex extends AbstractConversionToString implements Serializable
- serialVersionUID:
- 2279572042662470442L
-
Class adams.data.conversion.IntToLong extends AbstractConversion implements Serializable
- serialVersionUID:
- 8575654879898181338L
-
Class adams.data.conversion.IntToRoman extends AbstractConversionToString implements Serializable
- serialVersionUID:
- -1106282236463660763L
-
Class adams.data.conversion.IntToString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- 6744245717394758406L
-
Serialized Fields
-
m_Format
ByteFormatString m_Format
the byte format string to use. -
m_UseFormat
boolean m_UseFormat
whether to use byte format string.
-
-
Class adams.data.conversion.JavaObjectToByteArray extends AbstractConversion implements Serializable
- serialVersionUID:
- 7142478696056254052L
-
Class adams.data.conversion.JoinOptions extends AbstractConversion implements Serializable
- serialVersionUID:
- -4941255219517637632L
-
Class adams.data.conversion.JsonArrayToArray extends AbstractConversion implements Serializable
- serialVersionUID:
- -468714756281370533L
-
Class adams.data.conversion.JsonArrayToList extends AbstractConversion implements Serializable
- serialVersionUID:
- -468714756281370533L
-
Class adams.data.conversion.JsonObjectToMap extends AbstractConversion implements Serializable
- serialVersionUID:
- -468714756281370533L
-
Serialized Fields
-
m_ArraysAsLists
boolean m_ArraysAsLists
whether to return arrays as lists.
-
-
Class adams.data.conversion.JsonToReport extends AbstractConversion implements Serializable
- serialVersionUID:
- 2957342595369694174L
-
Serialized Fields
-
m_Prefix
String m_Prefix
the prefix to use for the fields.
-
-
Class adams.data.conversion.JsonToSpreadSheet extends AbstractConversion implements Serializable
- serialVersionUID:
- 5430116668955307166L
-
Serialized Fields
-
m_LeftPad
boolean m_LeftPad
whether to left-pad the index of arrays with 0s. -
m_Prefix
String m_Prefix
the prefix to use for the column names.
-
-
Class adams.data.conversion.JsonToString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- -468714756281370533L
-
Serialized Fields
-
m_PrettyPrinting
boolean m_PrettyPrinting
whether to use pretty-printing.
-
-
Class adams.data.conversion.LeftPad extends AbstractStringConversion implements Serializable
- serialVersionUID:
- -9142177169642814841L
-
Serialized Fields
-
m_PadCharacter
String m_PadCharacter
the padding character. -
m_Width
int m_Width
the width in chars to pad up to.
-
-
Class adams.data.conversion.ListToJson extends AbstractObjectToJson implements Serializable
- serialVersionUID:
- -4017583319699378889L
-
Class adams.data.conversion.ListToJsonArray extends AbstractConversion implements Serializable
- serialVersionUID:
- -7259688335769678668L
-
Class adams.data.conversion.ListToYamlString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- -4017583319699378889L
-
Class adams.data.conversion.LocatedObjectsToReport extends AbstractConversion implements Serializable
- serialVersionUID:
- 2077817492673201749L
-
Serialized Fields
-
m_Offset
int m_Offset
the offset to use. -
m_Prefix
String m_Prefix
the prefix to use. -
m_UpdateIndex
boolean m_UpdateIndex
whether to update the index in the meta-data.
-
-
Class adams.data.conversion.LocatedObjectToRectangle extends AbstractConversion implements Serializable
- serialVersionUID:
- 835049777081278164L
-
Class adams.data.conversion.LongToDouble extends AbstractConversion implements Serializable
- serialVersionUID:
- 8575654879898181338L
-
Class adams.data.conversion.LongToInt extends AbstractConversion implements Serializable
- serialVersionUID:
- 8575654879898181338L
-
Class adams.data.conversion.LongToString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- 6744245717394758406L
-
Serialized Fields
-
m_Format
ByteFormatString m_Format
the byte format string to use. -
m_UseFormat
boolean m_UseFormat
whether to use byte format string.
-
-
Class adams.data.conversion.LowerCase extends AbstractStringConversion implements Serializable
- serialVersionUID:
- -4017583319699378889L
-
Serialized Fields
-
m_Locale
Locale m_Locale
the locale to use.
-
-
Class adams.data.conversion.MapToJson extends AbstractObjectToJson implements Serializable
- serialVersionUID:
- -4017583319699378889L
-
Class adams.data.conversion.MapToKeyValuePairs extends AbstractConversion implements Serializable
- serialVersionUID:
- -4017583319699378889L
-
Serialized Fields
-
m_UseStrings
boolean m_UseStrings
whether to just generate simple strings.
-
-
Class adams.data.conversion.MapToMat5File extends AbstractConversion implements Serializable
- serialVersionUID:
- 4205211480274516691L
-
Class adams.data.conversion.MapToMat5Struct extends AbstractConversion implements Serializable
- serialVersionUID:
- 2829495301196516668L
-
Class adams.data.conversion.MapToReport extends AbstractConversion implements Serializable
- serialVersionUID:
- -9077969984646598771L
-
Class adams.data.conversion.MapToSpreadSheet extends AbstractConversion implements Serializable
- serialVersionUID:
- 1987126684684537405L
-
Class adams.data.conversion.MapToString extends AbstractConversion implements Serializable
- serialVersionUID:
- -9077969984646598771L
-
Serialized Fields
-
m_SortKeys
boolean m_SortKeys
whether to sort the keys.
-
-
Class adams.data.conversion.MapToWekaInstance extends AbstractConversion implements Serializable
- serialVersionUID:
- 5974871505196882936L
-
Serialized Fields
-
m_StorageName
StorageName m_StorageName
the name of the stored value.
-
-
Class adams.data.conversion.MapToYamlString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- -4017583319699378889L
-
Class adams.data.conversion.Mat5ArrayToDoubleMatrix extends AbstractConversion implements Serializable
- serialVersionUID:
- 1324403475035054937L
-
Class adams.data.conversion.Mat5ArrayToSpreadSheet extends AbstractConversion implements Serializable
- serialVersionUID:
- -2006396004849089721L
-
Class adams.data.conversion.Mat5ArrayToString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- -5951006048504569301L
-
Serialized Fields
-
m_Compact
boolean m_Compact
whether to output compact string (ie no blanks). -
m_ElementType
ArrayElementType m_ElementType
the element type. -
m_NumDecimals
int m_NumDecimals
the number of decimals.
-
-
Class adams.data.conversion.Mat5CharToString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- 7114833036008850994L
-
Class adams.data.conversion.Mat5FileToMap extends AbstractConversion implements Serializable
- serialVersionUID:
- 448419021229335154L
-
Class adams.data.conversion.Mat5StructToMap extends AbstractConversion implements Serializable
- serialVersionUID:
- -2006396004849089721L
-
Serialized Fields
-
m_Index
Mat5ArrayElementIndex m_Index
the index to retrieve. -
m_ZeroBasedIndex
boolean m_ZeroBasedIndex
whether to interpret the indices as 0-based or 1-based.
-
-
Class adams.data.conversion.MatchWekaInstanceAgainstFileHeader extends AbstractMatchWekaInstanceAgainstHeader implements Serializable
- serialVersionUID:
- -5909149413572601612L
-
Serialized Fields
-
m_Header
PlaceholderFile m_Header
the header to load from disk.
-
-
Class adams.data.conversion.MatchWekaInstanceAgainstStorageHeader extends AbstractMatchWekaInstanceAgainstHeader implements Serializable
- serialVersionUID:
- 5788507217652026285L
-
Serialized Fields
-
m_Header
StorageName m_Header
the header to load from storage.
-
-
Class adams.data.conversion.MathExpression extends AbstractConversion implements Serializable
- serialVersionUID:
- -8589693545504292647L
-
Serialized Fields
-
m_Expression
MathematicalExpressionText m_Expression
the mathematical expression to evaluate. -
m_NumDecimals
int m_NumDecimals
the number of decimals. -
m_RoundingType
RoundingType m_RoundingType
the rounding type to perform. -
m_RoundOutput
boolean m_RoundOutput
whether to round the output of the expression.
-
-
Class adams.data.conversion.Maximum extends AbstractConversion implements Serializable
- serialVersionUID:
- -75389769071359850L
-
Serialized Fields
-
m_Maximum
double m_Maximum
the minimum to keep.
-
-
Class adams.data.conversion.Minimum extends AbstractConversion implements Serializable
- serialVersionUID:
- 5942136303011254500L
-
Serialized Fields
-
m_Minimum
double m_Minimum
the minimum to keep.
-
-
Class adams.data.conversion.MovingAverage extends AbstractConversion implements Serializable
- serialVersionUID:
- -4092302172529978800L
-
Class adams.data.conversion.MultiConversion extends AbstractConversion implements Serializable
- serialVersionUID:
- -8173803394483284352L
-
Serialized Fields
-
m_CompatibilityChecked
boolean m_CompatibilityChecked
whether the compatibility has been checked. -
m_SubConversions
Conversion[] m_SubConversions
the conversions to use.
-
-
Class adams.data.conversion.NotesSubset extends AbstractConversion implements Serializable
- serialVersionUID:
- 2680919631770139037L
-
Serialized Fields
-
m_OutputAll
boolean m_OutputAll
whether to output everything. -
m_OutputErrors
boolean m_OutputErrors
whether to output the errors. -
m_OutputOther
boolean m_OutputOther
whether to output all other notes. -
m_OutputProcessInformation
boolean m_OutputProcessInformation
whether to output the process information. -
m_OutputWarnings
boolean m_OutputWarnings
whether to output the warnings.
-
-
Class adams.data.conversion.NotesToSpreadSheet extends AbstractConversion implements Serializable
- serialVersionUID:
- 1987126684684537405L
-
Class adams.data.conversion.NotesToString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- 2214443872964593603L
-
Class adams.data.conversion.NumberToByte extends AbstractConversion implements Serializable
- serialVersionUID:
- 8575654879898181338L
-
Class adams.data.conversion.NumberToDouble extends AbstractConversion implements Serializable
- serialVersionUID:
- 8575654879898181338L
-
Class adams.data.conversion.NumberToFloat extends AbstractConversion implements Serializable
- serialVersionUID:
- 8575654879898181338L
-
Class adams.data.conversion.NumberToInt extends AbstractConversion implements Serializable
- serialVersionUID:
- 8575654879898181338L
-
Class adams.data.conversion.NumberToLong extends AbstractConversion implements Serializable
- serialVersionUID:
- 8575654879898181338L
-
Class adams.data.conversion.ObjectAnnotationsToImageSegmentationLayers extends AbstractConversion implements Serializable
- serialVersionUID:
- -461975749250150031L
-
Serialized Fields
-
m_Finder
ObjectFinder m_Finder
the object finder to use. -
m_TypeSuffix
String m_TypeSuffix
the type suffix.
-
-
Class adams.data.conversion.ObjectArrayToPrimitiveArray extends AbstractConversion implements Serializable
- serialVersionUID:
- 7012073882235453335L
-
Class adams.data.conversion.ObjectContainerToObject extends AbstractConversion implements Serializable
- serialVersionUID:
- 6744245717394758406L
-
Class adams.data.conversion.ObjectToObject extends AbstractConversion implements Serializable
- serialVersionUID:
- 478206682870088954L
-
Class adams.data.conversion.ObjectToObjectContainer extends AbstractConversion implements Serializable
- serialVersionUID:
- 8828591710515484463L
-
Serialized Fields
-
m_ID
String m_ID
the ID to use.
-
-
Class adams.data.conversion.OpenCVToBufferedImage extends AbstractConversion implements Serializable
- serialVersionUID:
- -6909862341852136089L
-
Class adams.data.conversion.PathSplit extends AbstractConversion implements Serializable
- serialVersionUID:
- 5760562973593050406L
-
Class adams.data.conversion.Point2DToString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- -7485249047688540453L
-
Serialized Fields
-
m_UseIntegers
boolean m_UseIntegers
whether to round to integers.
-
-
Class adams.data.conversion.PrettyPrintXML extends AbstractStringConversion implements Serializable
- serialVersionUID:
- -3082296139248705157L
-
Serialized Fields
-
m_NumSpaces
int m_NumSpaces
the number of spaces to use for indentation.
-
-
Class adams.data.conversion.PrimitiveArrayToByteArray extends AbstractConversion implements Serializable
- serialVersionUID:
- -4513056216008959668L
-
Serialized Fields
-
m_ByteOrder
ByteArrayToPrimitiveArray.ByteOrderType m_ByteOrder
the byte order. -
m_NumBytes
int m_NumBytes
the number of bytes to convert. -
m_Type
ByteArrayToPrimitiveArray.PrimitiveType m_Type
the primitive to output.
-
-
Class adams.data.conversion.PrimitiveArrayToObjectArray extends AbstractConversion implements Serializable
- serialVersionUID:
- 7012073882235453335L
-
Class adams.data.conversion.PropertiesToKeyValuePairs extends AbstractConversion implements Serializable
- serialVersionUID:
- -4017583319699378889L
-
Serialized Fields
-
m_UseStrings
boolean m_UseStrings
whether to just generate simple strings.
-
-
Class adams.data.conversion.PropertiesToMap extends AbstractConversion implements Serializable
- serialVersionUID:
- 6744245717394758406L
-
Serialized Fields
-
m_RegExp
BaseRegExp m_RegExp
the regular expression that the properties must match.
-
-
Class adams.data.conversion.PropertiesToSpreadSheet extends AbstractConversion implements Serializable
- serialVersionUID:
- -766057153764739358L
-
Class adams.data.conversion.PropertiesToString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- 6744245717394758406L
-
Class adams.data.conversion.QuadrilateralLocationCenter extends AbstractConversion implements Serializable
- serialVersionUID:
- -376698043546376808L
-
Class adams.data.conversion.QuadrilateralLocationToString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- 6360278226666467183L
-
Serialized Fields
-
m_UseIntegers
boolean m_UseIntegers
whether to round to integers.
-
-
Class adams.data.conversion.Quote extends AbstractStringConversion implements Serializable
- serialVersionUID:
- 8391531953153963013L
-
Serialized Fields
-
m_DoubleUp
boolean m_DoubleUp
whether to double up internal quotes rather than escaping them with backslashes. -
m_Force
boolean m_Force
whether to enforce quoting. -
m_QuoteType
Quote.QuoteType m_QuoteType
the quote type to use.
-
-
Class adams.data.conversion.RectangleCenter extends AbstractConversion implements Serializable
- serialVersionUID:
- -376698043546376808L
-
Class adams.data.conversion.RectangleToString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- 6360278226666467183L
-
Serialized Fields
-
m_UseXY
boolean m_UseXY
whether to use a second XY instead of width and height.
-
-
Class adams.data.conversion.RemoteCommandToString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- -3431292077368307264L
-
Serialized Fields
-
m_CommandProcessor
RemoteCommandProcessor m_CommandProcessor
the processor.
-
-
Class adams.data.conversion.RenameSpreadSheet extends AbstractInPlaceSpreadSheetConversion implements Serializable
- serialVersionUID:
- -5364554292793461868L
-
Serialized Fields
-
m_NewName
String m_NewName
the new name for the column.
-
-
Class adams.data.conversion.RenameSpreadSheetColumn extends AbstractInPlaceSpreadSheetConversion implements Serializable
- serialVersionUID:
- -5364554292793461868L
-
Serialized Fields
-
m_Column
SpreadSheetColumnIndex m_Column
the column to rename. -
m_NewName
String m_NewName
the new name for the column.
-
-
Class adams.data.conversion.ReplaceFileExtension extends AbstractStringConversion implements Serializable
- serialVersionUID:
- 6141301014328628058L
-
Serialized Fields
-
m_Extension
String m_Extension
the new file extension to use. -
m_UseForwardSlashes
boolean m_UseForwardSlashes
whether to output forward slashes.
-
-
Class adams.data.conversion.ReportArrayToMap extends AbstractConversion implements Serializable
- serialVersionUID:
- -5484508218269395968L
-
Serialized Fields
-
m_Key
Field m_Key
the field to acts as key in the map.
-
-
Class adams.data.conversion.ReportToJson extends AbstractConversion implements Serializable
- serialVersionUID:
- 2957342595369694174L
-
Serialized Fields
-
m_PrettyPrinting
boolean m_PrettyPrinting
whether to use pretty-printing.
-
-
Class adams.data.conversion.ReportToMap extends AbstractConversion implements Serializable
- serialVersionUID:
- 6744245717394758406L
-
Serialized Fields
-
m_RegExp
BaseRegExp m_RegExp
the regular expression that the field names must match.
-
-
Class adams.data.conversion.ReportToSpreadSheet extends AbstractConversion implements Serializable
- serialVersionUID:
- 5180053751619305533L
-
Class adams.data.conversion.ReportToString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- 1432694530645128111L
-
Serialized Fields
-
m_Writer
StringReportWriter m_Writer
the report writer to use.
-
-
Class adams.data.conversion.ReportToWekaInstance extends AbstractConversion implements Serializable
- serialVersionUID:
- 124581970397295630L
-
Serialized Fields
-
m_Fields
Field[] m_Fields
the fields to turn into an instance. -
m_Header
weka.core.Instances m_Header
the header to use.
-
-
Class adams.data.conversion.RightPad extends AbstractStringConversion implements Serializable
- serialVersionUID:
- -9142177169642814841L
-
Serialized Fields
-
m_PadCharacter
String m_PadCharacter
the padding character. -
m_Width
int m_Width
the width in chars to pad up to.
-
-
Class adams.data.conversion.RomanToInt extends AbstractConversionFromString implements Serializable
- serialVersionUID:
- -1106282236463660763L
-
Class adams.data.conversion.Round extends AbstractConversion implements Serializable
- serialVersionUID:
- -4941255219517637632L
-
Serialized Fields
-
m_Action
RoundingType m_Action
the action to perform. -
m_NumDecimals
int m_NumDecimals
the number of decimals.
-
-
Class adams.data.conversion.RowArrayToSpreadSheet extends AbstractConversion implements Serializable
- serialVersionUID:
- 8437314873901704106L
-
Class adams.data.conversion.Scripted extends AbstractScriptedConversion implements Serializable
- serialVersionUID:
- 1304903578667689350L
-
Serialized Fields
-
m_Handler
AbstractScriptingHandler m_Handler
the scripting handler to use.
-
-
Class adams.data.conversion.SideBySideDiffToString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- -3431292077368307264L
-
Serialized Fields
-
m_Separator
String m_Separator
the separator to use.
-
-
Class adams.data.conversion.SimpleAsciiToUnicode extends AbstractStringConversion implements Serializable
- serialVersionUID:
- -8897439898825066112L
-
Class adams.data.conversion.SimpleUnicodeToAscii extends AbstractStringConversion implements Serializable
- serialVersionUID:
- -8897439898825066112L
-
Class adams.data.conversion.SplitOptions extends AbstractConversion implements Serializable
- serialVersionUID:
- -4941255219517637632L
-
Class adams.data.conversion.SpreadSheetAddFormulaColumn extends AbstractInPlaceSpreadSheetConversion implements Serializable
- serialVersionUID:
- 3333030701857606514L
-
Serialized Fields
-
m_ExpandVariables
boolean m_ExpandVariables
whether to expand variables. -
m_Formula
SpreadSheetFormulaText m_Formula
the formula to add. -
m_Header
String m_Header
the column header. -
m_Rows
Range m_Rows
the rows to add the formula to.
-
-
Class adams.data.conversion.SpreadSheetAddFormulaRow extends AbstractInPlaceSpreadSheetConversion implements Serializable
- serialVersionUID:
- 6046280641743329345L
-
Serialized Fields
-
m_Columns
SpreadSheetColumnRange m_Columns
the columns to add the sum to. -
m_ExpandVariables
boolean m_ExpandVariables
whether to expand variables. -
m_Formula
SpreadSheetFormulaText m_Formula
the formula to add.
-
-
Class adams.data.conversion.SpreadSheetAddRowID extends AbstractInPlaceSpreadSheetConversion implements Serializable
- serialVersionUID:
- -6368389681769797003L
-
Serialized Fields
-
m_After
boolean m_After
whether to insert after the position instead of at. -
m_Header
String m_Header
the column header. -
m_Position
SpreadSheetColumnIndex m_Position
the position where to insert the column. -
m_Start
int m_Start
the index to start with.
-
-
Class adams.data.conversion.SpreadSheetAddSumColumn extends AbstractInPlaceSpreadSheetConversion implements Serializable
- serialVersionUID:
- 1320593539567099350L
-
Class adams.data.conversion.SpreadSheetAddSumRow extends AbstractInPlaceSpreadSheetConversion implements Serializable
- serialVersionUID:
- -6368389681769797003L
-
Serialized Fields
-
m_Columns
SpreadSheetColumnRange m_Columns
the columns to add the sum to.
-
-
Class adams.data.conversion.SpreadSheetAnyColumnToString extends AbstractSpreadSheetColumnConverter implements Serializable
- serialVersionUID:
- 8681800940519018023L
-
Class adams.data.conversion.SpreadSheetBinarize extends AbstractSpreadSheetConversion implements Serializable
- serialVersionUID:
- -5364554292793461868L
-
Serialized Fields
-
m_BinarizeType
SpreadSheetBinarize.BinarizeType m_BinarizeType
how to binarize. -
m_Columns
SpreadSheetColumnRange m_Columns
the columns to merge. -
m_LabelNegative
String m_LabelNegative
the negative label. -
m_LabelPositive
String m_LabelPositive
the positive label.
-
-
Class adams.data.conversion.SpreadSheetCellFinderToPositions extends AbstractConversion implements Serializable
- serialVersionUID:
- 4117708470154504868L
-
Serialized Fields
-
m_CellFinder
CellFinder m_CellFinder
Deprecated.the CellFinder to apply.
-
-
Class adams.data.conversion.SpreadSheetCellLocationToCoordinates extends AbstractConversion implements Serializable
- serialVersionUID:
- 4117708470154504868L
-
Class adams.data.conversion.SpreadSheetCellLocationToPosition extends AbstractConversion implements Serializable
- serialVersionUID:
- 4117708470154504868L
-
Class adams.data.conversion.SpreadSheetColumnFinderToRange extends AbstractConversion implements Serializable
- serialVersionUID:
- 4117708470154504868L
-
Serialized Fields
-
m_ColumnFinder
ColumnFinder m_ColumnFinder
the ColumnFinder to apply. -
m_IndexSeparator
String m_IndexSeparator
the separator for the individual indices. -
m_IndividualIndices
boolean m_IndividualIndices
whether to output individual indices (1,2,3,4) rather than compressed ranges (1-4).
-
-
Class adams.data.conversion.SpreadSheetColumnsToReport extends AbstractConversion implements Serializable
- serialVersionUID:
- -258589003642261978L
-
Serialized Fields
-
m_ColReportNames
SpreadSheetColumnIndex m_ColReportNames
the column with the report names. -
m_ColsReportValues
SpreadSheetColumnRange m_ColsReportValues
the columns with the report values. -
m_Lenient
boolean m_Lenient
whether to skip over errors. -
m_RowsReport
SpreadSheetRowRange m_RowsReport
the rows to get the report from.
-
-
Class adams.data.conversion.SpreadSheetDoubleColumnToLong extends AbstractSpreadSheetColumnConverter implements Serializable
- serialVersionUID:
- 8681800940519018023L
-
Class adams.data.conversion.SpreadSheetDoubleColumnToString extends AbstractSpreadSheetColumnConverter implements Serializable
- serialVersionUID:
- 8681800940519018023L
-
Serialized Fields
-
m_FixedDecimals
boolean m_FixedDecimals
whether to use a fixed number of decimals. -
m_NumDecimals
int m_NumDecimals
the number of decimals to in the output.
-
-
Class adams.data.conversion.SpreadSheetEscapeColumnName extends AbstractStringConversion implements Serializable
- serialVersionUID:
- 9030129515832801377L
-
Class adams.data.conversion.SpreadSheetHeaderToMat5Array extends AbstractConversion implements Serializable
- serialVersionUID:
- 6039846859150610999L
-
Class adams.data.conversion.SpreadSheetInsertCellLocation extends AbstractStringConversion implements Serializable
- serialVersionUID:
- 3314208609415992655L
-
Serialized Fields
-
m_Column
int m_Column
the column to use (1-based). -
m_Placeholder
String m_Placeholder
the placeholder to replace. -
m_Row
int m_Row
the row to use (1-based).
-
-
Class adams.data.conversion.SpreadSheetInsertColumnPosition extends AbstractStringConversion implements Serializable
- serialVersionUID:
- 3314208609415992655L
-
Serialized Fields
-
m_Column
int m_Column
the column to use (1-based). -
m_Placeholder
String m_Placeholder
the placeholder to replace.
-
-
Class adams.data.conversion.SpreadSheetJoinColumns extends AbstractSpreadSheetConversion implements Serializable
- serialVersionUID:
- -5364554292793461868L
-
Serialized Fields
-
m_ColumnName
String m_ColumnName
the new column name. -
m_Columns
SpreadSheetUnorderedColumnRange m_Columns
the columns to merge. -
m_Glue
String m_Glue
the concatenation string to use.
-
-
Class adams.data.conversion.SpreadSheetLongColumnToDouble extends AbstractSpreadSheetColumnConverter implements Serializable
- serialVersionUID:
- 8681800940519018023L
-
Class adams.data.conversion.SpreadSheetMaterializeFormulas extends AbstractInPlaceSpreadSheetConversion implements Serializable
- serialVersionUID:
- -4911635975083212510L
-
Serialized Fields
-
m_Finder
CellFinder m_Finder
for locating the cells.
-
-
Class adams.data.conversion.SpreadSheetObjectColumnToString extends AbstractSpreadSheetColumnConverter implements Serializable
- serialVersionUID:
- 5248973413873945972L
-
Serialized Fields
-
m_Handler
AbstractObjectHandler m_Handler
the object handler to use.
-
-
Class adams.data.conversion.SpreadSheetRowFinderToRange extends AbstractConversion implements Serializable
- serialVersionUID:
- 4117708470154504868L
-
Class adams.data.conversion.SpreadSheetRowsToReport extends AbstractConversion implements Serializable
- serialVersionUID:
- -258589003642261978L
-
Serialized Fields
-
m_ColumnsReport
SpreadSheetColumnRange m_ColumnsReport
the rows to get the report from. -
m_Lenient
boolean m_Lenient
whether to skip over errors. -
m_ReportNamesInHeader
boolean m_ReportNamesInHeader
whether the report names are in the header row. -
m_RowReportNames
SpreadSheetRowIndex m_RowReportNames
the column with the report names. -
m_RowsReportValues
SpreadSheetRowRange m_RowsReportValues
the rows with report values.
-
-
Class adams.data.conversion.SpreadSheetSplitColumn extends AbstractSpreadSheetConversion implements Serializable
- serialVersionUID:
- 6146479838753681459L
-
Serialized Fields
-
m_Column
SpreadSheetColumnIndex m_Column
the column to process. -
m_Delimiter
StringSplit.Delimiter m_Delimiter
what to do with the delimiters. -
m_Expression
String m_Expression
the regular expression to use for splitting the string.
-
-
Class adams.data.conversion.SpreadSheetStringColumnToBoolean extends AbstractSpreadSheetColumnConverter implements Serializable
- serialVersionUID:
- 2390017930652080091L
-
Serialized Fields
-
m_CaseInsensitive
boolean m_CaseInsensitive
whether to ignored case. -
m_ValueTrue
String m_ValueTrue
the string to represent "true".
-
-
Class adams.data.conversion.SpreadSheetStringColumnToDate extends AbstractSpreadSheetColumnConverter implements Serializable
- serialVersionUID:
- 8681800940519018023L
-
Serialized Fields
-
m_Format
DateFormatString m_Format
the format to use.
-
-
Class adams.data.conversion.SpreadSheetStringColumnToDateTime extends AbstractSpreadSheetColumnConverter implements Serializable
- serialVersionUID:
- 8681800940519018023L
-
Serialized Fields
-
m_Format
DateFormatString m_Format
the format to use.
-
-
Class adams.data.conversion.SpreadSheetStringColumnToDateTimeMsec extends AbstractSpreadSheetColumnConverter implements Serializable
- serialVersionUID:
- 8681800940519018023L
-
Serialized Fields
-
m_Format
DateFormatString m_Format
the format to use.
-
-
Class adams.data.conversion.SpreadSheetStringColumnToDouble extends AbstractSpreadSheetColumnConverter implements Serializable
- serialVersionUID:
- 8681800940519018023L
-
Serialized Fields
-
m_Format
DecimalFormatString m_Format
the format to use.
-
-
Class adams.data.conversion.SpreadSheetStringColumnToLong extends AbstractSpreadSheetColumnConverter implements Serializable
- serialVersionUID:
- 8681800940519018023L
-
Serialized Fields
-
m_Format
DecimalFormatString m_Format
the format to use.
-
-
Class adams.data.conversion.SpreadSheetStringColumnToObject extends AbstractSpreadSheetColumnConverter implements Serializable
- serialVersionUID:
- 3105708418230954318L
-
Serialized Fields
-
m_Handler
AbstractObjectHandler m_Handler
the object handler to use.
-
-
Class adams.data.conversion.SpreadSheetStringColumnToTime extends AbstractSpreadSheetColumnConverter implements Serializable
- serialVersionUID:
- 8681800940519018023L
-
Serialized Fields
-
m_Format
DateFormatString m_Format
the format to use.
-
-
Class adams.data.conversion.SpreadSheetStringColumnToTimeMsec extends AbstractSpreadSheetColumnConverter implements Serializable
- serialVersionUID:
- 8681800940519018023L
-
Serialized Fields
-
m_Format
DateFormatString m_Format
the format to use.
-
-
Class adams.data.conversion.SpreadSheetSupporterToSpreadSheet extends AbstractConversion implements Serializable
- serialVersionUID:
- 3230757871850846362L
-
Class adams.data.conversion.SpreadSheetToCreateTableStatement extends AbstractConversion implements Serializable
- serialVersionUID:
- 4890225060389916155L
-
Serialized Fields
-
m_IndexColumn
SpreadSheetColumnIndex m_IndexColumn
the colum with the indicator for index (optional). -
m_NameColumn
SpreadSheetColumnIndex m_NameColumn
the name colum. -
m_TableName
String m_TableName
the name of the table to create. -
m_TypeColumn
SpreadSheetColumnIndex m_TypeColumn
the type colum.
-
-
Class adams.data.conversion.SpreadSheetToDataset extends AbstractConversion implements Serializable
- serialVersionUID:
- 836034550904607888L
-
Serialized Fields
-
m_ClassAttribute
SpreadSheetColumnRange m_ClassAttribute
the attribute(s) to use as class attribute(s).
-
-
Class adams.data.conversion.SpreadSheetToDoubleMatrix extends AbstractSpreadSheetToMatrix<Double> implements Serializable
- serialVersionUID:
- 4117708470154504868L
-
Class adams.data.conversion.SpreadSheetToJson extends AbstractConversion implements Serializable
- serialVersionUID:
- 4890225060389916155L
-
Class adams.data.conversion.SpreadSheetToMap extends AbstractConversion implements Serializable
- serialVersionUID:
- 4890225060389916155L
-
Serialized Fields
-
m_KeyColumn
SpreadSheetColumnIndex m_KeyColumn
the key colum. -
m_MapClass
BaseClassname m_MapClass
the map class to use. -
m_ValueColumn
SpreadSheetColumnIndex m_ValueColumn
the value colum.
-
-
Class adams.data.conversion.SpreadSheetToMat5Array extends AbstractConversion implements Serializable
- serialVersionUID:
- 1720918361869379610L
-
Class adams.data.conversion.SpreadSheetToNumeric extends AbstractConversion implements Serializable
- serialVersionUID:
- 4890225060389916155L
-
Serialized Fields
-
m_MissingValue
double m_MissingValue
the replacement value for missing values. -
m_ReplaceMissingCells
boolean m_ReplaceMissingCells
whether to replace missing cells. -
m_Unhandled
double m_Unhandled
the replacement value for unhandled values.
-
-
Class adams.data.conversion.SpreadSheetToRowArray extends AbstractConversion implements Serializable
- serialVersionUID:
- 8437314873901704106L
-
Class adams.data.conversion.SpreadSheetToString extends AbstractConversion implements Serializable
- serialVersionUID:
- 4890225060389916155L
-
Serialized Fields
-
m_ActualWriter
SpreadSheetWriter m_ActualWriter
the actual spreadsheet writer in use. -
m_Writer
SpreadSheetWriter m_Writer
the spreadsheet writer to use.
-
-
Class adams.data.conversion.SpreadSheetToStringMatrix extends AbstractSpreadSheetToMatrix<String> implements Serializable
- serialVersionUID:
- 4117708470154504868L
-
Class adams.data.conversion.SpreadSheetToTimeseries extends AbstractConversion implements Serializable
- serialVersionUID:
- 5898182986872208113L
-
Serialized Fields
-
m_DateColumn
SpreadSheetColumnIndex m_DateColumn
the date column to use. -
m_ValueColumn
SpreadSheetColumnIndex m_ValueColumn
the value column to use.
-
-
Class adams.data.conversion.SpreadSheetToWekaInstances extends AbstractConversion implements Serializable
- serialVersionUID:
- 867886761713927179L
-
Serialized Fields
-
m_MaxLabels
int m_MaxLabels
the threshold for number of labels before an attribute gets switched toAttribute.STRING
.
-
-
Class adams.data.conversion.SpreadSheetUnescapeColumnName extends AbstractStringConversion implements Serializable
- serialVersionUID:
- 9030129515832801377L
-
Class adams.data.conversion.SpreadSheetUniqueColumnNames extends AbstractInPlaceSpreadSheetConversion implements Serializable
- serialVersionUID:
- 4937434241898052790L
-
Class adams.data.conversion.SpreadSheetUseRowAsHeader extends AbstractInPlaceSpreadSheetConversion implements Serializable
- serialVersionUID:
- 2431670205967099683L
-
Serialized Fields
-
m_Delete
boolean m_Delete
whether to delete the row after updating the header. -
m_ForceString
boolean m_ForceString
whether to set value as string. -
m_Row
SpreadSheetRowIndex m_Row
the row to use as header.
-
-
Class adams.data.conversion.StringArrayToURLParameters extends AbstractConversion implements Serializable
- serialVersionUID:
- 8430779020000469313L
-
Serialized Fields
-
m_Encoding
BaseCharset m_Encoding
the encoding to use.
-
-
Class adams.data.conversion.StringExpression extends AbstractStringConversion implements Serializable
- serialVersionUID:
- -8923034223782377971L
-
Serialized Fields
-
m_Expression
StringExpressionText m_Expression
the string expression to evaluate.
-
-
Class adams.data.conversion.StringMatrixToSpreadSheet extends AbstractMatrixToSpreadSheet implements Serializable
- serialVersionUID:
- -2047404866165517428L
-
Serialized Fields
-
m_ForceString
boolean m_ForceString
whether to set value as string.
-
-
Class adams.data.conversion.StringToBase64 extends AbstractStringConversion implements Serializable
- serialVersionUID:
- 1383459505178870114L
-
Serialized Fields
-
m_Type
Base64Type m_Type
the type of conversion to apply.
-
-
Class adams.data.conversion.StringToBoolean extends AbstractConversion implements Serializable
- serialVersionUID:
- 8575654879898181338L
-
Class adams.data.conversion.StringToByte extends AbstractConversionFromString implements Serializable
- serialVersionUID:
- -1833682524381075026L
-
Class adams.data.conversion.StringToByteArray extends AbstractConversionFromString implements Serializable
- serialVersionUID:
- -8484572702040266078L
-
Serialized Fields
-
m_Encoding
BaseCharset m_Encoding
the encoding to use.
-
-
Class adams.data.conversion.StringToCharArray extends AbstractConversionFromString implements Serializable
- serialVersionUID:
- -8484572702040266078L
-
Class adams.data.conversion.StringToCustomStringRepresentation extends AbstractConversionFromString implements Serializable
- serialVersionUID:
- -1819666048086043899L
-
Serialized Fields
-
m_Classname
String m_Classname
the class to convert the string to.
-
-
Class adams.data.conversion.StringToDateTimeType extends AbstractConversionFromString implements Serializable
- serialVersionUID:
- -2353313471489671117L
-
Serialized Fields
-
m_DateTimeType
DateTimeType m_DateTimeType
the datetime type to convert. -
m_Format
DateFormatString m_Format
the format string to use. -
m_UseBaseParsing
boolean m_UseBaseParsing
whether to use the base* class's parsing.
-
-
Class adams.data.conversion.StringToDouble extends AbstractConversionFromString implements Serializable
- serialVersionUID:
- -7171309518664810125L
-
Serialized Fields
-
m_Locale
Locale m_Locale
the locale to use.
-
-
Class adams.data.conversion.StringToField extends AbstractConversionFromString implements Serializable
- serialVersionUID:
- 8828591710515484463L
-
Serialized Fields
-
m_DefaultDataType
DataType m_DefaultDataType
the default data type, for overriding UNKNOWN.
-
-
Class adams.data.conversion.StringToFile extends AbstractConversionFromString implements Serializable
- serialVersionUID:
- 8828591710515484463L
-
Serialized Fields
-
m_CreatePlaceholderFileObjects
boolean m_CreatePlaceholderFileObjects
whether to generate PlaceholderFile objects instead. -
m_MakeCompliant
boolean m_MakeCompliant
whether to fix the name part of the filename, in order to make it file-system compliant.
-
-
Class adams.data.conversion.StringToHtmlCharacterEntities extends AbstractStringConversion implements Serializable
- serialVersionUID:
- -7337362020786223426L
-
Class adams.data.conversion.StringToInt extends AbstractConversionFromString implements Serializable
- serialVersionUID:
- -7337362020786223426L
-
Class adams.data.conversion.StringToJson extends AbstractConversionFromString implements Serializable
- serialVersionUID:
- 1484255065339335859L
-
Serialized Fields
-
m_Type
JsonObjectType m_Type
the type of object to output.
-
-
Class adams.data.conversion.StringToLong extends AbstractConversionFromString implements Serializable
- serialVersionUID:
- -7337362020786223426L
-
Class adams.data.conversion.StringToMat5Array extends AbstractConversionFromString implements Serializable
- serialVersionUID:
- 328317728225004681L
-
Serialized Fields
-
m_ElementType
ArrayElementType m_ElementType
the element type.
-
-
Class adams.data.conversion.StringToPoint2D extends AbstractConversionFromString implements Serializable
- serialVersionUID:
- -7245586455006906337L
-
Class adams.data.conversion.StringToProperties extends AbstractConversionFromString implements Serializable
- serialVersionUID:
- -7337362020786223426L
-
Class adams.data.conversion.StringToQuadrilateralLocation extends AbstractConversionFromString implements Serializable
- serialVersionUID:
- -5567881103146881202L
-
Class adams.data.conversion.StringToRectangle extends AbstractConversionFromString implements Serializable
- serialVersionUID:
- -5567881103146881202L
-
Serialized Fields
-
m_UseXY
boolean m_UseXY
whether to use a second XY instead of width and height.
-
-
Class adams.data.conversion.StringToRemoteCommand extends AbstractConversionFromString implements Serializable
- serialVersionUID:
- -1833682524381075026L
-
Serialized Fields
-
m_CommandProcessor
RemoteCommandProcessor m_CommandProcessor
the command processor.
-
-
Class adams.data.conversion.StringToReport extends AbstractConversionFromString implements Serializable
- serialVersionUID:
- 1432694530645128111L
-
Serialized Fields
-
m_Reader
StringReportReader m_Reader
the report reader to use.
-
-
Class adams.data.conversion.StringToSpreadSheet extends AbstractConversion implements Serializable
- serialVersionUID:
- 6345525457969386635L
-
Serialized Fields
-
m_ActualReader
SpreadSheetReader m_ActualReader
the actual reader to use for converting the string. -
m_Reader
SpreadSheetReader m_Reader
the reader to use for converting the string.
-
-
Class adams.data.conversion.StringToString extends AbstractStringConversion implements Serializable
- serialVersionUID:
- -4017583319699378889L
-
Class adams.data.conversion.StringToTextContainer extends AbstractConversionFromString implements Serializable
- serialVersionUID:
- 8828591710515484463L
-
Serialized Fields
-
m_ID
String m_ID
the ID to use.
-
-
Class adams.data.conversion.StringToURL extends AbstractConversion implements Serializable
- serialVersionUID:
- 1383459505178870114L
-
Class adams.data.conversion.StringToValidFileName extends AbstractValidateString implements Serializable
- serialVersionUID:
- 5528425779551772381L
-
Serialized Fields
-
m_UseForwardSlashes
boolean m_UseForwardSlashes
whether to output forward slashes.
-
-
Class adams.data.conversion.StringToValidStorageName extends AbstractValidateString implements Serializable
- serialVersionUID:
- -6388015940155411881L
-
Class adams.data.conversion.StringToValidVariableName extends AbstractValidateString implements Serializable
- serialVersionUID:
- 5528425779551772381L
-
Serialized Fields
-
m_Pad
boolean m_Pad
whether to pad the variable name with @{...}.
-
-
Class adams.data.conversion.SwapObjects extends AbstractSwapObject implements Serializable
- serialVersionUID:
- 6354250690633555375L
-
Serialized Fields
-
m_ExactMatch
boolean m_ExactMatch
whether to use an exact match (incl options) or just the class name. -
m_NewObject
BaseCommandLine m_NewObject
the new object. -
m_OldObject
BaseCommandLine m_OldObject
the old object.
-
-
Class adams.data.conversion.SwapPLS extends AbstractSwapObject implements Serializable
- serialVersionUID:
- -1837107962029937245L
-
Serialized Fields
-
m_ExactMatch
boolean m_ExactMatch
whether to use an exact match (incl options) or just the class name. -
m_KeepNumComponents
boolean m_KeepNumComponents
whether to migrate the number of components. -
m_NewFilter
weka.filters.Filter m_NewFilter
the new PLS filter. -
m_OldFilter
weka.filters.Filter m_OldFilter
the old PLS filter.
-
-
Class adams.data.conversion.TextContainerToString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- 6744245717394758406L
-
Class adams.data.conversion.TextRenderer extends AbstractConversionToString implements Serializable
- serialVersionUID:
- 7863092682380867268L
-
Serialized Fields
-
m_CustomRenderer
TextRenderer m_CustomRenderer
the custom renderer to use. -
m_UnlimitedRendering
boolean m_UnlimitedRendering
whether to perform unlimited rendering. -
m_UseCustomRenderer
boolean m_UseCustomRenderer
whether to use a custom renderer.
-
-
Class adams.data.conversion.TimeseriesToArray extends AbstractConversion implements Serializable
- serialVersionUID:
- 3934411483801077460L
-
Class adams.data.conversion.TimeseriesToSpreadSheet extends AbstractConversion implements Serializable
- serialVersionUID:
- -7385757807406641857L
-
Serialized Fields
-
m_DataRowType
DataRow m_DataRowType
the data row type to use. -
m_SpreadSheetType
SpreadSheet m_SpreadSheetType
the type of spreadsheet to use.
-
-
Class adams.data.conversion.TimeseriesToWekaInstances extends AbstractConversion implements Serializable
- serialVersionUID:
- 3934411483801077460L
-
Serialized Fields
-
m_Format
DateFormatString m_Format
the date format to use in the Instances object.
-
-
Class adams.data.conversion.TimeToString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- 6744245717394758406L
-
Serialized Fields
-
m_Format
String m_Format
the format to use for converting the time.
-
-
Class adams.data.conversion.TransposeSpreadSheet extends AbstractSpreadSheetConversion implements Serializable
- serialVersionUID:
- 4733940137387662202L
-
Serialized Fields
-
m_ColumnPrefix
String m_ColumnPrefix
the column prefix if the first column is not used as header. -
m_UseFirstColumnAsHeader
boolean m_UseFirstColumnAsHeader
whether to use the first column as header. -
m_UseHeaderAsFirstColumn
boolean m_UseHeaderAsFirstColumn
whether to add the header row as first column.
-
-
Class adams.data.conversion.UnBackQuote extends AbstractStringConversion implements Serializable
- serialVersionUID:
- -1666988597466661859L
-
Class adams.data.conversion.UnknownToUnknown extends AbstractConversion implements Serializable
- serialVersionUID:
- 478206682870088954L
-
Class adams.data.conversion.UnQuote extends AbstractStringConversion implements Serializable
- serialVersionUID:
- -1362461206623476937L
-
Serialized Fields
-
m_DoubleUp
boolean m_DoubleUp
whether to double up internal quotes rather than escaping them with backslashes. -
m_QuoteType
Quote.QuoteType m_QuoteType
the quote type to use.
-
-
Class adams.data.conversion.UpperCase extends AbstractStringConversion implements Serializable
- serialVersionUID:
- -4017583319699378889L
-
Serialized Fields
-
m_Locale
Locale m_Locale
the locale to use.
-
-
Class adams.data.conversion.URLDecode extends AbstractStringConversion implements Serializable
- serialVersionUID:
- 8430779020000469313L
-
Serialized Fields
-
m_Encoding
BaseCharset m_Encoding
the encoding to use.
-
-
Class adams.data.conversion.URLEncode extends AbstractStringConversion implements Serializable
- serialVersionUID:
- 8430779020000469313L
-
Serialized Fields
-
m_Encoding
BaseCharset m_Encoding
the encoding to use.
-
-
Class adams.data.conversion.URLParametersToStringArray extends AbstractConversion implements Serializable
- serialVersionUID:
- 8430779020000469313L
-
Serialized Fields
-
m_Encoding
BaseCharset m_Encoding
the encoding to use.
-
-
Class adams.data.conversion.URLToString extends AbstractConversion implements Serializable
- serialVersionUID:
- -2645097148545213415L
-
Class adams.data.conversion.UseForwardSlashes extends AbstractStringConversion implements Serializable
- serialVersionUID:
- -4017583319699378889L
-
Class adams.data.conversion.WekaCapabilitiesToInstances extends AbstractConversion implements Serializable
- serialVersionUID:
- -2595383708535316457L
-
Serialized Fields
-
m_NumRows
int m_NumRows
the number of data rows to generate.
-
-
Class adams.data.conversion.WekaCapabilitiesToSpreadSheet extends AbstractConversion implements Serializable
- serialVersionUID:
- -2595383708535316457L
-
Class adams.data.conversion.WekaCommandToCode extends AbstractStringConversion implements Serializable
- serialVersionUID:
- -8251955083601155771L
-
Serialized Fields
-
m_Converter
weka.core.code.Converter m_Converter
the converter to use.
-
-
Class adams.data.conversion.WekaDrawableToString extends AbstractConversionToString implements Serializable
- serialVersionUID:
- -948946850062765325L
-
Class adams.data.conversion.WekaEvaluationToCostCurve extends AbstractConversion implements Serializable
- serialVersionUID:
- -3340269698168769770L
-
Serialized Fields
-
m_ClassLabelIndex
Index m_ClassLabelIndex
the class label index.
-
-
Class adams.data.conversion.WekaEvaluationToMarginCurve extends AbstractConversion implements Serializable
- serialVersionUID:
- -3340269698168769770L
-
Class adams.data.conversion.WekaEvaluationToThresholdCurve extends AbstractConversion implements Serializable
- serialVersionUID:
- -3340269698168769770L
-
Serialized Fields
-
m_ClassLabelIndex
Index m_ClassLabelIndex
the class label index.
-
-
Class adams.data.conversion.WekaForecastContainerToArray extends AbstractConversion implements Serializable
- serialVersionUID:
- 3934411483801077460L
-
Class adams.data.conversion.WekaForecastContainerToTimeseries extends AbstractConversion implements Serializable
- serialVersionUID:
- 3934411483801077460L
-
Serialized Fields
-
m_Index
Index m_Index
the index of the timeseries to extract from the container. -
m_Interval
BaseDateTime m_Interval
the interval for predictions. -
m_PredictionRange
Range m_PredictionRange
the range of predictions to turn into a timeseries. -
m_Start
BaseDateTime m_Start
the start date for timeseries.
-
-
Class adams.data.conversion.WekaInstancesToSpreadSheet extends AbstractConversion implements Serializable
- serialVersionUID:
- -7728745365733721265L
-
Serialized Fields
-
m_DataRowType
DataRow m_DataRowType
the data row type to use. -
m_SpreadSheetType
SpreadSheet m_SpreadSheetType
the type of spreadsheet to use.
-
-
Class adams.data.conversion.WekaInstancesToTimeseries extends AbstractConversion implements Serializable
- serialVersionUID:
- 3934411483801077460L
-
Serialized Fields
-
m_DateAttribute
WekaAttributeIndex m_DateAttribute
the date attribute to use. -
m_ValueAttribute
WekaAttributeIndex m_ValueAttribute
the value attribute to use.
-
-
Class adams.data.conversion.WekaInstanceToAdamsInstance extends AbstractConversion implements Serializable
- serialVersionUID:
- -6246934381347850100L
-
Class adams.data.conversion.WekaInstanceToMap extends AbstractConversion implements Serializable
- serialVersionUID:
- 6188118988692631954L
-
Class adams.data.conversion.WekaPackageToMap extends AbstractConversion implements Serializable
- serialVersionUID:
- 6188118988692631954L
-
Class adams.data.conversion.WekaPredictionContainerToSpreadSheet extends AbstractConversion implements Serializable
- serialVersionUID:
- 124581970397295630L
-
Serialized Fields
-
m_AddClassification
boolean m_AddClassification
whether to add the numeric classification to the output. -
m_AddClassificationLabel
boolean m_AddClassificationLabel
whether to add the classification label to the output (nominal classes only). -
m_AddDistribution
boolean m_AddDistribution
whether to add the distribution to the output (nominal classes only). -
m_ClassificationEntry
String m_ClassificationEntry
the entry to use for the numeric classification in the spreadsheet. -
m_ClassificationLabelEntry
String m_ClassificationLabelEntry
the entry to use for the classification label in the spreadsheet. -
m_DistributionFormat
String m_DistributionFormat
the format to use for the distribution entries in the spreadsheet. -
m_DistributionSorting
WekaPredictionContainerToSpreadSheet.Sorting m_DistributionSorting
the type of sorting to apply to the distribution array (if applicable). -
m_TitleNameColumn
String m_TitleNameColumn
the title of the name column. -
m_TitleValueColumn
String m_TitleValueColumn
the title of the value column.
-
-
Class adams.data.conversion.XMLToDOM extends AbstractConversionFromString implements Serializable
- serialVersionUID:
- -7337362020786223426L
-
Serialized Fields
-
m_Coalescing
boolean m_Coalescing
Specifies that the parser produced by this code will convert CDATA nodes to Text nodes and append it to the adjacent (if any) text node. -
m_ExpandEntityReferences
boolean m_ExpandEntityReferences
Specifies that the parser produced by this code will expand entity reference nodes. -
m_IgnoringComments
boolean m_IgnoringComments
Specifies that the parser produced by this code will ignore comments. -
m_IgnoringWhitespace
boolean m_IgnoringWhitespace
Specifies that the parsers created by this factory must eliminate whitespace in element content. -
m_NameSpaceAware
boolean m_NameSpaceAware
whether the parser is namespace aware. -
m_Validating
boolean m_Validating
whether the parser is validating or not. -
m_XIncludeAware
boolean m_XIncludeAware
Set state of XInclude processing.
-
-
Class adams.data.conversion.YamlStringToList extends AbstractConversionFromString implements Serializable
- serialVersionUID:
- -4017583319699378889L
-
Class adams.data.conversion.YamlStringToMap extends AbstractConversionFromString implements Serializable
- serialVersionUID:
- -4017583319699378889L
-
-
Package adams.data.distribution
-
Class adams.data.distribution.AbstractRealDistribution extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -2791338418373425167L
-
Serialized Fields
-
m_Distribution
org.apache.commons.math3.distribution.RealDistribution m_Distribution
the underlying distribution.
-
-
Class adams.data.distribution.Beta extends AbstractRealDistribution implements Serializable
- serialVersionUID:
- -1708992443868275973L
-
Serialized Fields
-
m_Alpha
double m_Alpha
the alpha parameter. -
m_Beta
double m_Beta
the beta parameter. -
m_InverseCumAccuracy
double m_InverseCumAccuracy
the inverse cumulative accuracy.
-
-
Class adams.data.distribution.Cauchy extends AbstractRealDistribution implements Serializable
- serialVersionUID:
- -1708992443868275973L
-
Serialized Fields
-
m_Median
double m_Median
the median parameter. -
m_Scale
double m_Scale
the scale parameter.
-
-
Class adams.data.distribution.ChiSquared extends AbstractRealDistribution implements Serializable
- serialVersionUID:
- -1708992443868275973L
-
Serialized Fields
-
m_DegreesOfFreedom
double m_DegreesOfFreedom
the degrees of freedom. -
m_InverseCumAccuracy
double m_InverseCumAccuracy
the inverse cumulative accuracy.
-
-
Class adams.data.distribution.Empirical extends AbstractRealDistribution implements Serializable
- serialVersionUID:
- -1708992443868275973L
-
Serialized Fields
-
m_BinCount
int m_BinCount
the bin count.
-
-
Class adams.data.distribution.Exponential extends AbstractRealDistribution implements Serializable
- serialVersionUID:
- -1708992443868275973L
-
Serialized Fields
-
m_InverseCumAccuracy
double m_InverseCumAccuracy
the inverse cumulative accuracy. -
m_Mean
double m_Mean
the mean.
-
-
Class adams.data.distribution.F extends AbstractRealDistribution implements Serializable
- serialVersionUID:
- -1708992443868275973L
-
Serialized Fields
-
m_DenominatorDegreesOfFreedom
double m_DenominatorDegreesOfFreedom
the denominator degrees of freedom. -
m_InverseCumAccuracy
double m_InverseCumAccuracy
the inverse cumulative accuracy. -
m_NumeratorDegreesOfFreedom
double m_NumeratorDegreesOfFreedom
the numerator degrees of freedom.
-
-
Class adams.data.distribution.Gamma extends AbstractRealDistribution implements Serializable
- serialVersionUID:
- -1708992443868275973L
-
Serialized Fields
-
m_InverseCumAccuracy
double m_InverseCumAccuracy
the inverse cumulative accuracy. -
m_Scale
double m_Scale
the scale parameter. -
m_Shape
double m_Shape
the shape parameter.
-
-
Class adams.data.distribution.LogNormal extends AbstractRealDistribution implements Serializable
- serialVersionUID:
- -1708992443868275973L
-
Serialized Fields
-
m_InverseCumAccuracy
double m_InverseCumAccuracy
the inverse cumulative accuracy. -
m_Scale
double m_Scale
the scale parameter. -
m_Shape
double m_Shape
the shape parameter.
-
-
Class adams.data.distribution.Normal extends AbstractRealDistribution implements Serializable
- serialVersionUID:
- -1708992443868275973L
-
Serialized Fields
-
m_Mean
double m_Mean
the mean. -
m_StandardDeviation
double m_StandardDeviation
the standard deviation.
-
-
Class adams.data.distribution.T extends AbstractRealDistribution implements Serializable
- serialVersionUID:
- -1708992443868275973L
-
Serialized Fields
-
m_DegreesOfFreedom
double m_DegreesOfFreedom
the degrees of freedom. -
m_InverseCumAccuracy
double m_InverseCumAccuracy
the inverse cumulative accuracy.
-
-
Class adams.data.distribution.Triangular extends AbstractRealDistribution implements Serializable
- serialVersionUID:
- -1708992443868275973L
-
Serialized Fields
-
m_A
double m_A
the a parameter. -
m_B
double m_B
the b parameter. -
m_C
double m_C
the c parameter.
-
-
Class adams.data.distribution.Uniform extends AbstractRealDistribution implements Serializable
- serialVersionUID:
- -1708992443868275973L
-
Serialized Fields
-
m_LowerBound
double m_LowerBound
the lower bound. -
m_UpperBound
double m_UpperBound
the upper bound.
-
-
Class adams.data.distribution.Weibull extends AbstractRealDistribution implements Serializable
- serialVersionUID:
- -1708992443868275973L
-
Serialized Fields
-
m_Alpha
double m_Alpha
the alpha parameter. -
m_Beta
double m_Beta
the beta parameter. -
m_InverseCumAccuracy
double m_InverseCumAccuracy
the inverse cumulative accuracy.
-
-
-
Package adams.data.exif.commons
-
Class adams.data.exif.commons.ExifTagEnum extends ConfigurableEnumeration<ExifTagEnum.Item> implements Serializable
- serialVersionUID:
- -4797024800799130165L
-
Class adams.data.exif.commons.ExifTagEnum.Item extends ConfigurableEnumeration.AbstractItem implements Serializable
- serialVersionUID:
- 436668216654476094L
-
-
Package adams.data.featureconverter
-
Class adams.data.featureconverter.AbstractFeatureConverter extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 4745159188031576718L
-
Serialized Fields
-
m_Dataset
String m_Dataset
the name of the dataset. -
m_Header
D m_Header
the header. -
m_HeaderDefinition
HeaderDefinition m_HeaderDefinition
the data types.
-
-
Class adams.data.featureconverter.AbstractMetaFeatureConverter extends AbstractFeatureConverter implements Serializable
- serialVersionUID:
- 3518281033354364298L
-
Serialized Fields
-
m_Converter
AbstractFeatureConverter m_Converter
the base converter.
-
-
Class adams.data.featureconverter.CountValues extends AbstractMetaFeatureConverter implements Serializable
- serialVersionUID:
- -5349388859224578387L
-
Serialized Fields
-
m_Label
String m_Label
the optional label for the generated feature. -
m_Maximum
double m_Maximum
the maximum value. -
m_MaximumIncluded
boolean m_MaximumIncluded
whether the maximum value is included. -
m_Minimum
double m_Minimum
the minimum value. -
m_MinimumIncluded
boolean m_MinimumIncluded
whether the minimum value is included.
-
-
Class adams.data.featureconverter.Dataset extends SpreadSheet implements Serializable
- serialVersionUID:
- 2655075828639195810L
-
Class adams.data.featureconverter.FeatureContainer extends AbstractFeatureConverter implements Serializable
- serialVersionUID:
- 2245576408802564218L
-
Class adams.data.featureconverter.FixedColumnText extends AbstractFeatureConverter<String,String> implements Serializable
- serialVersionUID:
- 2245576408802564218L
-
Serialized Fields
-
m_ColumnWidth
int m_ColumnWidth
the width of the columns. -
m_MissingValue
String m_MissingValue
the string to use for missing values. -
m_SeparatorCells
String m_SeparatorCells
the separator to use for cells. -
m_SeparatorHeader
String m_SeparatorHeader
the separator between header and data (gets automatically repeated).
-
-
Class adams.data.featureconverter.FixedNumFeatures extends AbstractMetaFeatureConverter implements Serializable
- serialVersionUID:
- -5349388859224578387L
-
Serialized Fields
-
m_FillerBoolean
boolean m_FillerBoolean
the boolean filler. -
m_FillerNumeric
double m_FillerNumeric
the numeric filler. -
m_FillerString
String m_FillerString
the string filler. -
m_FillerType
FixedNumFeatures.FillerType m_FillerType
the filler type. -
m_HeaderTemplate
String m_HeaderTemplate
the template to use in the header for missing values. -
m_NumFeatures
int m_NumFeatures
the number of features to guarantee.
-
-
Class adams.data.featureconverter.HeaderDefinition extends Object implements Serializable
- serialVersionUID:
- 3616920834737849123L
-
Class adams.data.featureconverter.SpreadSheet extends AbstractFeatureConverter<SpreadSheet,Row> implements Serializable
- serialVersionUID:
- -1696817128027564877L
-
Serialized Fields
-
m_DataRowType
DataRow m_DataRowType
the data row type to use. -
m_SpreadSheetType
SpreadSheet m_SpreadSheetType
the type of spreadsheet to use.
-
-
Class adams.data.featureconverter.Text extends AbstractFeatureConverter<String,String> implements Serializable
- serialVersionUID:
- 2245576408802564218L
-
Class adams.data.featureconverter.Weka extends AbstractFeatureConverter<weka.core.Instances,weka.core.Instance> implements Serializable
- serialVersionUID:
- 2019318091828718405L
-
-
Package adams.data.filter
-
Class adams.data.filter.AbstractAutocorrelation extends AbstractFilter<T extends DataContainer> implements Serializable
- serialVersionUID:
- 7714239052976065971L
-
Serialized Fields
-
m_Algorithm
AbstractAutoCorrelation m_Algorithm
the algorithm to use.
-
-
Class adams.data.filter.AbstractBatchFilter extends AbstractFilter<T extends DataContainer> implements Serializable
- serialVersionUID:
- 2531570968585605571L
-
Class adams.data.filter.AbstractDatabaseConnectionFilter extends AbstractFilter<T extends DataContainer> implements Serializable
- serialVersionUID:
- -6659639627999176470L
-
Serialized Fields
-
m_DatabaseConnection
AbstractDatabaseConnection m_DatabaseConnection
the database connection.
-
-
Class adams.data.filter.AbstractDerivative extends AbstractFilter<T extends DataContainer> implements Serializable
- serialVersionUID:
- 530300053103127948L
-
Serialized Fields
-
m_Order
int m_Order
the order of the derivative. -
m_ScalingRange
double m_ScalingRange
the range to scale the abundances to after each derivation step.
-
-
Class adams.data.filter.AbstractDerivative.Point extends Object implements Serializable
- serialVersionUID:
- -5500693386976351214L
-
Serialized Fields
-
m_X
double m_X
the X value. -
m_Y
double m_Y
the Y value.
-
-
Class adams.data.filter.AbstractEquiDistance extends AbstractFilter<T extends DataContainer> implements Serializable
- serialVersionUID:
- -2590871295104049256L
-
Serialized Fields
-
m_AllowOversampling
boolean m_AllowOversampling
indicates whether oversampling is allowed, i.e., generating more points than were available in the original data. -
m_NumPoints
int m_NumPoints
the number of points to output ("-1" uses the same amount of points as currently in the data).
-
-
Class adams.data.filter.AbstractEquiDistanceWithOffset extends AbstractEquiDistance<T extends DataContainer> implements Serializable
- serialVersionUID:
- -2590871295104049256L
-
Serialized Fields
-
m_Offset
int m_Offset
offset: add to timestamp/scan-num.
-
-
Class adams.data.filter.AbstractFastWavelet extends AbstractFilter<T extends DataContainer> implements Serializable
- serialVersionUID:
- 8562484608944330752L
-
Serialized Fields
-
m_InverseTransform
boolean m_InverseTransform
whether to perform inverse transformation (wavelet -> normal space). -
m_PaddingType
PaddingType m_PaddingType
the type of padding to use. -
m_WaveletType
AbstractFastWavelet.WaveletType m_WaveletType
the type of wavelet to use.
-
-
Class adams.data.filter.AbstractFFT extends AbstractFilter<T extends DataContainer> implements Serializable
- serialVersionUID:
- 8562484608944330752L
-
Serialized Fields
-
m_InverseTransform
boolean m_InverseTransform
whether to perform inverse transformation (wavelet -> normal space). -
m_PaddingType
PaddingType m_PaddingType
the type of padding to use. -
m_Real
boolean m_Real
whether to return complex or real part of the transformation.
-
-
Class adams.data.filter.AbstractFilter extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 3610605513320220903L
-
Serialized Fields
-
m_DontUpdateID
boolean m_DontUpdateID
whether to suppress updating of ID.
-
-
Class adams.data.filter.AbstractFilter.FilterJob extends AbstractJob implements Serializable
- serialVersionUID:
- 5544327082749651329L
-
Serialized Fields
-
m_Data
T extends DataContainer m_Data
the data to push through the filter. -
m_Filter
Filter m_Filter
the filter to use. -
m_FilteredData
T extends DataContainer m_FilteredData
the filtered data.
-
-
Class adams.data.filter.AbstractHistogram extends AbstractFilter<T extends DataContainer> implements Serializable
- serialVersionUID:
- 1836858988505886282L
-
Serialized Fields
-
m_Histogram
ArrayHistogram m_Histogram
the array histogram setup to use.
-
-
Class adams.data.filter.AbstractLOWESS extends AbstractFilter<T extends DataContainer> implements Serializable
- serialVersionUID:
- 7714239052976065971L
-
Serialized Fields
-
m_WindowSize
int m_WindowSize
Size of window size for calculating lowess.
-
-
Class adams.data.filter.AbstractPreFilter extends AbstractFilter<T extends DataContainer> implements Serializable
- serialVersionUID:
- -631871037799637776L
-
Serialized Fields
-
m_Filter
Filter m_Filter
the filter to apply to the data first.
-
-
Class adams.data.filter.AbstractSavitzkyGolay extends AbstractFilter<T extends DataContainer> implements Serializable
- serialVersionUID:
- 7714239052976065971L
-
Serialized Fields
-
m_Coefficients
double[] m_Coefficients
the calculated coefficients. -
m_DerivativeOrder
int m_DerivativeOrder
the order of the derivative. -
m_NumPointsLeft
int m_NumPointsLeft
the number of points to the left of a data point. -
m_NumPointsRight
int m_NumPointsRight
the number of points to the right of a data point. -
m_PolynomialOrder
int m_PolynomialOrder
the polynomial order.
-
-
Class adams.data.filter.AbstractSAX extends AbstractFilter<T extends DataContainer> implements Serializable
- serialVersionUID:
- 1836858988505886282L
-
Serialized Fields
-
m_BreakPoints
double[] m_BreakPoints
the calculated breakpoints. -
m_DistMatrix
double[][] m_DistMatrix
the matrix to use for the distance calculations. -
m_NumBins
int m_NumBins
the number of breakpoints to use (for the Gaussian). -
m_NumWindows
int m_NumWindows
the number of windows to use for PAA. -
m_OutputLabels
boolean m_OutputLabels
whether to output labels or the actual distances.
-
-
Class adams.data.filter.AbstractScript extends AbstractFilter implements Serializable
- serialVersionUID:
- -8283487312539061029L
-
Serialized Fields
-
m_AdditionalOptions
AdditionalOptions m_AdditionalOptions
for storing the additional options.
-
-
Class adams.data.filter.AbstractScriptedFilter extends AbstractFilter implements Serializable
- serialVersionUID:
- -8187233244973711251L
-
Serialized Fields
-
m_ScriptFile
PlaceholderFile m_ScriptFile
the script. -
m_ScriptOptions
String m_ScriptOptions
the options for the script.
-
-
Class adams.data.filter.AbstractSimpleSavitzkyGolay extends AbstractFilter<T extends DataContainer> implements Serializable
- serialVersionUID:
- 343582700139292935L
-
Serialized Fields
-
m_WindowSize
int m_WindowSize
window size.
-
-
Class adams.data.filter.BaselineCorrection extends AbstractDatabaseConnectionFilter<T extends DataContainer> implements Serializable
- serialVersionUID:
- -7883650579561992382L
-
Serialized Fields
-
m_BaselineCorrection
AbstractBaselineCorrection m_BaselineCorrection
the baseline correction algorithm.
-
-
Class adams.data.filter.DownSample extends AbstractFilter<T extends DataContainer> implements Serializable
- serialVersionUID:
- -7633117391523711914L
-
Serialized Fields
-
m_NthPoint
int m_NthPoint
the n-th point to use.
-
-
Class adams.data.filter.DownSize extends AbstractFilter<T extends DataContainer> implements Serializable
- serialVersionUID:
- -7633117391523711914L
-
Serialized Fields
-
m_NumPoints
int m_NumPoints
the number of points to retain.
-
-
Class adams.data.filter.Groovy extends AbstractScriptedFilter implements Serializable
- serialVersionUID:
- 1304903578667689350L
-
Serialized Fields
-
m_InlineScript
GroovyScript m_InlineScript
the inline script.
-
-
Class adams.data.filter.MultiFilter extends AbstractDatabaseConnectionFilter<T extends DataContainer> implements Serializable
- serialVersionUID:
- 805661569976845842L
-
Serialized Fields
-
m_Filters
Filter<T extends DataContainer>[] m_Filters
the filters.
-
-
Class adams.data.filter.OutlierDetector extends AbstractDatabaseConnectionFilter<T extends DataContainer> implements Serializable
- serialVersionUID:
- -7381879273745030342L
-
Serialized Fields
-
m_OnlyWarning
boolean m_OnlyWarning
whether the detection is only added as warning instead of error. -
m_OutlierDetector
AbstractOutlierDetector m_OutlierDetector
the detector algorithm.
-
-
Class adams.data.filter.PassThrough extends AbstractBatchFilter<T extends DataContainer> implements Serializable
- serialVersionUID:
- -3576292594181295517L
-
Class adams.data.filter.RemoveNoise extends AbstractFilter<T extends DataContainer & Mergeable> implements Serializable
- serialVersionUID:
- 4225773526265205077L
-
Serialized Fields
-
m_Denoiser
AbstractDenoiser m_Denoiser
the noise level algorithm. -
m_Invert
boolean m_Invert
indicates whether to invert behavior, i.e., to remove non-noise instead of noise.
-
-
Class adams.data.filter.ReportFilter extends AbstractDatabaseConnectionFilter<T extends DataContainer> implements Serializable
- serialVersionUID:
- -754895778604425899L
-
Serialized Fields
-
m_Filter
AbstractReportFilter<T extends DataContainer> m_Filter
the report filter.
-
-
Class adams.data.filter.Scripted extends AbstractScriptedFilter implements Serializable
- serialVersionUID:
- 1304903578667689350L
-
Serialized Fields
-
m_Handler
AbstractScriptingHandler m_Handler
the scripting handler to use.
-
-
Class adams.data.filter.Smoothing extends AbstractDatabaseConnectionFilter<T extends DataContainer> implements Serializable
- serialVersionUID:
- -3912578009638673851L
-
Serialized Fields
-
m_Smoother
AbstractSmoother m_Smoother
the smoothing scheme.
-
-
Class adams.data.filter.TimeseriesAutocorrelation extends AbstractAutocorrelation<Timeseries> implements Serializable
- serialVersionUID:
- -6722542153654514316L
-
Class adams.data.filter.TimeseriesChangeResolution extends AbstractFilter<Timeseries> implements Serializable
- serialVersionUID:
- 2616498525816421178L
-
Serialized Fields
-
m_Interval
double m_Interval
the new interval in seconds. -
m_Polynomial
int m_Polynomial
-
-
Class adams.data.filter.TimeseriesDerivative extends AbstractDerivative<Timeseries> implements Serializable
- serialVersionUID:
- 530300053103127948L
-
Class adams.data.filter.TimeseriesEquiDistance extends AbstractEquiDistance<Timeseries> implements Serializable
- serialVersionUID:
- -17911247313401753L
-
Class adams.data.filter.TimeseriesFastWavelet extends AbstractFastWavelet<Timeseries> implements Serializable
- serialVersionUID:
- -5581114911009545192L
-
Class adams.data.filter.TimeseriesFFT extends AbstractFFT<Timeseries> implements Serializable
- serialVersionUID:
- -6722542153654514316L
-
Class adams.data.filter.TimeseriesHistogram extends AbstractHistogram<Timeseries> implements Serializable
- serialVersionUID:
- 1836858988505886282L
-
Class adams.data.filter.TimeseriesLOWESS extends AbstractLOWESS<Timeseries> implements Serializable
- serialVersionUID:
- -4083374493035684200L
-
Class adams.data.filter.TimeseriesResetTimestamps extends AbstractFilter<Timeseries> implements Serializable
- serialVersionUID:
- -1306518673446335794L
-
Serialized Fields
-
m_Start
BaseDateTime m_Start
the new start date.
-
-
Class adams.data.filter.TimeseriesRound extends AbstractFilter<Timeseries> implements Serializable
- serialVersionUID:
- 2616498525816421178L
-
Serialized Fields
-
m_NumDecimals
int m_NumDecimals
the number of decimals. -
m_Type
RoundingType m_Type
the rounding type.
-
-
Class adams.data.filter.TimeseriesRowNorm extends AbstractFilter<Timeseries> implements Serializable
- serialVersionUID:
- 1836858988505886282L
-
Class adams.data.filter.TimeseriesSavitzkyGolay extends AbstractSavitzkyGolay<Timeseries> implements Serializable
- serialVersionUID:
- -8446122688895546559L
-
Class adams.data.filter.TimeseriesSAX extends AbstractSAX<Timeseries> implements Serializable
- serialVersionUID:
- 1836858988505886282L
-
Class adams.data.filter.TimeseriesSetStart extends AbstractFilter<Timeseries> implements Serializable
- serialVersionUID:
- 2616498525816421178L
-
Serialized Fields
-
m_Start
BaseDateTime m_Start
the new starting point.
-
-
Class adams.data.filter.TimeseriesShiftTimestamps extends AbstractFilter<Timeseries> implements Serializable
- serialVersionUID:
- 2616498525816421178L
-
Serialized Fields
-
m_CustomFormat
String m_CustomFormat
the custom format to use. -
m_NewTimestamp
BaseDateTime m_NewTimestamp
the new timstamp. -
m_ReportField
Field m_ReportField
the reprt field to use. -
m_Source
TimeseriesShiftTimestamps.TimestampSource m_Source
the timestamp source. -
m_SuppliedTimestamp
BaseDateTime m_SuppliedTimestamp
the supplied timestamp.
-
-
Class adams.data.filter.TimeseriesShiftValues extends AbstractFilter<Timeseries> implements Serializable
- serialVersionUID:
- 2616498525816421178L
-
Serialized Fields
-
m_Amount
double m_Amount
the amount to shift the values by.
-
-
Class adams.data.filter.TimeseriesValueSubset extends AbstractFilter<Timeseries> implements Serializable
- serialVersionUID:
- 2616498525816421178L
-
Serialized Fields
-
m_Maximum
double m_Maximum
the maximum. -
m_Minimum
double m_Minimum
the minimum.
-
-
Class adams.data.filter.TimeseriesWindow extends AbstractFilter<Timeseries> implements Serializable
- serialVersionUID:
- 2616498525816421178L
-
Serialized Fields
-
m_End
BaseDateTime m_End
the end point. -
m_Invert
boolean m_Invert
whether to invert the matching. -
m_Start
BaseDateTime m_Start
the starting point.
-
-
-
Package adams.data.filter.event
-
Class adams.data.filter.event.GlobalDataContainerFilterChangeEvent extends ChangeEvent implements Serializable
- serialVersionUID:
- -4916095762765587184L
-
-
Package adams.data.groupextraction
-
Class adams.data.groupextraction.AbstractGroupExtractor extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 3343502597905329739L
-
Class adams.data.groupextraction.Manual extends AbstractGroupExtractor implements Serializable
- serialVersionUID:
- 6130414784797102811L
-
Serialized Fields
-
m_Group
String m_Group
the manual group.
-
-
Class adams.data.groupextraction.Null extends AbstractGroupExtractor implements Serializable
- serialVersionUID:
- 6130414784797102811L
-
Class adams.data.groupextraction.ReportField extends AbstractGroupExtractor implements Serializable
- serialVersionUID:
- 6130414784797102811L
-
Serialized Fields
-
m_Field
Field m_Field
the report field.
-
-
Class adams.data.groupextraction.ReportFieldRegExp extends AbstractGroupExtractor implements Serializable
- serialVersionUID:
- 6130414784797102811L
-
Serialized Fields
-
m_Field
Field m_Field
the report field. -
m_Group
String m_Group
the group to extract. -
m_RegExp
BaseRegExp m_RegExp
the regular expression to match.
-
-
Class adams.data.groupextraction.SpreadSheetCell extends AbstractGroupExtractor implements Serializable
- serialVersionUID:
- 6130414784797102811L
-
Serialized Fields
-
m_Column
SpreadSheetColumnIndex m_Column
the column index.
-
-
Class adams.data.groupextraction.SpreadSheetCellRegExp extends AbstractGroupExtractor implements Serializable
- serialVersionUID:
- 6130414784797102811L
-
Serialized Fields
-
m_Column
SpreadSheetColumnIndex m_Column
the column index. -
m_Group
String m_Group
the group to extract. -
m_RegExp
BaseRegExp m_RegExp
the regular expression to match.
-
-
Class adams.data.groupextraction.SpreadSheetCellWithLookUp extends SpreadSheetCell implements Serializable
- serialVersionUID:
- 6130414784797102811L
-
Serialized Fields
-
m_LookUps
BaseKeyValuePair[] m_LookUps
the lookup values. -
m_MissingKey
SpreadSheetCellWithLookUp.MissingLookUpKey m_MissingKey
the behavior for missing keys. -
m_MissingValue
String m_MissingValue
the missing value. -
m_SuppressMissingKeyWarnings
boolean m_SuppressMissingKeyWarnings
whether to suppress warnings when key is not present.
-
-
-
Package adams.data.groupupdate
-
Class adams.data.groupupdate.AbstractGroupUpdater extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 3343502597905329739L
-
Class adams.data.groupupdate.PassThrough extends AbstractGroupUpdater implements Serializable
- serialVersionUID:
- -3693259505464575148L
-
Class adams.data.groupupdate.ReportField extends AbstractGroupUpdater implements Serializable
- serialVersionUID:
- -1554542870085562691L
-
Serialized Fields
-
m_Field
Field m_Field
the report field.
-
-
-
Package adams.data.id
-
Class adams.data.id.AbstractIDFilenameGenerator extends AbstractIDGenerator<T> implements Serializable
- serialVersionUID:
- 5141285178186856446L
-
Serialized Fields
-
m_FilenameReplaceChar
String m_FilenameReplaceChar
the filename replacement character. -
m_MakeFilename
boolean m_MakeFilename
whether to make the ID filename compliant.
-
-
Class adams.data.id.AbstractIDGenerator extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 5141285178186856446L
-
Class adams.data.id.IDGeneratorPostProcessor extends AbstractIDGenerator implements Serializable
- serialVersionUID:
- 3108348760412162025L
-
Serialized Fields
-
m_Find
String m_Find
the string to find (regexp). -
m_Generator
AbstractIDGenerator m_Generator
the generator for generating the ID. -
m_Replace
String m_Replace
the replacement string. -
m_ReplaceAll
boolean m_ReplaceAll
whether to replace all or only the first occurrence. -
m_ReplaceContainsPlaceholder
boolean m_ReplaceContainsPlaceholder
whether the replace string contains a placeholder, which needs to be expanded first.
-
-
Class adams.data.id.SimpleIDGenerator extends AbstractIDFilenameGenerator<Object> implements Serializable
- serialVersionUID:
- -3963694054822483252L
-
Serialized Fields
-
m_Format
String m_Format
the format of the ID to generate.
-
-
-
Package adams.data.idextraction
-
Class adams.data.idextraction.AbstractIDExtractor extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 3343502597905329739L
-
Class adams.data.idextraction.Manual extends AbstractIDExtractor implements Serializable
- serialVersionUID:
- 6130414784797102811L
-
Serialized Fields
-
m_ID
String m_ID
the manual ID.
-
-
Class adams.data.idextraction.Null extends AbstractIDExtractor implements Serializable
- serialVersionUID:
- 6130414784797102811L
-
Class adams.data.idextraction.ReportField extends AbstractIDExtractor implements Serializable
- serialVersionUID:
- 6130414784797102811L
-
Serialized Fields
-
m_Field
Field m_Field
the report field.
-
-
Class adams.data.idextraction.ReportFieldRegExp extends ReportField implements Serializable
- serialVersionUID:
- -4503545619469661243L
-
Serialized Fields
-
m_Find
BaseRegExp m_Find
the string to find. -
m_RemoveFileExt
boolean m_RemoveFileExt
whether to remove any file extension before applying the regexp. -
m_Replace
String m_Replace
the replacement string.
-
-
Class adams.data.idextraction.SpreadSheetCell extends AbstractIDExtractor implements Serializable
- serialVersionUID:
- 6130414784797102811L
-
Serialized Fields
-
m_Column
SpreadSheetColumnIndex m_Column
the column index.
-
-
-
Package adams.data.idupdate
-
Class adams.data.idupdate.AbstractIDUpdater extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 3343502597905329739L
-
Class adams.data.idupdate.IDHandler extends AbstractIDUpdater implements Serializable
- serialVersionUID:
- 371417041544523756L
-
Class adams.data.idupdate.PassThrough extends AbstractIDUpdater implements Serializable
- serialVersionUID:
- -1559491590835608144L
-
Class adams.data.idupdate.ReportField extends AbstractIDUpdater implements Serializable
- serialVersionUID:
- -1554542870085562691L
-
Serialized Fields
-
m_Field
Field m_Field
the report field.
-
-
-
Package adams.data.image
-
Class adams.data.image.AbstractImageContainer extends AbstractSimpleContainer<T> implements Serializable
- serialVersionUID:
- 2095394708673239275L
-
Class adams.data.image.AbstractImageFeatureGenerator extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 4566948525813804085L
-
Serialized Fields
-
m_Converter
AbstractFeatureConverter m_Converter
the feature converter to use. -
m_Fields
Field[] m_Fields
fields to add to the output data. -
m_Notes
BaseString[] m_Notes
the notes to add as attributes. -
m_Prefix
String m_Prefix
the prefix to use for the fields.
-
-
Class adams.data.image.AbstractImageTransformer extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 4566948525813804085L
-
Serialized Fields
-
m_FlowContext
Actor m_FlowContext
the flow context.
-
-
Class adams.data.image.AbstractMultiImageOperation extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 1185449853784824033L
-
Class adams.data.image.BooleanArrayMatrixView extends Object implements Serializable
- serialVersionUID:
- -5901549787330341842L
-
Serialized Fields
-
m_Data
boolean[] m_Data
the underlaying array. -
m_Height
int m_Height
the height of the matrix. -
m_Width
int m_Width
the width of the matrix.
-
-
Class adams.data.image.BufferedImageBitmaskContainer extends BufferedImageContainer implements Serializable
- serialVersionUID:
- -3729935584834380099L
-
Serialized Fields
-
m_Bitmasks
BufferedImage[] m_Bitmasks
the bitmasks.
-
-
Class adams.data.image.BufferedImageContainer extends AbstractImageContainer<BufferedImage> implements Serializable
- serialVersionUID:
- 740331649074560705L
-
Class adams.data.image.IntArrayMatrixView extends Object implements Serializable
- serialVersionUID:
- -5901549787330341842L
-
Serialized Fields
-
m_Data
int[] m_Data
the underlaying array. -
m_Height
int m_Height
the height of the matrix. -
m_Width
int m_Width
the width of the matrix.
-
-
-
Package adams.data.image.features
-
Class adams.data.image.features.AbstractBufferedImageFeatureGenerator extends AbstractImageFeatureGenerator<BufferedImageContainer> implements Serializable
- serialVersionUID:
- 4566948525813804085L
-
Class adams.data.image.features.AbstractCountColor extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -8349656592325229512L
-
Serialized Fields
-
m_Color
Color m_Color
the color to count. -
m_UsePercentage
boolean m_UsePercentage
whether to return the percentage instead of absolute count.
-
-
Class adams.data.image.features.AbstractScript extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -8283487312539061029L
-
Serialized Fields
-
m_AdditionalOptions
AdditionalOptions m_AdditionalOptions
for storing the additional options.
-
-
Class adams.data.image.features.AbstractScriptedFeatureGenerator extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -8187233244973711251L
-
Serialized Fields
-
m_ScriptFile
PlaceholderFile m_ScriptFile
the script. -
m_ScriptOptions
String m_ScriptOptions
the options for the script.
-
-
Class adams.data.image.features.Barcode extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -8349656592325229512L
-
Serialized Fields
-
m_Decoder
AbstractBarcodeDecoder m_Decoder
the decoder to use.
-
-
Class adams.data.image.features.BasicStatistics extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -8349656592325229512L
-
Class adams.data.image.features.ColorCounts extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -8349656592325229512L
-
Class adams.data.image.features.CountColor extends AbstractCountColor implements Serializable
- serialVersionUID:
- -8349656592325229512L
-
Class adams.data.image.features.CountColorOutside extends AbstractCountColor implements Serializable
- serialVersionUID:
- -8349656592325229512L
-
Class adams.data.image.features.Dimensions extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -8349656592325229512L
-
Class adams.data.image.features.Eccentricity extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- 3584074710241497942L
-
Serialized Fields
-
m_BackgroundValue
Color m_BackgroundValue
the value of the background colour
-
-
Class adams.data.image.features.Entropy extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -8349656592325229512L
-
Serialized Fields
-
m_StepSize
int m_StepSize
the step size to use (every n-th column/row).
-
-
Class adams.data.image.features.FilteredBufferedImageFeatureGenerator extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -8349656592325229512L
-
Serialized Fields
-
m_Filter
AbstractBufferedImageTransformer m_Filter
the filter to use. -
m_Generator
AbstractBufferedImageFeatureGenerator m_Generator
the base feature generator.
-
-
Class adams.data.image.features.Histogram extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -8349656592325229512L
-
Serialized Fields
-
m_GroupChannels
boolean m_GroupChannels
whether to group the channels. -
m_HistogramType
Histogram.HistogramType m_HistogramType
the type of histogram to generate. -
m_NumBins
int m_NumBins
the number of bins per channel.
-
-
Class adams.data.image.features.HusMoments extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- 495282625574301886L
-
Serialized Fields
-
m_BackgroundValue
Color m_BackgroundValue
the value of the background colour
-
-
Class adams.data.image.features.Max extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -8349656592325229512L
-
Class adams.data.image.features.Min extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -8349656592325229512L
-
Class adams.data.image.features.Moment extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- 8208438326898292052L
-
Serialized Fields
-
m_Moment
AbstractBufferedImageMoment m_Moment
the moment to compute.
-
-
Class adams.data.image.features.MultiBufferedImageFeatureGenerator extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -4136037171201268286L
-
Serialized Fields
-
m_SubGenerators
AbstractBufferedImageFeatureGenerator[] m_SubGenerators
the generators to use. -
m_SubHeaders
HeaderDefinition[] m_SubHeaders
the sub-headers.
-
-
Class adams.data.image.features.OrientationVector extends AbstractBufferedImageFeatureGenerator implements Serializable
-
Serialized Fields
-
m_BackgroundValue
Color m_BackgroundValue
the value of the background colour
-
-
-
Class adams.data.image.features.PixelClassifications extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -511904410456677378L
-
Serialized Fields
-
m_Anchor
ImageAnchor m_Anchor
where to anchor the position on the rectangle. -
m_Height
int m_Height
the height of the crop rectangle. -
m_PixelType
Pixels.PixelType m_PixelType
how to output the pixels. -
m_Width
int m_Width
the width of the crop rectangle.
-
-
Class adams.data.image.features.Pixels extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -8349656592325229512L
-
Serialized Fields
-
m_PixelType
Pixels.PixelType m_PixelType
how to output the pixels.
-
-
Class adams.data.image.features.Scripted extends AbstractScriptedFeatureGenerator implements Serializable
- serialVersionUID:
- 1304903578667689350L
-
Serialized Fields
-
m_Handler
AbstractScriptingHandler m_Handler
the scripting handler to use.
-
-
-
Package adams.data.image.luminance
-
Class adams.data.image.luminance.AbstractLuminanceParameters extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 8927292193236439325L
-
Class adams.data.image.luminance.BT2020 extends AbstractLuminanceParameters implements Serializable
- serialVersionUID:
- -8226279974532958311L
-
Class adams.data.image.luminance.BT601 extends AbstractLuminanceParameters implements Serializable
- serialVersionUID:
- -8226279974532958311L
-
Class adams.data.image.luminance.BT709 extends AbstractLuminanceParameters implements Serializable
- serialVersionUID:
- -8226279974532958311L
-
Class adams.data.image.luminance.Custom extends AbstractLuminanceParameters implements Serializable
- serialVersionUID:
- -8226279974532958311L
-
Serialized Fields
-
m_B
double m_B
the value for B. -
m_G
double m_G
the value for G. -
m_R
double m_R
the value for R.
-
-
-
Package adams.data.image.moments
-
Class adams.data.image.moments.AbstractBufferedImageMoment extends AbstractMoment<BufferedImageContainer> implements Serializable
- serialVersionUID:
- 1665590865743934991L
-
Serialized Fields
-
m_BackgroundValue
Color m_BackgroundValue
the value of the background colour.
-
-
Class adams.data.image.moments.AbstractMoment extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 6361679938889787199L
-
Class adams.data.image.moments.CentralMoment extends AbstractBufferedImageMoment implements Serializable
- serialVersionUID:
- -7242993528639148116L
-
Serialized Fields
-
m_P
int m_P
exponent for x. -
m_Q
int m_Q
exponent for y.
-
-
Class adams.data.image.moments.Moment extends AbstractBufferedImageMoment implements Serializable
- serialVersionUID:
- -2700133930871642551L
-
Serialized Fields
-
m_P
int m_P
exponent for x. -
m_Q
int m_Q
exponent for y.
-
-
Class adams.data.image.moments.NormalizedMoment extends AbstractBufferedImageMoment implements Serializable
- serialVersionUID:
- -7708665286209625811L
-
Serialized Fields
-
m_P
int m_P
exponent for x. -
m_Q
int m_Q
exponent for y.
-
-
-
Package adams.data.image.multiimageoperation
-
Class adams.data.image.multiimageoperation.AbstractBufferedImageMultiImageOperation extends AbstractMultiImageOperation<BufferedImageContainer> implements Serializable
- serialVersionUID:
- 8469793062316240081L
-
Class adams.data.image.multiimageoperation.And extends AbstractBufferedImageMultiImageOperation implements Serializable
- serialVersionUID:
- 7381673951864996785L
-
Class adams.data.image.multiimageoperation.ApplyMask extends AbstractBufferedImageMultiImageOperation implements Serializable
- serialVersionUID:
- 3811234791768694013L
-
Class adams.data.image.multiimageoperation.Average extends AbstractBufferedImageMultiImageOperation implements Serializable
- serialVersionUID:
- 7381673951864996785L
-
Class adams.data.image.multiimageoperation.CombineChannels extends AbstractBufferedImageMultiImageOperation implements Serializable
- serialVersionUID:
- 1888786897723421704L
-
Serialized Fields
-
m_Channels
Channel[] m_Channels
the channels to combine.
-
-
Class adams.data.image.multiimageoperation.Diff extends AbstractBufferedImageMultiImageOperation implements Serializable
- serialVersionUID:
- -9082953554081133032L
-
Serialized Fields
-
m_Threshold
int m_Threshold
the threshold at which two pixels are considered different
-
-
Class adams.data.image.multiimageoperation.Median extends AbstractBufferedImageMultiImageOperation implements Serializable
- serialVersionUID:
- 7381673951864996785L
-
Class adams.data.image.multiimageoperation.MergeGrid extends AbstractBufferedImageMultiImageOperation implements Serializable
- serialVersionUID:
- 1888786897723421704L
-
Serialized Fields
-
m_NumCols
int m_NumCols
the number of columns to use. -
m_NumRows
int m_NumRows
the number of rows to use. -
m_OverlapX
int m_OverlapX
the overlap on the x axis. -
m_OverlapY
int m_OverlapY
the overlap on the y axis. -
m_Prefix
String m_Prefix
the prefix to use when generating a report.
-
-
Class adams.data.image.multiimageoperation.Or extends AbstractBufferedImageMultiImageOperation implements Serializable
-
Class adams.data.image.multiimageoperation.PassThrough extends AbstractBufferedImageMultiImageOperation implements Serializable
- serialVersionUID:
- -1150506476203258531L
-
Class adams.data.image.multiimageoperation.ReportFieldSubtraction extends AbstractBufferedImageMultiImageOperation implements Serializable
- serialVersionUID:
- 7381673951864996785L
-
Serialized Fields
-
m_Fields
Field[] m_Fields
the report fields to subtract.
-
-
Class adams.data.image.multiimageoperation.XOr extends AbstractBufferedImageMultiImageOperation implements Serializable
-
-
Package adams.data.image.transformer
-
Class adams.data.image.transformer.AbstractBufferedImageTransformer extends AbstractImageTransformer<BufferedImageContainer> implements Serializable
- serialVersionUID:
- 6509685876509009633L
-
Class adams.data.image.transformer.AbstractScript extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- -8283487312539061029L
-
Serialized Fields
-
m_AdditionalOptions
AdditionalOptions m_AdditionalOptions
for storing the additional options.
-
-
Class adams.data.image.transformer.AbstractScriptedTransformer extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- -8187233244973711251L
-
Serialized Fields
-
m_ScriptFile
PlaceholderFile m_ScriptFile
the script. -
m_ScriptOptions
String m_ScriptOptions
the options for the script.
-
-
Class adams.data.image.transformer.Binary extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Serialized Fields
-
m_Threshold
int m_Threshold
the (grayscale) threshold to use.
-
-
Class adams.data.image.transformer.BinaryMask extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Serialized Fields
-
m_ReplacementColor
Color m_ReplacementColor
the color to replace the pixels with. -
m_ReplacementType
BinaryMask.ReplacementType m_ReplacementType
what pixels to replace. -
m_Threshold
int m_Threshold
the (grayscale) threshold to use.
-
-
Class adams.data.image.transformer.BlueChannelColorizer extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- 4183676541160281269L
-
Serialized Fields
-
m_ColorProvider
ColorProvider m_ColorProvider
the color provider for generating the colors.
-
-
Class adams.data.image.transformer.ChangeCanvasSize extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- 7548064590836834398L
-
Serialized Fields
-
m_Anchor
ImageAnchor m_Anchor
where to anchor the position on the canvas. -
m_Background
Color m_Background
the background color. -
m_CanvasHeight
int m_CanvasHeight
the height of the canvas. -
m_CanvasWidth
int m_CanvasWidth
the width of the canvas.
-
-
Class adams.data.image.transformer.Cropping extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Serialized Fields
-
m_Algorithm
AbstractCropAlgorithm m_Algorithm
the crop algorithm to use.
-
-
Class adams.data.image.transformer.DownSample extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- 8400999643470579756L
-
Serialized Fields
-
m_NthPixel
int m_NthPixel
the n-th pixel to use.
-
-
Class adams.data.image.transformer.FixObjects extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Serialized Fields
-
m_Finder
ObjectFinder m_Finder
the object finder to use.
-
-
Class adams.data.image.transformer.GaussianBlur extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Serialized Fields
-
m_Radius
double m_Radius
the radius to use.
-
-
Class adams.data.image.transformer.GrayOrIndexedColorizer extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- 4183676541160281269L
-
Serialized Fields
-
m_ColorProvider
ColorProvider m_ColorProvider
the color provider for generating the colors. -
m_ForceGrayScale
boolean m_ForceGrayScale
whether to force gray scale or use the image as is.
-
-
Class adams.data.image.transformer.Grayscale extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- 8400999643470579756L
-
Serialized Fields
-
m_Luminance
AbstractLuminanceParameters m_Luminance
the luminance parameters to use.
-
-
Class adams.data.image.transformer.ImageFilter extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Serialized Fields
-
m_Copy
boolean m_Copy
whether to create a copy of the image first. -
m_Filter
AbstractImageFilterProvider m_Filter
the filter to apply.
-
-
Class adams.data.image.transformer.ImageType extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Serialized Fields
-
m_Type
ImageType.Type m_Type
the image type.
-
-
Class adams.data.image.transformer.LaplaceOfGaussian extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- 8400999643470579756L
-
Serialized Fields
-
m_Matrix
double[][] m_Matrix
the current matrix. -
m_Sigma
double m_Sigma
the sigma value of the gaussian. -
m_Size
int m_Size
the size of the matrix.
-
-
Class adams.data.image.transformer.LaplaceOperator extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- 8400999643470579756L
-
Class adams.data.image.transformer.LocalMedianFilter extends AbstractBufferedImageTransformer implements Serializable
-
Serialized Fields
-
K
int K
-
-
-
Class adams.data.image.transformer.MaxRGB extends AbstractBufferedImageTransformer implements Serializable
-
Class adams.data.image.transformer.MinRGB extends AbstractBufferedImageTransformer implements Serializable
-
Class adams.data.image.transformer.MinRGBOld extends AbstractBufferedImageTransformer implements Serializable
-
Class adams.data.image.transformer.MultiTransformer extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- 7793661256600883689L
-
Serialized Fields
-
m_Transformers
AbstractBufferedImageTransformer[] m_Transformers
the sub-transformers.
-
-
Class adams.data.image.transformer.ObjectAnnotationsMask extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- -7828174332731436229L
-
Serialized Fields
-
m_Finder
ObjectFinder m_Finder
the object finder to use.
-
-
Class adams.data.image.transformer.PassThrough extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Class adams.data.image.transformer.ReplaceColors extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- -7828174332731436229L
-
Class adams.data.image.transformer.ReplacePredominantColor extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- -7828174332731436229L
-
Serialized Fields
-
m_NewColor
BaseColor m_NewColor
the replacement color.
-
-
Class adams.data.image.transformer.Resize extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- -7139209460998569352L
-
Serialized Fields
-
m_ForcePercentage
boolean m_ForcePercentage
whether to force percentage (eg for scaling larger). -
m_Height
double m_Height
the new height. -
m_ScalingType
Resize.ScalingType m_ScalingType
the type of interpolation to perform. -
m_Width
double m_Width
the new width.
-
-
Class adams.data.image.transformer.Scripted extends AbstractScriptedTransformer implements Serializable
- serialVersionUID:
- 1304903578667689350L
-
Serialized Fields
-
m_Handler
AbstractScriptingHandler m_Handler
the scripting handler to use.
-
-
Class adams.data.image.transformer.SplitChannels extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Serialized Fields
-
m_Channels
Channel[] m_Channels
the channels to extract.
-
-
Class adams.data.image.transformer.SplitChannelsHSV extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Serialized Fields
-
m_Channels
HSVChannel[] m_Channels
the channels to extract.
-
-
Class adams.data.image.transformer.SplitChannelsYIQ extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Serialized Fields
-
m_Channels
YIQChannel[] m_Channels
the channels to extract.
-
-
Class adams.data.image.transformer.SplitChannelsYUV extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Serialized Fields
-
m_Channels
YUVChannel[] m_Channels
the channels to extract.
-
-
Class adams.data.image.transformer.SubImages extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Serialized Fields
-
m_Generator
AbstractSubImagesGenerator m_Generator
the subimages generator.
-
-
Class adams.data.image.transformer.SuppliedImageMask extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- -922292531841315436L
-
Serialized Fields
-
m_Down
boolean m_Down
If true, then pixels <= threshold are not masked and the others' alpha channel are set to 0 (made transparent). -
m_Mask
StorageName m_Mask
the image in internal storage. -
m_MaskMatrix
int[][] m_MaskMatrix
the mask image. -
m_Threshold
int m_Threshold
Threshold value used for binarization, specify -1 to automatically determine a threshold.
-
-
Class adams.data.image.transformer.ThresholdReplacement extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Serialized Fields
-
m_ReplacementColor
Color m_ReplacementColor
the replacement color. -
m_Threshold
int m_Threshold
the (grayscale) threshold to use. -
m_Type
ThresholdReplacement.ThresholdType m_Type
whether to remove below or above threshold.
-
-
Class adams.data.image.transformer.TrimapColorizer extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- 4183676541160281269L
-
Serialized Fields
-
m_ColorProvider
ColorProvider m_ColorProvider
the color provider for generating the colors.
-
-
Class adams.data.image.transformer.WhiteBalance extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Serialized Fields
-
m_Algorithm
AbstractWhiteBalanceAlgorithm m_Algorithm
the crop algorithm to use.
-
-
Class adams.data.image.transformer.XScreenMask extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- -922292531841315436L
-
Serialized Fields
-
m_Color
XScreenMaskHelper.Color m_Color
Color to be masked out. -
m_Down
boolean m_Down
If true, then pixels <= threshold are not masked and the others' alpha channel are set to 0 (made transparent). -
m_Threshold
int m_Threshold
Threshold value used for binarization, specify -1 to automatically determine a threshold.
-
-
-
Package adams.data.image.transformer.crop
-
Class adams.data.image.transformer.crop.AbstractCropAlgorithm extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 776508705083560079L
-
Class adams.data.image.transformer.crop.BinaryCrop extends AbstractCropAlgorithm implements Serializable
- serialVersionUID:
- -696539737461589970L
-
Serialized Fields
-
m_ImageTransformer
AbstractBufferedImageTransformer m_ImageTransformer
the image transformer to apply to the image before cropping. -
m_Invert
boolean m_Invert
whether to invert the check (ie look for black rectangle). -
m_NumCheckPoints
int m_NumCheckPoints
the number of checkpoints to use for determining minimum rectangle.
-
-
Class adams.data.image.transformer.crop.CropBackground extends AbstractCropAlgorithm implements Serializable
- serialVersionUID:
- -696539737461589970L
-
Serialized Fields
-
m_Anchor
ImageAnchor m_Anchor
where to pick the background color.
-
-
Class adams.data.image.transformer.crop.NoCrop extends AbstractCropAlgorithm implements Serializable
- serialVersionUID:
- -696539737461589970L
-
Class adams.data.image.transformer.crop.RectangleCrop extends AbstractCropAlgorithm implements Serializable
- serialVersionUID:
- -696539737461589970L
-
Class adams.data.image.transformer.crop.RelativeCrop extends AbstractCropAlgorithm implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Serialized Fields
-
m_Anchor
ImageAnchor m_Anchor
where to anchor the position on the rectangle. -
m_Height
double m_Height
the height of the crop rectangle. -
m_UseAnchorAtPos
boolean m_UseAnchorAtPos
whether to use the anchor at the specified to position rather than using image. -
m_Width
double m_Width
the width of the crop rectangle. -
m_X
double m_X
the X position of the crop rectangle. -
m_Y
double m_Y
the Y position of the crop rectangle.
-
-
Class adams.data.image.transformer.crop.SimpleCrop extends AbstractCropAlgorithm implements Serializable
- serialVersionUID:
- -696539737461589970L
-
Serialized Fields
-
m_Bottom
int m_Bottom
the y of the bottom-right corner. -
m_Height
int m_Height
the height of the window. -
m_Left
int m_Left
the x of the top-left corner. -
m_Right
int m_Right
the x of the bottom-right corner. -
m_Top
int m_Top
the y of the top-left corner. -
m_Width
int m_Width
the width of the window.
-
-
Class adams.data.image.transformer.crop.ThresholdedCrop extends AbstractCropAlgorithm implements Serializable
- serialVersionUID:
- -696539737461589970L
-
Serialized Fields
-
m_NoiseLevel
double m_NoiseLevel
the noise level in percent (0-1).
-
-
-
Package adams.data.image.transformer.subimages
-
Class adams.data.image.transformer.subimages.AbstractSubImagesGenerator extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 2258244755943306047L
-
Serialized Fields
-
m_FixInvalid
boolean m_FixInvalid
whether to fix the shapes of partial hits. -
m_Partial
boolean m_Partial
whether to include partial hits. -
m_Prefix
String m_Prefix
the prefix to use when generating a report.
-
-
Class adams.data.image.transformer.subimages.Grid extends AbstractSubImagesGenerator implements Serializable
- serialVersionUID:
- 2488185528644078539L
-
Serialized Fields
-
m_NumCols
int m_NumCols
the number of columns to use. -
m_NumRows
int m_NumRows
the number of rows to use. -
m_OverlapX
int m_OverlapX
the overlap on the x axis. -
m_OverlapY
int m_OverlapY
the overlap on the y axis.
-
-
Class adams.data.image.transformer.subimages.LabeledRegions extends AbstractSubImagesGenerator implements Serializable
- serialVersionUID:
- 2488185528644078539L
-
Serialized Fields
-
m_LabelKey
String m_LabelKey
the meta-data key for the label. -
m_OneBasedCoords
boolean m_OneBasedCoords
whether the regions are 1-based or 0-based. -
m_Regions
LabeledRectangle[] m_Regions
the regions to use.
-
-
Class adams.data.image.transformer.subimages.Objects extends AbstractSubImagesGenerator implements Serializable
- serialVersionUID:
- 2488185528644078539L
-
Serialized Fields
-
m_Finder
ObjectFinder m_Finder
the object finder to use.
-
-
Class adams.data.image.transformer.subimages.PassThrough extends AbstractSubImagesGenerator implements Serializable
- serialVersionUID:
- -2752350477173134757L
-
Class adams.data.image.transformer.subimages.Regions extends AbstractSubImagesGenerator implements Serializable
- serialVersionUID:
- 2488185528644078539L
-
Serialized Fields
-
m_OneBasedCoords
boolean m_OneBasedCoords
whether the regions are 1-based or 0-based. -
m_Regions
BaseRectangle[] m_Regions
the regions to use.
-
-
-
Package adams.data.image.transformer.whitebalance
-
Class adams.data.image.transformer.whitebalance.AbstractWhiteBalanceAlgorithm extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 776508705083560079L
-
Class adams.data.image.transformer.whitebalance.GIMP extends AbstractWhiteBalanceAlgorithm implements Serializable
- serialVersionUID:
- -867061196522097584L
-
Serialized Fields
-
m_Threshold
double m_Threshold
the threshold below which pixels get discarded.
-
-
Class adams.data.image.transformer.whitebalance.GrayWorld extends AbstractWhiteBalanceAlgorithm implements Serializable
- serialVersionUID:
- -696539737461589970L
-
Class adams.data.image.transformer.whitebalance.NoBalance extends AbstractWhiteBalanceAlgorithm implements Serializable
- serialVersionUID:
- -696539737461589970L
-
Class adams.data.image.transformer.whitebalance.WhitePatch extends AbstractWhiteBalanceAlgorithm implements Serializable
- serialVersionUID:
- -867061196522097584L
-
-
Package adams.data.imagefilter
-
Class adams.data.imagefilter.AbstractImageFilterProvider extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 2092237222859238898L
-
Class adams.data.imagefilter.GrayFilterProvider extends AbstractImageFilterProvider implements Serializable
- serialVersionUID:
- -370613834879391406L
-
Serialized Fields
-
m_BrightenPixels
boolean m_BrightenPixels
whether to brighten the pixels. -
m_GrayPercentage
int m_GrayPercentage
the gray percentage.
-
-
Class adams.data.imagefilter.KeepOnlyColors extends AbstractImageFilterProvider implements Serializable
- serialVersionUID:
- -151175675073048859L
-
Class adams.data.imagefilter.TransparentBackground extends AbstractImageFilterProvider implements Serializable
- serialVersionUID:
- -151175675073048859L
-
-
Package adams.data.imagesegmentation.filter
-
Class adams.data.imagesegmentation.filter.AbstractImageSegmentationContainerFilter extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 3781202843152967644L
-
Class adams.data.imagesegmentation.filter.Draw extends AbstractImageSegmentationContainerFilter implements Serializable
- serialVersionUID:
- 91438576971072522L
-
Serialized Fields
-
m_Alpha
float m_Alpha
the alpha value to use. -
m_LayerColorMappings
BaseKeyValuePair[] m_LayerColorMappings
the layer/color mappings.
-
-
Class adams.data.imagesegmentation.filter.MergeLayers extends AbstractImageSegmentationContainerFilter implements Serializable
- serialVersionUID:
- -8231656612700614421L
-
Serialized Fields
-
m_DeleteOldLayers
boolean m_DeleteOldLayers
whether to delete the layers used for merging. -
m_LayersToMerge
BaseString[] m_LayersToMerge
the layers to merge. -
m_NewLayer
String m_NewLayer
the new layer to generate.
-
-
Class adams.data.imagesegmentation.filter.MultiFilter extends AbstractImageSegmentationContainerFilter implements Serializable
- serialVersionUID:
- -6559340258634055902L
-
Serialized Fields
-
m_Filters
AbstractImageSegmentationContainerFilter[] m_Filters
the base filters.
-
-
Class adams.data.imagesegmentation.filter.PassThrough extends AbstractImageSegmentationContainerFilter implements Serializable
- serialVersionUID:
- -6559340258634055902L
-
Class adams.data.imagesegmentation.filter.RemoveOverlaps extends AbstractImageSegmentationContainerFilter implements Serializable
- serialVersionUID:
- -6559340258634055902L
-
Serialized Fields
-
m_Order
AbstractImageSegmentationContainerLayerOrder m_Order
how to order the layers.
-
-
-
Package adams.data.imagesegmentation.layerorder
-
Class adams.data.imagesegmentation.layerorder.AbstractImageSegmentationContainerLayerOrder extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 6786494515827769804L
-
Class adams.data.imagesegmentation.layerorder.AsIs extends AbstractImageSegmentationContainerLayerOrder implements Serializable
- serialVersionUID:
- -2366275466947298671L
-
Class adams.data.imagesegmentation.layerorder.Predefined extends AbstractImageSegmentationContainerLayerOrder implements Serializable
- serialVersionUID:
- -2366275466947298671L
-
Serialized Fields
-
m_Layers
BaseString[] m_Layers
the predefined layer order.
-
-
Class adams.data.imagesegmentation.layerorder.Sorted extends AbstractImageSegmentationContainerLayerOrder implements Serializable
- serialVersionUID:
- -2366275466947298671L
-
-
Package adams.data.imagesegmentation.operation
-
Class adams.data.imagesegmentation.operation.AbstractImageSegmentationContainerOperation extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 1185449853784824033L
-
Class adams.data.imagesegmentation.operation.CompareAnnotationWithPrediction extends AbstractImageSegmentationContainerOperation implements Serializable
- serialVersionUID:
- 5451678654384977453L
-
Serialized Fields
-
m_BackgroundColor
Color m_BackgroundColor
the background color to use. -
m_ColorAdditional
Color m_ColorAdditional
the color for additional predictions. -
m_ColorMissed
Color m_ColorMissed
the color for missed annotations. -
m_ColorOverlap
Color m_ColorOverlap
the color for correct overlaps. -
m_Labels
BaseString[] m_Labels
the labels to analyze (all if none specified).
-
-
Class adams.data.imagesegmentation.operation.ConfusionMatrix extends AbstractImageSegmentationContainerOperation implements Serializable
- serialVersionUID:
- 5451678654384977453L
-
Serialized Fields
-
m_ActualPrefix
String m_ActualPrefix
the optional prefix for the actual labels. -
m_Labels
BaseString[] m_Labels
the label to use instead of automatically determining. -
m_MatrixValues
ConfusionMatrix.MatrixValues m_MatrixValues
what values to generate. -
m_PredictedPrefix
String m_PredictedPrefix
the optional prefix for the predicted labels. -
m_UnlabeledText
String m_UnlabeledText
the unlabeled text to use.
-
-
Class adams.data.imagesegmentation.operation.CountPixels extends AbstractImageSegmentationContainerOperation implements Serializable
- serialVersionUID:
- 5451678654384977453L
-
Class adams.data.imagesegmentation.operation.EvaluatePrediction extends AbstractImageSegmentationContainerOperation implements Serializable
- serialVersionUID:
- 5451678654384977453L
-
Serialized Fields
-
m_AddMisclassification
boolean m_AddMisclassification
whether to add misclassification information.
-
-
Class adams.data.imagesegmentation.operation.PassThrough extends AbstractImageSegmentationContainerOperation implements Serializable
- serialVersionUID:
- 5451678654384977453L
-
Class adams.data.imagesegmentation.operation.SimpleOverlay extends AbstractImageSegmentationContainerOperation implements Serializable
- serialVersionUID:
- 1742854771007616833L
-
Serialized Fields
-
m_Alpha
int m_Alpha
the alpha value to use for the overlay (0: transparent, 255: opaque). -
m_BackgroundColor
Color m_BackgroundColor
the background color to use when not using the base image. -
m_ColorProvider
ColorProvider m_ColorProvider
the color provider for generating the colors. -
m_IncludeBaseImage
boolean m_IncludeBaseImage
whether to include the base image. -
m_Layers
BaseString[] m_Layers
the layers to use.
-
-
-
Package adams.data.imagesharpness
-
Class adams.data.imagesharpness.AbstractImageSharpness extends AbstractOptionHandler implements Serializable
-
Class adams.data.imagesharpness.Dummy extends AbstractImageSharpness implements Serializable
-
-
Package adams.data.indexedsplits
-
Class adams.data.indexedsplits.AbstractIndexedSplitsRunsCompatibility extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -7790713819190384379L
-
Serialized Fields
-
m_Lenient
boolean m_Lenient
whether to be lenient.
-
-
Class adams.data.indexedsplits.IndexedSplit extends LoggingObject implements Serializable
- serialVersionUID:
- -5715920089798537036L
-
Serialized Fields
-
m_ID
int m_ID
the id of the of this split. -
m_Indices
Map<String,SplitIndices> m_Indices
the splits.
-
-
Class adams.data.indexedsplits.IndexedSplits extends ArrayList<IndexedSplit> implements Serializable
- serialVersionUID:
- 2038127012987944539L
-
Class adams.data.indexedsplits.IndexedSplitsRun extends LoggingObject implements Serializable
- serialVersionUID:
- 2961289043024002739L
-
Serialized Fields
-
m_ID
int m_ID
the run ID. -
m_Splits
IndexedSplits m_Splits
the splits.
-
-
Class adams.data.indexedsplits.IndexedSplitsRuns extends ArrayList<IndexedSplitsRun> implements Serializable
- serialVersionUID:
- -7149163938744310061L
-
Serialized Fields
-
m_MetaData
MetaData m_MetaData
the meta-data.
-
-
Class adams.data.indexedsplits.InstancesIndexedSplitsRunsCompatibility extends AbstractIndexedSplitsRunsCompatibility implements Serializable
- serialVersionUID:
- -5319544776172513377L
-
Class adams.data.indexedsplits.MetaData extends HashMap<String,Object> implements Serializable
- serialVersionUID:
- 3534089057338513027L
-
Class adams.data.indexedsplits.SplitIndices extends LoggingObject implements Serializable
- serialVersionUID:
- 7768427666356815978L
-
Serialized Fields
-
m_Indices
gnu.trove.list.TIntList m_Indices
the indices. -
m_Name
String m_Name
the name.
-
-
-
Package adams.data.instance
-
Class adams.data.instance.Instance extends AbstractDataContainer<InstancePoint> implements Serializable
- serialVersionUID:
- 8553741559715144356L
-
Class adams.data.instance.InstancePoint extends AbstractDataPoint implements Serializable
- serialVersionUID:
- -8737532674253304044L
-
Class adams.data.instance.InstancePointComparator extends DataPointComparator implements Serializable
- serialVersionUID:
- 2862272335441705521L
-
Serialized Fields
-
m_UseY
boolean m_UseY
whether to compare Y or X.
-
-
Class adams.data.instance.WekaInstanceContainer extends AbstractSimpleContainer<weka.core.Instance> implements Serializable
- serialVersionUID:
- -6461878118927918040L
-
-
Package adams.data.instances
-
Class adams.data.instances.AbstractInstanceGenerator extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 5543015283566767256L
-
Serialized Fields
-
m_AddDatabaseID
boolean m_AddDatabaseID
whether to add the database ID. -
m_DatabaseConnection
AbstractDatabaseConnection m_DatabaseConnection
the database connection. -
m_Offline
boolean m_Offline
whether to operate in offline mode. -
m_OutputHeader
weka.core.Instances m_OutputHeader
the generated header. -
m_TolerateHeaderChanges
boolean m_TolerateHeaderChanges
whether to tolerate header changes.
-
-
Class adams.data.instances.InstanceComparator extends Object implements Serializable
- serialVersionUID:
- 7477661638560986045L
-
Serialized Fields
-
m_Ascending
boolean[] m_Ascending
whether to sort ascending or descending. -
m_Indices
int[] m_Indices
the column indices to use in the comparison.
-
-
-
Package adams.data.instancesanalysis
-
Class adams.data.instancesanalysis.AbstractInstancesAnalysis extends AbstractAnalysis<weka.core.Instances> implements Serializable
- serialVersionUID:
- -5262468901500523353L
-
Class adams.data.instancesanalysis.FastICA extends AbstractInstancesAnalysis implements Serializable
- serialVersionUID:
- 7150143741822676345L
-
Serialized Fields
-
m_AttributeRange
WekaAttributeRange m_AttributeRange
the range of attributes to work. -
m_Components
SpreadSheet m_Components
the components. -
m_ICA
com.github.waikatodatamining.matrix.algorithm.ica.FastICA m_ICA
the Fast ICA analysis to use. -
m_Sources
SpreadSheet m_Sources
the sources.
-
-
Class adams.data.instancesanalysis.PCA extends AbstractInstancesAnalysis implements Serializable
- serialVersionUID:
- 7150143741822676345L
-
Serialized Fields
-
m_AttributeRange
WekaAttributeRange m_AttributeRange
the range of attributes to work. -
m_Kept
ArrayList<Integer> m_Kept
the indices of the kept attributes. -
m_Loadings
SpreadSheet m_Loadings
the loadings. -
m_MaxAttributeNames
int m_MaxAttributeNames
the maximum number of attribute names. -
m_MaxAttributes
int m_MaxAttributes
the maximum number of attributes. -
m_NumAttributes
int m_NumAttributes
the number of attributes in the data (excl class). -
m_Scores
SpreadSheet m_Scores
the scores. -
m_SkipNominal
boolean m_SkipNominal
whether to skip nominal attributes (and not apply NominalToBinary). -
m_Supported
gnu.trove.list.TIntList m_Supported
the supported attributes. -
m_Unsupported
gnu.trove.list.TIntList m_Unsupported
the unsupported attributes. -
m_Variance
double m_Variance
the variance to cover.
-
-
Class adams.data.instancesanalysis.PLS extends AbstractInstancesAnalysis implements Serializable
- serialVersionUID:
- 7150143741822676345L
-
Serialized Fields
-
m_Algorithm
AbstractPLS m_Algorithm
the algorithm to use. -
m_AttributeRange
WekaAttributeRange m_AttributeRange
the range of attributes to work. -
m_Loadings
SpreadSheet m_Loadings
the loadings. -
m_Scores
SpreadSheet m_Scores
the scores.
-
-
-
Package adams.data.instancesanalysis.pls
-
Class adams.data.instancesanalysis.pls.AbstractMultiClassPLS extends AbstractPLS implements Serializable
- serialVersionUID:
- 5649007256147616278L
-
Serialized Fields
-
m_ClassAttributeIndices
gnu.trove.list.TIntList m_ClassAttributeIndices
the class attribute indices. -
m_ClassAttributes
BaseRegExp m_ClassAttributes
the regular expression for identifying class attributes (besides an explicitly set one). -
m_ClassMean
Map<Integer,Double> m_ClassMean
the class mean. -
m_ClassStdDev
Map<Integer,Double> m_ClassStdDev
the class stddev. -
m_Filter
weka.filters.Filter m_Filter
for centering the data -
m_Missing
weka.filters.Filter m_Missing
for replacing missing values
-
-
Class adams.data.instancesanalysis.pls.AbstractPLS extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -2619191840396410446L
-
Serialized Fields
-
m_Initialized
boolean m_Initialized
whether the scheme has been initialized. -
m_NumComponents
int m_NumComponents
the maximum number of components to generate -
m_OutputFormat
weka.core.Instances m_OutputFormat
the output format. -
m_PredictionType
PredictionType m_PredictionType
the prediction type to perform. -
m_PreprocessingType
PreprocessingType m_PreprocessingType
the preprocessing type to perform. -
m_ReplaceMissing
boolean m_ReplaceMissing
whether to replace missing values
-
-
Class adams.data.instancesanalysis.pls.AbstractSingleClassPLS extends AbstractPLS implements Serializable
- serialVersionUID:
- 5649007256147616278L
-
Serialized Fields
-
m_ClassMean
double m_ClassMean
the class mean. -
m_ClassStdDev
double m_ClassStdDev
the class stddev. -
m_Filter
weka.filters.Filter m_Filter
for centering the data -
m_Missing
weka.filters.Filter m_Missing
for replacing missing values
-
-
Class adams.data.instancesanalysis.pls.DIPLS extends AbstractSingleClassPLS implements Serializable
- serialVersionUID:
- -1605633160253194760L
-
Serialized Fields
-
m_DIPLS
com.github.waikatodatamining.matrix.algorithm.pls.DIPLS m_DIPLS
the actual algorithm. -
m_Lambda
double m_Lambda
lambda
-
-
Class adams.data.instancesanalysis.pls.KernelPLS extends AbstractMultiClassPLS implements Serializable
- serialVersionUID:
- 3943381091993382352L
-
Serialized Fields
-
m_Kernel
com.github.waikatodatamining.matrix.transformation.kernel.AbstractKernel m_Kernel
the kernel to use. -
m_KernelPLS
com.github.waikatodatamining.matrix.algorithm.pls.KernelPLS m_KernelPLS
the actual algorithm. -
m_MaxIter
int m_MaxIter
Inner NIPALS loop maximum number of iterations -
m_Tol
double m_Tol
Inner NIPALS loop improvement tolerance
-
-
Class adams.data.instancesanalysis.pls.NIPALS extends AbstractSingleClassPLS implements Serializable
- serialVersionUID:
- -1605633160253194760L
-
Serialized Fields
-
m_DeflationMode
com.github.waikatodatamining.matrix.algorithm.pls.NIPALS.DeflationMode m_DeflationMode
X and Y deflation Mode -
m_MaxIter
int m_MaxIter
Inner NIPALS loop maximum number of iterations -
m_NIPALS
com.github.waikatodatamining.matrix.algorithm.pls.NIPALS m_NIPALS
the actual algorithm. -
m_NormYWeights
boolean m_NormYWeights
Flag to normalize Y weights -
m_Tol
double m_Tol
Inner NIPALS loop improvement tolerance
-
-
Class adams.data.instancesanalysis.pls.OPLS extends AbstractSingleClassPLS implements Serializable
- serialVersionUID:
- -1605633160253194760L
-
Serialized Fields
-
m_Base
com.github.waikatodatamining.matrix.algorithm.pls.AbstractPLS m_Base
the base PLS algorithm. -
m_OPLS
com.github.waikatodatamining.matrix.algorithm.pls.OPLS m_OPLS
the actual algorithm.
-
-
Class adams.data.instancesanalysis.pls.PLS1 extends AbstractSingleClassPLS implements Serializable
- serialVersionUID:
- -2148100447010845646L
-
Serialized Fields
-
m_b_hat
weka.core.matrix.Matrix m_b_hat
the b-hat vector -
m_P
weka.core.matrix.Matrix m_P
the P matrix -
m_r_hat
weka.core.matrix.Matrix m_r_hat
the regression vector "r-hat" -
m_W
weka.core.matrix.Matrix m_W
the W matrix
-
-
Class adams.data.instancesanalysis.pls.PRM extends AbstractSingleClassPLS implements Serializable
- serialVersionUID:
- -1605633160253194760L
-
Serialized Fields
-
m_C
double m_C
Tuning parameter. -
m_MaxIter
int m_MaxIter
Inner loop maximum number of iterations -
m_NumSimplsCoefficients
int m_NumSimplsCoefficients
the number of SIMPLS coefficients. -
m_PRM
com.github.waikatodatamining.matrix.algorithm.pls.PRM m_PRM
the actual algorithm. -
m_Tol
double m_Tol
Inner loop improvement tolerance
-
-
Class adams.data.instancesanalysis.pls.SIMPLS extends AbstractSingleClassPLS implements Serializable
- serialVersionUID:
- -2148100447010845646L
-
Serialized Fields
-
m_B
weka.core.matrix.Matrix m_B
the B matrix (used for prediction) -
m_NumCoefficients
int m_NumCoefficients
the number of coefficients in W to keep (0 keep all). -
m_W
weka.core.matrix.Matrix m_W
the W matrix
-
-
Class adams.data.instancesanalysis.pls.SparsePLS extends AbstractSingleClassPLS implements Serializable
- serialVersionUID:
- -1605633160253194760L
-
Serialized Fields
-
m_Lambda
double m_Lambda
Sparsity parameter. Determines sparseness. -
m_MaxIter
int m_MaxIter
Inner NIPALS loop maximum number of iterations -
m_SparsePLS
com.github.waikatodatamining.matrix.algorithm.pls.SparsePLS m_SparsePLS
the actual algorithm. -
m_Tol
double m_Tol
Inner NIPALS loop improvement tolerance
-
-
Class adams.data.instancesanalysis.pls.VCPLS extends AbstractSingleClassPLS implements Serializable
- serialVersionUID:
- -1605633160253194760L
-
Serialized Fields
-
m_Lambda
double m_Lambda
the lambda value. -
m_VCPLS
com.github.waikatodatamining.matrix.algorithm.pls.VCPLS m_VCPLS
the actual algorithm.
-
-
-
Package adams.data.io.input
-
Class adams.data.io.input.AbstractAdamsExperimentReader extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 4625713362723567006L
-
Class adams.data.io.input.AbstractCompressedTextReader extends AbstractTextReader implements Serializable
- serialVersionUID:
- -7256819627812267170L
-
Serialized Fields
-
m_TextReader
AbstractTextReader m_TextReader
the reader for reading the decompressed content.
-
-
Class adams.data.io.input.AbstractCustomPNGAnnotationImageSegmentationReader extends AbstractPNGAnnotationImageSegmentationReader implements Serializable
- serialVersionUID:
- -5567473437385041915L
-
Serialized Fields
-
m_Reader
ImageReader m_Reader
the image reader for the PNG.
-
-
Class adams.data.io.input.AbstractDataContainerReader extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -4690065186988048507L
-
Serialized Fields
-
m_CreateDummyReport
boolean m_CreateDummyReport
whether to create a dumy report if none is present. -
m_Input
PlaceholderFile m_Input
the file to parse. -
m_InputIsFile
boolean m_InputIsFile
indicates whether the input has to be a file (= default) or directory. -
m_Processed
boolean m_Processed
indicates whether the data has been processed. -
m_ReadData
List<T extends DataContainer> m_ReadData
the data containers that have been read.
-
-
Class adams.data.io.input.AbstractEmailFileReader extends AbstractEmailReader implements Serializable
- serialVersionUID:
- -815445698354646307L
-
Serialized Fields
-
m_Input
PlaceholderFile m_Input
the file to read the email from.
-
-
Class adams.data.io.input.AbstractEmailReader extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -9737701248226890L
-
Class adams.data.io.input.AbstractExcelSpreadSheetReader extends AbstractMultiSheetSpreadSheetReaderWithMissingValueSupport<T extends Range> implements Serializable
- serialVersionUID:
- 4755872204697328246L
-
Serialized Fields
-
m_AutoExtendHeader
boolean m_AutoExtendHeader
whether to automatically extend the header if rows have more cells than header. -
m_CustomColumnHeaders
String m_CustomColumnHeaders
the comma-separated list of column header names. -
m_FirstRow
int m_FirstRow
the first row to retrieve (1-based). -
m_NoHeader
boolean m_NoHeader
whether the file has a header or not. -
m_NumRows
int m_NumRows
the number of rows to retrieve (less than 1 = unlimited). -
m_TextColumns
Range m_TextColumns
the range of columns to force to be text.
-
-
Class adams.data.io.input.AbstractFlowReader extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 4828477005893179066L
-
Serialized Fields
-
m_Errors
MessageCollection m_Errors
for storing errors. -
m_Quiet
boolean m_Quiet
whether to suppress logging output. -
m_Warnings
MessageCollection m_Warnings
for storing warnings.
-
-
Class adams.data.io.input.AbstractImageReader extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 2069846153567151035L
-
Class adams.data.io.input.AbstractImageSegmentationAnnotationReader extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -2475426542124421777L
-
Class adams.data.io.input.AbstractIndexedSplitsRunsReader extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -8633292996589233838L
-
Class adams.data.io.input.AbstractMultiSheetSpreadSheetReader extends AbstractSpreadSheetReader implements Serializable
- serialVersionUID:
- -7995524981221985397L
-
Class adams.data.io.input.AbstractMultiSheetSpreadSheetReaderWithMissingValueSupport extends AbstractMultiSheetSpreadSheetReader<T extends Range> implements Serializable
- serialVersionUID:
- 8681736902001611911L
-
Serialized Fields
-
m_MissingValue
BaseRegExp m_MissingValue
The placeholder for missing values.
-
-
Class adams.data.io.input.AbstractNestedFlowReader extends AbstractFlowReader implements Serializable
- serialVersionUID:
- 8278421715981535356L
-
Class adams.data.io.input.AbstractObjectReader extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 2069846153567151035L
-
Class adams.data.io.input.AbstractParameterMapReader extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -2116714163958424681L
-
Class adams.data.io.input.AbstractPNGAnnotationImageSegmentationReader extends AbstractImageSegmentationAnnotationReader implements Serializable
- serialVersionUID:
- -5567473437385041915L
-
Serialized Fields
-
m_LayerNames
BaseString[] m_LayerNames
the layer names. -
m_Lenient
boolean m_Lenient
whether to be lenient. -
m_SkipFirstLayer
boolean m_SkipFirstLayer
whether to skip the first layer (usually background).
-
-
Class adams.data.io.input.AbstractReportReader extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -630224132021076920L
-
Serialized Fields
-
m_Input
PlaceholderFile m_Input
the file to parse. -
m_Stopped
boolean m_Stopped
whether the reader got stopped.
-
-
Class adams.data.io.input.AbstractSimpleCSVReportReader extends AbstractReportReader<T extends Report> implements Serializable
- serialVersionUID:
- 8997935127278404969L
-
Class adams.data.io.input.AbstractSimpleJsonReportReader extends AbstractReportReader<T extends Report> implements Serializable
- serialVersionUID:
- 8997935127278404969L
-
Class adams.data.io.input.AbstractSimpleReportReader extends AbstractReportReader<T extends Report> implements Serializable
- serialVersionUID:
- -196559365684130179L
-
Class adams.data.io.input.AbstractSpreadSheetReader extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 4828477005893179066L
-
Serialized Fields
-
m_DataRowType
DataRow m_DataRowType
the data row type to use. -
m_Encoding
BaseCharset m_Encoding
the encoding to use. -
m_LastError
String m_LastError
the last error that occurred. -
m_SpreadSheetType
SpreadSheet m_SpreadSheetType
the type of spreadsheet to use. -
m_Stopped
boolean m_Stopped
whether the read process was stopped through an external source.
-
-
Class adams.data.io.input.AbstractSpreadSheetReaderWithMissingValueSupport extends AbstractSpreadSheetReader implements Serializable
- serialVersionUID:
- 8681736902001611911L
-
Serialized Fields
-
m_MissingValue
BaseRegExp m_MissingValue
The placeholder for missing values.
-
-
Class adams.data.io.input.AbstractTextReader extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 1002106529556316198L
-
Serialized Fields
-
m_Stream
InputStream m_Stream
the stream in use.
-
-
Class adams.data.io.input.AbstractTextReaderWithEncoding extends AbstractTextReader<T> implements Serializable
- serialVersionUID:
- 5751028237392590857L
-
Serialized Fields
-
m_Encoding
BaseCharset m_Encoding
the encoding to use.
-
-
Class adams.data.io.input.AbstractTimeseriesReader extends AbstractDataContainerReader<Timeseries> implements Serializable
- serialVersionUID:
- -3384980618158494184L
-
Class adams.data.io.input.AbstractWekaSpreadSheetReader extends AbstractSpreadSheetReader implements Serializable
- serialVersionUID:
- -8635190668122194492L
-
Serialized Fields
-
m_Loader
weka.core.converters.AbstractFileLoader m_Loader
the file loader to use.
-
-
Class adams.data.io.input.AccessSpreadSheetReader extends AbstractSpreadSheetReader implements Serializable
- serialVersionUID:
- 1822931227110464391L
-
Serialized Fields
-
m_ChunkSize
int m_ChunkSize
the chunk size to use. -
m_FirstRow
int m_FirstRow
the first row to retrieve (1-based). -
m_NumRows
int m_NumRows
the number of rows to retrieve (less than 1 = unlimited). -
m_Reader
AccessSpreadSheetReader.ChunkReader m_Reader
the reader. -
m_Table
String m_Table
the table to read.
-
-
Class adams.data.io.input.AccessSpreadSheetReader.ChunkReader extends Object implements Serializable
-
Serialized Fields
-
m_ChunkSize
int m_ChunkSize
the chunk size. -
m_FirstRow
int m_FirstRow
the first row to retrieve (1-based). -
m_Header
SpreadSheet m_Header
the header. -
m_NumRows
int m_NumRows
the number of rows to retrieve (less than 1 = unlimited). -
m_Owner
AccessSpreadSheetReader m_Owner
the owning reader. -
m_RowCount
int m_RowCount
the rows read so far. -
m_Table
com.healthmarketscience.jackcess.Table m_Table
the table in use.
-
-
-
Class adams.data.io.input.ApacheCommonsImageReader extends AbstractImageReader<BufferedImageContainer> implements Serializable
- serialVersionUID:
- 5347100846354068540L
-
Class adams.data.io.input.ArffSpreadSheetReader extends AbstractWekaSpreadSheetReader implements Serializable
- serialVersionUID:
- 4421664099462099419L
-
Class adams.data.io.input.AutoWidthTabularSpreadSheetReader extends AbstractSpreadSheetReaderWithMissingValueSupport implements Serializable
- serialVersionUID:
- 7625761549460086503L
-
Serialized Fields
-
m_DateTimeColumns
Range m_DateTimeColumns
the columns to treat as date/time. -
m_DateTimeFormat
DateFormatString m_DateTimeFormat
the format string for the date/times. -
m_DateTimeLenient
boolean m_DateTimeLenient
whether date/time parsing is lenient. -
m_DateTimeType
BasicDateTimeType m_DateTimeType
the type of date/time. -
m_Locale
Locale m_Locale
the locale to use. -
m_MinSpaces
int m_MinSpaces
the minimum number of spaces between columns. -
m_TextColumns
Range m_TextColumns
the columns to treat as text. -
m_TimeZone
TimeZone m_TimeZone
the timezone to use. -
m_Trim
boolean m_Trim
whether to trim the cells.
-
-
Class adams.data.io.input.BlueChannelImageSegmentationReader extends AbstractCustomPNGAnnotationImageSegmentationReader implements Serializable
- serialVersionUID:
- -5567473437385041915L
-
Class adams.data.io.input.BoofCVImageReader extends AbstractImageReader<BoofCVImageContainer> implements Serializable
- serialVersionUID:
- 5347100846354068540L
-
Serialized Fields
-
m_FormatExtensions
String[] m_FormatExtensions
the format extensions.
-
-
Class adams.data.io.input.Bzip2TextFileReader extends AbstractCompressedTextReader implements Serializable
- serialVersionUID:
- 35626483638973054L
-
Class adams.data.io.input.CocoAnnotationsReportReader extends AbstractReportReader<Report> implements Serializable
- serialVersionUID:
- 5716807404370681434L
-
Class adams.data.io.input.CommandlineReader extends AbstractObjectReader implements Serializable
- serialVersionUID:
- -5427726959059688884L
-
Class adams.data.io.input.CsvSpreadSheetReader extends AbstractSpreadSheetReaderWithMissingValueSupport implements Serializable
- serialVersionUID:
- 4461796269354230002L
-
Serialized Fields
-
m_ChunkSize
int m_ChunkSize
the chunk size to use. -
m_Comment
String m_Comment
the line comment. -
m_CustomColumnHeaders
String m_CustomColumnHeaders
the comma-separated list of column header names. -
m_DateColumns
Range m_DateColumns
the columns to treat as date. -
m_DateFormat
DateFormatString m_DateFormat
the format string for the dates. -
m_DateLenient
boolean m_DateLenient
whether date parsing is lenient. -
m_DateTimeColumns
Range m_DateTimeColumns
the columns to treat as date/time. -
m_DateTimeFormat
DateFormatString m_DateTimeFormat
the format string for the date/times. -
m_DateTimeLenient
boolean m_DateTimeLenient
whether date/time parsing is lenient. -
m_DateTimeMsecColumns
Range m_DateTimeMsecColumns
the columns to treat as date/time msec. -
m_DateTimeMsecFormat
DateFormatString m_DateTimeMsecFormat
the format string for the date/times. -
m_DateTimeMsecLenient
boolean m_DateTimeMsecLenient
whether date/time msec parsing is lenient. -
m_FirstRow
int m_FirstRow
the first row to retrieve (1-based). -
m_Locale
Locale m_Locale
the locale to use. -
m_NoHeader
boolean m_NoHeader
whether the file has a header or not. -
m_NumRows
int m_NumRows
the number of rows to retrieve (less than 1 = unlimited). -
m_NumRowsColumnTypeDiscovery
int m_NumRowsColumnTypeDiscovery
the number of rows to use for automatic discovery of column types (0 = off). -
m_ParseFormulas
boolean m_ParseFormulas
whether to parse formulas. -
m_QuoteCharacter
String m_QuoteCharacter
the quote character. -
m_Reader
CsvSpreadSheetReader.ChunkReader m_Reader
for reading the actual data. -
m_Separator
String m_Separator
the column separator. -
m_SkipDifferingRows
boolean m_SkipDifferingRows
whether to drop rows with too few or too many cells. -
m_SkipNumRows
int m_SkipNumRows
the number of initial rows to skip. -
m_TextColumns
Range m_TextColumns
the columns to treat as text. -
m_TimeColumns
Range m_TimeColumns
the columns to treat as time. -
m_TimeFormat
DateFormatString m_TimeFormat
the format string for the times. -
m_TimeLenient
boolean m_TimeLenient
whether time parsing is lenient. -
m_TimeMsecColumns
Range m_TimeMsecColumns
the columns to treat as time/msec. -
m_TimeMsecFormat
DateFormatString m_TimeMsecFormat
the format string for the times/msec. -
m_TimeMsecLenient
boolean m_TimeMsecLenient
whether time/msec parsing is lenient. -
m_TimeZone
TimeZone m_TimeZone
the timezone to use. -
m_Trim
boolean m_Trim
whether to trim the cells.
-
-
Class adams.data.io.input.CsvSpreadSheetReader.ChunkReader extends Object implements Serializable
- serialVersionUID:
- 26915431591885853L
-
Serialized Fields
-
m_AutoTypes
Cell.ContentType[] m_AutoTypes
the automatically determined column types. -
m_ChunkSize
int m_ChunkSize
the chunk size. -
m_Comment
String m_Comment
the comment string. -
m_DateCols
gnu.trove.set.hash.TIntHashSet m_DateCols
the date column indices. -
m_DateFormat
DateFormat m_DateFormat
the date format. -
m_DateTimeCols
gnu.trove.set.hash.TIntHashSet m_DateTimeCols
the date/time column indices. -
m_DateTimeFormat
DateFormat m_DateTimeFormat
the date/time format. -
m_DateTimeMsecCols
gnu.trove.set.hash.TIntHashSet m_DateTimeMsecCols
the date/time msec column indices. -
m_DateTimeMsecFormat
DateFormat m_DateTimeMsecFormat
the date/time msec format. -
m_FirstRow
int m_FirstRow
the first row to retrieve (1-based). -
m_HasDateCols
boolean m_HasDateCols
whether any date columns are defined. -
m_HasDateTimeCols
boolean m_HasDateTimeCols
whether any date/time columns are defined. -
m_HasDateTimeMsecCols
boolean m_HasDateTimeMsecCols
whether any date/time msec columns are defined. -
m_HasTextCols
boolean m_HasTextCols
whether any text columns are defined. -
m_HasTimeCols
boolean m_HasTimeCols
whether any time columns are defined. -
m_HasTimeMsecCols
boolean m_HasTimeMsecCols
whether any time/msec columns are defined. -
m_Header
SpreadSheet m_Header
the header. -
m_HeaderCells
List<String> m_HeaderCells
the header cells to use. -
m_LastChar
char m_LastChar
the last character that was read too far. -
m_MissingValue
BaseRegExp m_MissingValue
the missing value. -
m_NumberFormat
NumberFormat m_NumberFormat
the number format. -
m_NumRows
int m_NumRows
the number of rows to retrieve (less than 1 = unlimited). -
m_NumRowsAuto
int m_NumRowsAuto
the number of rows to use for automatically determining the column types. -
m_Owner
CsvSpreadSheetReader m_Owner
the owning reader. -
m_ParseFormulas
boolean m_ParseFormulas
whether to parse formula-like cells. -
m_QuoteChar
char m_QuoteChar
the quote char. -
m_Reader
BufferedReader m_Reader
the reader in use. -
m_RowCount
int m_RowCount
the rows read so far. -
m_Separator
char m_Separator
the column separator. -
m_SkipDifferingRows
boolean m_SkipDifferingRows
whether to drop rows with too few or too many cells. -
m_TextCols
gnu.trove.set.hash.TIntHashSet m_TextCols
the text column indices. -
m_TimeCols
gnu.trove.set.hash.TIntHashSet m_TimeCols
the time column indices. -
m_TimeFormat
DateFormat m_TimeFormat
the time format. -
m_TimeMsecCols
gnu.trove.set.hash.TIntHashSet m_TimeMsecCols
the time/msec column indices. -
m_TimeMsecFormat
DateFormat m_TimeMsecFormat
the time/smec format. -
m_Trim
boolean m_Trim
whether to trim the cells.
-
-
Class adams.data.io.input.DeepLabCutCSVReader extends AbstractReportReader<Report> implements Serializable
- serialVersionUID:
- 5868402740072822596L
-
Serialized Fields
-
m_FileRegExp
BaseRegExp m_FileRegExp
the regexp the files must match. -
m_Prefix
String m_Prefix
the prefix of the points in the report.
-
-
Class adams.data.io.input.DefaultFlowReader extends AbstractNestedFlowReader implements Serializable
- serialVersionUID:
- 4618819455357416453L
-
Serialized Fields
-
m_Encoding
BaseCharset m_Encoding
the encoding to use.
-
-
Class adams.data.io.input.DefaultSimpleCSVReportReader extends AbstractSimpleCSVReportReader<Report> implements Serializable
- serialVersionUID:
- 3515661897286794584L
-
Class adams.data.io.input.DefaultSimpleJsonReportReader extends AbstractSimpleJsonReportReader<Report> implements Serializable
- serialVersionUID:
- 3515661897286794584L
-
Class adams.data.io.input.DefaultSimpleReportReader extends AbstractSimpleReportReader<Report> implements Serializable
- serialVersionUID:
- -2527689136648506822L
-
Class adams.data.io.input.DetectronAnnotationsReportReader extends AbstractReportReader<Report> implements Serializable
- serialVersionUID:
- 5716807404370681434L
-
Class adams.data.io.input.EmlEmailFileReader extends AbstractEmailFileReader implements Serializable
- serialVersionUID:
- -341050738394654936L
-
Class adams.data.io.input.ExcelSpreadSheetReader extends AbstractExcelSpreadSheetReader<SheetRange> implements Serializable
- serialVersionUID:
- 4755872204697328246L
-
Class adams.data.io.input.ExcelStreamingSpreadSheetReader extends AbstractExcelSpreadSheetReader<Range> implements Serializable
- serialVersionUID:
- 4755872204697328246L
-
Serialized Fields
-
m_CellStringContentType
Cell.ContentType[] m_CellStringContentType
the corresponding types. -
m_CellStringID
BaseString[] m_CellStringID
the extra cell strings to manage. -
m_CellTypeContentType
Cell.ContentType[] m_CellTypeContentType
the corresponding types. -
m_CellTypeID
BaseString[] m_CellTypeID
the extra cell types to manage. -
m_Handler
ExcelStreamingSpreadSheetReader.SheetHandler m_Handler
the currently used handler for parsing.
-
-
Class adams.data.io.input.ExcelStreamingSpreadSheetReader.ParseStopException extends SAXParseException implements Serializable
- serialVersionUID:
- -5378507296511062333L
-
Class adams.data.io.input.FastCsvSpreadSheetReader extends AbstractSpreadSheetReaderWithMissingValueSupport implements Serializable
- serialVersionUID:
- -3348397672538189709L
-
Serialized Fields
-
m_ChunkSize
int m_ChunkSize
the chunk size to use. -
m_CustomColumnHeaders
String m_CustomColumnHeaders
the comma-separated list of column header names. -
m_FirstRow
int m_FirstRow
the first row to retrieve (1-based). -
m_NoHeader
boolean m_NoHeader
whether the file has a header or not. -
m_NumericColumns
Range m_NumericColumns
the columns to treat as numeric. -
m_NumRows
int m_NumRows
the number of rows to retrieve (less than 1 = unlimited). -
m_QuoteCharacter
String m_QuoteCharacter
the quote character. -
m_Reader
FastCsvSpreadSheetReader.ChunkReader m_Reader
the low-level reader. -
m_Separator
String m_Separator
the column separator. -
m_Trim
boolean m_Trim
whether to trim the cell content.
-
-
Class adams.data.io.input.FastCsvSpreadSheetReader.ChunkReader extends Object implements Serializable
- serialVersionUID:
- 7291891674724362161L
-
Serialized Fields
-
m_ChunkSize
int m_ChunkSize
the chunk size to use. -
m_CustomColumnHeaders
String m_CustomColumnHeaders
the comma-separated list of column header names. -
m_FirstRow
int m_FirstRow
the first row to retrieve (1-based). -
m_Header
SpreadSheet m_Header
the header. -
m_MissingValue
BaseRegExp m_MissingValue
the missing value. -
m_NoHeader
boolean m_NoHeader
whether the file has a header or not. -
m_NumericCols
boolean[] m_NumericCols
the numeric columns. -
m_NumericColumns
Range m_NumericColumns
the columns to treat as numeric. -
m_NumRows
int m_NumRows
the number of rows to retrieve (less than 1 = unlimited). -
m_Owner
FastCsvSpreadSheetReader m_Owner
the owning reader. -
m_QuoteCharacter
String m_QuoteCharacter
the quote character. -
m_Reader
BufferedReader m_Reader
the reader in use. -
m_RowCount
int m_RowCount
the rows read so far. -
m_Separator
String m_Separator
the column separator. -
m_Trim
boolean m_Trim
whether to trim the cell content.
-
-
Class adams.data.io.input.FixedTabularSpreadSheetReader extends AbstractSpreadSheetReaderWithMissingValueSupport implements Serializable
- serialVersionUID:
- 2446979875221254720L
-
Serialized Fields
-
m_ColumnWidth
BaseInteger[] m_ColumnWidth
the column width. -
m_CustomColumnHeaders
String m_CustomColumnHeaders
the comma-separated list of column header names. -
m_DateTimeColumns
Range m_DateTimeColumns
the columns to treat as date/time. -
m_DateTimeFormat
DateFormatString m_DateTimeFormat
the format string for the date/times. -
m_DateTimeLenient
boolean m_DateTimeLenient
whether date/time parsing is lenient. -
m_DateTimeType
BasicDateTimeType m_DateTimeType
the type of date/time. -
m_FirstRow
int m_FirstRow
the first row to retrieve (1-based). -
m_Locale
Locale m_Locale
the locale to use. -
m_NoHeader
boolean m_NoHeader
whether the file has a header or not. -
m_NumRows
int m_NumRows
the number of rows to retrieve (less than 1 = unlimited). -
m_TextColumns
Range m_TextColumns
the columns to treat as text. -
m_TimeZone
TimeZone m_TimeZone
the timezone to use. -
m_Trim
boolean m_Trim
whether to trim the cells.
-
-
Class adams.data.io.input.GnumericSpreadSheetReader extends AbstractMultiSheetSpreadSheetReaderWithMissingValueSupport<SheetRange> implements Serializable
- serialVersionUID:
- -2259236765510690348L
-
Serialized Fields
-
m_CustomColumnHeaders
String m_CustomColumnHeaders
the comma-separated list of column header names. -
m_FirstRow
int m_FirstRow
the first row to retrieve (1-based). -
m_NoHeader
boolean m_NoHeader
whether the file has a header or not. -
m_NumRows
int m_NumRows
the number of rows to retrieve (less than 1 = unlimited). -
m_UncompressedInput
boolean m_UncompressedInput
whether to use uncompressed input.
-
-
Class adams.data.io.input.GrayscaleImageSegmentationReader extends AbstractCustomPNGAnnotationImageSegmentationReader implements Serializable
- serialVersionUID:
- -5567473437385041915L
-
Class adams.data.io.input.GzippedTextFileReader extends AbstractCompressedTextReader implements Serializable
- serialVersionUID:
- 35626483638973054L
-
Class adams.data.io.input.ImageClassificationGridSpreadSheetReader extends AbstractReportReader<Report> implements Serializable
- serialVersionUID:
- 2621489607429248730L
-
Serialized Fields
-
m_Height
int m_Height
the image height to use. -
m_Width
int m_Width
the image width to use.
-
-
Class adams.data.io.input.ImageClassificationJsonReportReader extends AbstractReportReader<Report> implements Serializable
- serialVersionUID:
- 961116146272004314L
-
Class adams.data.io.input.ImageClassificationSpreadSheetReportReader extends AbstractReportReader<Report> implements Serializable
- serialVersionUID:
- 961116146272004314L
-
Serialized Fields
-
m_ColumnLabel
SpreadSheetColumnIndex m_ColumnLabel
the column with the label. -
m_ColumnScore
SpreadSheetColumnIndex m_ColumnScore
the column with the score. -
m_FieldLabel
Field m_FieldLabel
the report field to store the label under. -
m_FieldScore
Field m_FieldScore
the report file to store the score under. -
m_Reader
SpreadSheetReader m_Reader
the spreadsheet reader to use.
-
-
Class adams.data.io.input.IndexedPNGImageSegmentationReader extends AbstractPNGAnnotationImageSegmentationReader implements Serializable
- serialVersionUID:
- -5567473437385041915L
-
Class adams.data.io.input.IndividualImageSegmentationLayerReader extends AbstractImageSegmentationAnnotationReader implements Serializable
- serialVersionUID:
- -7333525229208134545L
-
Serialized Fields
-
m_LayerTransformer
AbstractBufferedImageTransformer m_LayerTransformer
for processing the layers.
-
-
Class adams.data.io.input.InstanceReader extends AbstractDataContainerReader<Instance> implements Serializable
- serialVersionUID:
- 2653822253818697195L
-
Serialized Fields
-
m_Index
int m_Index
the current index. -
m_Source
weka.core.converters.ConverterUtils.DataSource m_Source
the data source for reading. -
m_Structure
weka.core.Instances m_Structure
the current data structure.
-
-
Class adams.data.io.input.JAIImageReader extends AbstractImageReader<BufferedImageContainer> implements Serializable
- serialVersionUID:
- 8416312222136406140L
-
Serialized Fields
-
m_AddMetaData
boolean m_AddMetaData
whether to add the meta-data. -
m_FormatExtensions
String[] m_FormatExtensions
the format extensions.
-
-
Class adams.data.io.input.JsonAdamsExperimentReader extends AbstractAdamsExperimentReader implements Serializable
- serialVersionUID:
- 7175000296488786947L
-
Class adams.data.io.input.JsonFlowReader extends AbstractFlowReader implements Serializable
- serialVersionUID:
- 4618819455357416453L
-
Class adams.data.io.input.JsonIndexedSplitsRunsReader extends AbstractIndexedSplitsRunsReader implements Serializable
- serialVersionUID:
- -1229985773501645279L
-
Class adams.data.io.input.JsonParameterMapReader extends AbstractParameterMapReader implements Serializable
- serialVersionUID:
- 3534121840635036822L
-
Class adams.data.io.input.JSONSpreadSheetReader extends AbstractWekaSpreadSheetReader implements Serializable
- serialVersionUID:
- -399502805573519804L
-
Class adams.data.io.input.LibSVMSpreadSheetReader extends AbstractWekaSpreadSheetReader implements Serializable
- serialVersionUID:
- 4421664099462099419L
-
Class adams.data.io.input.LineArrayTextReader extends AbstractTextReaderWithEncoding<String[]> implements Serializable
- serialVersionUID:
- -4772416995579481937L
-
Serialized Fields
-
m_ChunkSize
int m_ChunkSize
the chunk size to use.
-
-
Class adams.data.io.input.LineByLineTextReader extends AbstractTextReaderWithEncoding<String> implements Serializable
- serialVersionUID:
- -2921085514028198744L
-
Serialized Fields
-
m_LineCount
int m_LineCount
lines read so far. -
m_MaxLines
int m_MaxLines
the maximum number of lines to read.
-
-
Class adams.data.io.input.LzfTextFileReader extends AbstractCompressedTextReader implements Serializable
- serialVersionUID:
- 35626483638973054L
-
Class adams.data.io.input.LzmaTextFileReader extends AbstractCompressedTextReader implements Serializable
- serialVersionUID:
- 35626483638973054L
-
Class adams.data.io.input.Mat5SpreadSheetReader extends AbstractMultiSheetSpreadSheetReader<SheetRange> implements Serializable
- serialVersionUID:
- -9113442938603879820L
-
Class adams.data.io.input.MatlabSpreadSheetReader extends AbstractWekaSpreadSheetReader implements Serializable
- serialVersionUID:
- 4421664099462099419L
-
Class adams.data.io.input.NestedAdamsExperimentReader extends AbstractAdamsExperimentReader implements Serializable
- serialVersionUID:
- 7175000296488786947L
-
Serialized Fields
-
m_Encoding
BaseCharset m_Encoding
the encoding to use.
-
-
Class adams.data.io.input.NestedCommandlineReader extends AbstractObjectReader implements Serializable
- serialVersionUID:
- -5427726959059688884L
-
Serialized Fields
-
m_Encoding
BaseCharset m_Encoding
the encoding to use.
-
-
Class adams.data.io.input.ObjectLocationsSpreadSheetReader extends AbstractReportReader<Report> implements Serializable
- serialVersionUID:
- -45890668031870078L
-
Serialized Fields
-
m_ColBottom
SpreadSheetColumnIndex m_ColBottom
the column with the bottom coordinate. -
m_ColHeight
SpreadSheetColumnIndex m_ColHeight
the column with the height. -
m_ColLeft
SpreadSheetColumnIndex m_ColLeft
the column with the left coordinate. -
m_ColPolygonX
SpreadSheetColumnIndex m_ColPolygonX
the column with the polygon X coordinates. -
m_ColPolygonY
SpreadSheetColumnIndex m_ColPolygonY
the column with the polygon Y coordinates. -
m_ColRight
SpreadSheetColumnIndex m_ColRight
the column with the right coordinate. -
m_ColTop
SpreadSheetColumnIndex m_ColTop
the column with the top coordinate. -
m_ColType
SpreadSheetColumnIndex m_ColType
the column with the label. -
m_ColWidth
SpreadSheetColumnIndex m_ColWidth
the column with the width. -
m_Height
int m_Height
the image height to use as basis for normalized coordinates/dimensions. -
m_LabelSuffix
String m_LabelSuffix
the label suffix to use. -
m_Prefix
String m_Prefix
the prefix to use. -
m_RangeMetaData
SpreadSheetColumnRange m_RangeMetaData
the columns with meta-data. -
m_Reader
SpreadSheetReader m_Reader
the spreadsheet reader to use. -
m_RowFinder
RowFinder m_RowFinder
the row finder to apply before extracting the objects. -
m_UseNormalized
boolean m_UseNormalized
whether to use normalized coordinates/dimensions. -
m_Width
int m_Width
the image width to use as basis for normalized coordinates/dimensions.
-
-
Class adams.data.io.input.ODFSpreadSheetReader extends AbstractMultiSheetSpreadSheetReaderWithMissingValueSupport<SheetRange> implements Serializable
- serialVersionUID:
- 4755872204697328246L
-
Serialized Fields
-
m_CustomColumnHeaders
String m_CustomColumnHeaders
the comma-separated list of column header names. -
m_FirstRow
int m_FirstRow
the first row to retrieve (1-based). -
m_NoHeader
boolean m_NoHeader
whether the file has a header or not. -
m_NumRows
int m_NumRows
the number of rows to retrieve (less than 1 = unlimited). -
m_TextColumns
Range m_TextColumns
the range of columns to force to be text.
-
-
Class adams.data.io.input.OpenCVImageReader extends AbstractImageReader<OpenCVImageContainer> implements Serializable
- serialVersionUID:
- -114794988520002906L
-
Serialized Fields
-
m_FormatExtensions
String[] m_FormatExtensions
the format extensions. -
m_Mode
ImreadMode m_Mode
the mode.
-
-
Class adams.data.io.input.OpexObjectLocationsReader extends AbstractReportReader<Report> implements Serializable
- serialVersionUID:
- -1069346880458474698L
-
Serialized Fields
-
m_ID
Field m_ID
the field to use for the ID. -
m_LabelSuffix
String m_LabelSuffix
the label suffix to use. -
m_MetaPrefix
String m_MetaPrefix
the prefix for the meta-data. -
m_Prefix
String m_Prefix
the prefix to use for objects. -
m_ScoreSuffix
String m_ScoreSuffix
the score suffix to use. -
m_Timestamp
Field m_Timestamp
the field to use for the timestamp.
-
-
Class adams.data.io.input.PascalVOCObjectLocationsReader extends AbstractReportReader<Report> implements Serializable
- serialVersionUID:
- -7100893374030214070L
-
Serialized Fields
-
Class adams.data.io.input.PNGImageReader extends AbstractImageReader<BufferedImageContainer> implements Serializable
- serialVersionUID:
- -4360936418761836176L
-
Serialized Fields
-
m_ColorProvider
ColorProvider m_ColorProvider
for supplying the palette colors.
-
-
Class adams.data.io.input.PNGSpreadSheetReader extends AbstractSpreadSheetReader implements Serializable
- serialVersionUID:
- 1662813915131999182L
-
Class adams.data.io.input.PropertiesEmailFileReader extends AbstractEmailFileReader implements Serializable
- serialVersionUID:
- -2721293194938632889L
-
Class adams.data.io.input.PropertiesIndexedSplitsRunsReader extends AbstractIndexedSplitsRunsReader implements Serializable
- serialVersionUID:
- 7675147645377655254L
-
Class adams.data.io.input.PropertiesSpreadSheetReader extends AbstractSpreadSheetReader implements Serializable
- serialVersionUID:
- -7201569718203967741L
-
Serialized Fields
-
m_ForceString
boolean m_ForceString
whether to set values as string.
-
-
Class adams.data.io.input.SerializableObjectReader extends AbstractObjectReader implements Serializable
- serialVersionUID:
- -5427726959059688884L
-
Class adams.data.io.input.SerializedAdamsExperimentReader extends AbstractAdamsExperimentReader implements Serializable
- serialVersionUID:
- 7175000296488786947L
-
Class adams.data.io.input.SerializedObjectReader extends AbstractObjectReader implements Serializable
- serialVersionUID:
- -5427726959059688884L
-
Class adams.data.io.input.SerializedParameterMapReader extends AbstractParameterMapReader implements Serializable
- serialVersionUID:
- 9004360307036373441L
-
Class adams.data.io.input.SimpleArffSpreadSheetReader extends AbstractSpreadSheetReader implements Serializable
- serialVersionUID:
- 7620213946139044919L
-
Class adams.data.io.input.SimpleCsvSpreadSheetReader extends AbstractSpreadSheetReaderWithMissingValueSupport implements Serializable
- serialVersionUID:
- 2446979875221254720L
-
Serialized Fields
-
m_ChunkSize
int m_ChunkSize
the chunk size to use. -
m_CustomColumnHeaders
String m_CustomColumnHeaders
the comma-separated list of column header names. -
m_DateTimeColumns
Range m_DateTimeColumns
the columns to treat as date/time. -
m_DateTimeFormat
DateFormatString m_DateTimeFormat
the format string for the date/times. -
m_DateTimeLenient
boolean m_DateTimeLenient
whether date/time parsing is lenient. -
m_DateTimeType
BasicDateTimeType m_DateTimeType
the type of date/time. -
m_Locale
Locale m_Locale
the locale to use. -
m_NoHeader
boolean m_NoHeader
whether the file has a header or not. -
m_QuoteCharacter
String m_QuoteCharacter
the quote character. -
m_Reader
CsvSpreadSheetReader m_Reader
the actual reader. -
m_Separator
String m_Separator
the column separator. -
m_TextColumns
Range m_TextColumns
the columns to treat as text. -
m_TimeZone
TimeZone m_TimeZone
the timezone to use. -
m_Trim
boolean m_Trim
whether to trim the cells.
-
-
Class adams.data.io.input.SimpleStreamSpreadSheetReader extends AbstractSpreadSheetReader implements Serializable
- serialVersionUID:
- -6855023352925257381L
-
Serialized Fields
-
m_ChunkSize
int m_ChunkSize
the chunk size to use. -
m_CustomColumnHeaders
String m_CustomColumnHeaders
the comma-separated list of column header names. -
m_Header
SpreadSheet m_Header
the header in use. -
m_NoHeader
boolean m_NoHeader
whether the file has a header or not. -
m_Reader
BufferedReader m_Reader
the reader in use.
-
-
Class adams.data.io.input.SimpleTimeseriesReader extends AbstractTimeseriesReader implements Serializable
- serialVersionUID:
- 1598168889943642045L
-
Serialized Fields
-
m_TimestampFormat
DateFormatString m_TimestampFormat
the date format string to use for formatting the timestamp.
-
-
Class adams.data.io.input.SingleStringTextReader extends AbstractTextReaderWithEncoding<String> implements Serializable
- serialVersionUID:
- -6754529362096587742L
-
Class adams.data.io.input.SpreadSheetTimeseriesReader extends AbstractTimeseriesReader implements Serializable
- serialVersionUID:
- -1030024345072684197L
-
Serialized Fields
-
m_ColumnID
String m_ColumnID
the ID column. -
m_ColumnIDIndex
int m_ColumnIDIndex
the ID column index. -
m_ColumnTimestamp
String m_ColumnTimestamp
the timestamp column. -
m_ColumnTimestampIndex
int m_ColumnTimestampIndex
the timestamp column type. -
m_ColumnValue
String m_ColumnValue
the value column. -
m_ColumnValueIndex
int m_ColumnValueIndex
the value column index. -
m_Reader
SpreadSheetReader m_Reader
the spreadsheet reader to use. -
m_RowIndex
int m_RowIndex
the current row index. -
m_Timeseries
Timeseries m_Timeseries
the current container.
-
-
Class adams.data.io.input.SqlDumpSpreadSheetReader extends AbstractSpreadSheetReader implements Serializable
- serialVersionUID:
- -1828187977878321234L
-
Serialized Fields
-
m_ChunkSize
int m_ChunkSize
the chunk size to use. -
m_CustomColumnHeaders
String m_CustomColumnHeaders
the comma-separated list of column header names. -
m_Reader
SqlDumpSpreadSheetReader.ChunkReader m_Reader
for reading the actual data. -
m_TimeZone
TimeZone m_TimeZone
the timezone to use. -
m_UseBackslashes
boolean m_UseBackslashes
whether to use backslashes for escaping.
-
-
Class adams.data.io.input.SqlDumpSpreadSheetReader.ChunkReader extends Object implements Serializable
- serialVersionUID:
- 26915431591885853L
-
Serialized Fields
-
m_ChunkSize
int m_ChunkSize
the chunk size. -
m_Header
SpreadSheet m_Header
the header. -
m_HeaderCells
List<String> m_HeaderCells
the header cells to use. -
m_Owner
SqlDumpSpreadSheetReader m_Owner
the owning reader. -
m_Reader
BufferedReader m_Reader
the reader in use. -
m_UseBackslashes
boolean m_UseBackslashes
whether to backslashes are used for escaping single quotes.
-
-
Class adams.data.io.input.SVMLightSpreadSheetReader extends AbstractWekaSpreadSheetReader implements Serializable
- serialVersionUID:
- 4421664099462099419L
-
Class adams.data.io.input.TsvSpreadSheetReader extends SimpleCsvSpreadSheetReader implements Serializable
- serialVersionUID:
- 2446979875221254720L
-
Class adams.data.io.input.VggXmlAnnotationReportReader extends AbstractReportReader<Report> implements Serializable
- serialVersionUID:
- -4823768127617381877L
-
Serialized Fields
-
m_Prefix
String m_Prefix
the prefix of the objects in the report.
-
-
Class adams.data.io.input.ViaAnnotationsReportReader extends AbstractReportReader<Report> implements Serializable
- serialVersionUID:
- 5716807404370681434L
-
Class adams.data.io.input.XrffSpreadSheetReader extends AbstractWekaSpreadSheetReader implements Serializable
- serialVersionUID:
- 4421664099462099419L
-
Class adams.data.io.input.XStreamReader extends AbstractObjectReader implements Serializable
- serialVersionUID:
- -5427726959059688884L
-
Class adams.data.io.input.XzTextFileReader extends AbstractCompressedTextReader implements Serializable
- serialVersionUID:
- 35626483638973054L
-
Class adams.data.io.input.YamlParameterMapReader extends AbstractParameterMapReader implements Serializable
- serialVersionUID:
- -7080929826308953435L
-
Class adams.data.io.input.YoloAnnotationsReportReader extends AbstractReportReader<Report> implements Serializable
- serialVersionUID:
- 5716807404370681434L
-
Serialized Fields
-
m_ColIndex
SpreadSheetColumnIndex m_ColIndex
the column with the label index. -
m_ColLabel
SpreadSheetColumnIndex m_ColLabel
the column with the label string. -
m_Height
int m_Height
the image height to use as basis for normalized coordinates/dimensions. -
m_LabelDefinitions
PlaceholderFile m_LabelDefinitions
the spreadsheet with the label index/label relation, ignored if directory. -
m_LabelReader
SpreadSheetReader m_LabelReader
the spreadsheet reader to use. -
m_LabelSuffix
String m_LabelSuffix
the label suffix to use. -
m_Prefix
String m_Prefix
the prefix of the objects in the report. -
m_UsePolygonFormat
boolean m_UsePolygonFormat
output polygon format rather than bbox format. -
m_Width
int m_Width
the image width to use as basis for normalized coordinates/dimensions.
-
-
Class adams.data.io.input.ZstdTextFileReader extends AbstractCompressedTextReader implements Serializable
- serialVersionUID:
- 35626483638973054L
-
-
Package adams.data.io.output
-
Class adams.data.io.output.AbstractAdamsExperimentWriter extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -6244722208500006381L
-
Class adams.data.io.output.AbstractDataContainerWriter extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 7097110023547675936L
-
Serialized Fields
-
m_Output
PlaceholderFile m_Output
the file to write to. -
m_OutputIsFile
boolean m_OutputIsFile
indicates whether the output has to be a file (= default) or directory.
-
-
Class adams.data.io.output.AbstractEmailFileWriter extends AbstractEmailWriter implements Serializable
- serialVersionUID:
- -6792804203008870703L
-
Serialized Fields
-
m_Output
PlaceholderFile m_Output
the file to read the email from.
-
-
Class adams.data.io.output.AbstractEmailWriter extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 4854099676125904439L
-
Class adams.data.io.output.AbstractFlowWriter extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -3547064795252689769L
-
Class adams.data.io.output.AbstractFormattedSpreadSheetWriter extends AbstractSpreadSheetWriterWithMissingValueSupport implements Serializable
- serialVersionUID:
- -9100041207747021318L
-
Class adams.data.io.output.AbstractImageSegmentationAnnotationWriter extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -2475426542124421777L
-
Serialized Fields
-
m_SkipBaseImage
boolean m_SkipBaseImage
whether to skip writing base image.
-
-
Class adams.data.io.output.AbstractImageWriter extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -6170592942529644703L
-
Class adams.data.io.output.AbstractImplicitBackgroundPNGAnnotationImageSegmentationWriter extends AbstractPNGAnnotationImageSegmentationWriter implements Serializable
- serialVersionUID:
- 3566330074754565825L
-
Serialized Fields
-
m_ImplicitBackground
boolean m_ImplicitBackground
whether to use an implicit background (ie first layer = 1).
-
-
Class adams.data.io.output.AbstractIndexedSplitsRunsWriter extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -8633292996589233838L
-
Class adams.data.io.output.AbstractMultiReportWriter extends AbstractReportWriter<T extends Report> implements Serializable
- serialVersionUID:
- -7111019097066994653L
-
Class adams.data.io.output.AbstractMultiSheetFormattedSpreadSheetWriter extends AbstractMultiSheetSpreadSheetWriterWithMissingValueSupport implements Serializable
- serialVersionUID:
- 7265152337280890568L
-
Class adams.data.io.output.AbstractMultiSheetSpreadSheetWriter extends AbstractSpreadSheetWriter implements Serializable
- serialVersionUID:
- -9004877579871173007L
-
Serialized Fields
-
m_SheetPrefix
String m_SheetPrefix
The prefix for the sheet names.
-
-
Class adams.data.io.output.AbstractMultiSheetSpreadSheetWriterWithMissingValueSupport extends AbstractMultiSheetSpreadSheetWriter implements Serializable
- serialVersionUID:
- -6276672486316967170L
-
Serialized Fields
-
m_MissingValue
String m_MissingValue
The placeholder for missing values.
-
-
Class adams.data.io.output.AbstractNestedFlowWriter extends AbstractFlowWriter implements Serializable
- serialVersionUID:
- -5346130766533981323L
-
Class adams.data.io.output.AbstractObjectWriter extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -6170592942529644703L
-
Class adams.data.io.output.AbstractParameterMapWriter extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -2116714163958424681L
-
Class adams.data.io.output.AbstractPNGAnnotationImageSegmentationWriter extends AbstractImageSegmentationAnnotationWriter implements Serializable
- serialVersionUID:
- 3566330074754565825L
-
Serialized Fields
-
m_LayerNames
BaseString[] m_LayerNames
the layer names.
-
-
Class adams.data.io.output.AbstractReportWriter extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 7030901991439712686L
-
Serialized Fields
-
m_Output
PlaceholderFile m_Output
the file to write to.
-
-
Class adams.data.io.output.AbstractSimpleCSVReportWriter extends AbstractReportWriter<T extends Report> implements Serializable
- serialVersionUID:
- 1068874780353203514L
-
Class adams.data.io.output.AbstractSimpleJsonReportWriter extends AbstractReportWriter<T extends Report> implements Serializable
- serialVersionUID:
- 1068874780353203514L
-
Serialized Fields
-
m_PrettyPrinting
boolean m_PrettyPrinting
whether to use pretty-printing.
-
-
Class adams.data.io.output.AbstractSimpleReportWriter extends AbstractReportWriter<T extends Report> implements Serializable
- serialVersionUID:
- 1281189381638349284L
-
Class adams.data.io.output.AbstractSpreadSheetWriter extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -3547064795252689769L
-
Serialized Fields
-
m_Encoding
BaseCharset m_Encoding
the encoding to use. -
m_Stopped
boolean m_Stopped
whether the read process was stopped through an external source.
-
-
Class adams.data.io.output.AbstractSpreadSheetWriterWithMissingValueSupport extends AbstractSpreadSheetWriter implements Serializable
- serialVersionUID:
- -3510232691419801436L
-
Serialized Fields
-
m_MissingValue
String m_MissingValue
The placeholder for missing values.
-
-
Class adams.data.io.output.AbstractTextWriter extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -432793583505607999L
-
Serialized Fields
-
m_Enabled
boolean m_Enabled
whether the writer is enabled.
-
-
Class adams.data.io.output.AbstractTextWriterWithEncoding extends AbstractTextWriter implements Serializable
- serialVersionUID:
- 3705953355163169249L
-
Serialized Fields
-
m_Encoding
BaseCharset m_Encoding
the encoding to use.
-
-
Class adams.data.io.output.AbstractTextWriterWithFilenameGenerator extends AbstractTextWriterWithEncoding implements Serializable
- serialVersionUID:
- -6137430023471487081L
-
Serialized Fields
-
m_FilenameGenerator
AbstractFilenameGenerator m_FilenameGenerator
the filename generator to use. -
m_IgnoreName
boolean m_IgnoreName
whether to discard the provided name object.
-
-
Class adams.data.io.output.AbstractTimeseriesWriter extends AbstractDataContainerWriter<Timeseries> implements Serializable
- serialVersionUID:
- -345989627565927855L
-
Class adams.data.io.output.AbstractWekaSpreadSheetWriter extends AbstractSpreadSheetWriter implements Serializable
- serialVersionUID:
- -8635190668122194492L
-
Serialized Fields
-
m_Saver
weka.core.converters.AbstractFileSaver m_Saver
the file loader to use.
-
-
Class adams.data.io.output.AccessSpreadSheetWriter extends AbstractSpreadSheetWriter implements Serializable
- serialVersionUID:
- -3549185519778801930L
-
Serialized Fields
-
m_Appending
boolean m_Appending
whether to append spreadsheets. -
m_ColumnTypes
HashMap<Integer,com.healthmarketscience.jackcess.DataType> m_ColumnTypes
the column types. -
m_FileExists
boolean m_FileExists
whether the file already exists. -
m_FileFormat
com.healthmarketscience.jackcess.Database.FileFormat m_FileFormat
the file format to use. -
m_Header
SpreadSheet m_Header
the header of the first spreadsheet written to file, if appending is active. -
m_KeepExisting
boolean m_KeepExisting
whether to keep existing files the first time the writer is called. -
m_TableName
String m_TableName
the table name to use.
-
-
Class adams.data.io.output.ApacheCommonsImageWriter extends AbstractImageWriter<BufferedImageContainer> implements Serializable
- serialVersionUID:
- 6385191315392140321L
-
Serialized Fields
-
m_ImageFormat
org.apache.commons.imaging.ImageFormats m_ImageFormat
the image format to use (uses file extension to determine it if UNKNOWN).
-
-
Class adams.data.io.output.ArffSpreadSheetWriter extends AbstractWekaSpreadSheetWriter implements Serializable
- serialVersionUID:
- -677810919276444654L
-
Class adams.data.io.output.AutoWidthTabularSpreadSheetWriter extends AbstractFormattedSpreadSheetWriter implements Serializable
- serialVersionUID:
- -3173466155705306551L
-
Serialized Fields
-
m_DateFormat
DateFormatString m_DateFormat
the format string for the dates. -
m_DateTimeFormat
DateFormatString m_DateTimeFormat
the format string for the date/times. -
m_DateTimeMsecFormat
DateFormatString m_DateTimeMsecFormat
the format string for the date/times msec. -
m_NewLine
String m_NewLine
the new line. -
m_NoHeader
boolean m_NoHeader
whether to skip outputting the header. -
m_NumSpaces
int m_NumSpaces
the number of spaces between columns. -
m_TimeFormat
DateFormatString m_TimeFormat
the format string for the times.
-
-
Class adams.data.io.output.BlueChannelImageSegmentationWriter extends AbstractImplicitBackgroundPNGAnnotationImageSegmentationWriter implements Serializable
- serialVersionUID:
- 3566330074754565825L
-
Class adams.data.io.output.BoofCVImageWriter extends AbstractImageWriter<BoofCVImageContainer> implements Serializable
- serialVersionUID:
- 6385191315392140321L
-
Serialized Fields
-
m_FormatExtensions
String[] m_FormatExtensions
the format extensions.
-
-
Class adams.data.io.output.CommandlineWriter extends AbstractObjectWriter implements Serializable
- serialVersionUID:
- 7242878829736390245L
-
Class adams.data.io.output.CsvSpreadSheetWriter extends AbstractFormattedSpreadSheetWriter implements Serializable
- serialVersionUID:
- -3549185519778801930L
-
Serialized Fields
-
m_AlwaysQuoteText
boolean m_AlwaysQuoteText
whether to always quote text cells. -
m_Appending
boolean m_Appending
whether to append spreadsheets. -
m_CheckFileExists
boolean m_CheckFileExists
whether to check whether file exists with each data item being processed. -
m_Comment
String m_Comment
the line comment. -
m_DateFormat
DateFormatString m_DateFormat
the format string for the dates. -
m_DateTimeFormat
DateFormatString m_DateTimeFormat
the format string for the date/times. -
m_DateTimeMsecFormat
DateFormatString m_DateTimeMsecFormat
the format string for the date/time msecs. -
m_EscapeSpecialChars
boolean m_EscapeSpecialChars
whether to escape special characters like \t, \n and \r. -
m_FileExists
boolean m_FileExists
whether the file already exists. -
m_Header
SpreadSheet m_Header
the header of the first spreadsheet written to file, if appending is active. -
m_IsAppending
boolean m_IsAppending
whether the internal appending flag is one. -
m_KeepExisting
boolean m_KeepExisting
whether to keep existing files the first time the writer is called. -
m_NewLine
String m_NewLine
the new line. -
m_NoHeader
boolean m_NoHeader
whether to skip outputting the header. -
m_OutputAsDisplayed
boolean m_OutputAsDisplayed
whether to output the cells as displayed (disable to output formulas). -
m_OutputComments
boolean m_OutputComments
whether to output the comments. -
m_QuoteCharacter
String m_QuoteCharacter
the quote character. -
m_Separator
String m_Separator
the column separator. -
m_TimeFormat
DateFormatString m_TimeFormat
the format string for the times. -
m_TimeMsecFormat
DateFormatString m_TimeMsecFormat
the format string for the times with msec. -
m_TimeZone
TimeZone m_TimeZone
the timezone to use.
-
-
Class adams.data.io.output.DeepLabCutCSVWriter extends AbstractMultiReportWriter<Report> implements Serializable
- serialVersionUID:
- -2029708376194967647L
-
Serialized Fields
-
m_FilePrefix
String m_FilePrefix
the file prefix to use. -
m_Individuals
BaseString[] m_Individuals
the number of individuals. -
m_Labels
BaseString[] m_Labels
the labels to output. -
m_Prefix
String m_Prefix
the prefix to use.
-
-
Class adams.data.io.output.DefaultFlowWriter extends AbstractNestedFlowWriter implements Serializable
- serialVersionUID:
- -2888696337173444983L
-
Serialized Fields
-
m_Encoding
BaseCharset m_Encoding
the encoding to use. -
m_UseCompact
boolean m_UseCompact
whether to use compact format.
-
-
Class adams.data.io.output.DefaultSimpleCSVReportWriter extends AbstractSimpleCSVReportWriter<Report> implements Serializable
- serialVersionUID:
- -1685486386335661792L
-
Class adams.data.io.output.DefaultSimpleJsonReportWriter extends AbstractSimpleJsonReportWriter<Report> implements Serializable
- serialVersionUID:
- -1685486386335661792L
-
Class adams.data.io.output.DefaultSimpleReportWriter extends AbstractSimpleReportWriter<Report> implements Serializable
- serialVersionUID:
- 5040416501300249066L
-
Class adams.data.io.output.ExcelSpreadSheetWriter extends AbstractMultiSheetSpreadSheetWriterWithMissingValueSupport implements Serializable
- serialVersionUID:
- -3549185519778801930L
-
Serialized Fields
-
m_DateFormat
DateFormatString m_DateFormat
the format string for the dates. -
m_DateTimeFormat
DateFormatString m_DateTimeFormat
the format string for the date/times. -
m_OutputAsDisplayed
boolean m_OutputAsDisplayed
whether to output the cells as displayed (disable to output formulas). -
m_TimeFormat
DateFormatString m_TimeFormat
the format string for the times. -
m_WriteOOXML
boolean m_WriteOOXML
whether to write OOXML instead of binary Excel files (latter is default).
-
-
Class adams.data.io.output.ExcelStreamingSpreadSheetWriter extends AbstractMultiSheetSpreadSheetWriterWithMissingValueSupport implements Serializable
- serialVersionUID:
- -3549185519778801930L
-
Serialized Fields
-
m_MaxRows
int m_MaxRows
the number of rows to keep in memory. -
m_OutputAsDisplayed
boolean m_OutputAsDisplayed
whether to output the cells as displayed (disable to output formulas).
-
-
Class adams.data.io.output.FixedTabularSpreadSheetWriter extends AbstractFormattedSpreadSheetWriter implements Serializable
- serialVersionUID:
- 3420511187768902829L
-
Serialized Fields
-
m_ActualColumnWidth
int[] m_ActualColumnWidth
the actual column widths. -
m_ColumnWidth
BaseInteger[] m_ColumnWidth
the column width. -
m_DateFormat
DateFormatString m_DateFormat
the format string for the dates. -
m_DateTimeFormat
DateFormatString m_DateTimeFormat
the format string for the date/times. -
m_DateTimeMsecFormat
DateFormatString m_DateTimeMsecFormat
the format string for the date/times msec. -
m_NewLine
String m_NewLine
the new line. -
m_NoBorder
boolean m_NoBorder
whether to skip outputting the border. -
m_NoHeader
boolean m_NoHeader
whether to skip outputting the header. -
m_OnlyFloat
boolean m_OnlyFloat
whether to treat all numbers as float. -
m_TimeFormat
DateFormatString m_TimeFormat
the format string for the times.
-
-
Class adams.data.io.output.GnumericSpreadSheetWriter extends AbstractMultiSheetSpreadSheetWriterWithMissingValueSupport implements Serializable
- serialVersionUID:
- -3549185519778801930L
-
Serialized Fields
-
m_CreationTimestamp
BaseDateTime m_CreationTimestamp
the creation timestamp. -
m_UncompressedOutput
boolean m_UncompressedOutput
whether to use uncompressed output.
-
-
Class adams.data.io.output.GrayOrIndexedImageWriter extends AbstractImageWriter<BufferedImageContainer> implements Serializable
- serialVersionUID:
- 8155769915641682158L
-
Serialized Fields
-
m_ColorProvider
ColorProvider m_ColorProvider
the color provider for generating the colors.
-
-
Class adams.data.io.output.GrayscaleImageSegmentationWriter extends AbstractImplicitBackgroundPNGAnnotationImageSegmentationWriter implements Serializable
- serialVersionUID:
- 3566330074754565825L
-
Class adams.data.io.output.IndexedPNGImageSegmentationWriter extends AbstractPNGAnnotationImageSegmentationWriter implements Serializable
- serialVersionUID:
- 3566330074754565825L
-
Serialized Fields
-
m_ColorProvider
ColorProvider m_ColorProvider
for supplying the palette colors.
-
-
Class adams.data.io.output.IndividualImageSegmentationLayerWriter extends AbstractImageSegmentationAnnotationWriter implements Serializable
- serialVersionUID:
- 8630734382383387883L
-
Serialized Fields
-
m_SkipEmptyLayers
boolean m_SkipEmptyLayers
whether to skip images with only background.
-
-
Class adams.data.io.output.JAIExplicitImageWriter extends AbstractImageWriter<BufferedImageContainer> implements Serializable
- serialVersionUID:
- 6385191315392140321L
-
Serialized Fields
-
m_Writer
AbstractJAIWriter m_Writer
the actual writer to use.
-
-
Class adams.data.io.output.JAIImageWriter extends AbstractImageWriter<BufferedImageContainer> implements Serializable
- serialVersionUID:
- 6385191315392140321L
-
Class adams.data.io.output.JavaInstantiationWriter extends AbstractObjectWriter implements Serializable
- serialVersionUID:
- 7242878829736390245L
-
Class adams.data.io.output.JsonAdamsExperimentWriter extends AbstractAdamsExperimentWriter implements Serializable
- serialVersionUID:
- 6314312820017136318L
-
Class adams.data.io.output.JsonFlowWriter extends AbstractFlowWriter implements Serializable
- serialVersionUID:
- -3564589187575690183L
-
Class adams.data.io.output.JsonIndexedSplitsRunsWriter extends AbstractIndexedSplitsRunsWriter implements Serializable
- serialVersionUID:
- 5188430181037862982L
-
Serialized Fields
-
m_PrettyPrinting
boolean m_PrettyPrinting
whether to use pretty-printing.
-
-
Class adams.data.io.output.JsonParameterMapWriter extends AbstractParameterMapWriter implements Serializable
- serialVersionUID:
- -8694223705531146951L
-
Class adams.data.io.output.JSONSpreadSheetWriter extends AbstractWekaSpreadSheetWriter implements Serializable
- serialVersionUID:
- -677810919276444654L
-
Class adams.data.io.output.LibSVMSpreadSheetWriter extends AbstractWekaSpreadSheetWriter implements Serializable
- serialVersionUID:
- -677810919276444654L
-
Class adams.data.io.output.Mat5SpreadSheetWriter extends AbstractMultiSheetSpreadSheetWriter implements Serializable
- serialVersionUID:
- 6981291532332284718L
-
Class adams.data.io.output.MatlabSpreadSheetWriter extends AbstractWekaSpreadSheetWriter implements Serializable
- serialVersionUID:
- -677810919276444654L
-
Class adams.data.io.output.NestedAdamsExperimentWriter extends AbstractAdamsExperimentWriter implements Serializable
- serialVersionUID:
- 6314312820017136318L
-
Class adams.data.io.output.NestedCommandlineWriter extends AbstractObjectWriter implements Serializable
- serialVersionUID:
- 7242878829736390245L
-
Class adams.data.io.output.NullWriter extends AbstractTextWriter implements Serializable
- serialVersionUID:
- 2481561390856324348L
-
Class adams.data.io.output.ObjectLocationsSpreadSheetWriter extends AbstractReportWriter<Report> implements Serializable
- serialVersionUID:
- -199610824853876294L
-
Serialized Fields
-
m_ColBottom
String m_ColBottom
the column with the bottom coordinate. -
m_ColHeight
String m_ColHeight
the column with the height. -
m_ColLeft
String m_ColLeft
the column with the left coordinate. -
m_ColPolygonX
String m_ColPolygonX
the column with the polygon X coordinates. -
m_ColPolygonY
String m_ColPolygonY
the column with the polygon Y coordinates. -
m_ColRight
String m_ColRight
the column with the right coordinate. -
m_ColTop
String m_ColTop
the column with the top coordinate. -
m_ColType
String m_ColType
the column with the label. -
m_ColWidth
String m_ColWidth
the column with the width. -
m_Finder
ObjectFinder m_Finder
the row finder to apply before extracting the objects. -
m_Height
int m_Height
the image height to use as basis for normalized coordinates/dimensions. -
m_MetaDataKeys
BaseString[] m_MetaDataKeys
the meta-data keys to output as well (comma-separated). -
m_MetaDataKeyType
String m_MetaDataKeyType
the meta-data key for the type. -
m_OutputNormalized
boolean m_OutputNormalized
whether to use normalized coordinates/dimensions. -
m_Width
int m_Width
the image width to use as basis for normalized coordinates/dimensions. -
m_Writer
SpreadSheetWriter m_Writer
the spreadsheet writer to use.
-
-
Class adams.data.io.output.ODFSpreadSheetWriter extends AbstractMultiSheetSpreadSheetWriterWithMissingValueSupport implements Serializable
- serialVersionUID:
- -3549185519778801930L
-
Serialized Fields
-
m_OutputAsDisplayed
boolean m_OutputAsDisplayed
whether to output the cells as displayed (disable to output formulas).
-
-
Class adams.data.io.output.OpenCVImageWriter extends AbstractImageWriter<OpenCVImageContainer> implements Serializable
- serialVersionUID:
- 7557585219819025299L
-
Serialized Fields
-
m_Flags
ImwriteFlag[] m_Flags
the write flags. -
m_Values
BaseInteger[] m_Values
the flag values.
-
-
Class adams.data.io.output.OpexObjectLocationsWriter extends AbstractReportWriter<Report> implements Serializable
- serialVersionUID:
- 3152117801492456686L
-
Serialized Fields
-
m_Finder
ObjectFinder m_Finder
the object finder to use. -
m_ID
Field m_ID
the meta-data key with the ID. -
m_LabelKey
String m_LabelKey
the meta-data key with the label. -
m_MetaPrefix
String m_MetaPrefix
the prefix for the meta-data. -
m_PrettyPrinting
boolean m_PrettyPrinting
whether to use pretty-printing. -
m_ScoreKey
String m_ScoreKey
the meta-data key with the score. -
m_Timestamp
Field m_Timestamp
the field with the timestamp.
-
-
Class adams.data.io.output.PlainTextEmailFileWriter extends AbstractEmailFileWriter implements Serializable
- serialVersionUID:
- 8613890718581689507L
-
Class adams.data.io.output.PropertiesEmailFileWriter extends AbstractEmailFileWriter implements Serializable
- serialVersionUID:
- 8613890718581689507L
-
Class adams.data.io.output.PropertiesIndexedSplitsRunsWriter extends AbstractIndexedSplitsRunsWriter implements Serializable
- serialVersionUID:
- -288879107378616639L
-
Class adams.data.io.output.PropertiesSpreadSheetWriter extends AbstractSpreadSheetWriter implements Serializable
- serialVersionUID:
- -6004699877865566744L
-
Serialized Fields
-
m_Key
SpreadSheetColumnIndex m_Key
the column to use as key column. -
m_Value
SpreadSheetColumnIndex m_Value
the column to use as value column.
-
-
Class adams.data.io.output.SerializableObjectWriter extends AbstractObjectWriter implements Serializable
- serialVersionUID:
- 7242878829736390245L
-
Class adams.data.io.output.SerializedAdamsExperimentWriter extends AbstractAdamsExperimentWriter implements Serializable
- serialVersionUID:
- 6314312820017136318L
-
Class adams.data.io.output.SerializedObjectWriter extends AbstractObjectWriter implements Serializable
- serialVersionUID:
- 7242878829736390245L
-
Class adams.data.io.output.SerializedParameterMapWriter extends AbstractParameterMapWriter implements Serializable
- serialVersionUID:
- -7826528031686108641L
-
Class adams.data.io.output.SimpleArffSpreadSheetWriter extends AbstractSpreadSheetWriter implements Serializable
- serialVersionUID:
- -5681810295868479786L
-
Serialized Fields
-
m_DateFormat
DateFormatString m_DateFormat
the format to use. -
m_MaxDecimals
int m_MaxDecimals
the maximum number of decimals to use for numeric values. -
m_MaxNominalValues
int m_MaxNominalValues
the maximum number of values for nominal attributes.
-
-
Class adams.data.io.output.SimpleJavaInstantiationWriter extends AbstractObjectWriter implements Serializable
- serialVersionUID:
- 7242878829736390245L
-
Class adams.data.io.output.SimpleStreamSpreadSheetWriter extends AbstractSpreadSheetWriter implements Serializable
- serialVersionUID:
- -6342369466120096983L
-
Serialized Fields
-
m_OmitMissing
boolean m_OmitMissing
whether to omit missing cells or ones with missing value.
-
-
Class adams.data.io.output.SimpleTimeseriesWriter extends AbstractTimeseriesWriter implements Serializable
- serialVersionUID:
- 2779645040618901178L
-
Serialized Fields
-
m_TimestampFormat
DateFormatString m_TimestampFormat
the date format string to use for formatting the timestamp.
-
-
Class adams.data.io.output.SpreadSheetTimeseriesWriter extends AbstractTimeseriesWriter implements Serializable
- serialVersionUID:
- -1167695200549050674L
-
Serialized Fields
-
m_Writer
SpreadSheetWriter m_Writer
the spreadsheet writer to use.
-
-
Class adams.data.io.output.SqlDumpSpreadSheetWriter extends AbstractSpreadSheetWriter implements Serializable
- serialVersionUID:
- -3643934248575351045L
-
Serialized Fields
-
m_AddCreateTable
boolean m_AddCreateTable
whether to add a CREATE TABLE statement. -
m_Appending
boolean m_Appending
whether to append spreadsheets. -
m_ColumnNameConversion
ColumnNameConversion m_ColumnNameConversion
the column name conversion. -
m_ColumnNames
String[] m_ColumnNames
the column names (shortened, disambiguated). -
m_FileExists
boolean m_FileExists
whether the file already exists. -
m_Header
SpreadSheet m_Header
the header of the first spreadsheet written to file, if appending is active. -
m_KeepExisting
boolean m_KeepExisting
whether to keep existing files the first time the writer is called. -
m_MaxStringLength
int m_MaxStringLength
the maximum length for strings. -
m_StringColumnSQL
String m_StringColumnSQL
the SQL type for string columns. -
m_Table
String m_Table
the name of the table. -
m_TypeMapper
AbstractTypeMapper m_TypeMapper
the type mapper to use. -
m_Types
Cell.ContentType[] m_Types
the type used for the table. -
m_UseBackslashes
boolean m_UseBackslashes
whether to use backslashes for escaping.
-
-
Class adams.data.io.output.SVMLightSpreadSheetWriter extends AbstractWekaSpreadSheetWriter implements Serializable
- serialVersionUID:
- -677810919276444654L
-
Class adams.data.io.output.TextFileWithLineNumbersWriter extends TextFileWriter implements Serializable
- serialVersionUID:
- 4958356636746933734L
-
Serialized Fields
-
m_Count
int m_Count
the line count. -
m_Separator
String m_Separator
the separator between the line number and the actual line.
-
-
Class adams.data.io.output.TextFileWriter extends AbstractTextWriterWithFilenameGenerator implements Serializable
- serialVersionUID:
- 2481561390856324348L
-
Serialized Fields
-
m_Append
boolean m_Append
whether to append the file.
-
-
Class adams.data.io.output.TsvSpreadSheetWriter extends CsvSpreadSheetWriter implements Serializable
- serialVersionUID:
- 899390367241611793L
-
Class adams.data.io.output.ViaAnnotationsReportWriter extends AbstractReportWriter<Report> implements Serializable
- serialVersionUID:
- -7250784020894287952L
-
Serialized Fields
-
m_Finder
ObjectFinder m_Finder
the object finder to use. -
m_LabelKey
String m_LabelKey
the meta-data key with the label. -
m_PrettyPrinting
boolean m_PrettyPrinting
whether to use pretty-printing.
-
-
Class adams.data.io.output.XrffSpreadSheetWriter extends AbstractWekaSpreadSheetWriter implements Serializable
- serialVersionUID:
- -677810919276444654L
-
Class adams.data.io.output.XStreamWriter extends AbstractObjectWriter implements Serializable
- serialVersionUID:
- 7242878829736390245L
-
Class adams.data.io.output.YamlParameterMapWriter extends AbstractParameterMapWriter implements Serializable
- serialVersionUID:
- -738439779796381924L
-
Class adams.data.io.output.YoloAnnotationsReportWriter extends AbstractReportWriter<Report> implements Serializable
- serialVersionUID:
- -7250784020894287952L
-
Serialized Fields
-
m_ColIndex
SpreadSheetColumnIndex m_ColIndex
the column with the label index. -
m_ColLabel
SpreadSheetColumnIndex m_ColLabel
the column with the label string. -
m_Finder
ObjectFinder m_Finder
the object finder to use. -
m_Height
int m_Height
the image height to use as basis for normalized coordinates/dimensions. -
m_LabelDefinitions
PlaceholderFile m_LabelDefinitions
the spreadsheet with the label index/label relation, ignored if directory. -
m_LabelKey
String m_LabelKey
the meta-data key with the label. -
m_LabelReader
SpreadSheetReader m_LabelReader
the spreadsheet reader to use. -
m_UsePolygonFormat
boolean m_UsePolygonFormat
output polygon format rather than bbox format. -
m_Width
int m_Width
the image width to use as basis for normalized coordinates/dimensions.
-
-
-
Package adams.data.io.output.jaiwriter
-
Class adams.data.io.output.jaiwriter.AbstractJAIWriter extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 866349334075701756L
-
Class adams.data.io.output.jaiwriter.BMPWriter extends AbstractJAIWriter implements Serializable
- serialVersionUID:
- 1366719044935629546L
-
Serialized Fields
-
m_TopDown
boolean m_TopDown
whether to write the data in top-down order.
-
-
Class adams.data.io.output.jaiwriter.GIFWriter extends AbstractJAIWriter implements Serializable
- serialVersionUID:
- 1366719044935629546L
-
Class adams.data.io.output.jaiwriter.JPEGWriter extends AbstractJAIWriter implements Serializable
- serialVersionUID:
- 1366719044935629546L
-
Serialized Fields
-
m_OptimizeHuffmanTables
boolean m_OptimizeHuffmanTables
whether to optimize the huffman tables. -
m_Quality
float m_Quality
the quality (0-1).
-
-
Class adams.data.io.output.jaiwriter.PNGWriter extends AbstractJAIWriter implements Serializable
- serialVersionUID:
- 1366719044935629546L
-
Serialized Fields
-
m_Compression
float m_Compression
the compression (0=none to 1=high).
-
-
-
Package adams.data.jai.features
-
Class adams.data.jai.features.DFT extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- 3993399058139605286L
-
Serialized Fields
-
m_OutputType
DFT.OutputType m_OutputType
the output type.
-
-
Class adams.data.jai.features.Histogram extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -8349656592325229512L
-
Serialized Fields
-
m_GroupChannels
boolean m_GroupChannels
whether to group the channels. -
m_HistogramType
Histogram.HistogramType m_HistogramType
the type of histogram to generate. -
m_NumBins
int m_NumBins
the number of bins per channel.
-
-
-
Package adams.data.jai.transformer
-
Class adams.data.jai.transformer.AbstractJAITransformer extends AbstractBufferedImageTransformer implements Serializable
- serialVersionUID:
- 6509685876509009633L
-
Class adams.data.jai.transformer.AbstractScript extends AbstractJAITransformer implements Serializable
- serialVersionUID:
- -8283487312539061029L
-
Serialized Fields
-
m_AdditionalOptions
AdditionalOptions m_AdditionalOptions
for storing the additional options.
-
-
Class adams.data.jai.transformer.AbstractScriptedTransformer extends AbstractJAITransformer implements Serializable
- serialVersionUID:
- -8187233244973711251L
-
Serialized Fields
-
m_ScriptFile
PlaceholderFile m_ScriptFile
the script. -
m_ScriptOptions
String m_ScriptOptions
the options for the script.
-
-
Class adams.data.jai.transformer.Brightness extends AbstractJAITransformer implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Serialized Fields
-
m_Factor
float m_Factor
the factor to use. -
m_Offset
float m_Offset
the offset to use.
-
-
Class adams.data.jai.transformer.ChangeOrientation extends AbstractJAITransformer implements Serializable
- serialVersionUID:
- 789668617409423108L
-
Serialized Fields
-
m_AngleLandscapeToPortrait
double m_AngleLandscapeToPortrait
the rotation angle for landscape to portrait. -
m_AnglePortraitToLandscape
double m_AnglePortraitToLandscape
the rotation angle for portrait to landscape. -
m_Orientation
PageOrientation m_Orientation
the orientation for the image.
-
-
Class adams.data.jai.transformer.Dilate extends AbstractJAITransformer implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Serialized Fields
-
m_Kernel
float[] m_Kernel
the kernel (blank separated list of floats). -
m_KernelHeight
int m_KernelHeight
the kernel height. -
m_KernelWidth
int m_KernelWidth
the kernel width.
-
-
Class adams.data.jai.transformer.Erode extends AbstractJAITransformer implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Serialized Fields
-
m_Kernel
float[] m_Kernel
the kernel (blank separated list of floats). -
m_KernelHeight
int m_KernelHeight
the kernel height. -
m_KernelWidth
int m_KernelWidth
the kernel width.
-
-
Class adams.data.jai.transformer.Flip extends AbstractJAITransformer implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Serialized Fields
-
m_Direction
FlipDirection m_Direction
the flip direction.
-
-
Class adams.data.jai.transformer.Gray8 extends AbstractJAITransformer implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Class adams.data.jai.transformer.IndexedColors extends AbstractJAITransformer implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Serialized Fields
-
m_ColorQuantizer
IndexedColors.ColorQuantizer m_ColorQuantizer
the color quantizer. -
m_NumColors
int m_NumColors
the number of colors.
-
-
Class adams.data.jai.transformer.Invert extends AbstractJAITransformer implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Class adams.data.jai.transformer.Resize extends AbstractJAITransformer implements Serializable
- serialVersionUID:
- -7139209460998569352L
-
Serialized Fields
-
m_ForcePercentage
boolean m_ForcePercentage
whether to force percentage (eg for scaling larger). -
m_Height
double m_Height
the new height. -
m_InterpolationType
Resize.InterpolationType m_InterpolationType
the type of interpolation to perform. -
m_NumSubsampleBits
int m_NumSubsampleBits
the number of subsample bits. -
m_Width
double m_Width
the new width.
-
-
Class adams.data.jai.transformer.Rotate extends AbstractJAITransformer implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Serialized Fields
-
m_Angle
double m_Angle
the angle to rotate the image by. -
m_Background
Color m_Background
the background color. -
m_Interpolation
Rotate.InterpolationType m_Interpolation
the interpolation type. -
m_OriginX
int m_OriginX
the X origin. -
m_OriginY
int m_OriginY
the Y origin.
-
-
Class adams.data.jai.transformer.Scripted extends AbstractScriptedTransformer implements Serializable
- serialVersionUID:
- 1304903578667689350L
-
Serialized Fields
-
m_Handler
AbstractScriptingHandler m_Handler
the scripting handler to use.
-
-
-
Package adams.data.lire.features
-
Class adams.data.lire.features.AutoColorCorrelogram extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- 353245595318472893L
-
Class adams.data.lire.features.BasicFeatures extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -8349656592325229512L
-
Class adams.data.lire.features.BinaryPatternsPyramid extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -2251490712206916608L
-
Class adams.data.lire.features.CEDD extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -218939305183964139L
-
Class adams.data.lire.features.ColorLayout extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- 4505596265143958208L
-
Class adams.data.lire.features.EdgeHistogram extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- 1874040272178953103L
-
Class adams.data.lire.features.FCTH extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- 4620733370581047719L
-
Class adams.data.lire.features.FuzzyColorHistogram extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -748267132930230243L
-
Class adams.data.lire.features.FuzzyOpponentHistogram extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- 431988982701325529L
-
Class adams.data.lire.features.Gabor extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- 2359462348032349687L
-
Class adams.data.lire.features.JCD extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- 5127586811257029023L
-
Class adams.data.lire.features.JointHistogram extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -218939305183964139L
-
Class adams.data.lire.features.JpegCoefficientHistogram extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- 4435917199794986005L
-
Class adams.data.lire.features.LocalBinaryPatterns extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -767126182309618385L
-
Class adams.data.lire.features.LocalBinaryPatternsAndOpponent extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -218939305183964139L
-
Class adams.data.lire.features.LuminanceLayout extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- 4806318817749723974L
-
Class adams.data.lire.features.OpponentHistogram extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -5934074718170214988L
-
Class adams.data.lire.features.PHOG extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -1709055659856624762L
-
Class adams.data.lire.features.RankAndOpponent extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -218939305183964139L
-
Class adams.data.lire.features.RotationInvariantLocalBinaryPatterns extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -2552242062981348271L
-
Class adams.data.lire.features.ScalableColor extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- 8690893367113806689L
-
Class adams.data.lire.features.SimpleCentrist extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -218939305183964139L
-
Class adams.data.lire.features.SimpleColorHistogram extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -856222303601625790L
-
Class adams.data.lire.features.SpatialPyramidAutoColorCorrelogram extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -218939305183964139L
-
Class adams.data.lire.features.SpatialPyramidCEDD extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -218939305183964139L
-
Class adams.data.lire.features.SpatialPyramidCentrist extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -218939305183964139L
-
Class adams.data.lire.features.SpatialPyramidFCTH extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- 4620733370581047719L
-
Class adams.data.lire.features.SpatialPyramidJCD extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- 5127586811257029023L
-
Class adams.data.lire.features.SpatialPyramidLocalBinaryPatterns extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- -767126182309618385L
-
Class adams.data.lire.features.Tamura extends AbstractBufferedImageFeatureGenerator implements Serializable
- serialVersionUID:
- 7301265574482393858L
-
-
Package adams.data.matlab.multimatrixoperation
-
Class adams.data.matlab.multimatrixoperation.AbstractMultiMatrixOperation extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 1185449853784824033L
-
Class adams.data.matlab.multimatrixoperation.Add extends AbstractMultiMatrixOperation implements Serializable
- serialVersionUID:
- 8924493141315007273L
-
Class adams.data.matlab.multimatrixoperation.ApplyMask extends AbstractMultiMatrixOperation implements Serializable
- serialVersionUID:
- 8924493141315007273L
-
Class adams.data.matlab.multimatrixoperation.Combine extends AbstractMultiMatrixOperation implements Serializable
- serialVersionUID:
- 8924493141315007273L
-
Serialized Fields
-
m_ElementType
ArrayElementType m_ElementType
the element type.
-
-
Class adams.data.matlab.multimatrixoperation.Subtract extends AbstractMultiMatrixOperation implements Serializable
- serialVersionUID:
- 8924493141315007273L
-
-
Package adams.data.noise
-
Class adams.data.noise.AbstractDatabaseConnectionDenoiser extends AbstractDenoiser<T extends DataContainer> implements Serializable
- serialVersionUID:
- -651009989289544939L
-
Serialized Fields
-
m_DatabaseConnection
AbstractDatabaseConnection m_DatabaseConnection
the database connection.
-
-
Class adams.data.noise.AbstractDenoiser extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -1247356707842924341L
-
Serialized Fields
-
m_RecordRegions
boolean m_RecordRegions
whether to record elution regions as well. -
m_Regions
List<T extends DataContainer> m_Regions
the collected elution regions.
-
-
Class adams.data.noise.AbstractDenoiser.DenoiserJob extends AbstractJob implements Serializable
- serialVersionUID:
- -6605973712371846881L
-
Serialized Fields
-
m_Data
T extends DataContainer m_Data
the data to push through the denoiser. -
m_DenoisedData
T extends DataContainer m_DenoisedData
the denoised data. -
m_Denoiser
AbstractDenoiser m_Denoiser
the denoiser to use.
-
-
Class adams.data.noise.PassThrough extends AbstractDenoiser implements Serializable
- serialVersionUID:
- 6019995704005696521L
-
-
Package adams.data.objectfilter
-
Class adams.data.objectfilter.AbstractObjectFilter extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -5536282098947025494L
-
Serialized Fields
-
m_FlowContext
Actor m_FlowContext
the flow context.
-
-
Class adams.data.objectfilter.AddDefaultLabel extends AbstractObjectFilter implements Serializable
- serialVersionUID:
- -2181381799680316619L
-
Class adams.data.objectfilter.AttachMetaData extends AbstractObjectFilter implements Serializable
- serialVersionUID:
- 5647107073729835067L
-
Class adams.data.objectfilter.AttachOverlappingMetaData extends AbstractObjectFilter implements Serializable
- serialVersionUID:
- 5647107073729835067L
-
Serialized Fields
-
m_Finder
ObjectFinder m_Finder
the object finder to use. -
m_MetaDataKeys
BaseString[] m_MetaDataKeys
the meta-data keys to attach. -
m_OverlapDetection
ObjectOverlap m_OverlapDetection
the object overlap calculation to use. -
m_StorageName
StorageName m_StorageName
the storage item.
-
-
Class adams.data.objectfilter.ClipBoundingBoxes extends AbstractObjectFilter implements Serializable
- serialVersionUID:
- -2181381799680316619L
-
Serialized Fields
-
m_Height
int m_Height
the image height to use. -
m_Width
int m_Width
the image width to use.
-
-
Class adams.data.objectfilter.KeepEnclosed extends AbstractObjectFilter implements Serializable
- serialVersionUID:
- -7256337273782956847L
-
Class adams.data.objectfilter.MakeSquare extends AbstractObjectFilter implements Serializable
- serialVersionUID:
- -2181381799680316619L
-
Serialized Fields
-
m_SideType
MakeSquare.SideType m_SideType
what side to use.
-
-
Class adams.data.objectfilter.MergeOverlaps extends AbstractObjectFilter implements Serializable
- serialVersionUID:
- 7648379268675475506L
-
Serialized Fields
-
m_Algorithm
ObjectOverlap m_Algorithm
the object overlap calculation to use. -
m_LabelKey
String m_LabelKey
the label meta-data key - ignored if empty. -
m_MergedScoreCalculation
MergedScoreCalculation m_MergedScoreCalculation
how to calculate the merged score. -
m_ScoreKey
String m_ScoreKey
the score meta-data key - ignored if empty.
-
-
Class adams.data.objectfilter.OffsetIndex extends AbstractObjectFilter implements Serializable
- serialVersionUID:
- -2181381799680316619L
-
Serialized Fields
-
m_Offset
int m_Offset
the offset for the index.
-
-
Class adams.data.objectfilter.PassThrough extends AbstractObjectFilter implements Serializable
- serialVersionUID:
- -2181381799680316619L
-
Class adams.data.objectfilter.RemoveDuplicatePolygonPoints extends AbstractObjectFilter implements Serializable
- serialVersionUID:
- -7765505197662180885L
-
Class adams.data.objectfilter.RemovePolygons extends AbstractObjectFilter implements Serializable
- serialVersionUID:
- -7765505197662180885L
-
Class adams.data.objectfilter.RenameLabels extends AbstractObjectFilter implements Serializable
- serialVersionUID:
- -2181381799680316619L
-
Serialized Fields
-
m_Key
String m_Key
the key in the meta-data containing the labels. -
m_Rules
BaseKeyValuePair[] m_Rules
the renaming rules (old=new).
-
-
Class adams.data.objectfilter.Rotate extends AbstractObjectFilter implements Serializable
- serialVersionUID:
- -2181381799680316619L
-
Serialized Fields
-
m_Angle
double m_Angle
the rotation in degrees. -
m_ImageHeight
int m_ImageHeight
the original image height. -
m_ImageWidth
int m_ImageWidth
the original image width.
-
-
Class adams.data.objectfilter.Scale extends AbstractObjectFilter implements Serializable
- serialVersionUID:
- -2181381799680316619L
-
Serialized Fields
-
m_NumDecimals
int m_NumDecimals
the number of decimals. -
m_Round
boolean m_Round
whether to round the scaled values. -
m_RoundingType
RoundingType m_RoundingType
the rounding type. -
m_ScaleX
double m_ScaleX
the scale factor for x/width. -
m_ScaleY
double m_ScaleY
the scale factor for y/height.
-
-
Class adams.data.objectfilter.SimplifyPolygons extends AbstractObjectFilter implements Serializable
- serialVersionUID:
- -3865626476883847402L
-
Serialized Fields
-
m_HighQuality
boolean m_HighQuality
whether to use high-quality or fast simplification. -
m_Tolerance
double m_Tolerance
the tolerance parameter.
-
-
Class adams.data.objectfilter.TransformMetaData extends AbstractObjectFilter implements Serializable
- serialVersionUID:
- 5647107073729835067L
-
Serialized Fields
-
m_CallableActor
Actor m_CallableActor
the callable actor. -
m_Helper
CallableActorHelper m_Helper
the helper class. -
m_Key
String m_Key
the key name. -
m_Transformer
CallableActorReference m_Transformer
the callable transformer to apply to the cells.
-
-
Class adams.data.objectfilter.Translate extends AbstractObjectFilter implements Serializable
- serialVersionUID:
- -2181381799680316619L
-
Serialized Fields
-
m_X
int m_X
the translation for x. -
m_Y
int m_Y
the translation for y.
-
-
Class adams.data.objectfilter.UpdateBoundsFromPolygon extends AbstractObjectFilter implements Serializable
- serialVersionUID:
- -2181381799680316619L
-
-
Package adams.data.objectfinder
-
Class adams.data.objectfinder.AbstractMetaObjectFinder extends AbstractObjectFinder implements Serializable
- serialVersionUID:
- -9221045219962890073L
-
Serialized Fields
-
m_ObjectFinder
ObjectFinder m_ObjectFinder
the ObjectFinder to apply.
-
-
Class adams.data.objectfinder.AbstractObjectFinder extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 2092237222859238898L
-
Serialized Fields
-
m_Lenient
boolean m_Lenient
whether to be lenient with indices. -
m_Prefix
String m_Prefix
the prefix of the objects in the report. -
m_Quiet
boolean m_Quiet
whether to suppress warning messages. -
m_ResetIndicesIfNecessary
boolean m_ResetIndicesIfNecessary
whether to reset indices if necessary.
-
-
Class adams.data.objectfinder.AllFinder extends AbstractObjectFinder implements Serializable
- serialVersionUID:
- -8034475536001525696L
-
Class adams.data.objectfinder.ByMetaDataNumericValue extends AbstractObjectFinder implements Serializable
- serialVersionUID:
- 235661615457187608L
-
Serialized Fields
-
m_Key
String m_Key
the meta-data key to inspect. -
m_Maximum
double m_Maximum
the maximum value. -
m_MaximumIncluded
boolean m_MaximumIncluded
whether the maximum value is included. -
m_Minimum
double m_Minimum
the minimum value. -
m_MinimumIncluded
boolean m_MinimumIncluded
whether the minimum value is included.
-
-
Class adams.data.objectfinder.ByMetaDataStringValue extends AbstractObjectFinder implements Serializable
- serialVersionUID:
- 4793599743931691992L
-
Serialized Fields
-
m_Key
String m_Key
the meta-data key to inspect. -
m_RegExp
BaseRegExp m_RegExp
the regular expression to match against the value.
-
-
Class adams.data.objectfinder.HasMetaDataValue extends AbstractObjectFinder implements Serializable
- serialVersionUID:
- 4793599743931691992L
-
Serialized Fields
-
m_Key
String m_Key
the meta-data key to inspect.
-
-
Class adams.data.objectfinder.Invert extends AbstractMetaObjectFinder implements Serializable
- serialVersionUID:
- -8034475536001525696L
-
Class adams.data.objectfinder.MultiObjectFinder extends AbstractObjectFinder implements Serializable
- serialVersionUID:
- 1441664440186470414L
-
Serialized Fields
-
m_Combination
MultiObjectFinder.Combination m_Combination
how the indices are combined. -
m_Finders
ObjectFinder[] m_Finders
the row finders to use.
-
-
Class adams.data.objectfinder.NullFinder extends AbstractObjectFinder implements Serializable
- serialVersionUID:
- -8034475536001525696L
-
Class adams.data.objectfinder.ObjectsInPolygon extends AbstractObjectFinder implements Serializable
- serialVersionUID:
- -6804833277425617270L
-
Serialized Fields
-
m_CheckType
boolean m_CheckType
whether to check the type (if a suffix provided). -
m_OneBased
boolean m_OneBased
whether report contains one-based coordinates. -
m_Partial
boolean m_Partial
whether to include partial hits. -
m_TypeFind
BaseRegExp m_TypeFind
the regular expression to apply to the type. -
m_TypeSuffix
String m_TypeSuffix
the suffix for the type. -
m_X
int[] m_X
the x coordinates. -
m_Y
int[] m_Y
the y coordinates.
-
-
Class adams.data.objectfinder.ObjectsInRegion extends AbstractObjectFinder implements Serializable
- serialVersionUID:
- -6804833277425617270L
-
Serialized Fields
-
m_CheckType
boolean m_CheckType
whether to check the type (if a suffix provided). -
m_Height
int m_Height
the height of the window. -
m_Left
int m_Left
the x of the top-left corner. -
m_OneBased
boolean m_OneBased
whether report contains one-based coordinates. -
m_Partial
boolean m_Partial
whether to include partial hits. -
m_Top
int m_Top
the y of the top-left corner. -
m_TypeFind
BaseRegExp m_TypeFind
the regular expression to apply to the type. -
m_TypeSuffix
String m_TypeSuffix
the suffix for the type. -
m_Width
int m_Width
the width of the window.
-
-
Class adams.data.objectfinder.PolygonPoints extends AbstractObjectFinder implements Serializable
- serialVersionUID:
- 235661615457187608L
-
Serialized Fields
-
m_Maximum
int m_Maximum
the maximum value. -
m_MaximumIncluded
boolean m_MaximumIncluded
whether the maximum value is included. -
m_Minimum
int m_Minimum
the minimum value. -
m_MinimumIncluded
boolean m_MinimumIncluded
whether the minimum value is included.
-
-
Class adams.data.objectfinder.Size extends AbstractObjectFinder implements Serializable
- serialVersionUID:
- -2324944380405209657L
-
Serialized Fields
-
m_Maximum
double m_Maximum
the maximum value. -
m_MaximumIncluded
boolean m_MaximumIncluded
whether the maximum value is included. -
m_Minimum
double m_Minimum
the minimum value. -
m_MinimumIncluded
boolean m_MinimumIncluded
whether the minimum value is included. -
m_Type
Size.CheckType m_Type
what to apply the constraints to.
-
-
-
Package adams.data.objectoverlap
-
Class adams.data.objectoverlap.AbstractObjectOverlap extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -6700493470621873334L
-
Serialized Fields
-
m_CopyMetaData
boolean m_CopyMetaData
whether to copy meta-data. -
m_ExcludeIdentical
boolean m_ExcludeIdentical
whether to skip identical objects, i.e., not count them as overlaps. -
m_MetaDataKeys
BaseString[] m_MetaDataKeys
the meta-data keys to copy.
-
-
Class adams.data.objectoverlap.AreaRatio extends AbstractObjectOverlap implements Serializable
- serialVersionUID:
- 7334086790079005242L
-
Serialized Fields
-
m_AdditionalObject
boolean m_AdditionalObject
whether to check for additional predicted objects not present in actual. -
m_AverageRatio
boolean m_AverageRatio
whether to use average overlap ratio instead of just this->other. -
m_LabelKey
String m_LabelKey
the label meta-data key - ignored if empty. -
m_MinOverlapRatio
double m_MinOverlapRatio
the minimum overlap ratio to use. -
m_UseOtherObject
boolean m_UseOtherObject
whether to use the other object in the output in case of an overlap.
-
-
Class adams.data.objectoverlap.IntersectOverUnionRatio extends AbstractObjectOverlap implements Serializable
- serialVersionUID:
- 490981014539796857L
-
Serialized Fields
-
m_AdditionalObject
boolean m_AdditionalObject
whether to check for additional predicted objects not present in actual. -
m_BoundingBoxFallbackRatio
double m_BoundingBoxFallbackRatio
the ratio used for determining whether to fall back from polygon on bbox. -
m_Fallback
boolean m_Fallback
whether to fallback on bounding box. -
m_Geometry
GeometryType m_Geometry
the geometry to use. -
m_LabelKey
String m_LabelKey
the label meta-data key - ignored if empty. -
m_MinIntersectOverUnionRatio
double m_MinIntersectOverUnionRatio
the minimum IOU ratio to use. -
m_UseOtherObject
boolean m_UseOtherObject
whether to use the other object in the output in case of an overlap.
-
-
Class adams.data.objectoverlap.Null extends AbstractObjectOverlap implements Serializable
- serialVersionUID:
- -1581099697448143889L
-
-
Package adams.data.opencv
-
Class adams.data.opencv.OpenCVImageContainer extends AbstractImageContainer<org.bytedeco.opencv.opencv_core.Mat> implements Serializable
- serialVersionUID:
- 5927586462384340177L
-
-
Package adams.data.opencv.features
-
Class adams.data.opencv.features.AbstractOpenCVFeatureGenerator extends AbstractImageFeatureGenerator<OpenCVImageContainer> implements Serializable
- serialVersionUID:
- 4566948525813804085L
-
Class adams.data.opencv.features.AbstractScript extends AbstractOpenCVFeatureGenerator implements Serializable
- serialVersionUID:
- -8283487312539061029L
-
Serialized Fields
-
m_AdditionalOptions
AdditionalOptions m_AdditionalOptions
for storing the additional options.
-
-
Class adams.data.opencv.features.AbstractScriptedFeatureGenerator extends AbstractOpenCVFeatureGenerator implements Serializable
- serialVersionUID:
- -8187233244973711251L
-
Serialized Fields
-
m_ScriptFile
PlaceholderFile m_ScriptFile
the script. -
m_ScriptOptions
String m_ScriptOptions
the options for the script.
-
-
Class adams.data.opencv.features.Histogram extends AbstractOpenCVFeatureGenerator implements Serializable
- serialVersionUID:
- -8349656592325229512L
-
Serialized Fields
-
m_GroupChannels
boolean m_GroupChannels
whether to group the channels. -
m_MaxValue
float m_MaxValue
the maximum value. -
m_MinValue
float m_MinValue
the minimum value. -
m_NumBins
int m_NumBins
the number of bins.
-
-
Class adams.data.opencv.features.MultiOpenCVFeatureGenerator extends AbstractOpenCVFeatureGenerator implements Serializable
- serialVersionUID:
- -4136037171201268286L
-
Serialized Fields
-
m_SubGenerators
AbstractOpenCVFeatureGenerator[] m_SubGenerators
the generators to use. -
m_SubHeaders
HeaderDefinition[] m_SubHeaders
the sub-headers.
-
-
Class adams.data.opencv.features.Otsu extends AbstractOpenCVFeatureGenerator implements Serializable
- serialVersionUID:
- -8349656592325229512L
-
Serialized Fields
-
m_MaxValue
int m_MaxValue
the max value.
-
-
Class adams.data.opencv.features.Scripted extends AbstractScriptedFeatureGenerator implements Serializable
- serialVersionUID:
- 1304903578667689350L
-
Serialized Fields
-
m_Handler
AbstractScriptingHandler m_Handler
the scripting handler to use.
-
-
-
Package adams.data.opencv.multiimageoperation
-
Class adams.data.opencv.multiimageoperation.AbstractOpenCVMultiImageOperation extends AbstractMultiImageOperation<OpenCVImageContainer> implements Serializable
- serialVersionUID:
- 8469793062316240081L
-
Class adams.data.opencv.multiimageoperation.PassThrough extends AbstractOpenCVMultiImageOperation implements Serializable
- serialVersionUID:
- -1150506476203258531L
-
Class adams.data.opencv.multiimageoperation.ReportFieldSubtraction extends AbstractOpenCVMultiImageOperation implements Serializable
- serialVersionUID:
- 7381673951864996785L
-
Serialized Fields
-
m_Fields
Field[] m_Fields
the report fields to subtract.
-
-
-
Package adams.data.opencv.transformer
-
Class adams.data.opencv.transformer.AbstractOpenCVTransformer extends AbstractImageTransformer<OpenCVImageContainer> implements Serializable
- serialVersionUID:
- 6509685876509009633L
-
Class adams.data.opencv.transformer.AbstractScript extends AbstractOpenCVTransformer implements Serializable
- serialVersionUID:
- -8283487312539061029L
-
Serialized Fields
-
m_AdditionalOptions
AdditionalOptions m_AdditionalOptions
for storing the additional options.
-
-
Class adams.data.opencv.transformer.AbstractScriptedTransformer extends AbstractOpenCVTransformer implements Serializable
- serialVersionUID:
- -8187233244973711251L
-
Serialized Fields
-
m_ScriptFile
PlaceholderFile m_ScriptFile
the script. -
m_ScriptOptions
String m_ScriptOptions
the options for the script.
-
-
Class adams.data.opencv.transformer.Blur extends AbstractOpenCVTransformer implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Serialized Fields
-
m_AnchorX
int m_AnchorX
the X of the anchor. -
m_AnchorY
int m_AnchorY
the Y of the anchor. -
m_BorderType
BorderType m_BorderType
the border type. -
m_KernelHeight
int m_KernelHeight
the kernel height. -
m_KernelWidth
int m_KernelWidth
the kernel width.
-
-
Class adams.data.opencv.transformer.ConvertType extends AbstractOpenCVTransformer implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Serialized Fields
-
m_Conversion
ColorConversionCode m_Conversion
the conversion type.
-
-
Class adams.data.opencv.transformer.GaussianBlur extends AbstractOpenCVTransformer implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Serialized Fields
-
m_BorderType
BorderType m_BorderType
the border type. -
m_KernelHeight
int m_KernelHeight
the kernel height. -
m_KernelWidth
int m_KernelWidth
the kernel width. -
m_SigmaX
double m_SigmaX
sigma X (standard deviation for X). -
m_SigmaY
double m_SigmaY
sigma Y (standard deviation for X).
-
-
Class adams.data.opencv.transformer.MultiTransformer extends AbstractOpenCVTransformer implements Serializable
- serialVersionUID:
- 7793661256600883689L
-
Serialized Fields
-
m_Transformers
AbstractOpenCVTransformer[] m_Transformers
the sub-transformers.
-
-
Class adams.data.opencv.transformer.PassThrough extends AbstractOpenCVTransformer implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Class adams.data.opencv.transformer.Resize extends AbstractOpenCVTransformer implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Serialized Fields
-
m_FactorX
double m_FactorX
the x factor. -
m_FactorY
double m_FactorY
the y factor. -
m_Height
int m_Height
the absolute height. -
m_Interpolation
InterpolationType m_Interpolation
the interpolation type. -
m_Type
Resize.ResizeType m_Type
the resize type. -
m_Width
int m_Width
the absolute width.
-
-
Class adams.data.opencv.transformer.Scripted extends AbstractScriptedTransformer implements Serializable
- serialVersionUID:
- 1304903578667689350L
-
Serialized Fields
-
m_Handler
AbstractScriptingHandler m_Handler
the scripting handler to use.
-
-
Class adams.data.opencv.transformer.SplitChannels extends AbstractOpenCVTransformer implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Class adams.data.opencv.transformer.Threshold extends AbstractOpenCVTransformer implements Serializable
- serialVersionUID:
- 2959486760492196174L
-
Serialized Fields
-
m_MaxValue
int m_MaxValue
the max value. -
m_Threshold
int m_Threshold
the threshold to use. -
m_Type
ThresholdType m_Type
the threshold type.
-
-
-
Package adams.data.outlier
-
Class adams.data.outlier.AbstractDatabaseConnectionOutlierDetector extends AbstractOutlierDetector<T extends DataContainer> implements Serializable
- serialVersionUID:
- 8848033637860171357L
-
Serialized Fields
-
m_DatabaseConnection
AbstractDatabaseConnection m_DatabaseConnection
the database connection.
-
-
Class adams.data.outlier.AbstractOutlierDetector extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 1238310227471192973L
-
Class adams.data.outlier.AbstractOutlierDetector.DetectorJob extends AbstractJob implements Serializable
- serialVersionUID:
- 4607715174153227144L
-
Serialized Fields
-
m_Data
T extends DataContainer m_Data
the data to push through the detector. -
m_Detector
AbstractOutlierDetector m_Detector
the detector to use. -
m_Result
List<String> m_Result
the result.
-
-
Class adams.data.outlier.AbstractScript extends AbstractOutlierDetector implements Serializable
- serialVersionUID:
- -8283487312539061029L
-
Serialized Fields
-
m_AdditionalOptions
AdditionalOptions m_AdditionalOptions
for storing the additional options.
-
-
Class adams.data.outlier.AbstractScriptedOutlierDetector extends AbstractOutlierDetector implements Serializable
- serialVersionUID:
- -8187233244973711251L
-
Serialized Fields
-
m_ScriptFile
PlaceholderFile m_ScriptFile
the script. -
m_ScriptOptions
String m_ScriptOptions
the options for the script.
-
-
Class adams.data.outlier.Excluded extends AbstractOutlierDetector implements Serializable
- serialVersionUID:
- -1396852948506663540L
-
Class adams.data.outlier.FieldRequired extends AbstractOutlierDetector implements Serializable
- serialVersionUID:
- -6838687006986727555L
-
Serialized Fields
-
m_Field
Field m_Field
the name of the field that needs to be present.
-
-
Class adams.data.outlier.FilteredOutlierDetector extends AbstractDatabaseConnectionOutlierDetector<T extends DataContainer> implements Serializable
- serialVersionUID:
- 6570555834680774914L
-
Serialized Fields
-
m_Detector
AbstractOutlierDetector m_Detector
the detector to use. -
m_Filter
Filter m_Filter
the filter to use.
-
-
Class adams.data.outlier.Groovy extends AbstractScriptedOutlierDetector implements Serializable
- serialVersionUID:
- 1304903578667689350L
-
Serialized Fields
-
m_InlineScript
GroovyScript m_InlineScript
the inline script.
-
-
Class adams.data.outlier.MinMax extends AbstractOutlierDetector<DataContainer> implements Serializable
- serialVersionUID:
- 8061387654170301948L
-
Serialized Fields
-
m_field
Field m_field
the quant field. -
m_max
double m_max
max. -
m_min
double m_min
min.
-
-
Class adams.data.outlier.MultiOutlierDetector extends AbstractDatabaseConnectionOutlierDetector<T extends DataContainer> implements Serializable
- serialVersionUID:
- 5818338370944478215L
-
Serialized Fields
-
m_Detectors
AbstractOutlierDetector[] m_Detectors
the detectors. -
m_StopOnFirstDetection
boolean m_StopOnFirstDetection
stops detection as soon as one sub-detector detected something.
-
-
Class adams.data.outlier.PassThrough extends AbstractOutlierDetector implements Serializable
- serialVersionUID:
- 640418515170621204L
-
Class adams.data.outlier.Scripted extends AbstractScriptedOutlierDetector implements Serializable
- serialVersionUID:
- 1304903578667689350L
-
Serialized Fields
-
m_Handler
AbstractScriptingHandler m_Handler
the scripting handler to use.
-
-
Class adams.data.outlier.StringMatcher extends AbstractOutlierDetector implements Serializable
- serialVersionUID:
- -4774492907534443823L
-
Serialized Fields
-
m_Field
Field m_Field
the name of the reference compound. -
m_Invert
boolean m_Invert
whether to invert the matching sense. -
m_RegExp
BaseRegExp m_RegExp
the regular expression that the value must match.
-
-
Class adams.data.outlier.TargetRequired extends AbstractOutlierDetector implements Serializable
- serialVersionUID:
- -6838687006986727555L
-
Serialized Fields
-
m_Field
Field m_Field
the name of the reference compound. -
m_MinConcentration
double m_MinConcentration
the minimum concentration.
-
-
Class adams.data.outlier.TimeseriesMinPoints extends AbstractOutlierDetector<Timeseries> implements Serializable
- serialVersionUID:
- -3670792009048485874L
-
Serialized Fields
-
m_MinValue
double m_MinValue
the minimum value. -
m_NumPoints
double m_NumPoints
the number of points that need the minimum value (below 1 it is interpreted as percentage).
-
-
Class adams.data.outlier.TimeseriesRange extends AbstractOutlierDetector<Timeseries> implements Serializable
- serialVersionUID:
- -5300001549269138646L
-
Serialized Fields
-
m_Max
double m_Max
the maximum acceptable value (incl). -
m_Min
double m_Min
the minimum acceptable value (incl).
-
-
Class adams.data.outlier.TimeseriesTimestampCheck extends AbstractOutlierDetector<Timeseries> implements Serializable
- serialVersionUID:
- -5300001549269138646L
-
Serialized Fields
-
m_Condition
TimeseriesTimestampCheck.TimestampCondition m_Condition
the condition that the timestamp must meet. -
m_Index
Index m_Index
the index of the timestamp to check. -
m_Timestamp
BaseDateTime m_Timestamp
the provided timestamp.
-
-
-
Package adams.data.overlappingobjectremoval
-
Class adams.data.overlappingobjectremoval.AbstractOverlappingObjectRemoval extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 6991707947586230873L
-
Class adams.data.overlappingobjectremoval.KeepHighestMetaDataValue extends AbstractOverlappingObjectRemoval implements Serializable
- serialVersionUID:
- -895136411948961806L
-
Serialized Fields
-
m_ScoreKey
String m_ScoreKey
the score meta-data key.
-
-
Class adams.data.overlappingobjectremoval.MergeOverlaps extends AbstractOverlappingObjectRemoval implements Serializable
- serialVersionUID:
- 2003246733816658910L
-
Serialized Fields
-
m_Algorithm
ObjectOverlap m_Algorithm
the object overlap calculation to use. -
m_LabelKey
String m_LabelKey
the label meta-data key - ignored if empty. -
m_MergedScoreCalculation
MergedScoreCalculation m_MergedScoreCalculation
how to calculate the merged score. -
m_ScoreKey
String m_ScoreKey
the score meta-data key - ignored if empty.
-
-
Class adams.data.overlappingobjectremoval.PassThrough extends AbstractOverlappingObjectRemoval implements Serializable
- serialVersionUID:
- 2003246733816658910L
-
Class adams.data.overlappingobjectremoval.RemoveAll extends AbstractOverlappingObjectRemoval implements Serializable
- serialVersionUID:
- -895136411948961806L
-
Class adams.data.overlappingobjectremoval.RemoveLargerRectangle extends AbstractOverlappingObjectRemoval implements Serializable
- serialVersionUID:
- -895136411948961806L
-
Class adams.data.overlappingobjectremoval.RemoveSmallerRectangle extends AbstractOverlappingObjectRemoval implements Serializable
- serialVersionUID:
- -895136411948961806L
-
-
Package adams.data.random
-
Class adams.data.random.AbstractDistributionBasedRandomNumberGenerator extends AbstractSeededRandomNumberGenerator<T extends Number> implements Serializable
- serialVersionUID:
- -4193009658719437993L
-
Serialized Fields
-
m_Mean
double m_Mean
the mean. -
m_Stdev
double m_Stdev
the standard deviation.
-
-
Class adams.data.random.AbstractRandomNumberGenerator extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 5803268124112742362L
-
Class adams.data.random.AbstractSeededRandomNumberGenerator extends AbstractRandomNumberGenerator<T extends Number> implements Serializable
- serialVersionUID:
- -8175994712205719647L
-
Serialized Fields
-
m_Seed
long m_Seed
the seed value.
-
-
Class adams.data.random.JavaRandomByte extends AbstractSeededRandomNumberGenerator<Byte> implements Serializable
- serialVersionUID:
- 8754317840175980117L
-
Serialized Fields
-
m_Random
Random m_Random
the random number generator to use.
-
-
Class adams.data.random.JavaRandomByteUnseeded extends AbstractRandomNumberGenerator<Byte> implements Serializable
- serialVersionUID:
- 8754317840175980117L
-
Serialized Fields
-
m_Random
Random m_Random
the random number generator to use.
-
-
Class adams.data.random.JavaRandomDouble extends AbstractSeededRandomNumberGenerator<Double> implements Serializable
- serialVersionUID:
- -9108188550486580598L
-
Serialized Fields
-
m_Random
Random m_Random
the random number generator to use.
-
-
Class adams.data.random.JavaRandomDoubleUnseeded extends AbstractRandomNumberGenerator<Double> implements Serializable
- serialVersionUID:
- -9108188550486580598L
-
Serialized Fields
-
m_Random
Random m_Random
the random number generator to use.
-
-
Class adams.data.random.JavaRandomInt extends AbstractSeededRandomNumberGenerator<Integer> implements Serializable
- serialVersionUID:
- 8754317840175980117L
-
Serialized Fields
-
m_MaxValue
int m_MaxValue
the maximum value for the numbers to generate. -
m_MinValue
int m_MinValue
the minimum value for the numbers to generate. -
m_Random
Random m_Random
the random number generator to use.
-
-
Class adams.data.random.JavaRandomIntUnseeded extends AbstractRandomNumberGenerator<Integer> implements Serializable
- serialVersionUID:
- 8754317840175980117L
-
Serialized Fields
-
m_MaxValue
int m_MaxValue
the maximum value for the numbers to generate. -
m_MinValue
int m_MinValue
the minimum value for the numbers to generate. -
m_Random
Random m_Random
the random number generator to use.
-
-
-
Package adams.data.report
-
Class adams.data.report.AbstractDatabaseConnectionReportFilter extends AbstractReportFilter<T extends DataContainer> implements Serializable
- serialVersionUID:
- -2214465051352196860L
-
Serialized Fields
-
m_DatabaseConnection
AbstractDatabaseConnection m_DatabaseConnection
the database connection.
-
-
Class adams.data.report.AbstractField extends Object implements Serializable
- serialVersionUID:
- -5720659277852926115L
-
Class adams.data.report.AbstractFilteredReportFilter extends AbstractReportFilter implements Serializable
- serialVersionUID:
- 247334339949735595L
-
Serialized Fields
-
m_Filter
AbstractReportFilter m_Filter
the report filter to apply.
-
-
Class adams.data.report.AbstractReportFilter extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -7572598575382208115L
-
Class adams.data.report.AbstractScript extends AbstractReportFilter implements Serializable
- serialVersionUID:
- -8283487312539061029L
-
Serialized Fields
-
m_AdditionalOptions
AdditionalOptions m_AdditionalOptions
for storing the additional options.
-
-
Class adams.data.report.AbstractScriptedReportFilter extends AbstractReportFilter implements Serializable
- serialVersionUID:
- -8187233244973711251L
-
Serialized Fields
-
m_ScriptFile
PlaceholderFile m_ScriptFile
the script. -
m_ScriptOptions
String m_ScriptOptions
the options for the script.
-
-
Class adams.data.report.Field extends AbstractField implements Serializable
- serialVersionUID:
- -5720659277852926115L
-
Class adams.data.report.FilteredReportFilter extends AbstractDatabaseConnectionReportFilter<T extends DataContainer> implements Serializable
- serialVersionUID:
- 8646651693938769168L
-
Serialized Fields
-
m_DataFilter
Filter m_DataFilter
the pre-filter for filtering the data. -
m_ReportFilter
AbstractReportFilter m_ReportFilter
the post-filter for filtering the report.
-
-
Class adams.data.report.Groovy extends AbstractScriptedReportFilter implements Serializable
- serialVersionUID:
- 1304903578667689350L
-
Serialized Fields
-
m_InlineScript
GroovyScript m_InlineScript
the inline script.
-
-
Class adams.data.report.PassThrough extends AbstractReportFilter implements Serializable
- serialVersionUID:
- 8646651693938769168L
-
Class adams.data.report.PrefixField extends Field implements Serializable
- serialVersionUID:
- 5784651889838784067L
-
Class adams.data.report.RemoveByDataType extends AbstractReportFilter implements Serializable
- serialVersionUID:
- 2459960819587891448L
-
Serialized Fields
-
m_DataTypes
DataType[] m_DataTypes
the data types to remove. -
m_InvertMatching
boolean m_InvertMatching
whether to invert the matching, ie keeping the types and remove all others.
-
-
Class adams.data.report.RemoveByName extends AbstractReportFilter implements Serializable
- serialVersionUID:
- 1215043320920480970L
-
Serialized Fields
-
m_InvertMatching
boolean m_InvertMatching
whether to invert the matching, ie keeping the fields that don't match. -
m_RegExp
BaseRegExp m_RegExp
the regular expression to match against the names.
-
-
Class adams.data.report.Report extends LoggingObject implements Serializable
- serialVersionUID:
- -8377544506571885570L
-
Serialized Fields
-
m_DatabaseID
int m_DatabaseID
the database ID of the data structure this report belongs to. -
m_Fields
Hashtable<String,AbstractField> m_Fields
fields. -
m_Params
Hashtable<AbstractField,Object> m_Params
Store Header parameters ( parameter:value ).
-
-
Class adams.data.report.Scripted extends AbstractScriptedReportFilter implements Serializable
- serialVersionUID:
- 1304903578667689350L
-
Serialized Fields
-
m_Handler
AbstractScriptingHandler m_Handler
the scripting handler to use.
-
-
Class adams.data.report.SuffixField extends Field implements Serializable
- serialVersionUID:
- 8407023575940681345L
-
-
Package adams.data.sequence
-
Class adams.data.sequence.XYSequence extends AbstractDataContainer<XYSequencePoint> implements Serializable
- serialVersionUID:
- -3742507986126404535L
-
Serialized Fields
-
m_Comparator
DataPointComparator m_Comparator
the default comparator. -
m_Comparison
XYSequencePointComparator.Comparison m_Comparison
the comparison to use. -
m_MappingX
gnu.trove.map.hash.TDoubleObjectHashMap<String> m_MappingX
string representations for the X values. -
m_MappingY
gnu.trove.map.hash.TDoubleObjectHashMap<String> m_MappingY
string representations for the Y values. -
m_MaxX
XYSequencePoint m_MaxX
the maximum X point. -
m_MaxY
XYSequencePoint m_MaxY
the maximum Y point. -
m_MinX
XYSequencePoint m_MinX
the minimum X point. -
m_MinY
XYSequencePoint m_MinY
the minimum Y point.
-
-
Class adams.data.sequence.XYSequencePoint extends AbstractDataPoint implements Serializable
- serialVersionUID:
- 2354312871454097142L
-
Class adams.data.sequence.XYSequencePointComparator extends DataPointComparator implements Serializable
- serialVersionUID:
- -5536677097973106152L
-
Serialized Fields
-
m_Comparison
XYSequencePointComparator.Comparison m_Comparison
how to compare.
-
-
-
Package adams.data.smoothing
-
Class adams.data.smoothing.AbstractDatabaseConnectionSmoother extends AbstractSmoother<T extends DataContainer> implements Serializable
- serialVersionUID:
- -2506705356469791859L
-
Serialized Fields
-
m_DatabaseConnection
AbstractDatabaseConnection m_DatabaseConnection
the database connection.
-
-
Class adams.data.smoothing.AbstractLOWESSBased extends AbstractSmoother<T extends DataContainer> implements Serializable
- serialVersionUID:
- -4052647569528377770L
-
Serialized Fields
-
m_LOWESS
AbstractLOWESS m_LOWESS
the LOWESS filter in use.
-
-
Class adams.data.smoothing.AbstractSavitzkyGolayBased extends AbstractSmoother<T extends DataContainer> implements Serializable
- serialVersionUID:
- -4052647569528377770L
-
Serialized Fields
-
m_SavitzkyGolay
AbstractSavitzkyGolay m_SavitzkyGolay
the Savitzly-Golay filter in use.
-
-
Class adams.data.smoothing.AbstractSlidingWindow extends AbstractSmoother<T extends DataContainer> implements Serializable
- serialVersionUID:
- 4528493242259502282L
-
Serialized Fields
-
m_Measure
AbstractSlidingWindow.Measure m_Measure
the type of measure to use. -
m_WindowSize
int m_WindowSize
the window size.
-
-
Class adams.data.smoothing.AbstractSmoother extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 5504652439909198344L
-
Class adams.data.smoothing.AbstractSmoother.SmootherJob extends AbstractJob implements Serializable
- serialVersionUID:
- 5544327082749651329L
-
Serialized Fields
-
m_Data
T extends DataContainer m_Data
the data to push through the smoothing scheme. -
m_SmoothedData
T extends DataContainer m_SmoothedData
the smoothed data. -
m_Smoother
AbstractSmoother m_Smoother
the smoothing scheme to use.
-
-
Class adams.data.smoothing.PassThrough extends AbstractSmoother implements Serializable
- serialVersionUID:
- -3070023958174384004L
-
Class adams.data.smoothing.TimeseriesLOWESSBased extends AbstractLOWESSBased<Timeseries> implements Serializable
- serialVersionUID:
- -4052647569528377770L
-
Class adams.data.smoothing.TimeseriesSavitzkyGolayBased extends AbstractSavitzkyGolayBased<Timeseries> implements Serializable
- serialVersionUID:
- -4052647569528377770L
-
Class adams.data.smoothing.TimeseriesSlidingWindow extends AbstractSlidingWindow<Timeseries> implements Serializable
- serialVersionUID:
- 5542490162825298823L
-
-
Package adams.data.spc
-
Class adams.data.spc.AbstractControlChart extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 3400373021296319268L
-
Class adams.data.spc.AbstractControlChartWithSampleSize extends AbstractControlChart implements Serializable
- serialVersionUID:
- 6551757750425372768L
-
Serialized Fields
-
m_SampleSize
int m_SampleSize
the sample size.
-
-
Class adams.data.spc.AbstractViolationFinder extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 4850346604018127672L
-
Class adams.data.spc.BeyondLimitsViolations extends AbstractViolationFinder implements Serializable
- serialVersionUID:
- 6050852088287348188L
-
Class adams.data.spc.CChart extends AbstractControlChartWithSampleSize implements Serializable
- serialVersionUID:
- 4352909660548550374L
-
Class adams.data.spc.Limits extends Object implements Serializable
- serialVersionUID:
- -8472061760213478622L
-
Serialized Fields
-
m_Center
double m_Center
the center. -
m_Lower
double m_Lower
the lower limit. -
m_Upper
double m_Upper
the upper limit.
-
-
Class adams.data.spc.MOACUSUM extends AbstractControlChart implements Serializable
- serialVersionUID:
- -8104165645635976186L
-
Serialized Fields
-
m_Delta
double m_Delta
the delta parameter. -
m_Lambda
double m_Lambda
the lambda parameter. -
m_MinNumValues
int m_MinNumValues
the minimum number of values before testing.
-
-
Class adams.data.spc.MOAPageHinkley extends AbstractControlChart implements Serializable
- serialVersionUID:
- -8104165645635976186L
-
Serialized Fields
-
m_Alpha
double m_Alpha
the alpha parameter. -
m_Delta
double m_Delta
the delta parameter. -
m_Lambda
double m_Lambda
the lambda parameter. -
m_MinNumValues
int m_MinNumValues
the minimum number of values before testing.
-
-
Class adams.data.spc.NPChart extends AbstractControlChartWithSampleSize implements Serializable
- serialVersionUID:
- 4352909660548550374L
-
Class adams.data.spc.NullViolations extends AbstractViolationFinder implements Serializable
- serialVersionUID:
- 6050852088287348188L
-
Class adams.data.spc.OnOneSideViolations extends AbstractViolationFinder implements Serializable
- serialVersionUID:
- 6050852088287348188L
-
Serialized Fields
-
m_MinPoints
int m_MinPoints
the minimum number of data points on one side before flagging as violation.
-
-
Class adams.data.spc.PChart extends AbstractControlChartWithSampleSize implements Serializable
- serialVersionUID:
- 4352909660548550374L
-
Class adams.data.spc.UChart extends AbstractControlChart implements Serializable
- serialVersionUID:
- 4352909660548550374L
-
Class adams.data.spc.XBarRChart extends AbstractControlChartWithSampleSize implements Serializable
- serialVersionUID:
- 4352909660548550374L
-
Serialized Fields
-
m_Variation
boolean m_Variation
whether to generate mean or variation data.
-
-
Class adams.data.spc.XBarSChart extends AbstractControlChartWithSampleSize implements Serializable
- serialVersionUID:
- 4352909660548550374L
-
Serialized Fields
-
m_StandardDeviation
boolean m_StandardDeviation
whether to generate mean or standard deviation data.
-
-
-
Package adams.data.splitgenerator
-
Package adams.data.splitgenerator.generic.core
-
Class adams.data.splitgenerator.generic.core.Subset extends Object implements Serializable
- serialVersionUID:
- 3833693505441351845L
-
-
Package adams.data.splitgenerator.generic.crossvalidation
-
Class adams.data.splitgenerator.generic.crossvalidation.CrossValidationGenerator extends CustomLoggingLevelObject implements Serializable
- serialVersionUID:
- 6906260013695977045L
-
Serialized Fields
-
m_NumFolds
int m_NumFolds
the number of folds to use. -
m_Randomization
Randomization m_Randomization
the randomization scheme. -
m_Stratification
Stratification m_Stratification
the stratification scheme.
-
-
Class adams.data.splitgenerator.generic.crossvalidation.FoldPair extends Object implements Serializable
- serialVersionUID:
- -7911202345550167880L
-
-
Package adams.data.splitgenerator.generic.randomization
-
Class adams.data.splitgenerator.generic.randomization.AbstractRandomization extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -5619683133352175979L
-
Class adams.data.splitgenerator.generic.randomization.DefaultRandomization extends AbstractRandomization implements Serializable
- serialVersionUID:
- -7659572567934958935L
-
Serialized Fields
-
m_Seed
long m_Seed
the seed value.
-
-
Class adams.data.splitgenerator.generic.randomization.PassThrough extends AbstractRandomization implements Serializable
- serialVersionUID:
- 4334977393029180519L
-
-
Package adams.data.splitgenerator.generic.randomsplit
-
Class adams.data.splitgenerator.generic.randomsplit.RandomSplitGenerator extends CustomLoggingLevelObject implements Serializable
- serialVersionUID:
- 1816472926230469853L
-
Serialized Fields
-
m_Randomization
Randomization m_Randomization
the randomization scheme. -
m_Splitter
Splitter m_Splitter
the splitter scheme.
-
-
Class adams.data.splitgenerator.generic.randomsplit.SplitPair extends Object implements Serializable
- serialVersionUID:
- -7911202345550167880L
-
-
Package adams.data.splitgenerator.generic.splitter
-
Class adams.data.splitgenerator.generic.splitter.AbstractSplitter extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -5619683133352175979L
-
Class adams.data.splitgenerator.generic.splitter.DefaultSplitter extends AbstractSplitter implements Serializable
- serialVersionUID:
- 3058580709807088718L
-
Serialized Fields
-
m_Percentage
double m_Percentage
the percentage (0-1).
-
-
-
Package adams.data.splitgenerator.generic.stratification
-
Class adams.data.splitgenerator.generic.stratification.AbstractStratification extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -5619683133352175979L
-
Class adams.data.splitgenerator.generic.stratification.DefaultStratification extends AbstractStratification implements Serializable
- serialVersionUID:
- 1656173611217395496L
-
Class adams.data.splitgenerator.generic.stratification.PassThrough extends AbstractStratification implements Serializable
- serialVersionUID:
- 4334977393029180519L
-
-
Package adams.data.spreadsheet
-
Class adams.data.spreadsheet.AbstractObjectHandler extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -3675851527684921384L
-
Class adams.data.spreadsheet.AbstractRow extends Object implements Serializable
- serialVersionUID:
- -7629759768897079377L
-
Serialized Fields
-
m_Cells
HashMap<String,Cell> m_Cells
the cells of the row. -
m_Owner
SpreadSheet m_Owner
the owner.
-
-
Class adams.data.spreadsheet.CellView extends Object implements Serializable
- serialVersionUID:
- -2460726233145475867L
-
Class adams.data.spreadsheet.DataRowView extends Object implements Serializable
- serialVersionUID:
- -9144857545548275536L
-
Serialized Fields
-
m_Columns
gnu.trove.list.array.TIntArrayList m_Columns
the column subset (null for all). -
m_Owner
SpreadSheet m_Owner
the owning spreadsheet. -
m_Row
DataRow m_Row
the wrapped row.
-
-
Class adams.data.spreadsheet.DefaultSpreadSheet extends Object implements Serializable
- serialVersionUID:
- -5500678849412481001L
-
Serialized Fields
-
m_Comments
List<String> m_Comments
optional comments. -
m_DataRowClass
Class m_DataRowClass
the default data row class to use. -
m_DateFormat
DateFormat m_DateFormat
for formatting dates. -
m_DateTimeFormat
DateFormat m_DateTimeFormat
for formatting date/times. -
m_DateTimeMsecFormat
DateFormat m_DateTimeMsecFormat
for formatting date/time msecs. -
m_HeaderRow
HeaderRow m_HeaderRow
the header row. -
m_Locale
Locale m_Locale
the current locale. -
m_Name
String m_Name
the name of the spreadsheet. -
m_NumberFormat
NumberFormat m_NumberFormat
for number format. -
m_RowKeys
ArrayList<String> m_RowKeys
the row keys of the spreadsheet. -
m_Rows
HashMap<String,DataRow> m_Rows
the rows of the spreadsheet. -
m_StringsTable
SharedStringsTable m_StringsTable
for conserving memory. -
m_TimeFormat
DateFormat m_TimeFormat
for formatting times. -
m_TimeMsecFormat
DateFormat m_TimeMsecFormat
for formatting times with msec.
-
-
Class adams.data.spreadsheet.DenseDataRow extends Object implements Serializable
- serialVersionUID:
- -174960053020463008L
-
Serialized Fields
-
m_Cells
Cell[] m_Cells
the cells of the row. -
m_Owner
SpreadSheet m_Owner
the owner.
-
-
Class adams.data.spreadsheet.DenseFloatDataRow extends DenseDataRow implements Serializable
- serialVersionUID:
- 8083680708975655515L
-
Class adams.data.spreadsheet.DoubleCell extends Object implements Serializable
- serialVersionUID:
- -3912508808391288142L
-
Serialized Fields
-
m_Calculating
boolean m_Calculating
whether a cell calculation is currently happening. -
m_Content
double m_Content
the content of the cell. -
m_ContentType
Cell.ContentType m_ContentType
whether the content is numeric. -
m_Formula
String m_Formula
the formula. -
m_Object
Object m_Object
the object. -
m_Owner
Row m_Owner
the row this cell belongs to.
-
-
Class adams.data.spreadsheet.FloatCell extends Object implements Serializable
- serialVersionUID:
- -3912508808391288142L
-
Serialized Fields
-
m_Calculating
boolean m_Calculating
whether a cell calculation is currently happening. -
m_Content
float m_Content
the content of the cell. -
m_ContentType
Cell.ContentType m_ContentType
whether the content is numeric. -
m_Formula
String m_Formula
the formula. -
m_Object
Object m_Object
the object. -
m_Owner
Row m_Owner
the row this cell belongs to.
-
-
Class adams.data.spreadsheet.HeaderRow extends AbstractRow implements Serializable
- serialVersionUID:
- 6495559418329338208L
-
Class adams.data.spreadsheet.JsonObjectHandler extends AbstractObjectHandler<net.minidev.json.JSONAware> implements Serializable
- serialVersionUID:
- -6046786448098226273L
-
Class adams.data.spreadsheet.MetaData extends Object implements Serializable
- serialVersionUID:
- -7702963792155360094L
-
Serialized Fields
-
m_Data
SpreadSheet m_Data
for storing the meta-data.
-
-
Class adams.data.spreadsheet.RowComparator extends Object implements Serializable
- serialVersionUID:
- 7477661638560986045L
-
Serialized Fields
-
m_Ascending
boolean[] m_Ascending
whether to sort ascending or descending. -
m_Indices
int[] m_Indices
the column indices to use in the comparison.
-
-
Class adams.data.spreadsheet.RowIdentifier extends Object implements Serializable
- serialVersionUID:
- 2071633034869909763L
-
Class adams.data.spreadsheet.SheetIndex extends AbstractDataBackedIndex<String[]> implements Serializable
- serialVersionUID:
- -4358263779315198808L
-
Class adams.data.spreadsheet.SheetRange extends AbstractDataBackedRange<String[]> implements Serializable
- serialVersionUID:
- 5215987200366396733L
-
Class adams.data.spreadsheet.SparseDataRow extends AbstractRow implements Serializable
- serialVersionUID:
- 6870041975871526417L
-
Class adams.data.spreadsheet.SparseFloatDataRow extends SparseDataRow implements Serializable
- serialVersionUID:
- 888420460140542133L
-
Class adams.data.spreadsheet.SpreadSheetColumnIndex extends AbstractDataBackedIndex<SpreadSheet> implements Serializable
- serialVersionUID:
- -4358263779315198808L
-
Class adams.data.spreadsheet.SpreadSheetColumnRange extends AbstractDataBackedRange<SpreadSheet> implements Serializable
- serialVersionUID:
- 5215987200366396733L
-
Class adams.data.spreadsheet.SpreadSheetRowIndex extends AbstractDataBackedIndex<SpreadSheet> implements Serializable
- serialVersionUID:
- -4358263779315198808L
-
Class adams.data.spreadsheet.SpreadSheetRowRange extends AbstractDataBackedRange<SpreadSheet> implements Serializable
- serialVersionUID:
- 5215987200366396733L
-
Class adams.data.spreadsheet.SpreadSheetUnorderedColumnRange extends AbstractDataBackedUnorderedRange<SpreadSheet> implements Serializable
- serialVersionUID:
- 5215987200366396733L
-
Class adams.data.spreadsheet.SpreadSheetUnorderedRowRange extends AbstractDataBackedUnorderedRange<SpreadSheet> implements Serializable
- serialVersionUID:
- 5215987200366396733L
-
Class adams.data.spreadsheet.SpreadSheetView extends Object implements Serializable
- serialVersionUID:
- -3933080370817564099L
-
Serialized Fields
-
m_ColumnArray
int[] m_ColumnArray
the column array. -
m_Columns
gnu.trove.list.array.TIntArrayList m_Columns
the column subset to use (null for all). -
m_HeaderRow
HeaderRow m_HeaderRow
the cached header row. -
m_RowArray
int[] m_RowArray
the row array. -
m_Rows
gnu.trove.list.array.TIntArrayList m_Rows
the row subset to use (null for all). -
m_Sheet
SpreadSheet m_Sheet
the underlying spreadsheet.
-
-
Class adams.data.spreadsheet.StringObjectHandler extends AbstractObjectHandler<String> implements Serializable
- serialVersionUID:
- -6046786448098226273L
-
-
Package adams.data.spreadsheet.cellfinder
-
Class adams.data.spreadsheet.cellfinder.AbstractCellFinder extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 3647241823201101006L
-
Class adams.data.spreadsheet.cellfinder.AbstractRowCellFinder extends AbstractCellFinder implements Serializable
- serialVersionUID:
- -8885493337178062450L
-
Class adams.data.spreadsheet.cellfinder.CellLocation extends Object implements Serializable
- serialVersionUID:
- 4387727127432776366L
-
Serialized Fields
-
m_Column
int m_Column
the 0-based column. -
m_Row
int m_Row
the 0-based row.
-
-
Class adams.data.spreadsheet.cellfinder.CellRange extends AbstractRowCellFinder implements Serializable
- serialVersionUID:
- 3956527986917157099L
-
Serialized Fields
-
m_Columns
SpreadSheetColumnRange m_Columns
the columns. -
m_Rows
Range m_Rows
the rows.
-
-
Class adams.data.spreadsheet.cellfinder.CellTypeRange extends AbstractRowCellFinder implements Serializable
- serialVersionUID:
- 3956527986917157099L
-
Serialized Fields
-
m_Columns
SpreadSheetColumnRange m_Columns
the columns. -
m_Rows
Range m_Rows
the rows. -
m_Type
Cell.ContentType m_Type
the type to look for.
-
-
Class adams.data.spreadsheet.cellfinder.ColumnFinderRange extends AbstractCellFinder implements Serializable
- serialVersionUID:
- 3956527986917157099L
-
Serialized Fields
-
m_ColumnFinder
ColumnFinder m_ColumnFinder
the column finder. -
m_Rows
Range m_Rows
the rows.
-
-
Class adams.data.spreadsheet.cellfinder.CorrespondingColumn extends AbstractCellFinder implements Serializable
- serialVersionUID:
- -3837662374567098995L
-
Serialized Fields
-
m_CorrespondingColumn
int m_CorrespondingColumn
the position of the corresponding column. -
m_CorrespondingPosition
PositionType m_CorrespondingPosition
whether the corresponding column is relative or absolute. -
m_Finder
CellFinder m_Finder
the base cell finder to use.
-
-
Class adams.data.spreadsheet.cellfinder.RowFinderRange extends AbstractCellFinder implements Serializable
- serialVersionUID:
- 3956527986917157099L
-
Serialized Fields
-
m_Columns
SpreadSheetColumnRange m_Columns
the columns. -
m_RowFinder
RowFinder m_RowFinder
the row finder.
-
-
Class adams.data.spreadsheet.cellfinder.SingleCell extends AbstractRowCellFinder implements Serializable
- serialVersionUID:
- 7552127288975155281L
-
Serialized Fields
-
m_Column
SpreadSheetColumnIndex m_Column
the column. -
m_Row
Index m_Row
the row.
-
-
-
Package adams.data.spreadsheet.colstatistic
-
Class adams.data.spreadsheet.colstatistic.AbstractColumnStatistic extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -7187115330070305271L
-
Serialized Fields
-
m_LastError
String m_LastError
the last error that was generated.
-
-
Class adams.data.spreadsheet.colstatistic.AbstractDoubleArrayColumnStatistic extends AbstractColumnStatistic implements Serializable
- serialVersionUID:
- 9076465449580989452L
-
Serialized Fields
-
m_Values
gnu.trove.list.array.TDoubleArrayList m_Values
for calculating the stats.
-
-
Class adams.data.spreadsheet.colstatistic.ArrayStatistic extends AbstractDoubleArrayColumnStatistic implements Serializable
- serialVersionUID:
- 330391755072250767L
-
Serialized Fields
-
m_Statistic
AbstractArrayStatistic m_Statistic
the array statistic to use.
-
-
Class adams.data.spreadsheet.colstatistic.Distinct extends AbstractColumnStatistic implements Serializable
- serialVersionUID:
- 4899075284716702404L
-
Class adams.data.spreadsheet.colstatistic.IQR extends AbstractDoubleArrayColumnStatistic implements Serializable
- serialVersionUID:
- 330391755072250767L
-
Class adams.data.spreadsheet.colstatistic.LabelCounts extends AbstractColumnStatistic implements Serializable
- serialVersionUID:
- 330391755072250767L
-
Class adams.data.spreadsheet.colstatistic.Max extends AbstractDoubleArrayColumnStatistic implements Serializable
- serialVersionUID:
- 330391755072250767L
-
Class adams.data.spreadsheet.colstatistic.Mean extends AbstractDoubleArrayColumnStatistic implements Serializable
- serialVersionUID:
- 330391755072250767L
-
Class adams.data.spreadsheet.colstatistic.Median extends AbstractDoubleArrayColumnStatistic implements Serializable
- serialVersionUID:
- 330391755072250767L
-
Class adams.data.spreadsheet.colstatistic.Min extends AbstractDoubleArrayColumnStatistic implements Serializable
- serialVersionUID:
- 330391755072250767L
-
Class adams.data.spreadsheet.colstatistic.Missing extends AbstractColumnStatistic implements Serializable
- serialVersionUID:
- 2725451104774755739L
-
Serialized Fields
-
m_Count
int m_Count
the count.
-
-
Class adams.data.spreadsheet.colstatistic.MultiColumnStatistic extends AbstractColumnStatistic implements Serializable
- serialVersionUID:
- 2141252366056112668L
-
Serialized Fields
-
m_Statistics
AbstractColumnStatistic[] m_Statistics
the statistics to calculate.
-
-
Class adams.data.spreadsheet.colstatistic.Percentile extends AbstractDoubleArrayColumnStatistic implements Serializable
- serialVersionUID:
- -4468456504069465058L
-
Serialized Fields
-
m_Percentile
double m_Percentile
the percentile.
-
-
Class adams.data.spreadsheet.colstatistic.SignalToNoiseRatio extends AbstractDoubleArrayColumnStatistic implements Serializable
- serialVersionUID:
- 330391755072250767L
-
Class adams.data.spreadsheet.colstatistic.StandardDeviation extends AbstractDoubleArrayColumnStatistic implements Serializable
- serialVersionUID:
- 2141252366056112668L
-
Serialized Fields
-
m_IsSample
boolean m_IsSample
whether the arrays are samples or populations.
-
-
Class adams.data.spreadsheet.colstatistic.Sum extends AbstractDoubleArrayColumnStatistic implements Serializable
- serialVersionUID:
- 330391755072250767L
-
Class adams.data.spreadsheet.colstatistic.Unique extends AbstractColumnStatistic implements Serializable
- serialVersionUID:
- 4899075284716702404L
-
-
Package adams.data.spreadsheet.columnfinder
-
Class adams.data.spreadsheet.columnfinder.AbstractColumnFinder extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 3871603719188736704L
-
Class adams.data.spreadsheet.columnfinder.AbstractFilteredColumnFinder extends AbstractTrainableColumnFinder implements Serializable
- serialVersionUID:
- 8526492076204492557L
-
Serialized Fields
-
m_ColumnFinder
ColumnFinder m_ColumnFinder
the ColumnFinder to apply.
-
-
Class adams.data.spreadsheet.columnfinder.AbstractTrainableColumnFinder extends AbstractColumnFinder implements Serializable
- serialVersionUID:
- 3800769979430280486L
-
Serialized Fields
-
m_Trained
boolean m_Trained
whether the column finder was trained already.
-
-
Class adams.data.spreadsheet.columnfinder.AllFinder extends AbstractColumnFinder implements Serializable
- serialVersionUID:
- -7945692540826937829L
-
Class adams.data.spreadsheet.columnfinder.ByContentType extends AbstractColumnFinder implements Serializable
- serialVersionUID:
- 2989233908194930918L
-
Serialized Fields
-
m_ContentTypes
Cell.ContentType[] m_ContentTypes
the regular expression to match the attribute names against.
-
-
Class adams.data.spreadsheet.columnfinder.ByExactName extends AbstractColumnFinder implements Serializable
- serialVersionUID:
- 2989233908194930918L
-
Serialized Fields
-
m_Name
String m_Name
the string to match the attribute names against.
-
-
Class adams.data.spreadsheet.columnfinder.ByIndex extends AbstractColumnFinder implements Serializable
- serialVersionUID:
- 2989233908194930918L
-
Serialized Fields
-
m_Columns
SpreadSheetColumnRange m_Columns
the range of columns to select.
-
-
Class adams.data.spreadsheet.columnfinder.ByName extends AbstractColumnFinder implements Serializable
- serialVersionUID:
- 2989233908194930918L
-
Serialized Fields
-
m_RegExp
BaseRegExp m_RegExp
the regular expression to match the attribute names against.
-
-
Class adams.data.spreadsheet.columnfinder.DownSample extends AbstractColumnFinder implements Serializable
- serialVersionUID:
- 2989233908194930918L
-
Serialized Fields
-
m_NthColumn
int m_NthColumn
the n-th column to use.
-
-
Class adams.data.spreadsheet.columnfinder.FilteredColumnFinder extends AbstractColumnFinder implements Serializable
- serialVersionUID:
- 2477340443897443265L
-
Serialized Fields
-
m_Filter
ColumnFinder m_Filter
the ColumnFinder to filter the data with first. -
m_Finder
ColumnFinder m_Finder
the ColumnFinder to use on the filtered data.
-
-
Class adams.data.spreadsheet.columnfinder.Invert extends AbstractFilteredColumnFinder implements Serializable
- serialVersionUID:
- -3635836960365586341L
-
Class adams.data.spreadsheet.columnfinder.MultiColumnFinder extends AbstractTrainableColumnFinder implements Serializable
- serialVersionUID:
- 1441664440186470414L
-
Serialized Fields
-
m_Combination
MultiColumnFinder.Combination m_Combination
how the indices are combined. -
m_Finders
ColumnFinder[] m_Finders
the column finders to use.
-
-
Class adams.data.spreadsheet.columnfinder.NullFinder extends AbstractColumnFinder implements Serializable
- serialVersionUID:
- -7945692540826937829L
-
Class adams.data.spreadsheet.columnfinder.RowFilteredColumnFinder extends AbstractFilteredColumnFinder implements Serializable
- serialVersionUID:
- -2963065019052042099L
-
Serialized Fields
-
m_ColumnFinderTrained
boolean m_ColumnFinderTrained
whether the column finder was trained on the subset. -
m_RowFinder
RowFinder m_RowFinder
the RowFinder to use first.
-
-
Class adams.data.spreadsheet.columnfinder.SubSample extends AbstractColumnFinder implements Serializable
- serialVersionUID:
- 2989233908194930918L
-
Serialized Fields
-
m_Generator
RandomIntegerRangeGenerator m_Generator
the random number generator. -
m_Invert
boolean m_Invert
whether to invert the selection. -
m_Size
double m_Size
the size of the sample (0-1: percent, >1: absolute number).
-
-
-
Package adams.data.spreadsheet.filter
-
Class adams.data.spreadsheet.filter.AbstractSpreadSheetFilter extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 7811561046971207234L
-
Class adams.data.spreadsheet.filter.AbstractTrainableSpreadSheetFilter extends AbstractSpreadSheetFilter implements Serializable
- serialVersionUID:
- 3614769696656146304L
-
Serialized Fields
-
m_Trained
boolean m_Trained
whether the filter has been trained.
-
-
Class adams.data.spreadsheet.filter.Normalize extends AbstractTrainableSpreadSheetFilter implements Serializable
- serialVersionUID:
- 5377534668839214763L
-
Serialized Fields
-
m_Indices
int[] m_Indices
the indices of the columns to process. -
m_Lower
double m_Lower
the lower bound. -
m_Max
double[] m_Max
the maximum value for a column. -
m_Min
double[] m_Min
the minimum value for a column. -
m_Numeric
boolean[] m_Numeric
whether a column is numeric. -
m_Range
SpreadSheetColumnRange m_Range
the column range to normalize. -
m_Upper
double m_Upper
the upper bound.
-
-
Class adams.data.spreadsheet.filter.PassThrough extends AbstractSpreadSheetFilter implements Serializable
- serialVersionUID:
- 5377534668839214763L
-
Class adams.data.spreadsheet.filter.Standardize extends AbstractTrainableSpreadSheetFilter implements Serializable
- serialVersionUID:
- 5377534668839214763L
-
Serialized Fields
-
m_Indices
int[] m_Indices
the indices of the columns to process. -
m_Means
double[] m_Means
the means. -
m_Numeric
boolean[] m_Numeric
whether a column is numeric. -
m_Range
SpreadSheetColumnRange m_Range
the column range to normalize. -
m_StdDevs
double[] m_StdDevs
the stddevs.
-
-
Class adams.data.spreadsheet.filter.WekaFilter extends AbstractTrainableSpreadSheetFilter implements Serializable
- serialVersionUID:
- 7531941908565712012L
-
Serialized Fields
-
m_ActualFilter
weka.filters.Filter m_ActualFilter
the actual filter in use. -
m_Filter
weka.filters.Filter m_Filter
the filter to use. -
m_MaxLabels
int m_MaxLabels
the threshold for number of labels before an attribute gets switched toAttribute.STRING
.
-
-
-
Package adams.data.spreadsheet.matrixstatistic
-
Class adams.data.spreadsheet.matrixstatistic.AbstractMatrixStatistic extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -7187115330070305271L
-
Serialized Fields
-
m_Columns
SpreadSheetColumnRange m_Columns
the columns of the subset to obtain. -
m_LastError
String m_LastError
the last error that was generated. -
m_Rows
Range m_Rows
the rows of the subset to obtain.
-
-
Class adams.data.spreadsheet.matrixstatistic.Max extends AbstractMatrixStatistic implements Serializable
- serialVersionUID:
- 330391755072250767L
-
Class adams.data.spreadsheet.matrixstatistic.Mean extends AbstractMatrixStatistic implements Serializable
- serialVersionUID:
- 330391755072250767L
-
Class adams.data.spreadsheet.matrixstatistic.Median extends AbstractMatrixStatistic implements Serializable
- serialVersionUID:
- 330391755072250767L
-
Class adams.data.spreadsheet.matrixstatistic.Min extends AbstractMatrixStatistic implements Serializable
- serialVersionUID:
- 330391755072250767L
-
Class adams.data.spreadsheet.matrixstatistic.Missing extends AbstractMatrixStatistic implements Serializable
- serialVersionUID:
- 330391755072250767L
-
Class adams.data.spreadsheet.matrixstatistic.MultiMatrixStatistic extends AbstractMatrixStatistic implements Serializable
- serialVersionUID:
- 2141252366056112668L
-
Serialized Fields
-
m_Statistics
AbstractMatrixStatistic[] m_Statistics
the statistics to calculate.
-
-
Class adams.data.spreadsheet.matrixstatistic.StandardDeviation extends AbstractMatrixStatistic implements Serializable
- serialVersionUID:
- 330391755072250767L
-
Serialized Fields
-
m_IsSample
boolean m_IsSample
whether the data is samples or populations.
-
-
-
Package adams.data.spreadsheet.rowfinder
-
Class adams.data.spreadsheet.rowfinder.AbstractFilteredRowFinder extends AbstractTrainableRowFinder implements Serializable
- serialVersionUID:
- 7779829526710745924L
-
Serialized Fields
-
m_RowFinder
RowFinder m_RowFinder
the RowFinder to apply.
-
-
Class adams.data.spreadsheet.rowfinder.AbstractRowFinder extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 3871603719188736704L
-
Class adams.data.spreadsheet.rowfinder.AbstractTrainableRowFinder extends AbstractRowFinder implements Serializable
- serialVersionUID:
- 3800769979430280486L
-
Serialized Fields
-
m_Trained
boolean m_Trained
whether the row finder was trained already.
-
-
Class adams.data.spreadsheet.rowfinder.AllFinder extends AbstractRowFinder implements Serializable
- serialVersionUID:
- -7945692540826937829L
-
Class adams.data.spreadsheet.rowfinder.ByContentType extends AbstractRowFinder implements Serializable
- serialVersionUID:
- 235661615457187608L
-
Serialized Fields
-
m_AttributeIndex
SpreadSheetColumnIndex m_AttributeIndex
the attribute index to work on. -
m_ContentType
Cell.ContentType m_ContentType
the content type to look for.
-
-
Class adams.data.spreadsheet.rowfinder.ByDateValue extends AbstractRowFinder implements Serializable
- serialVersionUID:
- 235661615457187608L
-
Serialized Fields
-
m_AttributeIndex
SpreadSheetColumnIndex m_AttributeIndex
the attribute index to work on. -
m_DateMax
Date m_DateMax
the parsed maximum date. -
m_DateMin
Date m_DateMin
the parsed minimum date. -
m_Format
DateFormatString m_Format
the format string. -
m_Maximum
String m_Maximum
the maximum value. -
m_MaximumIncluded
boolean m_MaximumIncluded
whether the maximum value is included. -
m_Minimum
String m_Minimum
the minimum value. -
m_MinimumIncluded
boolean m_MinimumIncluded
whether the minimum value is included.
-
-
Class adams.data.spreadsheet.rowfinder.ByIndex extends AbstractRowFinder implements Serializable
- serialVersionUID:
- 2989233908194930918L
-
Serialized Fields
-
m_Rows
Range m_Rows
the range of rows to select.
-
-
Class adams.data.spreadsheet.rowfinder.ByNumericRange extends AbstractRowFinder implements Serializable
- serialVersionUID:
- 235661615457187608L
-
Serialized Fields
-
m_AttributeIndex
SpreadSheetColumnIndex m_AttributeIndex
the attribute index to work on. -
m_Ranges
BaseInterval[] m_Ranges
the intervals.
-
-
Class adams.data.spreadsheet.rowfinder.ByNumericValue extends AbstractRowFinder implements Serializable
- serialVersionUID:
- 235661615457187608L
-
Serialized Fields
-
m_AttributeIndex
SpreadSheetColumnIndex m_AttributeIndex
the attribute index to work on. -
m_Maximum
double m_Maximum
the maximum value. -
m_MaximumIncluded
boolean m_MaximumIncluded
whether the maximum value is included. -
m_Minimum
double m_Minimum
the minimum value. -
m_MinimumIncluded
boolean m_MinimumIncluded
whether the minimum value is included.
-
-
Class adams.data.spreadsheet.rowfinder.ByStringComparison extends AbstractRowFinder implements Serializable
- serialVersionUID:
- 235661615457187608L
-
Serialized Fields
-
m_AttributeIndex
SpreadSheetColumnIndex m_AttributeIndex
the attribute index to work on. -
m_Maximum
String m_Maximum
the maximum value. -
m_MaximumIncluded
boolean m_MaximumIncluded
whether the maximum value is included. -
m_Minimum
String m_Minimum
the minimum value. -
m_MinimumIncluded
boolean m_MinimumIncluded
whether the minimum value is included.
-
-
Class adams.data.spreadsheet.rowfinder.ByValue extends AbstractRowFinder implements Serializable
- serialVersionUID:
- 2989233908194930918L
-
Serialized Fields
-
m_AttributeIndex
SpreadSheetColumnIndex m_AttributeIndex
the attribute index to work on. -
m_RegExp
BaseRegExp m_RegExp
the regular expression to match the labels against.
-
-
Class adams.data.spreadsheet.rowfinder.ClosestNumericValue extends AbstractRowFinder implements Serializable
- serialVersionUID:
- 235661615457187608L
-
Serialized Fields
-
m_AttributeIndex
SpreadSheetColumnIndex m_AttributeIndex
the attribute index to work on. -
m_SearchDirection
ClosestNumericValue.SearchDirection m_SearchDirection
the search direction. -
m_Value
double m_Value
the value to get to as close as possible.
-
-
Class adams.data.spreadsheet.rowfinder.DownSample extends AbstractRowFinder implements Serializable
- serialVersionUID:
- 2989233908194930918L
-
Serialized Fields
-
m_NthRow
int m_NthRow
the n-th row to use.
-
-
Class adams.data.spreadsheet.rowfinder.Invert extends AbstractFilteredRowFinder implements Serializable
- serialVersionUID:
- -3635836960365586341L
-
Class adams.data.spreadsheet.rowfinder.IsNumeric extends AbstractRowFinder implements Serializable
- serialVersionUID:
- 235661615457187608L
-
Serialized Fields
-
m_AttributeIndex
SpreadSheetColumnIndex m_AttributeIndex
the attribute index to work on.
-
-
Class adams.data.spreadsheet.rowfinder.MissingValue extends AbstractRowFinder implements Serializable
- serialVersionUID:
- 2163229604979216233L
-
Serialized Fields
-
m_AttributeRange
SpreadSheetColumnRange m_AttributeRange
the attribute index to work on.
-
-
Class adams.data.spreadsheet.rowfinder.MultiRowFinder extends AbstractTrainableRowFinder implements Serializable
- serialVersionUID:
- 1441664440186470414L
-
Serialized Fields
-
m_Combination
MultiRowFinder.Combination m_Combination
how the indices are combined. -
m_Finders
RowFinder[] m_Finders
the row finders to use.
-
-
Class adams.data.spreadsheet.rowfinder.NullFinder extends AbstractRowFinder implements Serializable
- serialVersionUID:
- -7945692540826937829L
-
Class adams.data.spreadsheet.rowfinder.SubSample extends AbstractRowFinder implements Serializable
- serialVersionUID:
- 2989233908194930918L
-
Serialized Fields
-
m_Generator
RandomIntegerRangeGenerator m_Generator
the random number generator. -
m_Invert
boolean m_Invert
whether to invert the selection. -
m_Size
double m_Size
the size of the sample (0-1: percent, >1: absolute number).
-
-
-
Package adams.data.spreadsheet.rowscore
-
Class adams.data.spreadsheet.rowscore.AbstractMetaRowScore extends AbstractRowScore implements Serializable
- serialVersionUID:
- -9037884201569670797L
-
Serialized Fields
-
m_RowScore
AbstractRowScore m_RowScore
the row score to use on the subset.
-
-
Class adams.data.spreadsheet.rowscore.AbstractRowScore extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 3225015615927453223L
-
Serialized Fields
-
m_LastError
String m_LastError
the last error that was generated.
-
-
Class adams.data.spreadsheet.rowscore.ArrayStatistic extends AbstractRowScore implements Serializable
- serialVersionUID:
- -9037884201569670797L
-
Serialized Fields
-
m_AdditionalRows
Range m_AdditionalRows
the additional rows to use for the array statistic. -
m_Column
SpreadSheetColumnIndex m_Column
the column of the cell to pick from the stats' output. -
m_Row
Index m_Row
the row of the cell to pick from the stats' output. -
m_Statistic
AbstractArrayStatistic m_Statistic
the row statistic to use.
-
-
Class adams.data.spreadsheet.rowscore.ColumnSubset extends AbstractMetaRowScore implements Serializable
- serialVersionUID:
- -9037884201569670797L
-
Serialized Fields
-
m_Columns
SpreadSheetColumnRange m_Columns
the subset of columns to use.
-
-
Class adams.data.spreadsheet.rowscore.DistanceFromConstant extends AbstractRowScore implements Serializable
- serialVersionUID:
- -13137285273610739L
-
Serialized Fields
-
m_Constant
double m_Constant
the 'flat liner' value.
-
-
Class adams.data.spreadsheet.rowscore.EqualWidthBins extends AbstractMetaRowScore implements Serializable
- serialVersionUID:
- -9037884201569670797L
-
Serialized Fields
-
m_NumBins
int m_NumBins
the number of bins to apply the base score to.
-
-
Class adams.data.spreadsheet.rowscore.MathExpression extends AbstractMetaRowScore implements Serializable
- serialVersionUID:
- -9037884201569670797L
-
Serialized Fields
-
m_Expression
MathematicalExpressionText m_Expression
the expression to use for combining the scores.
-
-
Class adams.data.spreadsheet.rowscore.MultiRowScore extends AbstractRowScore implements Serializable
- serialVersionUID:
- -9037884201569670797L
-
Serialized Fields
-
m_RowScores
AbstractRowScore[] m_RowScores
the row score algorithms to use.
-
-
Class adams.data.spreadsheet.rowscore.NonMissing extends AbstractRowScore implements Serializable
- serialVersionUID:
- -9037884201569670797L
-
Class adams.data.spreadsheet.rowscore.RowStatistic extends AbstractRowScore implements Serializable
- serialVersionUID:
- -9037884201569670797L
-
Serialized Fields
-
m_Column
SpreadSheetColumnIndex m_Column
the column of the cell to pick from the stats' output. -
m_Row
Index m_Row
the row of the cell to pick from the stats' output. -
m_Statistic
AbstractRowStatistic m_Statistic
the row statistic to use.
-
-
Class adams.data.spreadsheet.rowscore.SAXDistanceFromBaseline extends AbstractRowScore implements Serializable
- serialVersionUID:
- -13137285273610739L
-
Serialized Fields
-
m_NumBins
int m_NumBins
the number of breakpoints to use (for the Gaussian). -
m_NumWindows
int m_NumWindows
the number of windows to use for PAA.
-
-
-
Package adams.data.spreadsheet.rowstatistic
-
Class adams.data.spreadsheet.rowstatistic.AbstractDoubleArrayRowStatistic extends AbstractRowStatistic implements Serializable
- serialVersionUID:
- 9076465449580989452L
-
Serialized Fields
-
m_Values
gnu.trove.list.array.TDoubleArrayList m_Values
for calculating the stats.
-
-
Class adams.data.spreadsheet.rowstatistic.AbstractRowStatistic extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -7187115330070305271L
-
Serialized Fields
-
m_Columns
SpreadSheetColumnRange m_Columns
the columns to operate on. -
m_LastError
String m_LastError
the last error that was generated.
-
-
Class adams.data.spreadsheet.rowstatistic.ArrayStatistic extends AbstractDoubleArrayRowStatistic implements Serializable
- serialVersionUID:
- 330391755072250767L
-
Serialized Fields
-
m_Statistic
AbstractArrayStatistic m_Statistic
the array statistic to use.
-
-
Class adams.data.spreadsheet.rowstatistic.Distinct extends AbstractRowStatistic implements Serializable
- serialVersionUID:
- 4899075284716702404L
-
Class adams.data.spreadsheet.rowstatistic.IQR extends AbstractDoubleArrayRowStatistic implements Serializable
- serialVersionUID:
- 330391755072250767L
-
Class adams.data.spreadsheet.rowstatistic.LabelCounts extends AbstractRowStatistic implements Serializable
- serialVersionUID:
- 330391755072250767L
-
Class adams.data.spreadsheet.rowstatistic.Max extends AbstractDoubleArrayRowStatistic implements Serializable
- serialVersionUID:
- 330391755072250767L
-
Class adams.data.spreadsheet.rowstatistic.Mean extends AbstractDoubleArrayRowStatistic implements Serializable
- serialVersionUID:
- 330391755072250767L
-
Class adams.data.spreadsheet.rowstatistic.Median extends AbstractDoubleArrayRowStatistic implements Serializable
- serialVersionUID:
- 330391755072250767L
-
Class adams.data.spreadsheet.rowstatistic.Min extends AbstractDoubleArrayRowStatistic implements Serializable
- serialVersionUID:
- 330391755072250767L
-
Class adams.data.spreadsheet.rowstatistic.Missing extends AbstractRowStatistic implements Serializable
- serialVersionUID:
- 2725451104774755739L
-
Serialized Fields
-
m_Count
int m_Count
the count.
-
-
Class adams.data.spreadsheet.rowstatistic.MultiRowStatistic extends AbstractRowStatistic implements Serializable
- serialVersionUID:
- 2141252366056112668L
-
Serialized Fields
-
m_Statistics
AbstractRowStatistic[] m_Statistics
the statistics to calculate.
-
-
Class adams.data.spreadsheet.rowstatistic.Percentile extends AbstractDoubleArrayRowStatistic implements Serializable
- serialVersionUID:
- -4468456504069465058L
-
Serialized Fields
-
m_Percentile
double m_Percentile
the percentile.
-
-
Class adams.data.spreadsheet.rowstatistic.SignalToNoiseRatio extends AbstractDoubleArrayRowStatistic implements Serializable
- serialVersionUID:
- 330391755072250767L
-
Class adams.data.spreadsheet.rowstatistic.StandardDeviation extends AbstractDoubleArrayRowStatistic implements Serializable
- serialVersionUID:
- 2141252366056112668L
-
Serialized Fields
-
m_IsSample
boolean m_IsSample
whether the arrays are samples or populations.
-
-
Class adams.data.spreadsheet.rowstatistic.Sum extends AbstractDoubleArrayRowStatistic implements Serializable
- serialVersionUID:
- 330391755072250767L
-
Class adams.data.spreadsheet.rowstatistic.Unique extends AbstractRowStatistic implements Serializable
- serialVersionUID:
- 4899075284716702404L
-
-
Package adams.data.spreadsheet.sql
-
Class adams.data.spreadsheet.sql.AbstractTypeMapper extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 8949226268588950842L
-
Class adams.data.spreadsheet.sql.DefaultTypeMapper extends AbstractTypeMapper implements Serializable
- serialVersionUID:
- -4158991121487239476L
-
Class adams.data.spreadsheet.sql.MSSQLServerTypeMapper extends DefaultTypeMapper implements Serializable
- serialVersionUID:
- -4158991121487239476L
-
Class adams.data.spreadsheet.sql.Reader extends LoggingObject implements Serializable
- serialVersionUID:
- -958340824375198629L
-
Serialized Fields
-
m_Finished
boolean m_Finished
indicates whether the reading has finished. -
m_Header
SpreadSheet m_Header
the header. -
m_RowClass
Class m_RowClass
the row class to use. -
m_Stopped
boolean m_Stopped
whether the reading was stopped. -
m_Type
int[] m_Type
the column types. -
m_TypeMapper
AbstractTypeMapper m_TypeMapper
the type mapper to use.
-
-
Class adams.data.spreadsheet.sql.Writer extends LoggingObject implements Serializable
- serialVersionUID:
- 1094278005436201843L
-
Serialized Fields
-
m_BatchSize
int m_BatchSize
the batch size. -
m_ColumnNameConversion
ColumnNameConversion m_ColumnNameConversion
the column name conversion. -
m_ColumnNames
String[] m_ColumnNames
the column names (shortened, disambiguated). -
m_ContentTypes
Cell.ContentType[] m_ContentTypes
the type used for the table. -
m_MaxColumnLength
int m_MaxColumnLength
the maximum length for column names. -
m_MaxStringLength
int m_MaxStringLength
the maximum length for strings. -
m_Sheet
SpreadSheet m_Sheet
the underlying spreadm_Sheet. -
m_Stopped
boolean m_Stopped
whether the last action was stopped. -
m_StringColumnSQL
String m_StringColumnSQL
the SQL type for string columns. -
m_Table
String m_Table
the table to write the data to. -
m_TypeMapper
AbstractTypeMapper m_TypeMapper
the type mapper to use.
-
-
-
Package adams.data.statistics
-
Class adams.data.statistics.AbstractArrayDistance extends AbstractArrayStatistic<T extends Number> implements Serializable
- serialVersionUID:
- 9045810089203101126L
-
Class adams.data.statistics.AbstractArrayStatistic extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 5803268124112742362L
-
Serialized Fields
-
m_Data
List<T extends Serializable[]> m_Data
for storing the arrays.
-
-
Class adams.data.statistics.AbstractArrayStatistic.StatisticContainer extends Object implements Serializable
- serialVersionUID:
- 4477965744045104127L
-
Class adams.data.statistics.AbstractDataContainerStatistics extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 3772060799823458030L
-
Serialized Fields
-
m_Prefix
String m_Prefix
the prefix to use. -
m_Statistics
AbstractArrayStatistic[] m_Statistics
the statistics to calculate.
-
-
Class adams.data.statistics.AbstractDataStatistic extends LoggingObject implements Serializable
- serialVersionUID:
- 7783784686641582858L
-
Serialized Fields
-
Class adams.data.statistics.AbstractOptionalSampleArrayStatistic extends AbstractArrayStatistic<T extends Serializable> implements Serializable
- serialVersionUID:
- 4031396019597112143L
-
Serialized Fields
-
m_IsSample
boolean m_IsSample
whether the arrays are samples or populations.
-
-
Class adams.data.statistics.ArrayAndrewsCurves extends AbstractArrayStatistic<T extends Number> implements Serializable
- serialVersionUID:
- -6455313543009954062L
-
Serialized Fields
-
m_NumPoints
int m_NumPoints
the number of data points.
-
-
Class adams.data.statistics.ArrayAngle extends AbstractArrayStatistic<T extends Number> implements Serializable
- serialVersionUID:
- 5466289966807424233L
-
Serialized Fields
-
m_UseModifiedAlgorithm
boolean m_UseModifiedAlgorithm
Whether to use the modified algorithm described in Oshigami et al.
-
-
Class adams.data.statistics.ArrayBinning extends AbstractArrayStatistic<T extends Number> implements Serializable
- serialVersionUID:
- 3595293227007460735L
-
Serialized Fields
-
m_Algorithm
BinningAlgorithm m_Algorithm
the binning algorithm. -
m_DisplayRanges
boolean m_DisplayRanges
whether to use the ranges as bin description. -
m_Normalize
boolean m_Normalize
whether to normalize the data. -
m_PostProcessing
BinPostProcessing m_PostProcessing
the post-processing scheme.
-
-
Class adams.data.statistics.ArrayChebyshevDistance extends AbstractArrayDistance implements Serializable
- serialVersionUID:
- 810451252808629187L
-
Class adams.data.statistics.ArrayCorrelationCoefficient extends AbstractArrayStatistic<T extends Number> implements Serializable
- serialVersionUID:
- 8764320126807871007L
-
Class adams.data.statistics.ArrayCovariance extends AbstractArrayStatistic<T extends Number> implements Serializable
- serialVersionUID:
- 8764320126807871007L
-
Class adams.data.statistics.ArrayDifference extends AbstractArrayStatistic<T extends Number> implements Serializable
- serialVersionUID:
- -5911270089583842477L
-
Serialized Fields
-
m_AbsoluteValue
boolean m_AbsoluteValue
whether to return the absolute value.
-
-
Class adams.data.statistics.ArrayEuclideanDistance extends AbstractArrayDistance implements Serializable
- serialVersionUID:
- 810451252808629187L
-
Class adams.data.statistics.ArrayHistogram extends AbstractArrayStatistic<T extends Number> implements Serializable
- serialVersionUID:
- 3595293227007460735L
-
Serialized Fields
-
m_BinCalculation
ArrayHistogram.BinCalculation m_BinCalculation
how to calculate the number of bins. -
m_BinWidth
double m_BinWidth
the bin width - used for some calculations. -
m_DisplayRanges
boolean m_DisplayRanges
whether to use the ranges as bin description. -
m_ManualMax
double m_ManualMax
the manual maximum. -
m_ManualMin
double m_ManualMin
the manual minimum. -
m_Normalize
boolean m_Normalize
whether to normalize the data. -
m_NumBins
int m_NumBins
the number of bins in case of manual bin calculation. -
m_NumDecimals
int m_NumDecimals
the number of decimals to show. -
m_UseFixedMinMax
boolean m_UseFixedMinMax
whether to use fixed min/max for manual bin calculation.
-
-
Class adams.data.statistics.ArrayKendallTheil extends AbstractArrayStatistic<T extends Number> implements Serializable
- serialVersionUID:
- 8764320126807871007L
-
Class adams.data.statistics.ArrayLength extends AbstractArrayStatistic<T extends Serializable> implements Serializable
- serialVersionUID:
- -1540382151498537227L
-
Class adams.data.statistics.ArrayLinearRegression extends AbstractArrayStatistic<T extends Number> implements Serializable
- serialVersionUID:
- -5911270089583842477L
-
Class adams.data.statistics.ArrayManhattanDistance extends AbstractArrayDistance implements Serializable
- serialVersionUID:
- 810451252808629187L
-
Class adams.data.statistics.ArrayMax extends AbstractArrayStatistic<T extends Number> implements Serializable
- serialVersionUID:
- -4238169529147159807L
-
Serialized Fields
-
m_ReturnIndex
boolean m_ReturnIndex
whether to return the index instead of the actual value.
-
-
Class adams.data.statistics.ArrayMean extends AbstractArrayStatistic<T extends Number> implements Serializable
- serialVersionUID:
- 2709053592980198346L
-
Class adams.data.statistics.ArrayMeanAbsoluteError extends AbstractArrayStatistic<T extends Number> implements Serializable
- serialVersionUID:
- 8764320126807871007L
-
Class adams.data.statistics.ArrayMedian extends AbstractArrayStatistic<T extends Number> implements Serializable
- serialVersionUID:
- -7003283843312806178L
-
Class adams.data.statistics.ArrayMin extends AbstractArrayStatistic<T extends Number> implements Serializable
- serialVersionUID:
- 8011213325443103860L
-
Serialized Fields
-
m_ReturnIndex
boolean m_ReturnIndex
whether to return the index instead of the actual value.
-
-
Class adams.data.statistics.ArrayMinkowskiDistance extends AbstractArrayDistance implements Serializable
- serialVersionUID:
- 6119558442855668422L
-
Serialized Fields
-
m_Exponent
double m_Exponent
the exponent p.
-
-
Class adams.data.statistics.ArrayNormalize extends AbstractArrayStatistic<T extends Number> implements Serializable
- serialVersionUID:
- -5911270089583842477L
-
Class adams.data.statistics.ArrayNormalizeRange extends AbstractArrayStatistic<T extends Number> implements Serializable
- serialVersionUID:
- -5911270089583842477L
-
Serialized Fields
-
m_Lower
double m_Lower
the lower bound. -
m_Upper
double m_Upper
the upper bound.
-
-
Class adams.data.statistics.ArrayPercentile extends AbstractArrayStatistic<T extends Number> implements Serializable
- serialVersionUID:
- 8011213325443103860L
-
Serialized Fields
-
m_Percentile
double m_Percentile
the percentile to return.
-
-
Class adams.data.statistics.ArrayRelativeAbsoluteError extends AbstractArrayStatistic<T extends Number> implements Serializable
- serialVersionUID:
- 4110884526100862336L
-
Class adams.data.statistics.ArrayRootMeanSquaredError extends AbstractArrayStatistic<T extends Number> implements Serializable
- serialVersionUID:
- 8764320126807871007L
-
Class adams.data.statistics.ArrayRootRelativeSquaredError extends AbstractArrayStatistic<T extends Number> implements Serializable
- serialVersionUID:
- 8850774453185677296L
-
Class adams.data.statistics.ArrayRSquared extends AbstractArrayStatistic<T extends Number> implements Serializable
- serialVersionUID:
- 8764320126807871007L
-
Class adams.data.statistics.ArrayStandardDeviation extends AbstractOptionalSampleArrayStatistic<T extends Number> implements Serializable
- serialVersionUID:
- 2678844088824196816L
-
Class adams.data.statistics.ArrayStandardize extends AbstractOptionalSampleArrayStatistic<T extends Number> implements Serializable
- serialVersionUID:
- 2678844088824196816L
-
Class adams.data.statistics.ArrayStandardScores extends AbstractOptionalSampleArrayStatistic<T extends Number> implements Serializable
- serialVersionUID:
- 3595293227007460735L
-
Serialized Fields
-
m_UseAlwaysFirstStats
boolean m_UseAlwaysFirstStats
whether to always use the mean/stdev from the first array.
-
-
Class adams.data.statistics.ArraySum extends AbstractArrayStatistic<T extends Number> implements Serializable
- serialVersionUID:
- -6084843255589216290L
-
Class adams.data.statistics.MultiArrayStatistic extends AbstractArrayStatistic<T extends Number> implements Serializable
- serialVersionUID:
- 6146460163351963643L
-
Serialized Fields
-
m_SubStatistics
AbstractArrayStatistic[] m_SubStatistics
the statistics to perform and merge into single spreadsheet.
-
-
Class adams.data.statistics.Percentile extends Object implements Serializable
- serialVersionUID:
- 3693932591687404328L
-
Serialized Fields
-
m_Comparator
Comparator m_Comparator
a custom comparator. -
m_Sorted
boolean m_Sorted
whether the vector has been sorted already. -
m_Values
List<E extends Comparable> m_Values
contains the values to obtain the percentile from.
-
-
Class adams.data.statistics.StatCalc extends Object implements Serializable
- serialVersionUID:
- 5628657151878022137L
-
Serialized Fields
-
count
int count
-
max
double max
-
min
double min
-
squareSum
double squareSum
-
sum
double sum
-
-
Class adams.data.statistics.TimeseriesStatistic extends AbstractDataStatistic<T extends Timeseries> implements Serializable
- serialVersionUID:
- -2482267274581297567L
-
-
Package adams.data.text
-
Class adams.data.text.TextContainer extends AbstractSimpleContainer<String> implements Serializable
- serialVersionUID:
- 6738045477076146960L
-
Serialized Fields
-
m_ID
String m_ID
the ID.
-
-
-
Package adams.data.textrenderer
-
Class adams.data.textrenderer.AbstractLimitedTextRenderer extends AbstractTextRenderer implements Serializable
- serialVersionUID:
- 2413293721997389467L
-
Serialized Fields
-
m_ActualLimit
int m_ActualLimit
the actual limit. -
m_Limit
int m_Limit
the maximum to render.
-
-
Class adams.data.textrenderer.AbstractLineNumberedLimitedTextRenderer extends AbstractLimitedTextRenderer implements Serializable
- serialVersionUID:
- 5957297452898236485L
-
Serialized Fields
-
m_OutputLineNumbers
boolean m_OutputLineNumbers
whether to output line numbers.
-
-
Class adams.data.textrenderer.AbstractTextRenderer extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -9153271896361695400L
-
Class adams.data.textrenderer.ArrayTextRenderer extends AbstractLineNumberedLimitedTextRenderer implements Serializable
- serialVersionUID:
- 4240264364517086325L
-
Class adams.data.textrenderer.CollectionTextRenderer extends AbstractLineNumberedLimitedTextRenderer implements Serializable
- serialVersionUID:
- -3112399546457037505L
-
Class adams.data.textrenderer.DefaultTextRenderer extends AbstractTextRenderer implements Serializable
- serialVersionUID:
- -3112399546457037505L
-
Class adams.data.textrenderer.IndexedSplitsRunsRenderer extends AbstractTextRenderer implements Serializable
- serialVersionUID:
- 1088987716683320898L
-
Class adams.data.textrenderer.JsonTextRenderer extends AbstractTextRenderer implements Serializable
- serialVersionUID:
- 4610900500263644291L
-
Class adams.data.textrenderer.ListTextRenderer extends AbstractLineNumberedLimitedTextRenderer implements Serializable
- serialVersionUID:
- -3112399546457037505L
-
Class adams.data.textrenderer.MapTextRenderer extends AbstractLimitedTextRenderer implements Serializable
- serialVersionUID:
- -3112399546457037505L
-
Class adams.data.textrenderer.SetTextRenderer extends AbstractLineNumberedLimitedTextRenderer implements Serializable
- serialVersionUID:
- -3112399546457037505L
-
Class adams.data.textrenderer.SpreadSheetTextRenderer extends AbstractLimitedTextRenderer implements Serializable
- serialVersionUID:
- 2413293721997389467L
-
Class adams.data.textrenderer.TextSupporterTextRenderer extends AbstractTextRenderer implements Serializable
- serialVersionUID:
- -4566406956008755488L
-
-
Package adams.data.timeseries
-
Class adams.data.timeseries.AbstractMetaTimeseriesFeatureGenerator extends AbstractTimeseriesFeatureGenerator<Timeseries> implements Serializable
- serialVersionUID:
- 3518281033354364298L
-
Serialized Fields
-
m_Generator
AbstractTimeseriesFeatureGenerator m_Generator
the base generator.
-
-
Class adams.data.timeseries.AbstractTimeseriesFeatureGenerator extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 4566948525813804085L
-
Serialized Fields
-
m_Converter
AbstractFeatureConverter m_Converter
the feature converter to use. -
m_Fields
Field[] m_Fields
fields to add to the output data. -
m_Notes
BaseString[] m_Notes
the notes to add as attributes.
-
-
Class adams.data.timeseries.AddMetaData extends AbstractMetaTimeseriesFeatureGenerator implements Serializable
- serialVersionUID:
- 8819500364007702561L
-
Serialized Fields
-
m_AddDatabaseID
boolean m_AddDatabaseID
whether to add the database ID. -
m_AddID
boolean m_AddID
whether to add the container ID.
-
-
Class adams.data.timeseries.FixedNumFeatures extends AbstractMetaTimeseriesFeatureGenerator implements Serializable
- serialVersionUID:
- -5349388859224578387L
-
Serialized Fields
-
m_FillerBoolean
boolean m_FillerBoolean
the boolean filler. -
m_FillerNumeric
double m_FillerNumeric
the numeric filler. -
m_FillerString
String m_FillerString
the string filler. -
m_FillerType
FixedNumFeatures.FillerType m_FillerType
the filler type. -
m_HeaderTemplate
String m_HeaderTemplate
the template to use in the header for missing values. -
m_NumFeatures
int m_NumFeatures
the number of features to guarantee.
-
-
Class adams.data.timeseries.Timeseries extends AbstractDataContainer<P extends TimeseriesPoint> implements Serializable
- serialVersionUID:
- -915092788633841806L
-
Serialized Fields
-
m_DatabaseID
int m_DatabaseID
the database ID. -
m_MaxValue
TimeseriesPoint m_MaxValue
point of greatest value. -
m_MinValue
TimeseriesPoint m_MinValue
point of smallest value. -
m_Notes
Notes m_Notes
the notes. -
m_Report
R extends Report m_Report
the report.
-
-
Class adams.data.timeseries.TimeseriesPoint extends AbstractDataPoint implements Serializable
- serialVersionUID:
- 2381133774648848800L
-
Serialized Fields
-
m_Timestamp
Date m_Timestamp
the teimstamp of the data point. -
m_Value
double m_Value
the timeseries value.
-
-
Class adams.data.timeseries.TimeseriesPointComparator extends DataPointComparator<P extends TimeseriesPoint> implements Serializable
- serialVersionUID:
- -5536677097973106152L
-
Class adams.data.timeseries.Values extends AbstractTimeseriesFeatureGenerator<Timeseries> implements Serializable
- serialVersionUID:
- 9084280445189495060L
-
Serialized Fields
-
m_AddTimestamp
boolean m_AddTimestamp
whether to include the timestamp. -
m_PrefixTimestamp
String m_PrefixTimestamp
the prefix to use for timestamps. -
m_PrefixValue
String m_PrefixValue
the prefix to use for values. -
m_TimestampFormat
DateFormatString m_TimestampFormat
the timestamp format.
-
-
-
Package adams.data.weka
-
Class adams.data.weka.WekaAttributeIndex extends AbstractDataBackedIndex<weka.core.Instances> implements Serializable
- serialVersionUID:
- -4358263779315198808L
-
Class adams.data.weka.WekaAttributeRange extends AbstractDataBackedRange<weka.core.Instances> implements Serializable
- serialVersionUID:
- 5215987200366396733L
-
Class adams.data.weka.WekaLabelIndex extends AbstractDataBackedIndex<weka.core.Attribute> implements Serializable
- serialVersionUID:
- -4358263779315198808L
-
Class adams.data.weka.WekaLabelRange extends AbstractDataBackedRange<weka.core.Attribute> implements Serializable
- serialVersionUID:
- 5215987200366396733L
-
Class adams.data.weka.WekaUnorderedAttributeRange extends AbstractDataBackedUnorderedRange<weka.core.Instances> implements Serializable
- serialVersionUID:
- 5215987200366396733L
-
-
Package adams.data.weka.classattribute
-
Class adams.data.weka.classattribute.AbstractClassAttributeHeuristic extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 3567877912866412434L
-
Class adams.data.weka.classattribute.AttributeIndex extends AbstractClassAttributeHeuristic implements Serializable
- serialVersionUID:
- -912826971225798159L
-
Serialized Fields
-
m_Index
WekaAttributeIndex m_Index
the attribute index.
-
-
Class adams.data.weka.classattribute.ByExactName extends AbstractClassAttributeHeuristic implements Serializable
- serialVersionUID:
- 2989233908194930918L
-
Serialized Fields
-
m_Name
String m_Name
the string to match the attribute names against.
-
-
Class adams.data.weka.classattribute.ByName extends AbstractClassAttributeHeuristic implements Serializable
- serialVersionUID:
- -912826971225798159L
-
Serialized Fields
-
m_RegExp
BaseRegExp m_RegExp
the regular expression to use on the name.
-
-
Class adams.data.weka.classattribute.LastAttribute extends AbstractClassAttributeHeuristic implements Serializable
- serialVersionUID:
- -912826971225798159L
-
Class adams.data.weka.classattribute.NoClassAttribute extends AbstractClassAttributeHeuristic implements Serializable
- serialVersionUID:
- -912826971225798159L
-
-
Package adams.data.weka.columnfinder
-
Class adams.data.weka.columnfinder.AbstractColumnFinder extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 3871603719188736704L
-
Class adams.data.weka.columnfinder.AbstractColumnFinderWithCapabilities extends AbstractColumnFinder implements Serializable
- serialVersionUID:
- -1036987527953097874L
-
Class adams.data.weka.columnfinder.AbstractFilteredColumnFinder extends AbstractTrainableColumnFinder implements Serializable
- serialVersionUID:
- 8526492076204492557L
-
Serialized Fields
-
m_ColumnFinder
ColumnFinder m_ColumnFinder
the ColumnFinder to apply.
-
-
Class adams.data.weka.columnfinder.AbstractTrainableColumnFinder extends AbstractColumnFinder implements Serializable
- serialVersionUID:
- 3800769979430280486L
-
Serialized Fields
-
m_Trained
boolean m_Trained
whether the column finder was trained already.
-
-
Class adams.data.weka.columnfinder.AllFinder extends AbstractColumnFinder implements Serializable
- serialVersionUID:
- -7945692540826937829L
-
Class adams.data.weka.columnfinder.ByExactName extends AbstractColumnFinder implements Serializable
- serialVersionUID:
- 2989233908194930918L
-
Serialized Fields
-
m_Name
String m_Name
the string to match the attribute names against.
-
-
Class adams.data.weka.columnfinder.ByName extends AbstractColumnFinder implements Serializable
- serialVersionUID:
- 2989233908194930918L
-
Serialized Fields
-
m_RegExp
BaseRegExp m_RegExp
the regular expression to match the attribute names against.
-
-
Class adams.data.weka.columnfinder.Class extends AbstractColumnFinder implements Serializable
- serialVersionUID:
- 277213650707904675L
-
Class adams.data.weka.columnfinder.Constant extends AbstractColumnFinder implements Serializable
- serialVersionUID:
- 1729448295565014453L
-
Serialized Fields
-
m_Columns
BaseInteger[] m_Columns
The set of columns to find. -
m_RawColumns
int[] m_RawColumns
The raw representation of the columns to find.
-
-
Class adams.data.weka.columnfinder.Invert extends AbstractFilteredColumnFinder implements Serializable
- serialVersionUID:
- -3635836960365586341L
-
Class adams.data.weka.columnfinder.MultiColumnFinder extends AbstractTrainableColumnFinder implements Serializable
- serialVersionUID:
- 1441664440186470414L
-
Serialized Fields
-
m_Combination
MultiColumnFinder.Combination m_Combination
how the indices are combined. -
m_Finders
ColumnFinder[] m_Finders
the column finders to use.
-
-
Class adams.data.weka.columnfinder.NullFinder extends AbstractColumnFinder implements Serializable
- serialVersionUID:
- -7945692540826937829L
-
Class adams.data.weka.columnfinder.RowFilteredColumnFinder extends AbstractFilteredColumnFinder implements Serializable
- serialVersionUID:
- -2963065019052042099L
-
Serialized Fields
-
m_ColumnFinderTrained
boolean m_ColumnFinderTrained
whether the column finder was trained on the subset. -
m_RowFinder
RowFinder m_RowFinder
the RowFinder to use first.
-
-
-
Package adams.data.weka.datasetsplitter
-
Class adams.data.weka.datasetsplitter.AbstractSplitter extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -3970687323224324655L
-
Class adams.data.weka.datasetsplitter.ColumnSplitter extends AbstractSplitter implements Serializable
- serialVersionUID:
- 5451391004405077402L
-
Serialized Fields
-
m_ColumnFinder
ColumnFinder m_ColumnFinder
Column-finder for selecting which attributes go in which dataset. -
m_SourceLookup
int[][] m_SourceLookup
Mapping from the split attributes to their source in the original dataset.
-
-
Class adams.data.weka.datasetsplitter.RowSplitter extends AbstractSplitter implements Serializable
- serialVersionUID:
- 4638233201875563585L
-
Serialized Fields
-
m_RowFinder
RowFinder m_RowFinder
The selector for splitting rows between the two datasets.
-
-
-
Package adams.data.weka.evaluator
-
Class adams.data.weka.evaluator.AbstractCrossvalidatedInstanceEvaluator extends AbstractDatasetInstanceEvaluator implements Serializable
- serialVersionUID:
- 5958214723994891350L
-
Serialized Fields
-
m_Folds
int m_Folds
the number of folds for cross-validation. -
m_Seed
int m_Seed
the random seed for cross-valiation.
-
-
Class adams.data.weka.evaluator.AbstractDatasetInstanceEvaluator extends AbstractInstanceEvaluator implements Serializable
- serialVersionUID:
- 7443189522006925538L
-
Serialized Fields
-
m_Data
weka.core.Instances m_Data
the data set to use for training and other bits. -
m_Threshold
double m_Threshold
the percentage to the threshold.
-
-
Class adams.data.weka.evaluator.AbstractInstanceEvaluator extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -7170199569631424162L
-
Serialized Fields
-
m_Initialized
boolean m_Initialized
whether the evaluator got initialized.
-
-
Class adams.data.weka.evaluator.IntervalEstimatorBased extends AbstractCrossvalidatedInstanceEvaluator<IntervalEstimatorBased.SortedInterval> implements Serializable
- serialVersionUID:
- -7760097633698319552L
-
Serialized Fields
-
m_Classifier
weka.classifiers.Classifier m_Classifier
the IntervalEstimator to use. -
m_ConfidenceLevel
double m_ConfidenceLevel
the confidence level. -
m_MaxWidth
double m_MaxWidth
the maximum width allowed. -
m_MinWidth
double m_MinWidth
the minimum width encountered. -
m_RelativeWidths
boolean m_RelativeWidths
whether to divide the calculated widths by the class value.
-
-
Class adams.data.weka.evaluator.PassThrough extends AbstractInstanceEvaluator implements Serializable
- serialVersionUID:
- -8364993668286801038L
-
-
Package adams.data.weka.predictions
-
Class adams.data.weka.predictions.AbstractErrorScaler extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 8939995790855583352L
-
Class adams.data.weka.predictions.AutoScaler extends AbstractErrorScaler implements Serializable
- serialVersionUID:
- 1719519275224776613L
-
Serialized Fields
-
m_Scaler
AbstractErrorScaler m_Scaler
the scaler to use for numeric classes.
-
-
Class adams.data.weka.predictions.FixedSizeErrorScaler extends AbstractErrorScaler implements Serializable
- serialVersionUID:
- 2274050632411008699L
-
Serialized Fields
-
m_Size
int m_Size
the size.
-
-
Class adams.data.weka.predictions.NumericErrorScalerWithReference extends AbstractErrorScaler implements Serializable
- serialVersionUID:
- -8616657706467047751L
-
Serialized Fields
-
m_ReferenceError
double m_ReferenceError
the reference error. -
m_ReferenceSize
int m_ReferenceSize
the reference size.
-
-
Class adams.data.weka.predictions.RelativeNumericErrorScaler extends AbstractErrorScaler implements Serializable
- serialVersionUID:
- -8616657706467047751L
-
Serialized Fields
-
m_MaxSize
int m_MaxSize
the maximum size.
-
-
Class adams.data.weka.predictions.RoundErrorScaler extends AbstractErrorScaler implements Serializable
- serialVersionUID:
- -8616657706467047751L
-
-
Package adams.data.weka.relationname
-
Class adams.data.weka.relationname.AbstractRelationNameHeuristic extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 3567877912866412434L
-
Class adams.data.weka.relationname.AttributeIndex extends AbstractRelationNameHeuristic implements Serializable
- serialVersionUID:
- 5951436518450210725L
-
Serialized Fields
-
m_Index
WekaAttributeIndex m_Index
the attribute index.
-
-
Class adams.data.weka.relationname.ClassAttribute extends AbstractRelationNameHeuristic implements Serializable
- serialVersionUID:
- 5951436518450210725L
-
Class adams.data.weka.relationname.FileName extends AbstractRelationNameHeuristic implements Serializable
- serialVersionUID:
- 5951436518450210725L
-
Class adams.data.weka.relationname.NoChange extends AbstractRelationNameHeuristic implements Serializable
- serialVersionUID:
- 5951436518450210725L
-
-
Package adams.data.weka.rowfinder
-
Class adams.data.weka.rowfinder.AbstractFilteredRowFinder extends AbstractTrainableRowFinder implements Serializable
- serialVersionUID:
- 7779829526710745924L
-
Serialized Fields
-
m_RowFinder
RowFinder m_RowFinder
the RowFinder to apply.
-
-
Class adams.data.weka.rowfinder.AbstractRowFinder extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 3871603719188736704L
-
Class adams.data.weka.rowfinder.AbstractRowFinderWithCapabilities extends AbstractRowFinder implements Serializable
- serialVersionUID:
- -1036987527953097874L
-
Class adams.data.weka.rowfinder.AbstractTrainableRowFinder extends AbstractRowFinder implements Serializable
- serialVersionUID:
- 3800769979430280486L
-
Serialized Fields
-
m_Trained
boolean m_Trained
whether the row finder was trained already.
-
-
Class adams.data.weka.rowfinder.AllFinder extends AbstractRowFinder implements Serializable
- serialVersionUID:
- -7945692540826937829L
-
Class adams.data.weka.rowfinder.ByLabel extends AbstractRowFinder implements Serializable
- serialVersionUID:
- 2989233908194930918L
-
Serialized Fields
-
m_AttributeIndex
Index m_AttributeIndex
the attribute index to work on. -
m_RegExp
BaseRegExp m_RegExp
the regular expression to match the labels against.
-
-
Class adams.data.weka.rowfinder.ByNumericRange extends AbstractRowFinder implements Serializable
- serialVersionUID:
- 235661615457187608L
-
Serialized Fields
-
m_AttributeIndex
WekaAttributeIndex m_AttributeIndex
the attribute index to work on. -
m_Ranges
BaseInterval[] m_Ranges
the intervals.
-
-
Class adams.data.weka.rowfinder.ByNumericValue extends AbstractRowFinder implements Serializable
- serialVersionUID:
- 235661615457187608L
-
Serialized Fields
-
m_AttributeIndex
WekaAttributeIndex m_AttributeIndex
the attribute index to work on. -
m_Maximum
double m_Maximum
the maximum value. -
m_MaximumIncluded
boolean m_MaximumIncluded
whether the maximum value is included. -
m_Minimum
double m_Minimum
the minimum value. -
m_MinimumIncluded
boolean m_MinimumIncluded
whether the minimum value is included.
-
-
Class adams.data.weka.rowfinder.Constant extends AbstractRowFinder implements Serializable
- serialVersionUID:
- -8214035090974332457L
-
Serialized Fields
-
m_RawRows
int[] m_RawRows
The raw form of the rows. -
m_Rows
BaseInteger[] m_Rows
The constant set of rows to find.
-
-
Class adams.data.weka.rowfinder.FilteredIQR extends AbstractTrainableRowFinder implements Serializable
- serialVersionUID:
- -2705356105829555109L
-
Serialized Fields
-
m_ActualFilter
weka.filters.unsupervised.attribute.InterquartileRange m_ActualFilter
the actual IQR filter. -
m_Filter
weka.filters.unsupervised.attribute.InterquartileRange m_Filter
the IQR filter. -
m_FullFilter
weka.filters.MultiFilter m_FullFilter
theMultiFilter
doing all the filtering. -
m_IQR
double m_IQR
the maximum value of the attribute. -
m_PreFilter
weka.filters.Filter m_PreFilter
the filter to apply to the data first. -
m_Range
Range m_Range
the attribute range to work on.
-
-
Class adams.data.weka.rowfinder.Invert extends AbstractFilteredRowFinder implements Serializable
- serialVersionUID:
- -3635836960365586341L
-
Class adams.data.weka.rowfinder.MultiRowFinder extends AbstractTrainableRowFinder implements Serializable
- serialVersionUID:
- 1441664440186470414L
-
Serialized Fields
-
m_Combination
MultiRowFinder.Combination m_Combination
how the indices are combined. -
m_Finders
RowFinder[] m_Finders
the row finders to use.
-
-
Class adams.data.weka.rowfinder.NullFinder extends AbstractRowFinder implements Serializable
- serialVersionUID:
- -7945692540826937829L
-
-
Package adams.db
-
Class adams.db.AbstractConditions extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 7146388930313616510L
-
Class adams.db.AbstractDatabaseConnection extends LoggingObject implements Serializable
- serialVersionUID:
- -3625820307854172417L
-
Serialized Fields
-
m_AutoCommit
boolean m_AutoCommit
autocommit? -
m_ConnectionOK
boolean m_ConnectionOK
whether we could connect successfully. -
m_ConnectOnStartUp
boolean m_ConnectOnStartUp
whether to connect on startup. -
m_FailedConnectAttempts
Hashtable<String,Integer> m_FailedConnectAttempts
for keeping track of unsuccessful connection attempts. -
m_LastConnectionError
String m_LastConnectionError
stores the last connection error. -
m_MaxConnectAttempts
int m_MaxConnectAttempts
the maximum number of allowed connection attempts for a driver/URL/user/pw combination. -
m_OptionManager
OptionManager m_OptionManager
for managing the available options. -
m_Owner
DatabaseManager m_Owner
the database manager this connection belongs to. -
m_Password
BasePassword m_Password
database password. -
m_Properties
Properties m_Properties
the properties for database access. -
m_ReconnectWait
int m_ReconnectWait
the number of seconds to wait before trying to reconnect. -
m_URL
String m_URL
the URL to connect to the database. -
m_User
String m_User
database username.
-
-
Class adams.db.AbstractDatabaseObjectWithOptionHandling extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -8800746361445333658L
-
Serialized Fields
-
m_NoDatabaseConnect
boolean m_NoDatabaseConnect
whether to suppress connecting to the database. -
m_Password
BasePassword m_Password
the password of the database user. -
m_URL
String m_URL
the JDBC URL to connect to. -
m_User
String m_User
the database user to use for connecting.
-
-
Class adams.db.AbstractDbBackend extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 3589560540375200811L
-
Class adams.db.AbstractIndexedTable extends AbstractTable implements Serializable
- serialVersionUID:
- 2013793322024355971L
-
Serialized Fields
-
m_init
boolean m_init
has this object been initialised.
-
-
Class adams.db.AbstractLimitedConditions extends AbstractConditions implements Serializable
- serialVersionUID:
- -8685225144623746238L
-
Serialized Fields
-
m_Limit
int m_Limit
the maximum number of records.
-
-
Class adams.db.AbstractReconnectableDatabaseConnection extends AbstractDatabaseConnection implements Serializable
- serialVersionUID:
- -5575792002262680914L
-
Class adams.db.AbstractTable extends SQL implements Serializable
- serialVersionUID:
- 4511302757992864994L
-
Serialized Fields
-
m_AnsiQuotes
boolean m_AnsiQuotes
whether to use ANSI quotes around table/column names. -
m_TableName
String m_TableName
name of the table.
-
-
Class adams.db.AbstractTableCleanUp extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -6662554417213854267L
-
Class adams.db.AbstractTableFacade extends LoggingObject implements Serializable
- serialVersionUID:
- 8540313627448845885L
-
Serialized Fields
-
m_DatabaseConnection
AbstractDatabaseConnection m_DatabaseConnection
connection to database. -
m_Debug
boolean m_Debug
whether debugging is turned on. -
m_TableName
String m_TableName
name of the table.
-
-
Class adams.db.AbstractTimeWindowTableCleanUp extends AbstractTableCleanUp implements Serializable
- serialVersionUID:
- 2617358965818813327L
-
Serialized Fields
-
m_EndDate
BaseDateTime m_EndDate
the end date. -
m_StartDate
BaseDateTime m_StartDate
the start date.
-
-
Class adams.db.BulkInsertTable extends AbstractIndexedTable implements Serializable
- serialVersionUID:
- 401732448232750879L
-
Class adams.db.Conditions extends LoggingObject implements Serializable
- serialVersionUID:
- 1697740407123800323L
-
Serialized Fields
-
m_Properties
Properties m_Properties
the properties file.
-
-
Class adams.db.ConnectionParameters extends Object implements Serializable
- serialVersionUID:
- -1414581492377334939L
-
Serialized Fields
-
m_AutoCommit
boolean m_AutoCommit
whether to use auto-commit. -
m_ConnectOnStartUp
boolean m_ConnectOnStartUp
whether to connect on startup. -
m_LoggingLevel
LoggingLevel m_LoggingLevel
the logging level. -
m_Password
BasePassword m_Password
the password. -
m_URL
String m_URL
the URL. -
m_User
String m_User
the user.
-
-
Class adams.db.DatabaseConnection extends AbstractDatabaseConnection implements Serializable
- serialVersionUID:
- -3625820307854172417L
-
Class adams.db.DatabaseManager extends Object implements Serializable
- serialVersionUID:
- -8832349882994980783L
-
Serialized Fields
-
m_Connections
Map<String,T extends AbstractDatabaseConnection> m_Connections
for storing the database connection objects. -
m_DatabaseName
String m_DatabaseName
the database this manager is for. -
m_DefaultDatabaseConnection
T extends AbstractDatabaseConnection m_DefaultDatabaseConnection
the default database connection.
-
-
Class adams.db.Drivers extends LoggingObject implements Serializable
- serialVersionUID:
- -2996917112110549746L
-
Serialized Fields
-
m_Properties
Properties m_Properties
the properties for database access.
-
-
Class adams.db.FacadeManager extends Object implements Serializable
- serialVersionUID:
- 7054134442727870486L
-
Serialized Fields
-
m_DatabaseManager
DatabaseManager m_DatabaseManager
the database manager to use for default connection. -
m_FacadeName
String m_FacadeName
the facade this manager is for. -
m_Facades
HashMap<String,T extends AbstractTableFacade> m_Facades
for storing the facade objects.
-
-
Class adams.db.JdbcUrl extends AbstractBaseString implements Serializable
- serialVersionUID:
- 6676290784059523594L
-
Class adams.db.LogEntry extends Object implements Serializable
- serialVersionUID:
- 565425043739971996L
-
Serialized Fields
-
m_DatabaseID
long m_DatabaseID
the database ID of the entry. -
m_Generation
Date m_Generation
the generation timestamp. -
m_Host
String m_Host
the computer name. -
m_IP
String m_IP
the IP address. -
m_Message
String m_Message
the content of the message (props format). -
m_Source
String m_Source
the source of the entry. -
m_Status
String m_Status
the status of the entry. -
m_Type
String m_Type
the type of the message.
-
-
Class adams.db.LogEntryConditions extends AbstractLimitedConditions implements Serializable
- serialVersionUID:
- 7496947748107342392L
-
Serialized Fields
-
m_GenerationEndDate
BaseDateTime m_GenerationEndDate
the end date of the log entries. -
m_GenerationStartDate
BaseDateTime m_GenerationStartDate
the start date of the log entries. -
m_Host
BaseRegExp m_Host
the host name (regexp). -
m_IP
BaseRegExp m_IP
the IP address (regexp). -
m_Latest
boolean m_Latest
whether to return the latest entries. -
m_Source
BaseRegExp m_Source
the source of the log entries (regexp). -
m_Status
BaseRegExp m_Status
the status of the log entries (regexp). -
m_Type
BaseRegExp m_Type
the type of the log entries (regexp).
-
-
Class adams.db.LogF extends AbstractTableFacade implements Serializable
- serialVersionUID:
- 3061846359366161539L
-
Serialized Fields
-
m_DB
LogIntf m_DB
the backend.
-
-
Class adams.db.MultipleInsert extends Object implements Serializable
- serialVersionUID:
- 6066126049923343182L
-
Serialized Fields
-
count
int count
inserts. -
m_cols
List<String> m_cols
columns for insert. -
m_insert
BulkInsertTable m_insert
Table this is associated with. -
m_insert_at
int m_insert_at
force insert to db at count. -
m_sb
StringBuilder m_sb
builds insert string.
-
-
Class adams.db.ReportTableByDBID extends AbstractIndexedTable implements Serializable
- serialVersionUID:
- -1143611181126566480L
-
Class adams.db.ReportTableByID extends AbstractIndexedTable implements Serializable
- serialVersionUID:
- -1143611181126566480L
-
Class adams.db.Sequences extends LoggingObject implements Serializable
- serialVersionUID:
- -6223247854964334340L
-
Serialized Fields
-
m_Properties
Properties m_Properties
the properties.
-
-
Class adams.db.SQLF extends AbstractTableFacade implements Serializable
- serialVersionUID:
- 3061846359366161539L
-
Serialized Fields
-
m_DB
SQLIntf m_DB
the backend.
-
-
Class adams.db.SQLStatement extends AbstractSimpleScript implements Serializable
- serialVersionUID:
- 4309078655122480376L
-
Class adams.db.SQLTableCleanUp extends AbstractTableCleanUp implements Serializable
- serialVersionUID:
- 2617358965818813327L
-
Serialized Fields
-
m_Statement
SQLStatement m_Statement
the SQL command to execute.
-
-
Class adams.db.TableManager extends Object implements Serializable
- serialVersionUID:
- 7054134442727870486L
-
-
Package adams.db.autodetect
-
Class adams.db.autodetect.DbBackend extends AbstractDbBackend implements Serializable
- serialVersionUID:
- -6206414041321415520L
-
-
Package adams.db.datatype
-
Class adams.db.datatype.AbstractDataTypeSetup extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 6940789084605225155L
-
Class adams.db.datatype.DummySetup extends AbstractDataTypeSetup implements Serializable
- serialVersionUID:
- -9152587689252144060L
-
Class adams.db.datatype.MultiSetup extends AbstractDataTypeSetup implements Serializable
- serialVersionUID:
- -9152587689252144060L
-
Serialized Fields
-
m_Setups
AbstractDataTypeSetup[] m_Setups
the setups.
-
-
-
Package adams.db.generic
-
Class adams.db.generic.LogT extends AbstractIndexedTable implements Serializable
- serialVersionUID:
- -5955333734406125700L
-
Class adams.db.generic.SQL extends LoggingObject implements Serializable
- serialVersionUID:
- -7708896486343190549L
-
Serialized Fields
-
m_DatabaseConnection
AbstractDatabaseConnection m_DatabaseConnection
connection to database. -
m_Debug
boolean m_Debug
whether debugging is turned on.
-
-
-
Package adams.db.h2
-
Class adams.db.h2.DbBackend extends AbstractDbBackend implements Serializable
- serialVersionUID:
- -6206414041321415520L
-
Serialized Fields
-
m_Types
AbstractTypes m_Types
the types.
-
-
Class adams.db.h2.LogT extends LogT implements Serializable
- serialVersionUID:
- 6309576140124918549L
-
-
Package adams.db.indices
-
Class adams.db.indices.Index extends Vector<IndexColumn> implements Serializable
- serialVersionUID:
- -6266605625222865131L
-
Class adams.db.indices.Indices extends Vector<Index> implements Serializable
- serialVersionUID:
- -6266605625222865131L
-
-
Package adams.db.mirrored
-
Class adams.db.mirrored.DbBackend extends AbstractDbBackend implements Serializable
- serialVersionUID:
- -8233202811908896313L
-
Serialized Fields
-
m_Backends
DbBackend[] m_Backends
the backends. -
m_Mirrors
AbstractDatabaseConnection[] m_Mirrors
the database connections of the mirrors. -
m_MirrorsForUrls
JdbcUrl[] m_MirrorsForUrls
the urls the mirrors are for. -
m_NonMirroredBackend
DbBackend m_NonMirroredBackend
the default backend.
-
-
Class adams.db.mirrored.LogT extends AbstractWrapper<LogIntf> implements Serializable
- serialVersionUID:
- -4601570259375411398L
-
Class adams.db.mirrored.SQL extends AbstractWrapper<SQLIntf> implements Serializable
- serialVersionUID:
- -4601570259375411398L
-
-
Package adams.db.mysql
-
Class adams.db.mysql.DbBackend extends AbstractDbBackend implements Serializable
- serialVersionUID:
- -6206414041321415520L
-
Serialized Fields
-
m_Types
AbstractTypes m_Types
the types.
-
-
Class adams.db.mysql.LogT extends LogT implements Serializable
- serialVersionUID:
- 6309576140124918549L
-
-
Package adams.db.postgresql
-
Class adams.db.postgresql.DbBackend extends AbstractDbBackend implements Serializable
- serialVersionUID:
- -6206414041321415520L
-
Serialized Fields
-
m_Types
AbstractTypes m_Types
the types.
-
-
Class adams.db.postgresql.LogT extends LogT implements Serializable
- serialVersionUID:
- 6309576140124918549L
-
-
Package adams.db.sqlite
-
Class adams.db.sqlite.DbBackend extends AbstractDbBackend implements Serializable
- serialVersionUID:
- -6206414041321415520L
-
Serialized Fields
-
m_Types
AbstractTypes m_Types
the types.
-
-
Class adams.db.sqlite.LogT extends LogT implements Serializable
- serialVersionUID:
- 6309576140124918549L
-
-
Package adams.db.types
-
Class adams.db.types.AbstractTypes extends Object implements Serializable
- serialVersionUID:
- -1376610984946740944L
-
Class adams.db.types.TypesH2 extends AbstractTypes implements Serializable
- serialVersionUID:
- 7842428772313177661L
-
Class adams.db.types.TypesMySQL extends AbstractTypes implements Serializable
- serialVersionUID:
- 2312692794411053866L
-
Class adams.db.types.TypesPostgreSQL extends AbstractTypes implements Serializable
- serialVersionUID:
- -4264141965314359770L
-
Class adams.db.types.TypesSQLite extends AbstractTypes implements Serializable
- serialVersionUID:
- 7842428772313177661L
-
-
Package adams.db.upgrade
-
Class adams.db.upgrade.AbstractTableUpgrade extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 5174695729150073016L
-
Serialized Fields
-
m_Upgraded
boolean m_Upgraded
indicates whether the upgrade has happened. -
m_UpgradeInfo
StringBuilder m_UpgradeInfo
the information generated during upgrading.
-
-
Class adams.db.upgrade.FixInvalidMySQLTimestampDefault extends AbstractTableUpgrade implements Serializable
- serialVersionUID:
- -4959359509457015794L
-
Class adams.db.upgrade.PassThrough extends AbstractTableUpgrade implements Serializable
- serialVersionUID:
- -7684218434080097460L
-
-
Package adams.db.wrapper
-
Class adams.db.wrapper.AbstractWrapper extends LoggingObject implements Serializable
- serialVersionUID:
- 2584491122555160871L
-
Serialized Fields
-
m_Connection
AbstractDatabaseConnection m_Connection
the database connection. -
m_TableName
String m_TableName
the table name. -
m_Wrapped
W extends TableInterface m_Wrapped
the wrapped backend.
-
-
Class adams.db.wrapper.WrapperManager extends Object implements Serializable
- serialVersionUID:
- 7054134442727870486L
-
Serialized Fields
-
m_DatabaseManager
DatabaseManager m_DatabaseManager
the database manager to use for default connection. -
m_TableName
String m_TableName
the table this manager is for. -
m_Tables
HashMap<String,T extends AbstractWrapper> m_Tables
for storing the table objects.
-
-
-
Package adams.doc.docbook
-
Class adams.doc.docbook.Article extends AbstractComplexTag implements Serializable
- serialVersionUID:
- 2654239691264250202L
-
Class adams.doc.docbook.Book extends AbstractComplexTag implements Serializable
- serialVersionUID:
- 6076552942458884097L
-
Class adams.doc.docbook.Chapter extends AbstractComplexTag implements Serializable
- serialVersionUID:
- -6197886993371097552L
-
Class adams.doc.docbook.Document extends Object implements Serializable
- serialVersionUID:
- -5462121524853958988L
-
Serialized Fields
-
m_Root
AbstractTag m_Root
the root element.
-
-
Class adams.doc.docbook.InformalTable extends AbstractComplexTag implements Serializable
- serialVersionUID:
- -1301634257381722080L
-
Serialized Fields
-
m_Body
AbstractComplexTag m_Body
the table body. -
m_Head
AbstractComplexTag m_Head
the table head. -
m_NumCols
int m_NumCols
the number of columns in the table.
-
-
Class adams.doc.docbook.ItemizedList extends AbstractComplexTag implements Serializable
- serialVersionUID:
- -9170453984883647247L
-
Class adams.doc.docbook.ListItem extends AbstractComplexTag implements Serializable
- serialVersionUID:
- -5078231193215325437L
-
Class adams.doc.docbook.OrderedList extends AbstractComplexTag implements Serializable
- serialVersionUID:
- 5004635143997245311L
-
Class adams.doc.docbook.Paragraph extends AbstractSimpleTag implements Serializable
- serialVersionUID:
- -7501143393940807106L
-
Class adams.doc.docbook.Part extends AbstractComplexTag implements Serializable
- serialVersionUID:
- 5575540523787776054L
-
Class adams.doc.docbook.ProgramListing extends AbstractSimpleTag implements Serializable
- serialVersionUID:
- -6886830294571668230L
-
Class adams.doc.docbook.Screen extends AbstractSimpleTag implements Serializable
- serialVersionUID:
- -6687627860638025345L
-
Class adams.doc.docbook.Section extends AbstractComplexTag implements Serializable
- serialVersionUID:
- 6147436275145204642L
-
Class adams.doc.docbook.Title extends AbstractSimpleTag implements Serializable
- serialVersionUID:
- -5686620774872611944L
-
-
Package adams.doc.javadoc
-
Class adams.doc.javadoc.AllJavadoc extends Javadoc implements Serializable
- serialVersionUID:
- 8491098698586623712L
-
Serialized Fields
-
m_Javadocs
List m_Javadocs
contains all the javadoc generators.
-
-
Class adams.doc.javadoc.FlowJavadoc extends Javadoc implements Serializable
- serialVersionUID:
- 3485326632649980955L
-
Class adams.doc.javadoc.GlobalInfoJavadoc extends Javadoc implements Serializable
- serialVersionUID:
- -7121795851141220273L
-
Class adams.doc.javadoc.GrammarJavadoc extends Javadoc implements Serializable
- serialVersionUID:
- 2873100039607513910L
-
Class adams.doc.javadoc.Javadoc extends LoggingObject implements Serializable
- serialVersionUID:
- 4088919470813459046L
-
Serialized Fields
-
m_Classname
String m_Classname
the classname. -
m_Dir
String m_Dir
the directory above the class to update. -
m_EndTag
String[] m_EndTag
the end tag. -
m_Environment
String m_Environment
the environment class (dummy option, happens all in runJavadoc method). -
m_IsBlock
boolean[] m_IsBlock
whether to use identation. -
m_OptionManager
OptionManager m_OptionManager
for managing the available options. -
m_Silent
boolean m_Silent
whether to suppress error messages (no printout in the console). -
m_StartTag
String[] m_StartTag
the start tag. -
m_UserMode
UserMode m_UserMode
the user mode to generate the javadoc for. -
m_UseStars
boolean m_UseStars
whether to include the stars in the Javadoc.
-
-
Class adams.doc.javadoc.OptionHandlerJavadoc extends Javadoc implements Serializable
- serialVersionUID:
- 6411696179436469435L
-
Serialized Fields
-
m_Prolog
boolean m_Prolog
whether to include the "Valid options..." prolog in the Javadoc.
-
-
Class adams.doc.javadoc.ScriptletJavadoc extends Javadoc implements Serializable
- serialVersionUID:
- -3836221902854905090L
-
Class adams.doc.javadoc.TechnicalInformationHandlerJavadoc extends Javadoc implements Serializable
- serialVersionUID:
- 270395165932401302L
-
Serialized Fields
-
m_Prolog
boolean m_Prolog
whether to include the "Valid options..." prolog in the Javadoc.
-
-
-
Package adams.doc.listing
-
Class adams.doc.listing.AbstractFileBasedListingOutput extends AbstractListingOutput implements Serializable
- serialVersionUID:
- -4484277695906980673L
-
Serialized Fields
-
m_OutputFile
PlaceholderFile m_OutputFile
the output file.
-
-
Class adams.doc.listing.AbstractFileBasedListingOutputWithEncoding extends AbstractFileBasedListingOutput implements Serializable
- serialVersionUID:
- -4683719927914519871L
-
Serialized Fields
-
m_Encoding
BaseCharset m_Encoding
the encoding to use.
-
-
Class adams.doc.listing.AbstractListingOutput extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -424271238836477812L
-
Class adams.doc.listing.ConsoleOutput extends AbstractListingOutput implements Serializable
- serialVersionUID:
- 3968266411637947086L
-
Class adams.doc.listing.HtmlOutput extends AbstractFileBasedListingOutputWithEncoding implements Serializable
- serialVersionUID:
- -3733873069877729194L
-
Class adams.doc.listing.Listing extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 5329297063876357426L
-
Serialized Fields
-
m_Environment
String m_Environment
the environment class (dummy option). -
m_Output
AbstractListingOutput m_Output
the output scheme to use. -
m_Superclass
BaseClassname m_Superclass
the superclass to use.
-
-
Class adams.doc.listing.MarkdownOutput extends AbstractFileBasedListingOutputWithEncoding implements Serializable
- serialVersionUID:
- -3733873069877729194L
-
Class adams.doc.listing.OptionOutput extends AbstractListingOutput implements Serializable
- serialVersionUID:
- -3904476399937843340L
-
Serialized Fields
-
m_Encoding
BaseCharset m_Encoding
the encoding to use. -
m_Extension
String m_Extension
the extension to use for the files. -
m_OutputDir
PlaceholderDirectory m_OutputDir
the output directory. -
m_Producer
OptionProducer m_Producer
the option producer to use. -
m_UserMode
UserMode m_UserMode
the user mode to generate the help for.
-
-
-
Package adams.doc.xhtml
-
Class adams.doc.xhtml.AbstractMixedTag extends AbstractTag implements Serializable
- serialVersionUID:
- -43542338015882364L
-
Serialized Fields
-
m_AllowEmpty
boolean m_AllowEmpty
whether to output empty tags. -
m_Content
String m_Content
the content.
-
-
Class adams.doc.xhtml.Anchor extends AbstractSimpleTag implements Serializable
- serialVersionUID:
- -7501143393940807106L
-
Class adams.doc.xhtml.Body extends AbstractMixedTag implements Serializable
- serialVersionUID:
- -1086772581744903877L
-
Class adams.doc.xhtml.Break extends AbstractTag implements Serializable
- serialVersionUID:
- -6886830294571668230L
-
Class adams.doc.xhtml.Code extends AbstractSimpleTag implements Serializable
- serialVersionUID:
- -6886830294571668230L
-
Class adams.doc.xhtml.Document extends Object implements Serializable
- serialVersionUID:
- -5462121524853958988L
-
Serialized Fields
-
m_Root
Html m_Root
the root element.
-
-
Class adams.doc.xhtml.Head extends AbstractComplexTag implements Serializable
- serialVersionUID:
- -3634458427105493988L
-
Class adams.doc.xhtml.Heading extends AbstractMixedTag implements Serializable
- serialVersionUID:
- -7501143393940807106L
-
Class adams.doc.xhtml.Html extends AbstractComplexTag implements Serializable
- serialVersionUID:
- 6058312199083069305L
-
Class adams.doc.xhtml.ListItem extends AbstractMixedTag implements Serializable
- serialVersionUID:
- -5078231193215325437L
-
Class adams.doc.xhtml.OrderedList extends AbstractComplexTag implements Serializable
- serialVersionUID:
- 5004635143997245311L
-
Class adams.doc.xhtml.Paragraph extends AbstractMixedTag implements Serializable
- serialVersionUID:
- -7501143393940807106L
-
Class adams.doc.xhtml.Pre extends AbstractSimpleTag implements Serializable
- serialVersionUID:
- -6886830294571668230L
-
Class adams.doc.xhtml.Table extends AbstractComplexTag implements Serializable
- serialVersionUID:
- -1301634257381722080L
-
Serialized Fields
-
m_NumCols
int m_NumCols
the number of columns in the table.
-
-
Class adams.doc.xhtml.Title extends AbstractSimpleTag implements Serializable
- serialVersionUID:
- -7501143393940807106L
-
Class adams.doc.xhtml.UnorderedList extends AbstractComplexTag implements Serializable
- serialVersionUID:
- -9170453984883647247L
-
-
Package adams.doc.xml
-
Class adams.doc.xml.AbstractComplexTag extends AbstractTag implements Serializable
- serialVersionUID:
- -43542338015882364L
-
Serialized Fields
-
m_AllowEmpty
boolean m_AllowEmpty
whether to output empty tags.
-
-
Class adams.doc.xml.AbstractSimpleTag extends AbstractTag implements Serializable
- serialVersionUID:
- -2865475570583425896L
-
Serialized Fields
-
m_Content
String m_Content
the content. -
m_ConvertEntities
boolean m_ConvertEntities
whether to convert HTML entities.
-
-
Class adams.doc.xml.AbstractTag extends DefaultMutableTreeNode implements Serializable
- serialVersionUID:
- 6472066010192166545L
-
Class adams.doc.xml.DefaultComplexTag extends AbstractComplexTag implements Serializable
- serialVersionUID:
- -6888481592847294628L
-
Class adams.doc.xml.DefaultSimpleTag extends AbstractSimpleTag implements Serializable
- serialVersionUID:
- -6126545140096452210L
-
-
Package adams.env
-
Class adams.env.AbstractEnvironment extends LoggingObject implements Serializable
- serialVersionUID:
- -2199293612498875147L
-
Serialized Fields
-
m_ApplicationFrame
AbstractApplicationFrame m_ApplicationFrame
the main GUI application. -
m_ApplicationTerminal
AbstractTerminalApplication m_ApplicationTerminal
the main terminal application. -
m_Definitions
Hashtable<String,AbstractPropertiesDefinition> m_Definitions
the key - definition relation. -
m_Properties
Hashtable<String,List<Setup>> m_Properties
the key - setups relation.
-
-
Class adams.env.AbstractPropertiesDefinition extends Object implements Serializable
- serialVersionUID:
- -3693649083932752468L
-
Class adams.env.ActorSuggestionDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.ActorTemplateSuggestionDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 4240048624553812140L
-
Class adams.env.AdvancedScriptEditorTemplatesDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.BrowserDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.CharsetDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- -7053196761707403759L
-
Class adams.env.ClassListerBlacklistDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.ClassListerDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.ClasspathBlacklistDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.ConditionsDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.ConversionDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.DatabaseConnectionDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.DbBackendDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.DriversDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- -6976648126780541240L
-
Class adams.env.EmailDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.Environment extends AbstractEnvironment implements Serializable
- serialVersionUID:
- -2199293612498875147L
-
Class adams.env.ExternalActorSuggestionDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.FlowControlCenterPanelDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.FlowDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.FlowEditorPanelDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.FlowEditorPanelMenuDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.FlowEditorTreePopupMenuDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.FlowEditorTreeQuickActionMenuDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.FlowRunnerPanelDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.FontsDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.GOEBlacklistDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.GOEEditorsDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.GUIHelperDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.ImageViewerPanelDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.InstanceCompareDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.InstanceExplorerDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.JenericCmdlineDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.JVisualVMDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- -7053196761707403759L
-
Class adams.env.LocaleDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- -7053196761707403759L
-
Class adams.env.LogEntryDBViewerPanelDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.LogEntryDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.LogEntryViewerPanelDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.MemoryMonitorDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- -1939226139381033216L
-
Class adams.env.ModuleDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 3836982214059912729L
-
Class adams.env.Modules.Module extends Object implements Serializable
- serialVersionUID:
- 7936617163709734744L
-
Serialized Fields
-
m_Author
String m_Author
the author of the module. -
m_BuildTimestamp
BaseDateTime m_BuildTimestamp
the build timestamp of the module. -
m_Description
String m_Description
the description of the module. -
m_Logo
ImageIcon m_Logo
the logo. -
m_LogoName
String m_LogoName
the logo name. -
m_Name
String m_Name
the name of the module. -
m_Organization
String m_Organization
the organization. -
m_Version
String m_Version
the version of the module.
-
-
Class adams.env.NewInstanceDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 761924597513800238L
-
Class adams.env.OptionManagerDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.OptionsDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.PerformanceDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 8866525695906238220L
-
Class adams.env.PlaceholdersDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 761924597513800238L
-
Class adams.env.PreviewBrowserPanelDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.ProxyDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.ScriptingDialogDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.ScriptingEngineDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.ScriptingLoggerDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.SequenceViewerDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.Setup extends Object implements Serializable
- serialVersionUID:
- 4280435277797929265L
-
Class adams.env.SimpleScriptEditorTemplatesDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.SMBDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.SpreadSheetExplorerDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.SSLDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.TableDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.TesseractDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- -7053196761707403759L
-
Class adams.env.TimeZoneDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 2270576628936920414L
-
Class adams.env.WekaInvestigatorDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.WekaInvestigatorShortcutsDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 288970991741946271L
-
Class adams.env.WineDefinition extends AbstractPropertiesDefinition implements Serializable
- serialVersionUID:
- 8202332734202753259L
-
-
Package adams.event
-
Class adams.event.DatabaseConnectionChangeEvent extends ChangeEvent implements Serializable
- serialVersionUID:
- -4819016430256498493L
-
Serialized Fields
-
m_Type
DatabaseConnectionChangeEvent.EventType m_Type
the type of event.
-
-
Class adams.event.FlowPauseStateEvent extends EventObject implements Serializable
- serialVersionUID:
- -113405042251910190L
-
Serialized Fields
-
m_Type
FlowPauseStateEvent.Type m_Type
the type of event.
-
-
Class adams.event.FlowSetupStateEvent extends EventObject implements Serializable
- serialVersionUID:
- -113405042251910190L
-
Serialized Fields
-
m_Type
FlowSetupStateEvent.Type m_Type
the type of event.
-
-
Class adams.event.GeneticFitnessChangeEvent extends EventObject implements Serializable
- serialVersionUID:
- 4900409199763866247L
-
Serialized Fields
-
m_Fitness
double m_Fitness
the fitness that triggered this event. -
m_Setup
Object m_Setup
the associated setup, if any. -
m_Weights
int[] m_Weights
the associated weights.
-
-
Class adams.event.JobCompleteEvent extends EventObject implements Serializable
- serialVersionUID:
- -5448976051820797751L
-
Class adams.event.JobListCompleteEvent extends EventObject implements Serializable
- serialVersionUID:
- -81425220563926478L
-
Serialized Fields
-
m_Payload
Object m_Payload
a payload object (can be arbitrary object).
-
-
Class adams.event.PublicationEvent extends EventObject implements Serializable
- serialVersionUID:
- 1087485560915594611L
-
Class adams.event.SpreadSheetColumnInsertionEvent extends EventObject implements Serializable
- serialVersionUID:
- -7245821885375091558L
-
Serialized Fields
-
m_ColumnIndex
int m_ColumnIndex
the index of the column that got inserted.
-
-
Class adams.event.StorageChangeEvent extends EventObject implements Serializable
- serialVersionUID:
- 265149599197540318L
-
Serialized Fields
-
m_Cache
String m_Cache
the cache (null if none). -
m_Name
String m_Name
the name of the storage item. -
m_Type
StorageChangeEvent.Type m_Type
the type of the event.
-
-
Class adams.event.TokenEvent extends EventObject implements Serializable
- serialVersionUID:
- -4038178765519090138L
-
Serialized Fields
-
m_Token
Token m_Token
the token.
-
-
Class adams.event.VariableChangeEvent extends EventObject implements Serializable
- serialVersionUID:
- 265149599197540318L
-
Serialized Fields
-
m_Name
String m_Name
the name of the variable. -
m_Type
VariableChangeEvent.Type m_Type
the type of the event.
-
-
-
Package adams.flow
-
Class adams.flow.FlowRunner extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 5693250462014974198L
-
Serialized Fields
-
m_Actor
Actor m_Actor
the actor to execute. -
m_CleanUp
boolean m_CleanUp
whether to clean up after execution, i.e., removing graphical output automatically. -
m_ForceExit
boolean m_ForceExit
whether the force an exit after the flows were stopped. -
m_Headless
boolean m_Headless
whether the execution is to be headless, i.e., no GUI components. -
m_Home
String m_Home
the directory to use as the project's home directory. -
m_Include
BaseRegExp m_Include
regular expression for including flows when traversing a directory. -
m_Input
PlaceholderFile m_Input
the flow file/dir with flows to execute. -
m_InterruptedByUser
boolean m_InterruptedByUser
whether the flow was interrupted by the user. -
m_LastActor
Actor m_LastActor
the last actor that was executed. -
m_NoExecute
boolean m_NoExecute
whether to suppress flow execution, simply load/setUp/wrapUp instead. -
m_NonInteractive
boolean m_NonInteractive
whether the use non-interactive execution. -
m_Register
boolean m_Register
whether to register the flow. -
m_RemoteScriptingEngine
RemoteScriptingEngine m_RemoteScriptingEngine
the remote command scripting engine. -
m_RemoteScriptingEngineCmdLine
String m_RemoteScriptingEngineCmdLine
the commandline of the remote scripting engine to use at startup time. -
m_RemoteScriptingEngineUpdateListeners
Set<RemoteScriptingEngineUpdateListener> m_RemoteScriptingEngineUpdateListeners
the listeners for changes to the remote scripting engine. -
m_ShutdownHook
AbstractShutdownHook m_ShutdownHook
the shutdown hook.
-
-
Class adams.flow.FlowSetupRunner extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 8691311691669858254L
-
Serialized Fields
-
m_Home
String m_Home
the directory to use as the project's home directory. -
m_SetupFile
PlaceholderFile m_SetupFile
the control center setup. -
m_SetupName
String m_SetupName
the name of the setup to execute.
-
-
-
Package adams.flow.condition.bool
-
Class adams.flow.condition.bool.AbstractAttributeCapabilities extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 3278345095591806425L
-
Serialized Fields
-
m_ActualCapabilities
weka.core.Capabilities m_ActualCapabilities
the capabilities object to use. -
m_Capabilities
Capability[] m_Capabilities
the class index. -
m_Invert
boolean m_Invert
whether to invert the matching sense.
-
-
Class adams.flow.condition.bool.AbstractBooleanCondition extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 1816980432972492738L
-
Class adams.flow.condition.bool.AbstractBooleanDatabaseCondition extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -569423875930411268L
-
Serialized Fields
-
m_DatabaseConnection
AbstractDatabaseConnection m_DatabaseConnection
the database connection in use. -
m_DatabaseConnectionUpdated
boolean m_DatabaseConnectionUpdated
whether the DB connection has been updated.
-
-
Class adams.flow.condition.bool.AbstractExpression extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 4442436759501167843L
-
Serialized Fields
-
m_Expression
BooleanExpressionText m_Expression
the "If" expression to evaluate.
-
-
Class adams.flow.condition.bool.AbstractMultiCondition extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -7930281929775307418L
-
Serialized Fields
-
m_Conditions
BooleanCondition[] m_Conditions
the conditions to evaluate.
-
-
Class adams.flow.condition.bool.AbstractScript extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -5361222828186956465L
-
Serialized Fields
-
m_AdditionalOptions
AdditionalOptions m_AdditionalOptions
for storing the additional options.
-
-
Class adams.flow.condition.bool.AbstractScriptedCondition extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -1266048092842841686L
-
Serialized Fields
-
m_ScriptFile
PlaceholderFile m_ScriptFile
the Groovy module. -
m_ScriptOptions
String m_ScriptOptions
the options for the Groovy module.
-
-
Class adams.flow.condition.bool.AdamsInstanceCapabilities extends AbstractAttributeCapabilities implements Serializable
- serialVersionUID:
- 3278345095591806425L
-
Class adams.flow.condition.bool.And extends AbstractMultiCondition implements Serializable
- serialVersionUID:
- 6011135059965158475L
-
Class adams.flow.condition.bool.BinaryFile extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -6986050060604039765L
-
Serialized Fields
-
m_File
PlaceholderFile m_File
the file to look for.
-
-
Class adams.flow.condition.bool.BooleanReportValue extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -9169161144858552052L
-
Serialized Fields
-
m_Field
Field m_Field
the field in the report to check.
-
-
Class adams.flow.condition.bool.BytesComplete extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -6986050060604039765L
-
Serialized Fields
-
m_Check
AbstractFileCompleteCheck m_Check
the check scheme to use.
-
-
Class adams.flow.condition.bool.Counting extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 8559824356449366329L
-
Serialized Fields
-
m_Current
int m_Current
the current count. -
m_Interval
int m_Interval
the number of tokens after which to tee-off token. -
m_Maximum
int m_Maximum
the maximum number of tokens to process before de-activating. -
m_Minimum
int m_Minimum
the minimum number of tokens to process before activating.
-
-
Class adams.flow.condition.bool.DirectoriesMatch extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 912094591109587908L
-
Serialized Fields
-
m_Directory
PlaceholderDirectory m_Directory
the directory to search. -
m_RegExp
BaseRegExp m_RegExp
the expression the files must match.
-
-
Class adams.flow.condition.bool.DirectoryExists extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 912094591109587908L
-
Serialized Fields
-
m_Directory
PlaceholderDirectory m_Directory
the directory to look for.
-
-
Class adams.flow.condition.bool.Expression extends AbstractExpression implements Serializable
- serialVersionUID:
- -9169161144858552052L
-
Class adams.flow.condition.bool.False extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -7927342245398106669L
-
Class adams.flow.condition.bool.FileComplete extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -6986050060604039765L
-
Serialized Fields
-
m_Check
AbstractFileCompleteCheck m_Check
the check scheme to use. -
m_File
PlaceholderFile m_File
the file to look for.
-
-
Class adams.flow.condition.bool.FileExists extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -6986050060604039765L
-
Serialized Fields
-
m_File
PlaceholderFile m_File
the file to look for. -
m_Generator
AbstractFilenameGenerator m_Generator
the filename generator.
-
-
Class adams.flow.condition.bool.FileInUse extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -6986050060604039765L
-
Serialized Fields
-
m_Check
AbstractFileUseCheck m_Check
the check scheme to use. -
m_File
PlaceholderFile m_File
the file to look for. -
m_Generator
AbstractFilenameGenerator m_Generator
the filename generator.
-
-
Class adams.flow.condition.bool.FilesMatch extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -6986050060604039765L
-
Serialized Fields
-
m_Directory
PlaceholderDirectory m_Directory
the directory to search. -
m_RegExp
BaseRegExp m_RegExp
the expression the files must match.
-
-
Class adams.flow.condition.bool.Groovy extends AbstractScriptedCondition implements Serializable
- serialVersionUID:
- 4394482470846849594L
-
Serialized Fields
-
m_InlineScript
GroovyScript m_InlineScript
the inline script.
-
-
Class adams.flow.condition.bool.HasClass extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 912094591109587908L
-
Serialized Fields
-
m_ClassName
String m_ClassName
the class to check.
-
-
Class adams.flow.condition.bool.HasColumn extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 2973832676958171541L
-
Serialized Fields
-
m_Column
String m_Column
the column to look for.
-
-
Class adams.flow.condition.bool.HasElements extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 2973832676958171541L
-
Serialized Fields
-
m_MinElements
int m_MinElements
the number of elements to have at least.
-
-
Class adams.flow.condition.bool.HasExifTag extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -8641162903464692580L
-
Serialized Fields
-
m_Operation
ExifTagExistsOperation m_Operation
the operation to use.
-
-
Class adams.flow.condition.bool.HashSet extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -1349114354556041598L
-
Serialized Fields
-
m_Conversion
Conversion m_Conversion
the type of conversion. -
m_StorageName
StorageName m_StorageName
the name of the lookup table in the internal storage. -
m_Value
String m_Value
the value to check.
-
-
Class adams.flow.condition.bool.HasInterface extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 912094591109587908L
-
Class adams.flow.condition.bool.HasLength extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 2973832676958171541L
-
Serialized Fields
-
m_MaxLength
int m_MaxLength
the maximum number of elements. -
m_MinLength
int m_MinLength
the minimum number of elements.
-
-
Class adams.flow.condition.bool.HasMapValue extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -1349114354556041598L
-
Serialized Fields
-
m_Key
String m_Key
the key in the Map object to check. -
m_StorageName
StorageName m_StorageName
the name of the java.util.Map object in internal storage.
-
-
Class adams.flow.condition.bool.HasProperty extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 912094591109587908L
-
Serialized Fields
-
m_Property
String m_Property
the property path.
-
-
Class adams.flow.condition.bool.HasQueue extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -1349114354556041598L
-
Serialized Fields
-
m_StorageName
StorageName m_StorageName
the name of the lookup table in the internal storage.
-
-
Class adams.flow.condition.bool.HasRows extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 2973832676958171541L
-
Serialized Fields
-
m_MaxRows
int m_MaxRows
the maximum number of rows. -
m_MinRows
int m_MinRows
the minimum number of rows.
-
-
Class adams.flow.condition.bool.HasSize extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 2973832676958171541L
-
Serialized Fields
-
m_MaxSize
int m_MaxSize
the maximum number of elements. -
m_MinSize
int m_MinSize
the minimum number of elements.
-
-
Class adams.flow.condition.bool.HasStorageValue extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -1349114354556041598L
-
Serialized Fields
-
m_StorageName
StorageName m_StorageName
the name of the lookup table in the internal storage.
-
-
Class adams.flow.condition.bool.HasVariable extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -1349114354556041598L
-
Serialized Fields
-
m_VariableName
VariableName m_VariableName
the name of the lookup table in the internal storage.
-
-
Class adams.flow.condition.bool.HasVariableValue extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -1349114354556041598L
-
Serialized Fields
-
m_Value
String m_Value
the value that the variable value gets compared with. -
m_VariableName
VariableName m_VariableName
the name of the variable.
-
-
Class adams.flow.condition.bool.InList extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -8098607684693546619L
-
Serialized Fields
-
m_Items
BaseString[] m_Items
the strings to match against. -
m_Value
String m_Value
the value to check.
-
-
Class adams.flow.condition.bool.IsAndroid extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 3278345095591806425L
-
Class adams.flow.condition.bool.IsArm64 extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 3278345095591806425L
-
Class adams.flow.condition.bool.IsArray extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 3278345095591806425L
-
Class adams.flow.condition.bool.IsBoolean extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 3278345095591806425L
-
Class adams.flow.condition.bool.IsByte extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 3278345095591806425L
-
Class adams.flow.condition.bool.IsBzip2Compressed extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -6905054669148352248L
-
Class adams.flow.condition.bool.IsDouble extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 3278345095591806425L
-
Class adams.flow.condition.bool.IsFloat extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 3278345095591806425L
-
Class adams.flow.condition.bool.IsGzipCompressed extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -6905054669148352248L
-
Class adams.flow.condition.bool.IsInteger extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 3278345095591806425L
-
Class adams.flow.condition.bool.IsLinux extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 3278345095591806425L
-
Class adams.flow.condition.bool.IsLong extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 3278345095591806425L
-
Class adams.flow.condition.bool.IsMac extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 3278345095591806425L
-
Class adams.flow.condition.bool.IsMat5Array extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -5554295190330759110L
-
Class adams.flow.condition.bool.IsMat5Matrix extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -5554295190330759110L
-
Class adams.flow.condition.bool.IsMat5Struct extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -5554295190330759110L
-
Class adams.flow.condition.bool.IsNull extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 3278345095591806425L
-
Class adams.flow.condition.bool.IsNumeric extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 3278345095591806425L
-
Class adams.flow.condition.bool.IsRarCompressed extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -6905054669148352248L
-
Class adams.flow.condition.bool.IsShort extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 3278345095591806425L
-
Class adams.flow.condition.bool.IsSubClass extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 912094591109587908L
-
Class adams.flow.condition.bool.IsWindows extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 3278345095591806425L
-
Class adams.flow.condition.bool.IsXzCompressed extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -6905054669148352248L
-
Class adams.flow.condition.bool.IsZipCompressed extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -6905054669148352248L
-
Class adams.flow.condition.bool.IsZstdCompressed extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -6905054669148352248L
-
Class adams.flow.condition.bool.Not extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -7927342245398106669L
-
Serialized Fields
-
m_Condition
BooleanCondition m_Condition
the condition to evaluate and negate.
-
-
Class adams.flow.condition.bool.NotesErrors extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -7927342245398106669L
-
Class adams.flow.condition.bool.Or extends AbstractMultiCondition implements Serializable
- serialVersionUID:
- -7930281929775307418L
-
Class adams.flow.condition.bool.PromptUser extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 3278345095591806425L
-
Serialized Fields
-
m_CaptionNegative
String m_CaptionNegative
the caption for the 'negative' button. -
m_CaptionPositive
String m_CaptionPositive
the caption for the 'positive' button. -
m_Communication
GUIHelper.DialogCommunication m_Communication
for cancellation. -
m_DisplayLocation
InteractionDisplayLocation m_DisplayLocation
where to display the prompt. -
m_InitialSelection
String m_InitialSelection
the initial selection. -
m_Message
String m_Message
the message to prompt the user with. -
m_NonInteractive
boolean m_NonInteractive
whether the prompt is non-interactive.
-
-
Class adams.flow.condition.bool.RegExp extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -8098607684693546619L
-
Serialized Fields
-
m_RegExp
BaseRegExp m_RegExp
the regular expression to match.
-
-
Class adams.flow.condition.bool.ReportValueExists extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 3535479178344450842L
-
Serialized Fields
-
m_Field
Field m_Field
the field in the report to check.
-
-
Class adams.flow.condition.bool.Scripted extends AbstractScriptedCondition implements Serializable
- serialVersionUID:
- 4394482470846849594L
-
Serialized Fields
-
m_Handler
AbstractScriptingHandler m_Handler
the scripting handler to use.
-
-
Class adams.flow.condition.bool.StorageFlagSet extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -1349114354556041598L
-
Serialized Fields
-
m_StorageName
StorageName m_StorageName
the name of the flag in storage.
-
-
Class adams.flow.condition.bool.TableExists extends AbstractBooleanDatabaseCondition implements Serializable
- serialVersionUID:
- -338472091205326476L
-
Serialized Fields
-
m_RegExp
BaseRegExp m_RegExp
the regular expression for the table name to match.
-
-
Class adams.flow.condition.bool.True extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 3278345095591806425L
-
Class adams.flow.condition.bool.VariableFlagSet extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- -1349114354556041598L
-
Serialized Fields
-
m_VariableName
VariableName m_VariableName
the name of the flag variable.
-
-
Class adams.flow.condition.bool.WekaCapabilities extends AbstractAttributeCapabilities implements Serializable
- serialVersionUID:
- 3278345095591806425L
-
Class adams.flow.condition.bool.WekaClassification extends AbstractBooleanCondition implements Serializable
- serialVersionUID:
- 3278345095591806425L
-
Serialized Fields
-
m_Model
weka.classifiers.Classifier m_Model
the model that was loaded from the model file. -
m_ModelActor
CallableActorReference m_ModelActor
the callable actor to get the model from. -
m_ModelFile
PlaceholderFile m_ModelFile
the serialized model to load. -
m_OnTheFly
boolean m_OnTheFly
whether the model gets built on the fly and might not be present at the start.
-
-
-
Package adams.flow.container
-
Class adams.flow.container.AbstractContainer extends Object implements Serializable
- serialVersionUID:
- -6949950627956848217L
-
Class adams.flow.container.AbstractFilterContainer extends AbstractContainer implements Serializable
- serialVersionUID:
- 5581530171877321061L
-
Class adams.flow.container.ControlChartContainer extends AbstractContainer implements Serializable
- serialVersionUID:
- 1960872156580346093L
-
Class adams.flow.container.EncapsulatedActorsContainer extends AbstractContainer implements Serializable
- serialVersionUID:
- -418617166464706249L
-
Class adams.flow.container.FeatureConverterContainer extends AbstractContainer implements Serializable
- serialVersionUID:
- 7610036927945350224L
-
Class adams.flow.container.FileBasedDatasetContainer extends AbstractContainer implements Serializable
- serialVersionUID:
- 1960872156580346093L
-
Class adams.flow.container.HttpRequestResult extends AbstractContainer implements Serializable
- serialVersionUID:
- -2153844706336105272L
-
Class adams.flow.container.ImageSegmentationContainer extends AbstractContainer implements Serializable
- serialVersionUID:
- -472411106843171690L
-
Class adams.flow.container.OutlierContainer extends AbstractContainer implements Serializable
- serialVersionUID:
- 5581530171877321061L
-
Class adams.flow.container.OutlierDetectorContainer extends AbstractContainer implements Serializable
- serialVersionUID:
- 1960872156580346093L
-
Class adams.flow.container.PredictionEccentricityContainer extends AbstractContainer implements Serializable
- serialVersionUID:
- 5581530171877321061L
-
Class adams.flow.container.ProcessActorContainer extends AbstractContainer implements Serializable
- serialVersionUID:
- -418617166464706249L
-
Class adams.flow.container.RemoteCommandContainer extends AbstractContainer implements Serializable
- serialVersionUID:
- 1960872156580346093L
-
Class adams.flow.container.SequencePlotterContainer extends AbstractContainer implements Serializable
- serialVersionUID:
- 7610036927945350224L
-
Class adams.flow.container.SpreadSheetCellSelectionContainer extends AbstractContainer implements Serializable
- serialVersionUID:
- -383683828748866169L
-
Class adams.flow.container.TimeseriesFilterContainer extends AbstractFilterContainer<Filter,Timeseries> implements Serializable
- serialVersionUID:
- -7791501313124716613L
-
Class adams.flow.container.TimingContainer extends AbstractContainer implements Serializable
- serialVersionUID:
- 1960872156580346093L
-
Class adams.flow.container.TrainTestSetContainer extends AbstractContainer implements Serializable
- serialVersionUID:
- 7650097276531433711L
-
Class adams.flow.container.WekaAssociatorContainer extends WekaModelContainer implements Serializable
- serialVersionUID:
- 5598838063694695406L
-
Class adams.flow.container.WekaAttributeSelectionContainer extends AbstractContainer implements Serializable
- serialVersionUID:
- -5748659421111306695L
-
Class adams.flow.container.WekaClusterEvaluationContainer extends AbstractContainer implements Serializable
- serialVersionUID:
- -4976094375833503035L
-
Class adams.flow.container.WekaClusteringContainer extends AbstractContainer implements Serializable
- serialVersionUID:
- -4345755816230522577L
-
Class adams.flow.container.WekaEvaluationContainer extends AbstractContainer implements Serializable
- serialVersionUID:
- -4976094375833503035L
-
Class adams.flow.container.WekaExperimentContainer extends AbstractContainer implements Serializable
- serialVersionUID:
- 4355446529330404212L
-
Class adams.flow.container.WekaFilterContainer extends AbstractContainer implements Serializable
- serialVersionUID:
- 5581530171877321061L
-
Class adams.flow.container.WekaForecastContainer extends AbstractContainer implements Serializable
- serialVersionUID:
- 872330681430825295L
-
Class adams.flow.container.WekaForecastModelContainer extends WekaModelContainer implements Serializable
- serialVersionUID:
- 7967559843896854521L
-
Class adams.flow.container.WekaGeneticAlgorithmContainer extends AbstractContainer implements Serializable
- serialVersionUID:
- 5581530171877321061L
-
Class adams.flow.container.WekaGeneticAlgorithmInitializationContainer extends AbstractContainer implements Serializable
- serialVersionUID:
- 5581530171877321061L
-
Class adams.flow.container.WekaModelContainer extends AbstractContainer implements Serializable
- serialVersionUID:
- 5581530171877321061L
-
Class adams.flow.container.WekaNearestNeighborSearchContainer extends AbstractContainer implements Serializable
- serialVersionUID:
- 5581530171877321061L
-
Class adams.flow.container.WekaPredictionContainer extends AbstractContainer implements Serializable
- serialVersionUID:
- 872330681430825295L
-
Class adams.flow.container.WekaTrainTestSetContainer extends AbstractContainer implements Serializable
- serialVersionUID:
- 7650097276531433711L
-
-
Package adams.flow.control
-
Class adams.flow.control.AbstractConnectedControlActor extends AbstractDirectedControlActor implements Serializable
- serialVersionUID:
- 5833691705690296758L
-
Class adams.flow.control.AbstractContainerUpdater extends SubProcess implements Serializable
- serialVersionUID:
- 7140175689043000123L
-
Class adams.flow.control.AbstractControlActor extends AbstractActor implements Serializable
- serialVersionUID:
- -7471817724012995179L
-
Serialized Fields
-
m_Compatibility
Compatibility m_Compatibility
the compatibility class in use. -
m_PauseStateManager
PauseStateManager m_PauseStateManager
the pause state manager. -
m_SetUpSubActors
boolean m_SetUpSubActors
whether the sub-actors were set up.
-
-
Class adams.flow.control.AbstractDataContainerFileChecker extends Tee implements Serializable
- serialVersionUID:
- 4924674489892108627L
-
Serialized Fields
-
m_ActualReader
AbstractDataContainerReader<T extends DataContainer> m_ActualReader
the actual reader to use for loading. -
m_BlackListFinal
Hashtable<File,AbstractDataContainerFileChecker.FileInfo> m_BlackListFinal
the final blacklist. -
m_BlackListTemp
Hashtable<File,AbstractDataContainerFileChecker.FileInfo> m_BlackListTemp
the temporary blacklist. -
m_CheckInterval
BaseTime m_CheckInterval
the check interval for temporary blacklisted items, before checking them again. -
m_ExpiryInterval
BaseDateTime m_ExpiryInterval
the expiry interval for temporary blacklisted items, before moving them into the final list. -
m_Log
PlaceholderFile m_Log
the (optional) log file to write the expired items to. -
m_Reader
AbstractDataContainerReader<T extends DataContainer> m_Reader
the reader to use for loading the data containers.
-
-
Class adams.flow.control.AbstractDataContainerFileChecker.FileInfo extends Object implements Serializable
- serialVersionUID:
- -2652218858666502429L
-
Class adams.flow.control.AbstractDirectedControlActor extends AbstractControlActor implements Serializable
- serialVersionUID:
- -7471817724012995179L
-
Serialized Fields
-
m_Director
AbstractDirector m_Director
the director used for executing. -
m_FinishBeforeStopping
boolean m_FinishBeforeStopping
whether to finish execution first before stopping. -
m_StoppingTimeout
int m_StoppingTimeout
the timeout in milliseconds for stopping in case of atomic execution (<= 0 is infinity). -
m_StoppingWarningInterval
int m_StoppingWarningInterval
the interval in msec to warn if actors haven't stopped yet (and not stopping timeout set).
-
-
Class adams.flow.control.AbstractDirector extends LoggingObject implements Serializable
- serialVersionUID:
- -1634725837304059804L
-
Serialized Fields
-
m_ControlActor
AbstractControlActor m_ControlActor
the control actor to execute. -
m_Flushing
boolean m_Flushing
whether to flush the execution. -
m_LoggingPrefix
String m_LoggingPrefix
the prefix for logging messages. -
m_Paused
boolean m_Paused
whether the director has been paused. -
m_Stopped
boolean m_Stopped
whether execution was stopped. -
m_Stopping
boolean m_Stopping
whether execution is in the process of being stopped.
-
-
Class adams.flow.control.AbstractTee extends AbstractControlActor implements Serializable
- serialVersionUID:
- 7132280825125548047L
-
Serialized Fields
-
m_Actors
Sequence m_Actors
the flow items. -
m_Asynchronous
boolean m_Asynchronous
whether to execute sub-actors asynchronously. -
m_AsynchronousWorker
AbstractTee.TeeSwingWorker m_AsynchronousWorker
the swingworker in use for asynchronous execution. -
m_MinimumActiveActors
int m_MinimumActiveActors
the minimum active actors this handler requires.
-
-
Class adams.flow.control.ArrayGenerate extends Branch implements Serializable
- serialVersionUID:
- 5975989766824652946L
-
Serialized Fields
-
m_ArrayClass
BaseClassname m_ArrayClass
the class for the array. -
m_OutputToken
Token m_OutputToken
the output array.
-
-
Class adams.flow.control.ArrayProcess extends SubProcess implements Serializable
- serialVersionUID:
- 5975989766824652946L
-
Serialized Fields
-
m_ArrayClass
BaseClassname m_ArrayClass
the class for the array. -
m_ElementIndexVariable
VariableName m_ElementIndexVariable
the variable to store the element index in. -
m_NumThreads
int m_NumThreads
the number of threads to use for parallel execution. -
m_OutputToken
Token m_OutputToken
the output array. -
m_StoreElementIndex
boolean m_StoreElementIndex
whether to store the index of the element currently being processed in a variable.
-
-
Class adams.flow.control.ArrayProcess.ArrayElementJob extends AbstractJob implements Serializable
- serialVersionUID:
- -6937118259298022912L
-
Serialized Fields
-
m_ArrayElement
Object m_ArrayElement
the array element. -
m_ArrayIndex
int m_ArrayIndex
the index. -
m_Owner
ArrayProcess m_Owner
the owner. -
m_Sub
SubProcess m_Sub
the sub-process used for execution.
-
-
Class adams.flow.control.Block extends AbstractTransformer implements Serializable
- serialVersionUID:
- -2318544907798411076L
-
Serialized Fields
-
m_Condition
BooleanCondition m_Condition
the condition to evaluate.
-
-
Class adams.flow.control.Branch extends AbstractControlActor implements Serializable
- serialVersionUID:
- -706232800503932715L
-
Serialized Fields
-
m_ActualNumThreads
int m_ActualNumThreads
the actual number of threads to use. -
m_Branches
List<Actor> m_Branches
the branches. -
m_CollectedOutput
HashMap<Integer,Token> m_CollectedOutput
the collected output. -
m_CollectOutput
boolean m_CollectOutput
whether to collect the output of the branches. -
m_Executor
ExecutorService m_Executor
the executor service to use for parallel execution. -
m_FinishBeforeStopping
boolean m_FinishBeforeStopping
whether to finish execution first before stopping. -
m_HasGlobalTransformers
boolean m_HasGlobalTransformers
whether the branch contains global transformers somewhere or not. -
m_NumThreads
int m_NumThreads
the number of threads to use for parallel execution. -
m_StoppingTimeout
int m_StoppingTimeout
the timeout in milliseconds for stopping in case of atomic execution (<= 0 is infinity). -
m_StoppingWarningInterval
int m_StoppingWarningInterval
the interval in msec to warn if actors haven't stopped yet (and not stopping timeout set).
-
-
Class adams.flow.control.Breakpoint extends AbstractTransformer implements Serializable
- serialVersionUID:
- 1670185555433805533L
-
Serialized Fields
-
m_BringToFront
boolean m_BringToFront
whether to bring the window to the front. -
m_Condition
BooleanCondition m_Condition
the condition to evaluate. -
m_OnPostExecute
boolean m_OnPostExecute
break on postExecute. -
m_OnPostInput
boolean m_OnPostInput
break on postInput. -
m_OnPostOutput
boolean m_OnPostOutput
break on postOutput. -
m_OnPreExecute
boolean m_OnPreExecute
break on preExecute. -
m_OnPreInput
boolean m_OnPreInput
break on preInput. -
m_OnPreOutput
boolean m_OnPreOutput
break on preOutput. -
m_ScopeRestriction
AbstractScopeRestriction m_ScopeRestriction
the scope restriction to use. -
m_Views
View[] m_Views
the views to display automatically. -
m_Watches
BaseString[] m_Watches
the watch expressions. -
m_WatchTypes
ExpressionWatchPanel.ExpressionType[] m_WatchTypes
the watch expression types.
-
-
Class adams.flow.control.CallableActorScreenshot extends AbstractActor implements Serializable
- serialVersionUID:
- -7346814880631564292L
-
Serialized Fields
-
m_CallableActor
Actor m_CallableActor
the callable actor. -
m_CallableName
CallableActorReference m_CallableName
the callable name. -
m_Counter
int m_Counter
the counter for the screenshots. -
m_FilenameGenerator
AbstractFilenameGenerator m_FilenameGenerator
the filename generator to use. -
m_Helper
CallableActorHelper m_Helper
the helper class. -
m_InputToken
Token m_InputToken
the input token. -
m_OutputToken
Token m_OutputToken
the output token. -
m_OutputType
CallableActorScreenshot.OutputType m_OutputType
the output type. -
m_ScreenshotResult
String m_ScreenshotResult
for storing any exceptions while trying to create a screenshot. -
m_Writer
JComponentWriter m_Writer
the writer to use.
-
-
Class adams.flow.control.Cast extends AbstractTransformer implements Serializable
- serialVersionUID:
- -6615127883045169960L
-
Serialized Fields
-
m_ActualClass
Class m_ActualClass
the actual class to cast to. -
m_Classname
BaseClassname m_Classname
the Class to cast to.
-
-
Class adams.flow.control.ClearCallableDisplay extends AbstractCallableActor implements Serializable
- serialVersionUID:
- -7346814880631564292L
-
Class adams.flow.control.CloseCallableDisplay extends AbstractCallableActor implements Serializable
- serialVersionUID:
- -7346814880631564292L
-
Class adams.flow.control.CollectionProcess extends SubProcess implements Serializable
- serialVersionUID:
- 5975989766824652946L
-
Serialized Fields
-
m_CollectionClass
BaseClassname m_CollectionClass
the class for the collection. -
m_ElementIndexVariable
VariableName m_ElementIndexVariable
the variable to store the element index in. -
m_OutputToken
Token m_OutputToken
the output collection. -
m_StoreElementIndex
boolean m_StoreElementIndex
whether to store the index of the element currently being processed in a variable.
-
-
Class adams.flow.control.ConditionalSequence extends Sequence implements Serializable
- serialVersionUID:
- 619693652039880564L
-
Serialized Fields
-
m_Condition
BooleanCondition m_Condition
the condition that determines the execution of the subprocess items.
-
-
Class adams.flow.control.ConditionalSubProcess extends SubProcess implements Serializable
- serialVersionUID:
- 619693652039880564L
-
Serialized Fields
-
m_Condition
BooleanCondition m_Condition
the condition that determines the execution of the subprocess items. -
m_DropTokensOnConditionFail
boolean m_DropTokensOnConditionFail
whether to drop tokens when condition didn't hold true.
-
-
Class adams.flow.control.ConditionalTee extends Tee implements Serializable
- serialVersionUID:
- -5532257363818440415L
-
Serialized Fields
-
m_Condition
BooleanCondition m_Condition
the condition to use.
-
-
Class adams.flow.control.ConditionalTrigger extends Trigger implements Serializable
- serialVersionUID:
- 4568526647666412543L
-
Serialized Fields
-
m_Condition
BooleanCondition m_Condition
the condition to use.
-
-
Class adams.flow.control.ContainerValuePicker extends Tee implements Serializable
- serialVersionUID:
- 8352837834646017416L
-
Serialized Fields
-
m_IgnoreMissing
boolean m_IgnoreMissing
whether to quietly ignored missing values. -
m_SwitchOutputs
boolean m_SwitchOutputs
whether to switch outputs. -
m_ValueName
String m_ValueName
the value to pick.
-
-
Class adams.flow.control.Count extends Tee implements Serializable
- serialVersionUID:
- -3408173173526076280L
-
Serialized Fields
-
m_Condition
BooleanCondition m_Condition
the condition to use. -
m_Current
int m_Current
the current count. -
m_IncrementOnlyIfConditionMet
boolean m_IncrementOnlyIfConditionMet
only increments the counter when the condition is met. -
m_VariableName
VariableName m_VariableName
the variable to listen to.
-
-
Class adams.flow.control.DesktopScreenshot extends AbstractActor implements Serializable
- serialVersionUID:
- -7346814880631564292L
-
Serialized Fields
-
m_InputToken
Token m_InputToken
the input token. -
m_OutputFile
PlaceholderFile m_OutputFile
the output file to use. -
m_OutputToken
Token m_OutputToken
the output token. -
m_ScreenshotResult
String m_ScreenshotResult
for storing any exceptions while trying to create a screenshot.
-
-
Class adams.flow.control.FileProcessor extends AbstractDataProcessor implements Serializable
- serialVersionUID:
- 296261057990241918L
-
Serialized Fields
-
m_Actors
Sequence m_Actors
the flow items. -
m_UseFiles
boolean m_UseFiles
whether to use files or strings as input for the actors.
-
-
Class adams.flow.control.Flow extends MutableConnectedControlActor implements Serializable
- serialVersionUID:
- 723059748204261319L
-
Serialized Fields
-
m_AfterExecuteActor
Actor m_AfterExecuteActor
the actor that was executed after the flow finished. -
m_CallableNames
CallableNamesRecorder m_CallableNames
the callable names. -
m_DefaultCloseOperation
int m_DefaultCloseOperation
the default close operation. -
m_EnforceCallableNameCheck
boolean m_EnforceCallableNameCheck
whether the callable name check is enforced. -
m_ErrorHandling
Flow.ErrorHandling m_ErrorHandling
the error handling. -
m_ExecuteOnError
FlowFile m_ExecuteOnError
the external flow to execute in case of an abnormal stop. -
m_ExecuteOnErrorActor
Actor m_ExecuteOnErrorActor
the external actor to execute in case of an abnormal stop. -
m_ExecuteOnFinish
FlowFile m_ExecuteOnFinish
the external flow to execute in case the flow finishes normal. -
m_ExecuteOnFinishActor
Actor m_ExecuteOnFinishActor
the external actor to execute in case the flow finishes normal. -
m_FlowExecutionListener
FlowExecutionListener m_FlowExecutionListener
the execution listener to use. -
m_FlowExecutionListeningEnabled
boolean m_FlowExecutionListeningEnabled
whether flow execution listening is enabled. -
m_FlowExecutionListeningStarted
boolean m_FlowExecutionListeningStarted
whether flow execution listening has started. -
m_FlowID
int m_FlowID
the flow ID. -
m_FlowRestartManager
AbstractFlowRestartManager m_FlowRestartManager
the manager for restarting the flow. -
m_Headless
boolean m_Headless
whether the execution is to be headless, i.e., no GUI components. -
m_LogEntries
ArrayList<LogEntry> m_LogEntries
for storing the LogEntry records. -
m_LogErrors
boolean m_LogErrors
whether to store errors (as LogEntry records). -
m_PauseStateManager
PauseStateManager m_PauseStateManager
for managing the pause state. -
m_ReadOnly
boolean m_ReadOnly
whether to mark this flow as read-only (user gets prompted). -
m_Register
boolean m_Register
whether to register the flow. -
m_Variables
FlowVariables m_Variables
the 'local' variables. -
m_WindowRegister
Map<Window,String> m_WindowRegister
the register for windows.
-
-
Class adams.flow.control.ForceFlush extends AbstractTransformer implements Serializable
- serialVersionUID:
- -6947094767710340895L
-
Serialized Fields
-
m_Scope
ForceFlush.FlushScope m_Scope
the scope of the flush.
-
-
Class adams.flow.control.FreeMemory extends AbstractSink implements Serializable
- serialVersionUID:
- 2371563734394740356L
-
Class adams.flow.control.GC extends AbstractTransformer implements Serializable
- serialVersionUID:
- -7376953294946451589L
-
Class adams.flow.control.HeapDump extends AbstractTransformer implements Serializable
- serialVersionUID:
- -7376953294946451589L
-
Serialized Fields
-
m_Live
boolean m_Live
whether to output only live objects. -
m_OutputFile
PlaceholderFile m_OutputFile
the log file.
-
-
Class adams.flow.control.IfStorageValue extends AbstractDirectedControlActor implements Serializable
- serialVersionUID:
- 185561131623293880L
-
Serialized Fields
-
m_Cache
String m_Cache
the name of the LRU cache. -
m_ElseActor
Actor m_ElseActor
the actor to execute in the "else" branch. -
m_StorageName
StorageName m_StorageName
the name of the stored value. -
m_ThenActor
Actor m_ThenActor
the actor to execute in the "then" branch.
-
-
Class adams.flow.control.IfStorageValue.IfStorageValueDirector extends AbstractDirector implements Serializable
- serialVersionUID:
- 8414511259688024553L
-
Serialized Fields
-
m_StoredValue
Object m_StoredValue
the stored value.
-
-
Class adams.flow.control.IfThenElse extends AbstractDirectedControlActor implements Serializable
- serialVersionUID:
- 185561131623293880L
-
Serialized Fields
-
m_Condition
BooleanCondition m_Condition
the condition used for determining to execute then/else branch. -
m_ElseActor
Actor m_ElseActor
the actor to execute in the "else" branch. -
m_ThenActor
Actor m_ThenActor
the actor to execute in the "then" branch.
-
-
Class adams.flow.control.IfThenElse.IfThenElseDirector extends AbstractDirector implements Serializable
- serialVersionUID:
- 8414511259688024553L
-
Class adams.flow.control.Injector extends AbstractTransformer implements Serializable
- serialVersionUID:
- 5477999576142658922L
-
Serialized Fields
-
m_Conversion
ConversionFromString m_Conversion
the conversion for turning the string into another object type. -
m_Counter
int m_Counter
the token counter. -
m_EveryNth
int m_EveryNth
every nth token the string will get injected. -
m_Injection
String m_Injection
the string to inject. -
m_Location
Injector.Location m_Location
where to inject the string. -
m_Queue
List m_Queue
the strings to output. -
m_StorageName
StorageName m_StorageName
the storage item. -
m_Type
Injector.DataType m_Type
the data to inject.
-
-
Class adams.flow.control.InputOutputListener extends SubProcess implements Serializable
- serialVersionUID:
- 5975989766824652946L
-
Serialized Fields
-
m_CallableInput
Actor m_CallableInput
the callable actor (input). -
m_CallableOutput
Actor m_CallableOutput
the callable actor (output). -
m_Configured
boolean m_Configured
whether the callable actor has been configured. -
m_Helper
CallableActorHelper m_Helper
the helper class. -
m_InputDestination
CallableActorReference m_InputDestination
the callable actor to send the input tokens to. -
m_OnInput
boolean m_OnInput
whether to listen to the input tokens. -
m_OnOutput
boolean m_OnOutput
whether to listen to the output tokens. -
m_OutputDestination
CallableActorReference m_OutputDestination
the callable actor to send the output tokens to.
-
-
Class adams.flow.control.Inspect extends AbstractInteractiveTransformerDialog implements Serializable
- serialVersionUID:
- 950028795723993391L
-
Serialized Fields
-
m_Accepted
boolean m_Accepted
whether the token was accepted. -
m_ButtonAccept
BaseButton m_ButtonAccept
the button for accepting the token. -
m_ButtonSkip
BaseButton m_ButtonSkip
the button for skipping the token. -
m_ButtonToggle
BaseButton m_ButtonToggle
the button for turning on/off the interactive state of the viewer. -
m_CloseDialog
boolean m_CloseDialog
whether to close the dialog after skipping/accepting. -
m_Interactive
boolean m_Interactive
whether the dialog is interactive. -
m_LabelAccept
String m_LabelAccept
the label for the accept button. -
m_LabelSkip
String m_LabelSkip
the label for the skip button. -
m_PanelProvider
DisplayPanelProvider m_PanelProvider
the actor to use for generating panels. -
m_Skipped
boolean m_Skipped
whether the token was skipped. -
m_Waiting
Boolean m_Waiting
whether we're currenlty waiting on the user.
-
-
Class adams.flow.control.JDeps extends AbstractTransformer implements Serializable
- serialVersionUID:
- -4497496140953116320L
-
Serialized Fields
-
m_AdditionalOptions
String m_AdditionalOptions
additional options for jdeps. -
m_ClasspathDirs
PlaceholderDirectory[] m_ClasspathDirs
the classpath directories. -
m_ClasspathJars
PlaceholderFile[] m_ClasspathJars
the classpath jars. -
m_Executable
PlaceholderFile m_Executable
the jdeps executable.
-
-
Class adams.flow.control.JMap extends Tee implements Serializable
- serialVersionUID:
- -4497496140953116320L
-
Serialized Fields
-
m_ActualPID
long m_ActualPID
the actual PID to monitor. -
m_AdditionalOptions
String m_AdditionalOptions
additional options for jmap. -
m_Executable
PlaceholderFile m_Executable
the jmap executable. -
m_PID
long m_PID
the process ID to run jmap against (-1 is ignored).
-
-
Class adams.flow.control.LaunchTee extends AbstractControlActor implements Serializable
- serialVersionUID:
- -6434809501169213229L
-
Serialized Fields
-
m_Actors
Tee m_Actors
the sub-flow to launch. -
m_ImposeThreadLimits
boolean m_ImposeThreadLimits
whether to limit the number of threads. -
m_NumThreads
int m_NumThreads
the number of threads to use for parallel execution. -
m_ScopeHandlingStorage
ScopeHandler.ScopeHandling m_ScopeHandlingStorage
how to handle the storage. -
m_ScopeHandlingVariables
ScopeHandler.ScopeHandling m_ScopeHandlingVariables
how to handle the variables. -
m_StorageFilter
BaseRegExp m_StorageFilter
the regular expression of the storage items to allow into the local scope. -
m_VariablesFilter
BaseRegExp m_VariablesFilter
the regular expression of the variables to allow into the local scope.
-
-
Class adams.flow.control.LaunchTee.LaunchJob extends AbstractJob implements Serializable
- serialVersionUID:
- 6406892820872772446L
-
Serialized Fields
-
m_Local
LocalScopeTee m_Local
the actor to execute.
-
-
Class adams.flow.control.LaunchTrigger extends AbstractControlActor implements Serializable
- serialVersionUID:
- -6434809501169213229L
-
Serialized Fields
-
m_Actors
Trigger m_Actors
the sub-flow to launch. -
m_ImposeThreadLimits
boolean m_ImposeThreadLimits
whether to limit the number of threads. -
m_NumThreads
int m_NumThreads
the number of threads to use for parallel execution. -
m_ScopeHandlingStorage
ScopeHandler.ScopeHandling m_ScopeHandlingStorage
how to handle the storage. -
m_ScopeHandlingVariables
ScopeHandler.ScopeHandling m_ScopeHandlingVariables
how to handle the variables. -
m_StorageFilter
BaseRegExp m_StorageFilter
the regular expression of the storage items to allow into the local scope. -
m_VariablesFilter
BaseRegExp m_VariablesFilter
the regular expression of the variables to allow into the local scope.
-
-
Class adams.flow.control.LaunchTrigger.LaunchJob extends AbstractJob implements Serializable
- serialVersionUID:
- 6406892820872772446L
-
Serialized Fields
-
m_Local
LocalScopeTrigger m_Local
the actor to execute.
-
-
Class adams.flow.control.LoadBalancer extends AbstractControlActor implements Serializable
- serialVersionUID:
- -8782869993629454572L
-
Serialized Fields
-
m_Actors
Sequence m_Actors
the actors to "balance". -
m_ActualNumThreads
int m_ActualNumThreads
the actual number of threads to use. -
m_DeepCopy
boolean m_DeepCopy
whether to perform a deep copy of the storage. -
m_Executor
PausableFixedThreadPoolExecutor m_Executor
the executor service to use for parallel execution. -
m_NumThreads
int m_NumThreads
the number of threads to use for parallel execution. -
m_ThreadsSpawned
int m_ThreadsSpawned
the count of threads spawned so far. -
m_ToCleanUp
List<Actor> m_ToCleanUp
the actors to clean up in the end. -
m_UseLocalStorage
boolean m_UseLocalStorage
whether to use local storage.
-
-
Class adams.flow.control.LocalScopeSubProcess extends AbstractControlActor implements Serializable
- serialVersionUID:
- -2837014912083918343L
-
Serialized Fields
-
m_Actors
SubProcess m_Actors
the actors to execute. -
m_CallableNames
CallableNamesRecorder m_CallableNames
the callable names. -
m_EnforceCallableNameCheck
boolean m_EnforceCallableNameCheck
whether the callable name check is enforced. -
m_LocalVariables
FlowVariables m_LocalVariables
the variables manager. -
m_ProgrammaticLocalStorage
boolean m_ProgrammaticLocalStorage
whether the local storage was programmatically set. -
m_ProgrammaticLocalVariables
boolean m_ProgrammaticLocalVariables
whether the local vars were programmatically set. -
m_PropagateStorage
boolean m_PropagateStorage
whether to propagate variables from the local scope to the outer scope. -
m_PropagateVariables
boolean m_PropagateVariables
whether to propagate variables from the local scope to the outer scope. -
m_RestrictedStop
boolean m_RestrictedStop
whether a restricted stop occurred. -
m_ScopeHandlingStorage
ScopeHandler.ScopeHandling m_ScopeHandlingStorage
how to handle the storage. -
m_ScopeHandlingVariables
ScopeHandler.ScopeHandling m_ScopeHandlingVariables
how to handle the variables. -
m_StorageFilter
BaseRegExp m_StorageFilter
the regular expression of the storage items to allow into the local scope. -
m_StorageRegExp
BaseRegExp m_StorageRegExp
the regular expression of the variables to propagate. -
m_VariablesFilter
BaseRegExp m_VariablesFilter
the regular expression of the variables to allow into the local scope. -
m_VariablesRegExp
BaseRegExp m_VariablesRegExp
the regular expression of the variables to propagate.
-
-
Class adams.flow.control.LocalScopeTee extends Tee implements Serializable
- serialVersionUID:
- -8344934611549310497L
-
Serialized Fields
-
m_CallableNames
CallableNamesRecorder m_CallableNames
the callable names. -
m_EnforceCallableNameCheck
boolean m_EnforceCallableNameCheck
whether the callable name check is enforced. -
m_LocalVariables
FlowVariables m_LocalVariables
the variables manager. -
m_ProgrammaticLocalStorage
boolean m_ProgrammaticLocalStorage
whether the local storage was programmatically set. -
m_ProgrammaticLocalVariables
boolean m_ProgrammaticLocalVariables
whether the local vars were programmatically set. -
m_PropagateStorage
boolean m_PropagateStorage
whether to propagate variables from the local scope to the outer scope. -
m_PropagateVariables
boolean m_PropagateVariables
whether to propagate variables from the local scope to the outer scope. -
m_RestrictedStop
boolean m_RestrictedStop
whether a restricted stop occurred. -
m_ScopeHandlingStorage
ScopeHandler.ScopeHandling m_ScopeHandlingStorage
how to handle the storage. -
m_ScopeHandlingVariables
ScopeHandler.ScopeHandling m_ScopeHandlingVariables
how to handle the variables. -
m_StorageFilter
BaseRegExp m_StorageFilter
the regular expression of the storage items to allow into the local scope. -
m_StorageRegExp
BaseRegExp m_StorageRegExp
the regular expression of the variables to propagate. -
m_VariablesFilter
BaseRegExp m_VariablesFilter
the regular expression of the variables to allow into the local scope. -
m_VariablesRegExp
BaseRegExp m_VariablesRegExp
the regular expression of the variables to propagate.
-
-
Class adams.flow.control.LocalScopeTransformer extends LocalScopeSubProcess implements Serializable
- serialVersionUID:
- -2837014912083918343L
-
Class adams.flow.control.LocalScopeTrigger extends Trigger implements Serializable
- serialVersionUID:
- -8344934611549310497L
-
Serialized Fields
-
m_CallableNames
CallableNamesRecorder m_CallableNames
the callable names. -
m_EnforceCallableNameCheck
boolean m_EnforceCallableNameCheck
whether the callable name check is enforced. -
m_LocalVariables
FlowVariables m_LocalVariables
the variables manager. -
m_ProgrammaticLocalStorage
boolean m_ProgrammaticLocalStorage
whether the local storage was programmatically set. -
m_ProgrammaticLocalVariables
boolean m_ProgrammaticLocalVariables
whether the local vars were programmatically set. -
m_PropagateStorage
boolean m_PropagateStorage
whether to propagate variables from the local scope to the outer scope. -
m_PropagateVariables
boolean m_PropagateVariables
whether to propagate variables from the local scope to the outer scope. -
m_RestrictedStop
boolean m_RestrictedStop
whether a restricted stop occurred. -
m_ScopeHandlingStorage
ScopeHandler.ScopeHandling m_ScopeHandlingStorage
how to handle the storage. -
m_ScopeHandlingVariables
ScopeHandler.ScopeHandling m_ScopeHandlingVariables
how to handle the variables. -
m_StorageFilter
BaseRegExp m_StorageFilter
the regular expression of the storage items to allow into the local scope. -
m_StorageRegExp
BaseRegExp m_StorageRegExp
the regular expression of the variables to propagate. -
m_VariablesFilter
BaseRegExp m_VariablesFilter
the regular expression of the variables to allow into the local scope. -
m_VariablesRegExp
BaseRegExp m_VariablesRegExp
the regular expression of the variables to propagate.
-
-
Class adams.flow.control.MissionControl extends AbstractDisplay implements Serializable
- serialVersionUID:
- -6030616525436078513L
-
Serialized Fields
-
m_Text
String m_Text
the (optional) text to display.
-
-
Class adams.flow.control.MissionControl.ControlPanel extends BasePanel implements Serializable
- serialVersionUID:
- 1725406518546756466L
-
Serialized Fields
-
m_ButtonPause
BaseButton m_ButtonPause
the buttom for pausing the flow. -
m_ButtonResume
BaseButton m_ButtonResume
the buttom for resuming the flow. -
m_ButtonStop
BaseButton m_ButtonStop
the button for stopping the flow. -
m_LabelText
JLabel m_LabelText
the text to display. -
m_Owner
MissionControl m_Owner
the owning actor. -
m_PanelText
JPanel m_PanelText
the panel for the text.
-
-
Class adams.flow.control.MutableConnectedControlActor extends AbstractConnectedControlActor implements Serializable
- serialVersionUID:
- 587816357776865924L
-
Class adams.flow.control.MutableControlActor extends AbstractDirectedControlActor implements Serializable
- serialVersionUID:
- 5329012531879115063L
-
Class adams.flow.control.Once extends Tee implements Serializable
- serialVersionUID:
- 6101027874139099046L
-
Serialized Fields
-
m_ExecutedOnce
boolean m_ExecutedOnce
whether the actor was executed once. -
m_VariableName
VariableName m_VariableName
the variable to listen to.
-
-
Class adams.flow.control.PlotContainerUpdater extends AbstractContainerUpdater implements Serializable
- serialVersionUID:
- 7140175689043000123L
-
Serialized Fields
-
m_ContainerValue
PlotContainerUpdater.PlotContainerValue m_ContainerValue
the value to modify. -
m_MetaDataKey
String m_MetaDataKey
the key in case of meta-data.
-
-
Class adams.flow.control.PlotProcessor extends AbstractTransformer implements Serializable
- serialVersionUID:
- 7830411664107227699L
-
Serialized Fields
-
m_AdditionalOutputTokens
List<Token> m_AdditionalOutputTokens
the additional container tokens that were generated. -
m_DropInput
boolean m_DropInput
whether to drop the input. -
m_Processor
AbstractPlotProcessor m_Processor
the processor to apply. -
m_Type
SequencePlotterContainer.ContentType m_Type
the type to use.
-
-
Class adams.flow.control.RaiseError extends AbstractTransformer implements Serializable
- serialVersionUID:
- -6615127883045169960L
-
Serialized Fields
-
m_Condition
BooleanCondition m_Condition
the condition to use. -
m_ErrorMessage
String m_ErrorMessage
the error message to fail with.
-
-
Class adams.flow.control.Rejector extends Tee implements Serializable
- serialVersionUID:
- -5532257363818440415L
-
Serialized Fields
-
m_LogSource
String m_LogSource
the source to fill in the log entries.
-
-
Class adams.flow.control.RemoteExecutionTrigger extends AbstractTee implements Serializable
- serialVersionUID:
- 3640543579873695646L
-
Serialized Fields
-
m_CommandProcessor
RemoteCommandProcessor m_CommandProcessor
the command processor. -
m_Connection
Connection m_Connection
where to send the flow to. -
m_StorageNames
StorageName[] m_StorageNames
the storage items to transmit. -
m_VariableNames
VariableName[] m_VariableNames
the variables to transmit.
-
-
Class adams.flow.control.RemoveOutliers extends AbstractInteractiveTransformerDialog implements Serializable
- serialVersionUID:
- 5761075187069480059L
-
Serialized Fields
-
m_Accepted
boolean m_Accepted
whether the data was accepted. -
m_ColumnActual
SpreadSheetColumnIndex m_ColumnActual
the column with the actual values. -
m_ColumnPredicted
SpreadSheetColumnIndex m_ColumnPredicted
the column with the predicted values. -
m_Detector
AbstractOutlierDetector m_Detector
the detector to use for the initial outlier detection. -
m_PlotterPanel
SequencePlotterPanel m_PlotterPanel
the sequence plotter panel.
-
-
Class adams.flow.control.RunningFlowsRegistry extends LoggingObject implements Serializable
- serialVersionUID:
- 2503815818320314740L
-
Class adams.flow.control.Sequence extends MutableConnectedControlActor implements Serializable
- serialVersionUID:
- -9211041097478667239L
-
Serialized Fields
-
m_AllowSource
boolean m_AllowSource
whether to allow a source or not. -
m_AllowStandalones
boolean m_AllowStandalones
whether to allow standalones or not. -
m_RestrictedStop
boolean m_RestrictedStop
whether a restricted stop occurred. -
m_RestrictingStops
boolean m_RestrictingStops
whether stops get restricted or not.
-
-
Class adams.flow.control.SequentialDirector extends AbstractDirector implements Serializable
- serialVersionUID:
- -1634725837304059804L
-
Serialized Fields
-
m_Executed
boolean m_Executed
whether the director was executed at all. -
m_Finished
boolean m_Finished
whether execution has finished.
-
-
Class adams.flow.control.SetContainerValue extends AbstractTransformer implements Serializable
- serialVersionUID:
- 9035289662211034032L
-
Serialized Fields
-
m_CallableActor
CallableActorReference m_CallableActor
the callable actor to retrieve the data from. -
m_Force
boolean m_Force
whether to force the setting. -
m_StorageName
StorageName m_StorageName
the storage name to retrieve the data from. -
m_UseStorage
boolean m_UseStorage
whether to use callable actors or storage. -
m_ValueName
BaseString m_ValueName
the name under which to store the data.
-
-
Class adams.flow.control.SinkReset extends Sequence implements Serializable
- serialVersionUID:
- 5975989766824652946L
-
Serialized Fields
-
m_VariableName
VariableName m_VariableName
the variable to listen to.
-
-
Class adams.flow.control.Sleep extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3383735680425581504L
-
Serialized Fields
-
m_Interval
int m_Interval
the interval in milliseconds.
-
-
Class adams.flow.control.SourceReset extends SequenceSource implements Serializable
- serialVersionUID:
- 5975989766824652946L
-
Serialized Fields
-
m_VariableName
VariableName m_VariableName
the variable to listen to.
-
-
Class adams.flow.control.Stop extends AbstractActor implements Serializable
- serialVersionUID:
- -6615127883045169960L
-
Class adams.flow.control.Storage extends Object implements Serializable
- serialVersionUID:
- 2110403856127326735L
-
Class adams.flow.control.StorageName extends AbstractBaseString implements Serializable
- serialVersionUID:
- 3909330668809621538L
-
Class adams.flow.control.StorageQueueHandler extends LoggingObject implements Serializable
- serialVersionUID:
- 5211228304482833329L
-
Serialized Fields
-
m_Limit
int m_Limit
the limit for the queue (-1 is unlimited). -
m_Logging
Actor m_Logging
the (optional) logging actor. -
m_Monitoring
Actor m_Monitoring
the (optional) monitoring actor. -
m_Name
String m_Name
the name of the queue. -
m_Queue
LinkedBlockingDeque<StorageQueueHandler.QueueItem> m_Queue
the queue itself.
-
-
Class adams.flow.control.StorageQueueHandler.QueueItem extends Object implements Serializable
- serialVersionUID:
- 7748334770112610824L
-
Serialized Fields
-
payload
Object payload
the payload for the queue. -
retrievalAt
long retrievalAt
the timestamp when the object can be retrieved (walltime in msec).
-
-
Class adams.flow.control.StorageValueSequence extends Sequence implements Serializable
- serialVersionUID:
- -8578140700965630555L
-
Serialized Fields
-
m_HasOutput
boolean m_HasOutput
whether data is available. -
m_StorageName
StorageName m_StorageName
the name of the stored value.
-
-
Class adams.flow.control.SubProcess extends Sequence implements Serializable
- serialVersionUID:
- 7433940498896052594L
-
Serialized Fields
-
m_AllowEmpty
boolean m_AllowEmpty
whether to allow no sub-actors.
-
-
Class adams.flow.control.SubProcess.SubProcessDirector extends SequentialDirector implements Serializable
- serialVersionUID:
- 1600945233224761728L
-
Class adams.flow.control.Switch extends AbstractDirectedControlActor implements Serializable
- serialVersionUID:
- 185561131623293880L
-
Serialized Fields
-
m_Cases
List<Actor> m_Cases
the "cases" to execute if the corresponding expression matches. -
m_Conditions
BooleanCondition[] m_Conditions
the "conditions" for the various switch cases. -
m_Lenient
boolean m_Lenient
whether we operate in lenient mode, ie not requiring a payload. -
m_Queue
List m_Queue
the generated tokens.
-
-
Class adams.flow.control.Switch.SwitchDirector extends AbstractDirector implements Serializable
- serialVersionUID:
- 8414511259688024553L
-
Class adams.flow.control.Tee extends AbstractTee implements Serializable
- serialVersionUID:
- -7489525518244336025L
-
Class adams.flow.control.TimedSubProcess extends SubProcess implements Serializable
- serialVersionUID:
- 85320778988733777L
-
Serialized Fields
-
m_CallableActor
Actor m_CallableActor
the callable actor. -
m_CallableName
CallableActorReference m_CallableName
the callable name. -
m_Configured
boolean m_Configured
whether the callable actor has been configured. -
m_Helper
CallableActorHelper m_Helper
the helper class. -
m_Optional
boolean m_Optional
whether the callable actor is optional. -
m_Prefix
String m_Prefix
the prefix to use. -
m_TimingEnabled
boolean m_TimingEnabled
whether timing is enabled.
-
-
Class adams.flow.control.TimedTee extends Tee implements Serializable
- serialVersionUID:
- 2706450102300110929L
-
Serialized Fields
-
m_CallableActor
Actor m_CallableActor
the callable actor. -
m_CallableName
CallableActorReference m_CallableName
the callable name. -
m_Configured
boolean m_Configured
whether the callable actor has been configured. -
m_Helper
CallableActorHelper m_Helper
the helper class. -
m_Optional
boolean m_Optional
whether the callable actor is optional. -
m_Prefix
String m_Prefix
the prefix to use. -
m_TimingEnabled
boolean m_TimingEnabled
whether timing is enabled.
-
-
Class adams.flow.control.TimedTrigger extends Trigger implements Serializable
- serialVersionUID:
- -7390723853001469503L
-
Serialized Fields
-
m_CallableActor
Actor m_CallableActor
the callable actor. -
m_CallableName
CallableActorReference m_CallableName
the callable name. -
m_Configured
boolean m_Configured
whether the callable actor has been configured. -
m_Helper
CallableActorHelper m_Helper
the helper class. -
m_Optional
boolean m_Optional
whether the callable actor is optional. -
m_Prefix
String m_Prefix
the prefix to use. -
m_TimingEnabled
boolean m_TimingEnabled
whether timing is enabled.
-
-
Class adams.flow.control.TransformerReset extends SubProcess implements Serializable
- serialVersionUID:
- 5975989766824652946L
-
Serialized Fields
-
m_VariableName
VariableName m_VariableName
the variable to listen to.
-
-
Class adams.flow.control.Trigger extends AbstractTee implements Serializable
- serialVersionUID:
- 4690934665757923783L
-
Class adams.flow.control.TriggerEvent extends AbstractTransformer implements Serializable
- serialVersionUID:
- -6090673233883296452L
-
Serialized Fields
-
m_Event
TriggerableEventReference m_Event
the event to trigger. -
m_EventActor
Actor m_EventActor
the event actor to execute. -
m_Helper
EventHelper m_Helper
the helper class.
-
-
Class adams.flow.control.TriggerOnce extends Trigger implements Serializable
- serialVersionUID:
- 2591889670602718340L
-
Serialized Fields
-
m_ExecutedOnce
boolean m_ExecutedOnce
whether the actor was executed once. -
m_VariableName
VariableName m_VariableName
the variable to listen to.
-
-
Class adams.flow.control.TryCatch extends AbstractControlActor implements Serializable
- serialVersionUID:
- -9029393233616734995L
-
Serialized Fields
-
m_Catch
Actor m_Catch
the catch branch. -
m_ErrorOccurred
String m_ErrorOccurred
error message in try block. -
m_ErrorPostProcessor
ErrorPostProcessor m_ErrorPostProcessor
the error post-processor to use. -
m_ErrorVariable
VariableName m_ErrorVariable
the variable to store the error in. -
m_PrefixError
boolean m_PrefixError
whether to prefix the error message with source actor's full name and type. -
m_StoreError
boolean m_StoreError
whether to store any error message in a variable. -
m_Try
Actor m_Try
the try branch.
-
-
Class adams.flow.control.UpdateCallableDisplay extends AbstractActor implements Serializable
- serialVersionUID:
- -7346814880631564292L
-
Serialized Fields
-
m_CallableActor
Actor m_CallableActor
the callable actor. -
m_CallableName
CallableActorReference m_CallableName
the callable name. -
m_Helper
CallableActorHelper m_Helper
the helper class. -
m_InputToken
Token m_InputToken
the input token. -
m_OutputToken
Token m_OutputToken
the output token.
-
-
Class adams.flow.control.UpdateContainerValue extends AbstractContainerUpdater implements Serializable
- serialVersionUID:
- -2713680089427854324L
-
Class adams.flow.control.UpdateProperties extends AbstractControlActor implements Serializable
- serialVersionUID:
- -2286932196386647785L
-
Serialized Fields
-
m_Properties
BaseString[] m_Properties
the property paths. -
m_SubActor
Actor m_SubActor
the actor to update the properties foe. -
m_VariableNames
VariableName[] m_VariableNames
the variables to update the properties with.
-
-
Class adams.flow.control.VariableNameStorageNamePair extends AbstractBaseString implements Serializable
- serialVersionUID:
- -7223597009565454854L
-
Class adams.flow.control.WhileLoop extends AbstractControlActor implements Serializable
- serialVersionUID:
- -2837014912083918343L
-
Serialized Fields
-
m_Actors
Sequence m_Actors
the actors to execute. -
m_Condition
BooleanCondition m_Condition
the boolean condition to evaluate.
-
-
-
Package adams.flow.control.errorpostprocessor
-
Class adams.flow.control.errorpostprocessor.AbstractErrorPostProcessor extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -7893131952932448760L
-
Class adams.flow.control.errorpostprocessor.MultiErrorPostProcessor extends AbstractErrorPostProcessor implements Serializable
- serialVersionUID:
- -2333634374360228602L
-
Serialized Fields
-
m_PostProcessors
ErrorPostProcessor[] m_PostProcessors
the post-processors to use.
-
-
Class adams.flow.control.errorpostprocessor.Null extends AbstractErrorPostProcessor implements Serializable
- serialVersionUID:
- -5136181833130378152L
-
Class adams.flow.control.errorpostprocessor.OutOfMemory extends AbstractErrorPostProcessor implements Serializable
- serialVersionUID:
- -5136181833130378152L
-
Serialized Fields
-
m_Helper
CallableActorHelper m_Helper
the helper class. -
m_Log
CallableActorReference m_Log
the callable name. -
m_LogActor
Actor m_LogActor
the callable log actor. -
m_LogActorSetup
boolean m_LogActorSetup
whether the callable log actor has been set up.
-
-
Class adams.flow.control.errorpostprocessor.RemoveExceptionPrefix extends AbstractErrorPostProcessor implements Serializable
- serialVersionUID:
- 5079344539822761524L
-
Serialized Fields
-
m_RegExp
BaseRegExp m_RegExp
the regexp to apply.
-
-
Class adams.flow.control.errorpostprocessor.RemoveStackTrace extends AbstractErrorPostProcessor implements Serializable
- serialVersionUID:
- -1397592652058333563L
-
-
Package adams.flow.control.flowrestart
-
Class adams.flow.control.flowrestart.AbstractFlowRestartManager extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -7658888648857332698L
-
Class adams.flow.control.flowrestart.NotificationManager extends AbstractFlowRestartManager implements Serializable
- serialVersionUID:
- 1330531183711738855L
-
Serialized Fields
-
m_Flow
Flow m_Flow
the flow to restart. -
m_Notification
AbstractNotification m_Notification
the notification. -
m_Trigger
AbstractTrigger m_Trigger
the trigger in use.
-
-
Class adams.flow.control.flowrestart.NullManager extends AbstractFlowRestartManager implements Serializable
- serialVersionUID:
- 7335736971034402122L
-
Class adams.flow.control.flowrestart.TriggerManager extends AbstractFlowRestartManager implements Serializable
- serialVersionUID:
- 1330531183711738855L
-
Serialized Fields
-
m_Flow
Flow m_Flow
the flow to restart. -
m_Operation
AbstractRestartOperation m_Operation
the restart operation. -
m_Trigger
AbstractTrigger m_Trigger
the trigger in use.
-
-
-
Package adams.flow.control.flowrestart.notification
-
Class adams.flow.control.flowrestart.notification.AbstractNotification extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 3594109124592561317L
-
Class adams.flow.control.flowrestart.notification.Null extends AbstractNotification implements Serializable
- serialVersionUID:
- -3143476257046586198L
-
Class adams.flow.control.flowrestart.notification.TimestampFile extends AbstractNotification implements Serializable
- serialVersionUID:
- -4491368520369909199L
-
Serialized Fields
-
m_File
PlaceholderFile m_File
the file to update. -
m_Format
DateFormatString m_Format
the format to use. -
m_TimeZone
TimeZone m_TimeZone
the timezone to use.
-
-
-
Package adams.flow.control.flowrestart.operation
-
Class adams.flow.control.flowrestart.operation.AbstractRestartOperation extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 6832098720619392305L
-
Class adams.flow.control.flowrestart.operation.ExternalCommand extends AbstractRestartOperation implements Serializable
- serialVersionUID:
- 5721670854550551855L
-
Serialized Fields
-
m_Command
BaseCommandLine m_Command
the command to execute.
-
-
Class adams.flow.control.flowrestart.operation.FlowFile extends AbstractRestartOperation implements Serializable
- serialVersionUID:
- 5721670854550551855L
-
Serialized Fields
-
m_FlowFile
FlowFile m_FlowFile
the command to start.
-
-
Class adams.flow.control.flowrestart.operation.MultiOperation extends AbstractRestartOperation implements Serializable
- serialVersionUID:
- 5721670854550551855L
-
Serialized Fields
-
m_Operations
List<AbstractRestartOperation> m_Operations
the operations to execute.
-
-
Class adams.flow.control.flowrestart.operation.Null extends AbstractRestartOperation implements Serializable
- serialVersionUID:
- -3691032357446176274L
-
Class adams.flow.control.flowrestart.operation.RestartItself extends AbstractRestartOperation implements Serializable
- serialVersionUID:
- 5721670854550551855L
-
Serialized Fields
-
m_UseFlowFileVariable
boolean m_UseFlowFileVariable
whether to use theActorUtils.FLOW_FILENAME_LONG
or just the flow itself.
-
-
-
Package adams.flow.control.flowrestart.trigger
-
Class adams.flow.control.flowrestart.trigger.AbstractTrigger extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -2532215576000442873L
-
Serialized Fields
-
m_TriggerHandler
TriggerHandler m_TriggerHandler
the restart handler to notify.
-
-
Class adams.flow.control.flowrestart.trigger.Cron extends AbstractTrigger implements Serializable
- serialVersionUID:
- -1840524349531675772L
-
Serialized Fields
-
m_Schedule
CronSchedule m_Schedule
the cron schedule. -
m_Scheduler
org.quartz.Scheduler m_Scheduler
the scheduler.
-
-
Class adams.flow.control.flowrestart.trigger.FileMonitor extends AbstractTrigger implements Serializable
- serialVersionUID:
- -1011230298891411662L
-
Serialized Fields
-
m_Interval
int m_Interval
the interval in milli-seconds. -
m_Monitor
FileChangeMonitor m_Monitor
the type of monitor to use. -
m_MonitoredFile
PlaceholderFile m_MonitoredFile
the file to monitor. -
m_Runnable
RunnableWithLogging m_Runnable
the runnable for the monitor.
-
-
Class adams.flow.control.flowrestart.trigger.MetaCron extends AbstractTrigger implements Serializable
- serialVersionUID:
- -1840524349531675772L
-
Serialized Fields
-
m_Schedule
CronSchedule m_Schedule
the cron schedule. -
m_Scheduler
org.quartz.Scheduler m_Scheduler
the scheduler. -
m_Trigger
AbstractTrigger m_Trigger
the base trigger.
-
-
Class adams.flow.control.flowrestart.trigger.MonitorItself extends AbstractTrigger implements Serializable
- serialVersionUID:
- -1011230298891411662L
-
Serialized Fields
-
m_Interval
int m_Interval
the interval in milli-seconds. -
m_Monitor
FileChangeMonitor m_Monitor
the type of monitor to use. -
m_Runnable
RunnableWithLogging m_Runnable
the runnable for the monitor.
-
-
Class adams.flow.control.flowrestart.trigger.MultiTrigger extends AbstractTrigger implements Serializable
- serialVersionUID:
- -1011230298891411662L
-
Serialized Fields
-
m_Triggers
List<AbstractTrigger> m_Triggers
the triggers to manage.
-
-
Class adams.flow.control.flowrestart.trigger.Null extends AbstractTrigger implements Serializable
- serialVersionUID:
- 3314463513100136953L
-
-
Package adams.flow.control.plotprocessor
-
Class adams.flow.control.plotprocessor.AbstractPlotProcessor extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 6709551233400282459L
-
Class adams.flow.control.plotprocessor.AbstractPlotProcessorWithBuffer extends AbstractPlotProcessor implements Serializable
- serialVersionUID:
- -3966475656998629015L
-
Class adams.flow.control.plotprocessor.Expression extends AbstractPlotProcessorWithBuffer<Point2D> implements Serializable
- serialVersionUID:
- 5171916489269022308L
-
Serialized Fields
-
m_WindowSize
int m_WindowSize
Size of window size for calculating lowess. -
m_XExpression
MathematicalExpressionText m_XExpression
the expression for X. -
m_YExpression
MathematicalExpressionText m_YExpression
the expression for Y.
-
-
Class adams.flow.control.plotprocessor.LOWESS extends AbstractPlotProcessorWithBuffer<Point2D> implements Serializable
- serialVersionUID:
- 5171916489269022308L
-
Serialized Fields
-
m_WindowSize
int m_WindowSize
Size of window size for calculating lowess.
-
-
Class adams.flow.control.plotprocessor.PassThrough extends AbstractPlotProcessor implements Serializable
- serialVersionUID:
- 6183944706595670117L
-
Class adams.flow.control.plotprocessor.SavitzkyGolay extends AbstractPlotProcessorWithBuffer<Point2D> implements Serializable
- serialVersionUID:
- 5171916489269022308L
-
Serialized Fields
-
m_Coefficients
double[] m_Coefficients
the calculated coefficients. -
m_DerivativeOrder
int m_DerivativeOrder
the order of the derivative. -
m_NumPointsLeft
int m_NumPointsLeft
the number of points to the left of a data point. -
m_NumPointsRight
int m_NumPointsRight
the number of points to the right of a data point. -
m_PolynomialOrder
int m_PolynomialOrder
the polynomial order.
-
-
Class adams.flow.control.plotprocessor.SimpleSavitzkyGolay extends AbstractPlotProcessorWithBuffer<Point2D> implements Serializable
- serialVersionUID:
- 5171916489269022308L
-
Serialized Fields
-
m_WindowSize
int m_WindowSize
Size of window size for calculating lowess.
-
-
-
Package adams.flow.control.removeoutliers
-
Class adams.flow.control.removeoutliers.AbstractNumericOutlierDetector extends AbstractOutlierDetector implements Serializable
- serialVersionUID:
- 8204585970761312700L
-
Class adams.flow.control.removeoutliers.AbstractOutlierDetector extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -2791096934947903275L
-
Serialized Fields
-
m_LastError
String m_LastError
the last error that occurred.
-
-
Class adams.flow.control.removeoutliers.IQR extends AbstractNumericOutlierDetector implements Serializable
- serialVersionUID:
- 6451004929042775852L
-
Serialized Fields
-
m_Factor
double m_Factor
the outlier factor. -
m_UseRelative
boolean m_UseRelative
whether to use relative values instead of absolute ones.
-
-
Class adams.flow.control.removeoutliers.MeanAbsoluteError extends AbstractNumericOutlierDetector implements Serializable
- serialVersionUID:
- 6451004929042775852L
-
Serialized Fields
-
m_Factor
double m_Factor
the stdev factor.
-
-
Class adams.flow.control.removeoutliers.MultiOutlierDetector extends AbstractOutlierDetector implements Serializable
- serialVersionUID:
- 6451004929042775852L
-
Serialized Fields
-
m_Combination
MultiOutlierDetector.Combination m_Combination
how to combine the outliers. -
m_Detectors
AbstractOutlierDetector[] m_Detectors
outlier detectors to apply.
-
-
Class adams.flow.control.removeoutliers.Null extends AbstractOutlierDetector implements Serializable
- serialVersionUID:
- 6451004929042775852L
-
Class adams.flow.control.removeoutliers.StdDev extends AbstractNumericOutlierDetector implements Serializable
- serialVersionUID:
- 6451004929042775852L
-
Serialized Fields
-
m_Factor
double m_Factor
the stdev factor. -
m_UseRelative
boolean m_UseRelative
whether to use relative values instead of absolute ones.
-
-
-
Package adams.flow.core
-
Class adams.flow.core.AbstractActor extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 6658513163932343273L
-
Serialized Fields
-
m_Annotations
BaseAnnotation m_Annotations
annotations for the actor. -
m_BackupState
Hashtable<String,Object> m_BackupState
for backing up the state of an actor. -
m_DetectedObjectVariables
HashSet<String> m_DetectedObjectVariables
the variable names (referencing callable actors or storage) that are used within this actor. -
m_DetectedVariables
HashSet<String> m_DetectedVariables
the variable names that are used within this actor. -
m_ErrorHandler
ErrorHandler m_ErrorHandler
the error handler to use. -
m_Executed
boolean m_Executed
whether the actor was executed at least once after setup. -
m_Executing
boolean m_Executing
whether the actor is currently being executed. -
m_ExecutionListeningSupporter
FlowExecutionListeningSupporter m_ExecutionListeningSupporter
the flow execution handler. -
m_FullName
String m_FullName
the full name of the actor. -
m_LoggingPrefix
String m_LoggingPrefix
the logging prefix. -
m_Name
String m_Name
the name of the actor. -
m_ScopeHandler
ScopeHandler m_ScopeHandler
the scope handler. -
m_Self
Actor m_Self
the actor itself. -
m_Silent
boolean m_Silent
whether to suppress output in the console. -
m_Skip
boolean m_Skip
whether to skip the transformation and just forward the token. -
m_StopFlowOnError
boolean m_StopFlowOnError
whether to stop the flow in case of an error. -
m_StopMessage
String m_StopMessage
the message that was used when stopping the execution. -
m_Stopped
boolean m_Stopped
whether the execution was stopped. -
m_StorageHandler
StorageHandler m_StorageHandler
the storage handler. -
m_VariablesUpdated
HashSet<String> m_VariablesUpdated
whether the actor needs re-setting up because of modified variables.
-
-
Class adams.flow.core.AbstractActorReference extends AbstractBaseString implements Serializable
- serialVersionUID:
- -8799715468190941509L
-
Class adams.flow.core.AbstractBaseExternalActor extends AbstractActor implements Serializable
- serialVersionUID:
- 1024129351334661368L
-
Serialized Fields
-
m_ActorFile
FlowFile m_ActorFile
the file the external actor is stored in.
-
-
Class adams.flow.core.AbstractCallableActor extends AbstractActor implements Serializable
- serialVersionUID:
- -6652513967046303107L
-
Serialized Fields
-
m_CallableActor
Actor m_CallableActor
the callable actor. -
m_CallableName
CallableActorReference m_CallableName
the callable name. -
m_Configured
boolean m_Configured
whether the callable actor has been configured. -
m_FindCallableActorError
String m_FindCallableActorError
for storing any errors duringAbstractCallableActor.findCallableActor()
. -
m_Helper
CallableActorHelper m_Helper
the helper class. -
m_Optional
boolean m_Optional
whether the callable actor is optional.
-
-
Class adams.flow.core.AbstractCallableActorPropertyUpdater extends AbstractPropertyUpdater implements Serializable
- serialVersionUID:
- 8068932300654252910L
-
Serialized Fields
-
m_ActorName
CallableActorReference m_ActorName
the name of the global actor.
-
-
Class adams.flow.core.AbstractCopyCallableActor extends AbstractActor implements Serializable
- serialVersionUID:
- -7860206690560690212L
-
Serialized Fields
-
m_CallableName
CallableActorReference m_CallableName
the callable name. -
m_Helper
CallableActorHelper m_Helper
the helper class. -
m_Optional
boolean m_Optional
whether the callable actor is optional.
-
-
Class adams.flow.core.AbstractDataPlotUpdater extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -8785918718996153397L
-
Class adams.flow.core.AbstractDisplay extends AbstractActor implements Serializable
- serialVersionUID:
- 8175993838879683118L
-
Serialized Fields
-
m_CreateFrame
boolean m_CreateFrame
whether to create the frame or just the panel. -
m_DisplayType
AbstractDisplayType m_DisplayType
how to show the display. -
m_Frame
BaseFrame m_Frame
the dialog that's being displayed. -
m_Height
int m_Height
the height of the dialog. -
m_KeepOpen
boolean m_KeepOpen
whether to keep the GUI even beyond cleanup. -
m_Panel
BasePanel m_Panel
the panel to display. -
m_ResetGUIWaiting
boolean m_ResetGUIWaiting
whether to reset the GUI. -
m_ShortTitle
boolean m_ShortTitle
whether to use just the actor name or the full name as title. -
m_Updating
Boolean m_Updating
whether the GUI is currently being updated. -
m_Width
int m_Width
the width of the dialog. -
m_X
int m_X
the X position of the dialog. -
m_Y
int m_Y
the Y position of the dialog.
-
-
Class adams.flow.core.AbstractExternalActor extends AbstractBaseExternalActor implements Serializable
- serialVersionUID:
- 1024129351334661368L
-
Serialized Fields
-
m_ActorFileChanged
boolean m_ActorFileChanged
whether the external actor file has changed. -
m_ActorFileIsVariable
Boolean m_ActorFileIsVariable
indicates whether a variable is attached to the external file. -
m_ActorFileVariable
String m_ActorFileVariable
the variable attached to the external file. -
m_ExternalActor
Actor m_ExternalActor
the external actor itself. -
m_Monitor
FileChangeMonitor m_Monitor
the file monitor. -
m_OnTheFly
boolean m_OnTheFly
whether the flow gets built on the fly and might not be present at the start.
-
-
Class adams.flow.core.AbstractGroovyActor extends AbstractScriptedActor implements Serializable
- serialVersionUID:
- -5904986133981940404L
-
Serialized Fields
-
m_InlineScript
GroovyScript m_InlineScript
the inline script.
-
-
Class adams.flow.core.AbstractIncludeExternalActor extends AbstractBaseExternalActor implements Serializable
- serialVersionUID:
- -7860206690560690212L
-
Class adams.flow.core.AbstractModelLoader extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 7549636204208995661L
-
Serialized Fields
-
m_FlowContext
Actor m_FlowContext
the flow context. -
m_Helper
CallableActorHelper m_Helper
for locating callable actors. -
m_Model
T m_Model
the model. -
m_ModelActor
CallableActorReference m_ModelActor
the model actor. -
m_ModelFile
PlaceholderFile m_ModelFile
the mode file. -
m_ModelLoadingType
AbstractModelLoader.ModelLoadingType m_ModelLoadingType
the loading type. -
m_ModelStorage
StorageName m_ModelStorage
the model storage.
-
-
Class adams.flow.core.AbstractPropertyUpdater extends AbstractActor implements Serializable
- serialVersionUID:
- 8068932300654252910L
-
Serialized Fields
-
m_Property
String m_Property
the property path.
-
-
Class adams.flow.core.AbstractPropertyValueConverter extends Object implements Serializable
- serialVersionUID:
- -896540132422815231L
-
Class adams.flow.core.AbstractPyroCall extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -5360445580341176447L
-
Class adams.flow.core.AbstractScriptedActor extends AbstractActor implements Serializable
- serialVersionUID:
- -8187233244973711251L
-
Serialized Fields
-
m_ScriptFile
PlaceholderFile m_ScriptFile
the script. -
m_ScriptOptions
String m_ScriptOptions
the options for the script.
-
-
Class adams.flow.core.AbstractScriptingHandlerActor extends AbstractScriptedActor implements Serializable
- serialVersionUID:
- -5904986133981940404L
-
Serialized Fields
-
m_Handler
AbstractScriptingHandler m_Handler
the scripting handler to use.
-
-
Class adams.flow.core.AbstractTemplate extends AbstractActor implements Serializable
- serialVersionUID:
- 7246162048306571873L
-
Serialized Fields
-
m_Actor
Actor m_Actor
the generated actor. -
m_Template
AbstractActorTemplate m_Template
the template.
-
-
Class adams.flow.core.ActorHandlerInfo extends Object implements Serializable
- serialVersionUID:
- -6507471599929125550L
-
Serialized Fields
-
m_ActorExecution
ActorExecution m_ActorExecution
how the sub-actors are executed/oriented. -
m_CanContainSource
boolean m_CanContainSource
whether the actor can contain a source sub-actor. -
m_CanContainStandalones
boolean m_CanContainStandalones
whether the actor can contain standalone sub-actors. -
m_CanEncloseActors
boolean m_CanEncloseActors
whether the actor can be used for enclosing other actors. -
m_ForwardsInput
boolean m_ForwardsInput
whether the actor handler forwards input to the sub-actors. -
m_Restrictions
Class[] m_Restrictions
further class/interface restrictions.
-
-
Class adams.flow.core.ActorPath extends Object implements Serializable
- serialVersionUID:
- -5734626103557090578L
-
Class adams.flow.core.ActorUsage extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 6655416366310701302L
-
Serialized Fields
-
m_Directories
PlaceholderDirectory[] m_Directories
the directories to traverse. -
m_NoPath
boolean m_NoPath
whether to omit the path from the flow name. -
m_Output
PlaceholderFile m_Output
the output file. -
m_Recursive
boolean m_Recursive
whether to traverse the directories recursively. -
m_Writer
SpreadSheetWriter m_Writer
the spreadsheet writer for writing the output.
-
-
Class adams.flow.core.ActorVariablesFinder extends VariablesFinder implements Serializable
- serialVersionUID:
- -3100646194459471635L
-
Class adams.flow.core.AdditionalOptions extends Hashtable<String,String> implements Serializable
- serialVersionUID:
- -2378624659828475769L
-
Class adams.flow.core.CallableActorHelper extends LoggingObject implements Serializable
- serialVersionUID:
- -763479272812116920L
-
Class adams.flow.core.CallableActorReference extends AbstractActorReference implements Serializable
- serialVersionUID:
- 5082359039831645068L
-
Class adams.flow.core.CallableNamesRecorder extends LoggingObject implements Serializable
- serialVersionUID:
- -3440146307210935285L
-
Class adams.flow.core.Compatibility extends Object implements Serializable
- serialVersionUID:
- -8139225807701691972L
-
Serialized Fields
-
m_Strict
boolean m_Strict
whether to use strict compatibility, ie, no special handling for Unknown/Object.
-
-
Class adams.flow.core.DefaultPropertyValueConverter extends AbstractPropertyValueConverter implements Serializable
- serialVersionUID:
- 5709690907332699331L
-
Class adams.flow.core.ErrorHandlerInstanceLister extends AbstractOptionTraverserWithResult<String> implements Serializable
- serialVersionUID:
- -6561961647781822476L
-
Serialized Fields
-
m_Result
StringBuilder m_Result
for storing the result.
-
-
Class adams.flow.core.EventHelper extends LoggingObject implements Serializable
- serialVersionUID:
- -763479272812116920L
-
Class adams.flow.core.EventReference extends AbstractActorReference implements Serializable
- serialVersionUID:
- 7037481336505908036L
-
Class adams.flow.core.EventRunnable extends RunnableWithLogging implements Serializable
- serialVersionUID:
- -5192907871210498502L
-
Class adams.flow.core.FlowVariables extends Variables implements Serializable
- serialVersionUID:
- 1085438226194687237L
-
Serialized Fields
-
m_Flow
Actor m_Flow
the flow reference. -
m_Helper
CallableActorHelper m_Helper
the helper class.
-
-
Class adams.flow.core.LagMakerOptions extends AbstractOptionGroup implements Serializable
- serialVersionUID:
- -2085099247219025554L
-
Serialized Fields
-
m_AddAMIndicator
boolean m_AddAMIndicator
the am-pm indicator. -
m_AddDayOfMonth
boolean m_AddDayOfMonth
the day of month indicator. -
m_AddDayOfWeek
boolean m_AddDayOfWeek
the day of week indicator. -
m_AddMonthOfYear
boolean m_AddMonthOfYear
the month indicator. -
m_AddNumDaysInMonth
boolean m_AddNumDaysInMonth
the number of days in month indicator. -
m_AddQuarterOfYear
boolean m_AddQuarterOfYear
the quarted indicator. -
m_AddWeekendIndicator
boolean m_AddWeekendIndicator
the weekend indicator. -
m_AdjustForTrends
boolean m_AdjustForTrends
whether to adjust for trends. -
m_AdjustForVariance
boolean m_AdjustForVariance
whether to adjust for variance. -
m_AverageConsecutiveLongLags
boolean m_AverageConsecutiveLongLags
average consecutive long lags. -
m_AverageLagsAfter
int m_AverageLagsAfter
average lags after. -
m_LagFineTune
String m_LagFineTune
lag fine tune. -
m_MaxLag
int m_MaxLag
the maximum lag. -
m_MinLag
int m_MinLag
the minimum lag. -
m_NumConsecutiveLongLagsToAverage
int m_NumConsecutiveLongLagsToAverage
number of consecutive long lags to average. -
m_SkipEntries
String m_SkipEntries
the entries to skip. -
m_TimeStampField
String m_TimeStampField
the timestamp field.
-
-
Class adams.flow.core.NullToken extends Token implements Serializable
- serialVersionUID:
- -2164551823465416849L
-
Class adams.flow.core.ObjectRetriever extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 7549636204208995661L
-
Serialized Fields
-
m_FlowContext
Actor m_FlowContext
the flow context. -
m_Helper
CallableActorHelper m_Helper
for locating callable actors. -
m_ObjectActor
CallableActorReference m_ObjectActor
the object actor. -
m_ObjectStorage
StorageName m_ObjectStorage
the object storage. -
m_ObjectType
BaseClassname m_ObjectType
the superclass or interface to restrict to. -
m_RetrievalType
ObjectRetriever.RetrievalType m_RetrievalType
the retrieval type.
-
-
Class adams.flow.core.PauseStateManager extends LoggingObject implements Serializable
- serialVersionUID:
- -7910626028332275790L
-
Serialized Fields
-
m_Listeners
HashSet<FlowPauseStateListener> m_Listeners
the listeners. -
m_Paused
boolean m_Paused
whether the state is paused.
-
-
Class adams.flow.core.RunnableWithLogging extends LoggingObject implements Serializable
- serialVersionUID:
- -5192907871210498502L
-
Serialized Fields
-
m_Running
boolean m_Running
whether the runnable is still running. -
m_Stopped
boolean m_Stopped
whether the runnable has been stopped.
-
-
Class adams.flow.core.Token extends Object implements Serializable
- serialVersionUID:
- -619575965753741493L
-
Serialized Fields
-
m_Payload
Object m_Payload
the payload.
-
-
Class adams.flow.core.TriggerableEventReference extends EventReference implements Serializable
- serialVersionUID:
- 3596514589424315665L
-
Class adams.flow.core.Unknown extends Object implements Serializable
- serialVersionUID:
- 2092879028243453132L
-
Class adams.flow.core.WekaClassifierModelLoader extends AbstractModelLoader<weka.classifiers.Classifier> implements Serializable
- serialVersionUID:
- -8296159861720133340L
-
Class adams.flow.core.WekaClustererModelLoader extends AbstractModelLoader<weka.clusterers.Clusterer> implements Serializable
- serialVersionUID:
- -8296159861720133340L
-
Class adams.flow.core.WekaFilterModelLoader extends AbstractModelLoader<weka.filters.Filter> implements Serializable
- serialVersionUID:
- 566855125155681191L
-
Class adams.flow.core.WekaPropertyValueConverter extends AbstractPropertyValueConverter implements Serializable
- serialVersionUID:
- 5709690907332699331L
-
Serialized Fields
-
m_CommandLineHandler
WekaCommandLineHandler m_CommandLineHandler
the commandline handler to use.
-
-
-
Package adams.flow.core.actorfilter
-
Class adams.flow.core.actorfilter.AcceptAll extends Object implements Serializable
- serialVersionUID:
- -3558268845213578619L
-
Class adams.flow.core.actorfilter.ExactMatch extends Object implements Serializable
- serialVersionUID:
- -3558268845213578619L
-
Class adams.flow.core.actorfilter.Invert extends Object implements Serializable
- serialVersionUID:
- -3558268845213578619L
-
Serialized Fields
-
m_Filter
ActorFilter m_Filter
the base filter.
-
-
Class adams.flow.core.actorfilter.Match extends Object implements Serializable
- serialVersionUID:
- -3558268845213578619L
-
Serialized Fields
-
m_Classes
Class[] m_Classes
the classes to check against. -
m_Compatibility
Compatibility m_Compatibility
for performing the checks.
-
-
Class adams.flow.core.actorfilter.SuperclassOrInterface extends Object implements Serializable
- serialVersionUID:
- -3558268845213578619L
-
-
Package adams.flow.core.displaytype
-
Class adams.flow.core.displaytype.AbstractDisplayType extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -8694040576737692918L
-
Class adams.flow.core.displaytype.Background extends AbstractDisplayType implements Serializable
- serialVersionUID:
- 5979241280217828381L
-
Class adams.flow.core.displaytype.Default extends AbstractDisplayType implements Serializable
- serialVersionUID:
- 5979241280217828381L
-
Serialized Fields
-
m_AutoFocus
boolean m_AutoFocus
whether the window will be automatically focused.
-
-
Class adams.flow.core.displaytype.DisplayInEditor extends AbstractDisplayType implements Serializable
- serialVersionUID:
- 5979241280217828381L
-
Class adams.flow.core.displaytype.NoDisplay extends AbstractDisplayType implements Serializable
- serialVersionUID:
- 5979241280217828381L
-
-
Package adams.flow.execution
-
Class adams.flow.execution.AbstractFlowExecutionListener extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 476112131534239867L
-
Serialized Fields
-
m_Owner
Flow m_Owner
the owner.
-
-
Class adams.flow.execution.AbstractFlowExecutionListenerWithTable extends AbstractGraphicalFlowExecutionListener implements Serializable
- serialVersionUID:
- 9209750914200226213L
-
Serialized Fields
-
m_PanelSearch
SearchPanel m_PanelSearch
the search panel. -
m_Table
SortableAndSearchableTable m_Table
the table to update.
-
-
Class adams.flow.execution.AbstractGraphicalFlowExecutionListener extends AbstractFlowExecutionListener implements Serializable
- serialVersionUID:
- -1461579886264001305L
-
Serialized Fields
-
m_ListenerPanel
BasePanel m_ListenerPanel
the listener panel.
-
-
Class adams.flow.execution.AbstractTimedFlowExecutionListenerWithTable extends AbstractFlowExecutionListenerWithTable implements Serializable
- serialVersionUID:
- 271762138481763147L
-
Serialized Fields
-
m_Counter
int m_Counter
the current execution counter. -
m_UpdateInterval
int m_UpdateInterval
the update interval.
-
-
Class adams.flow.execution.CurrentlyExecuted extends AbstractTimedFlowExecutionListenerWithTable implements Serializable
- serialVersionUID:
- -6155792276833652477L
-
Class adams.flow.execution.Debug extends AbstractGraphicalFlowExecutionListener implements Serializable
- serialVersionUID:
- -7287036923779341439L
-
Serialized Fields
-
m_Blocked
boolean m_Blocked
whether the GUI currently blocks the flow execution. -
m_Breakpoints
AbstractBreakpoint[] m_Breakpoints
the breakpoints to use. -
m_Height
int m_Height
the height of the dialog. -
m_ScopeRestriction
AbstractScopeRestriction m_ScopeRestriction
the scope restriction to use. -
m_StepByStep
boolean m_StepByStep
whether to start in auto-progress mode. -
m_Stopped
boolean m_Stopped
whether the flow got stopped. -
m_Views
View[] m_Views
the views to display automatically. -
m_Watches
BaseString[] m_Watches
the watch expressions. -
m_WatchTypes
ExpressionWatchPanel.ExpressionType[] m_WatchTypes
the watch expression types. -
m_Width
int m_Width
the width of the dialog.
-
-
Class adams.flow.execution.DefaultFlowExecutionListeningSupporter extends Object implements Serializable
- serialVersionUID:
- 2686287560522068702L
-
Serialized Fields
-
m_FlowExecutionListeningEnabled
boolean m_FlowExecutionListeningEnabled
whether listening is enabled. -
m_Listener
FlowExecutionListener m_Listener
the listener to use.
-
-
Class adams.flow.execution.ExecutionCounter extends AbstractTimedFlowExecutionListenerWithTable implements Serializable
- serialVersionUID:
- -4978449149708112013L
-
Serialized Fields
-
m_Counts
Map<String,Integer> m_Counts
keeps track of the execution count (actor name - count). -
m_LogFile
PlaceholderFile m_LogFile
the file to write to.
-
-
Class adams.flow.execution.ExecutionLog extends AbstractFlowExecutionListener implements Serializable
- serialVersionUID:
- 3877868695922876920L
-
Serialized Fields
-
m_LogFile
PlaceholderFile m_LogFile
the file to write to. -
m_OutputTokens
boolean m_OutputTokens
whether to output any tokens as well. -
m_Stages
ExecutionStage[] m_Stages
the stages to output. -
m_Writer
BufferedWriter m_Writer
the file writer.
-
-
Class adams.flow.execution.MultiListener extends AbstractFlowExecutionListener implements Serializable
- serialVersionUID:
- 2134802149210184280L
-
Serialized Fields
-
m_ListenerPanel
BasePanel m_ListenerPanel
the listener panel. -
m_Listeners
FlowExecutionListener[] m_Listeners
the listeners.
-
-
Class adams.flow.execution.NullListener extends AbstractFlowExecutionListener implements Serializable
- serialVersionUID:
- -4076279129101243861L
-
Class adams.flow.execution.RemoteFlowListener extends AbstractFlowExecutionListener implements Serializable
- serialVersionUID:
- -4076279129101243861L
-
Serialized Fields
-
m_Port
int m_Port
the port to listen on.
-
-
Class adams.flow.execution.RemoteFlowListener.ListenerRunnable extends RunnableWithLogging implements Serializable
- serialVersionUID:
- -4092874820780532222L
-
Serialized Fields
-
m_Owner
RemoteFlowListener m_Owner
the owner. -
m_ServerSocket
ServerSocket m_ServerSocket
the server socket in use.
-
-
Class adams.flow.execution.Time extends AbstractTimedFlowExecutionListenerWithTable implements Serializable
- serialVersionUID:
- -6155792276833652477L
-
-
Package adams.flow.execution.debug
-
Class adams.flow.execution.debug.AbstractBreakpoint extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 4654096855875796107L
-
Serialized Fields
-
m_BringToFront
boolean m_BringToFront
whether to bring the window to the front. -
m_Disabled
boolean m_Disabled
whether the breakpoint is disabled. -
m_OneOff
boolean m_OneOff
whether this is a one-off. -
m_OnPostExecute
boolean m_OnPostExecute
break on postExecute. -
m_OnPostInput
boolean m_OnPostInput
break on postInput. -
m_OnPostOutput
boolean m_OnPostOutput
break on postOutput. -
m_OnPreExecute
boolean m_OnPreExecute
break on preExecute. -
m_OnPreInput
boolean m_OnPreInput
break on preInput. -
m_OnPreOutput
boolean m_OnPreOutput
break on preOutput. -
m_TriggerCount
int m_TriggerCount
the trigger counter. -
m_Views
View[] m_Views
the views to display automatically. -
m_Watches
BaseString[] m_Watches
the watch expressions. -
m_WatchTypes
ExpressionWatchPanel.ExpressionType[] m_WatchTypes
the watch expression types.
-
-
Class adams.flow.execution.debug.AbstractScopeRestriction extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 4654096855875796107L
-
Class adams.flow.execution.debug.AnyActorBreakpoint extends AbstractBreakpoint implements Serializable
- serialVersionUID:
- 3782327753485131754L
-
Class adams.flow.execution.debug.BreakpointPanel extends BasePanel implements Serializable
- serialVersionUID:
- 8469709963860298334L
-
Serialized Fields
-
m_ButtonBreakpointsAdd
BaseButton m_ButtonBreakpointsAdd
the add button for breakpoints. -
m_ButtonBreakpointsEdit
BaseButton m_ButtonBreakpointsEdit
the edit button for breakpoints. -
m_ButtonBreakpointsRemove
BaseButton m_ButtonBreakpointsRemove
the remove button for breakpoints. -
m_ButtonBreakpointsRemoveAll
BaseButton m_ButtonBreakpointsRemoveAll
the remove all button for breakpoints. -
m_ButtonBreakpointsToggle
BaseButton m_ButtonBreakpointsToggle
the disable/enable button for breakpoints. -
m_DialogGOE
GenericObjectEditorDialog m_DialogGOE
the GOE for adding/editing breakpoints. -
m_IgnoreUpdates
boolean m_IgnoreUpdates
whether to ignore updates. -
m_Owner
ControlPanel m_Owner
the owner. -
m_TableBreakpoints
BaseTableWithButtons m_TableBreakpoints
the table with all the breakpoints. -
m_TableModelBreakpoints
BreakpointTableModel m_TableModelBreakpoints
the table model.
-
-
Class adams.flow.execution.debug.BreakpointTableModel extends AbstractBaseTableModel implements Serializable
- serialVersionUID:
- 8719550408646036355L
-
Serialized Fields
-
m_Owner
ControlPanel m_Owner
the owner.
-
-
Class adams.flow.execution.debug.ClassBreakpoint extends AbstractBreakpoint implements Serializable
- serialVersionUID:
- 2287374088984820821L
-
Serialized Fields
-
m_ClassName
String m_ClassName
the actor class to listen for. -
m_Condition
BooleanCondition m_Condition
the condition to evaluate.
-
-
Class adams.flow.execution.debug.ControlPanel extends BasePanel implements Serializable
- serialVersionUID:
- 1000900663466801934L
-
Serialized Fields
-
m_ButtonActorHighlight
BaseButton m_ButtonActorHighlight
the button for highlighting the ctor. -
m_ButtonActorPath
BaseButton m_ButtonActorPath
the button for copying the actor path. -
m_ButtonBreakpoints
BaseToggleButton m_ButtonBreakpoints
the button to show the breakpoints management panel. -
m_ButtonExpressions
BaseToggleButton m_ButtonExpressions
the button for displaying dialog with watch expressions. -
m_ButtonInspectToken
BaseToggleButton m_ButtonInspectToken
the button to show inspection panel for the current token. -
m_ButtonPauseResume
BaseButton m_ButtonPauseResume
the button for resuming execution. -
m_ButtonSource
BaseToggleButton m_ButtonSource
the button to show the source code of the current flow. -
m_ButtonStep
BaseButton m_ButtonStep
the button for performing the next step when in manual mode. -
m_ButtonStop
BaseButton m_ButtonStop
the button for stopping execution. -
m_ButtonStorage
BaseToggleButton m_ButtonStorage
the button to show the storage. -
m_ButtonToggle
BaseButton m_ButtonToggle
the button for disabling/enabling the breakpoint. -
m_ButtonVariables
BaseToggleButton m_ButtonVariables
the button to show the variable management dialog. -
m_CurrentActor
Actor m_CurrentActor
the current actor. -
m_CurrentBreakpoint
AbstractBreakpoint m_CurrentBreakpoint
the current breakpoint. -
m_CurrentCondition
BooleanCondition m_CurrentCondition
the current boolean condition. -
m_CurrentStage
ExecutionStage m_CurrentStage
the current hook method. -
m_CurrentToken
Token m_CurrentToken
the current token. -
m_GOEPanelCondition
GenericObjectEditorPanel m_GOEPanelCondition
the breakpoint condition. -
m_Manual
boolean m_Manual
whether the user has modified the view and it should be left alone. -
m_PanelBreakpoints
BreakpointPanel m_PanelBreakpoints
the panel for managing the breakpoints. -
m_PanelExpressions
ExpressionWatchPanel m_PanelExpressions
the panel with the watch expressions. -
m_PanelInspectionToken
InspectionPanel m_PanelInspectionToken
the panel for inspecting the current token. -
m_PanelSource
TextEditorPanel m_PanelSource
the panel for displaying the source. -
m_PanelSourceAll
BasePanel m_PanelSourceAll
the panel for displaying the source (incl buttons). -
m_PanelStorage
StoragePanel m_PanelStorage
the panel for displaying the temporary storage. -
m_PanelVariables
VariableManagementPanel m_PanelVariables
the panel with the variables. -
m_TabbedPaneDisplays
BaseTabbedPane m_TabbedPaneDisplays
the tabbed pane for displaying the various display panels. -
m_TextActorPath
BaseTextField m_TextActorPath
the text field for the actor path. -
m_TextStage
BaseTextField m_TextStage
the text field for the stage.
-
-
Class adams.flow.execution.debug.MultiScopeRestriction extends AbstractScopeRestriction implements Serializable
- serialVersionUID:
- 2134802149210184280L
-
Serialized Fields
-
m_Combination
MultiScopeRestriction.ScopeCombination m_Combination
how to apply the scope restrictions. -
m_Restrictions
AbstractScopeRestriction[] m_Restrictions
the restrictions.
-
-
Class adams.flow.execution.debug.NoScopeRestriction extends AbstractScopeRestriction implements Serializable
- serialVersionUID:
- 7714227816612692794L
-
Class adams.flow.execution.debug.PathBreakpoint extends AbstractBreakpoint implements Serializable
- serialVersionUID:
- 3782327753485131754L
-
Serialized Fields
-
m_Condition
BooleanCondition m_Condition
the condition to evaluate. -
m_Path
ActorPath m_Path
the path to listen for.
-
-
Class adams.flow.execution.debug.SubFlowRestriction extends AbstractScopeRestriction implements Serializable
- serialVersionUID:
- 7714227816612692794L
-
Serialized Fields
-
m_Root
ActorPath m_Root
the root of the tree to restrict to.
-
-
-
Package adams.flow.generator
-
Class adams.flow.generator.AbstractFlowGenerator extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 7084115587699126182L
-
Class adams.flow.generator.Template extends AbstractFlowGenerator implements Serializable
- serialVersionUID:
- 1332232224632995724L
-
Serialized Fields
-
m_Template
AbstractActorTemplate m_Template
the template.
-
-
-
Package adams.flow.processor
-
Class adams.flow.processor.AbstractActorListingProcessor extends AbstractListingProcessor implements Serializable
- serialVersionUID:
- 7133896476260133469L
-
Serialized Fields
-
m_Context
FlowPanel m_Context
the context.
-
-
Class adams.flow.processor.AbstractActorProcessor extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 3610605513320220903L
-
Class adams.flow.processor.AbstractListingProcessor extends AbstractActorProcessor implements Serializable
- serialVersionUID:
- 5159872442351040225L
-
Class adams.flow.processor.AbstractListNameUsage extends AbstractActorListingProcessor implements Serializable
- serialVersionUID:
- 7133896476260133469L
-
Serialized Fields
-
m_Name
String m_Name
the name to look for.
-
-
Class adams.flow.processor.AbstractModifyingInteractiveProcessor extends AbstractModifyingProcessor implements Serializable
- serialVersionUID:
- 6521398271115318357L
-
Serialized Fields
-
m_ContinueInteraction
boolean m_ContinueInteraction
whether to continue with the processing.
-
-
Class adams.flow.processor.AbstractModifyingProcessor extends AbstractActorProcessor implements Serializable
- serialVersionUID:
- 589249611194517455L
-
Serialized Fields
-
m_Modified
boolean m_Modified
whether the flow was modified. -
m_ModifiedActor
Actor m_ModifiedActor
the modified flow. -
m_NoCopy
boolean m_NoCopy
whether to suppress copying the actor.
-
-
Class adams.flow.processor.AbstractNameUpdater extends AbstractModifyingProcessor implements Serializable
- serialVersionUID:
- 7133896476260133469L
-
Class adams.flow.processor.ActorLocationsPanel extends BasePanel implements Serializable
- serialVersionUID:
- 5481630762689053835L
-
Serialized Fields
-
m_ButtonCopy
BaseButton m_ButtonCopy
the button for copying the location. -
m_ButtonJumpTo
BaseButton m_ButtonJumpTo
the button for jumping to the location. -
m_List
BaseListWithButtons m_List
the list. -
m_Locations
List<String> m_Locations
the locations. -
m_ParentComponent
Component m_ParentComponent
the parent component.
-
-
Class adams.flow.processor.ActorStatistics extends AbstractActorProcessor implements Serializable
- serialVersionUID:
- -2447016756906694930L
-
Serialized Fields
-
m_Sheet
SpreadSheet m_Sheet
the spreadsheet to display. -
m_Statistic
ActorStatistic m_Statistic
the statistics.
-
-
Class adams.flow.processor.ChangeDatabaseConditionLimit extends AbstractModifyingProcessor implements Serializable
- serialVersionUID:
- -3031404150902143297L
-
Serialized Fields
-
m_ChangeAll
boolean m_ChangeAll
whether to change all limits. -
m_NewLimit
int m_NewLimit
the new limit. -
m_OldLimit
int m_OldLimit
the old limit. -
m_RegExp
BaseRegExp m_RegExp
the classnames to limit the change to.
-
-
Class adams.flow.processor.ChangeDatabaseConnection extends AbstractModifyingProcessor implements Serializable
- serialVersionUID:
- -3031404150902143297L
-
Serialized Fields
-
m_NewPassword
BasePassword m_NewPassword
the new database password. -
m_NewURL
String m_NewURL
the new database URL. -
m_NewUser
String m_NewUser
the new database user. -
m_OldURL
String m_OldURL
the old database URL. -
m_OldURLIsRegExp
boolean m_OldURLIsRegExp
whether the old database URL is a regular expression.
-
-
Class adams.flow.processor.ChangeDisplayType extends AbstractModifyingProcessor implements Serializable
- serialVersionUID:
- -3031404150902143297L
-
Serialized Fields
-
m_NewType
AbstractDisplayType m_NewType
the new display type. -
m_OldType
AbstractDisplayType m_OldType
the old display type. -
m_UpdateAnyType
boolean m_UpdateAnyType
whether to update any type.
-
-
Class adams.flow.processor.ChangeNumThreads extends AbstractModifyingProcessor implements Serializable
- serialVersionUID:
- -3031404150902143297L
-
Serialized Fields
-
m_ChangeAll
boolean m_ChangeAll
whether to change all settings. -
m_NewNumThreads
int m_NewNumThreads
the setting. -
m_OldNumThreads
int m_OldNumThreads
the old setting. -
m_RegExp
BaseRegExp m_RegExp
the classnames to limit the change to.
-
-
Class adams.flow.processor.ChangePath extends AbstractModifyingProcessor implements Serializable
- serialVersionUID:
- -3031404150902143297L
-
Serialized Fields
-
m_ActualNewPath
String[] m_ActualNewPath
the actual new path(s). -
m_NewPath
BaseString[] m_NewPath
the new path(s). -
m_OldPath
BaseString[] m_OldPath
the old path(s). -
m_OldPathIsRegExp
boolean m_OldPathIsRegExp
whether the old path is a regular expression. -
m_OldPathLinux
BaseString[] m_OldPathLinux
the old path (with forward slashes). -
m_UseLowerCase
boolean m_UseLowerCase
whether to use lowercase for matching.
-
-
Class adams.flow.processor.CheckActorReferenceUsage extends AbstractActorProcessor implements Serializable
- serialVersionUID:
- 737084782888325641L
-
Serialized Fields
-
m_DefinitionCount
NamedCounter m_DefinitionCount
the definition counter. -
m_OutputCounts
boolean m_OutputCounts
whether to output counts regardless of warnings. -
m_ReferenceCount
NamedCounter m_ReferenceCount
the usage counter. -
m_Warnings
StringBuilder m_Warnings
the warnings that were produced.
-
-
Class adams.flow.processor.CheckPlaceholders extends AbstractActorProcessor implements Serializable
- serialVersionUID:
- -5756293162246129385L
-
Class adams.flow.processor.CheckStorageUsage extends AbstractActorProcessor implements Serializable
- serialVersionUID:
- 737084782888325641L
-
Serialized Fields
-
m_OutputCounts
boolean m_OutputCounts
whether to output counts regardless of warnings. -
m_SetCount
NamedCounter m_SetCount
the set counter. -
m_UsageCount
NamedCounter m_UsageCount
the usage counter. -
m_Warnings
String m_Warnings
the warnings that were produced.
-
-
Class adams.flow.processor.CheckVariableUsage extends AbstractActorProcessor implements Serializable
- serialVersionUID:
- 737084782888325641L
-
Serialized Fields
-
m_OutputCounts
boolean m_OutputCounts
whether to output counts regardless of warnings. -
m_SetCount
NamedCounter m_SetCount
the set counter. -
m_Skip
Set<String> m_Skip
the variables to skip. -
m_UsageCount
NamedCounter m_UsageCount
the usage counter. -
m_Warnings
String m_Warnings
the warnings that were produced.
-
-
Class adams.flow.processor.FindText extends AbstractActorListingProcessor implements Serializable
- serialVersionUID:
- -6340700367008421185L
-
Class adams.flow.processor.FixLWLSynchroNoUpdate extends AbstractModifyingProcessor implements Serializable
- serialVersionUID:
- 4995926193024269006L
-
Class adams.flow.processor.FlattenStructure extends AbstractModifyingProcessor implements Serializable
- serialVersionUID:
- -5327018527621230693L
-
Class adams.flow.processor.ForwardSlashSwitch extends AbstractModifyingProcessor implements Serializable
- serialVersionUID:
- -3031404150902143297L
-
Serialized Fields
-
m_ExcludeDefaultValueDefinition
boolean m_ExcludeDefaultValueDefinition
whether to exclude the EnterManyValues' DefaultValueDefinition. -
m_UseForwardSlashes
boolean m_UseForwardSlashes
whether to use forward slashes.
-
-
Class adams.flow.processor.ListActorReferenceUsage extends AbstractListNameUsage<AbstractActorReference> implements Serializable
- serialVersionUID:
- -6340700367008421185L
-
Class adams.flow.processor.ListActorUsage extends AbstractActorListingProcessor implements Serializable
- serialVersionUID:
- 3925071321732277210L
-
Serialized Fields
-
m_ActorClass
BaseClassname m_ActorClass
the actor class to look for.
-
-
Class adams.flow.processor.ListAllStorageNames extends AbstractActorProcessor implements Serializable
- serialVersionUID:
- 737084782888325641L
-
Class adams.flow.processor.ListAllVariables extends AbstractActorProcessor implements Serializable
- serialVersionUID:
- 737084782888325641L
-
Class adams.flow.processor.ListAnnotationTags extends AbstractListingProcessor implements Serializable
- serialVersionUID:
- -1049176597434370431L
-
Serialized Fields
-
m_RegExp
BaseRegExp m_RegExp
the regular expression to match the tags against.
-
-
Class adams.flow.processor.ListCallableActorUsage extends AbstractListNameUsage<CallableActorReference> implements Serializable
- serialVersionUID:
- -6340700367008421185L
-
Class adams.flow.processor.ListClassUsage extends AbstractActorListingProcessor implements Serializable
- serialVersionUID:
- 3925071321732277210L
-
Serialized Fields
-
m_AllowDerivedClasses
boolean m_AllowDerivedClasses
whether to allow derived classes. -
m_Find
BaseClassname m_Find
the class to look for.
-
-
Class adams.flow.processor.ListDatabaseConnections extends AbstractListingProcessor implements Serializable
- serialVersionUID:
- -3031404150902143297L
-
Class adams.flow.processor.ListObjectCommandlines extends AbstractListingProcessor implements Serializable
- serialVersionUID:
- -7043901878842702355L
-
Serialized Fields
-
m_AddFullActorName
boolean m_AddFullActorName
whether to add the full name of an enclosing actor (if available). -
m_Classname
BaseClassname m_Classname
the classname to look for.
-
-
Class adams.flow.processor.ListPaths extends AbstractListingProcessor implements Serializable
- serialVersionUID:
- -6340700367008421185L
-
Class adams.flow.processor.ListStorageUsage extends AbstractListNameUsage<StorageName> implements Serializable
- serialVersionUID:
- -6340700367008421185L
-
Class adams.flow.processor.ListStructureModifyingActors extends AbstractListingProcessor implements Serializable
- serialVersionUID:
- -3031404150902143297L
-
Class adams.flow.processor.ListTODOs extends AbstractListingProcessor implements Serializable
- serialVersionUID:
- -6340700367008421185L
-
Serialized Fields
-
m_RegExp
BaseRegExp m_RegExp
the regular expression to use for matching the TODOs.
-
-
Class adams.flow.processor.ListVariableUsage extends AbstractListNameUsage<VariableName> implements Serializable
- serialVersionUID:
- -6340700367008421185L
-
Class adams.flow.processor.ManageInteractiveActors extends AbstractModifyingProcessor implements Serializable
- serialVersionUID:
- -3520719602643255362L
-
Serialized Fields
-
m_Enable
boolean m_Enable
whether to enable the interactive behaviour.
-
-
Class adams.flow.processor.ManageTimedActors extends AbstractModifyingProcessor implements Serializable
- serialVersionUID:
- -3520719602643255362L
-
Serialized Fields
-
m_Enable
boolean m_Enable
whether to enable the interactive behaviour.
-
-
Class adams.flow.processor.MultiProcessor extends AbstractModifyingProcessor implements Serializable
- serialVersionUID:
- 916259679452752997L
-
Serialized Fields
-
m_Processors
ActorProcessor[] m_Processors
the processors. -
m_Warnings
StringBuilder m_Warnings
the warnings.
-
-
Class adams.flow.processor.ReactivateActors extends AbstractModifyingProcessor implements Serializable
- serialVersionUID:
- -8658024993875114313L
-
Class adams.flow.processor.RemoveAutogeneratedActors extends AbstractModifyingProcessor implements Serializable
- serialVersionUID:
- -8658024993875114313L
-
Class adams.flow.processor.RemoveBreakpoints extends AbstractModifyingProcessor implements Serializable
- serialVersionUID:
- -8658024993875114313L
-
Class adams.flow.processor.RemoveDisabledActors extends AbstractModifyingProcessor implements Serializable
- serialVersionUID:
- 3045991817176858251L
-
Class adams.flow.processor.RemoveUnusedReferenceableActors extends AbstractModifyingProcessor implements Serializable
- serialVersionUID:
- 737084782888325641L
-
Serialized Fields
-
m_DefinitionCount
NamedCounter m_DefinitionCount
the definition counter. -
m_ReferenceableActors
Map<String,Actor> m_ReferenceableActors
the referenceable actors. -
m_ReferenceCount
NamedCounter m_ReferenceCount
the usage counter.
-
-
Class adams.flow.processor.SwapObjects extends AbstractModifyingProcessor implements Serializable
- serialVersionUID:
- -3031404150902143297L
-
Serialized Fields
-
m_Conversion
AbstractSwapObject m_Conversion
the swap conversion.
-
-
Class adams.flow.processor.UpdateCallableActorName extends AbstractNameUpdater<CallableActorReference> implements Serializable
- serialVersionUID:
- 3445744354536414039L
-
Class adams.flow.processor.UpdateEventName extends AbstractNameUpdater<EventReference> implements Serializable
- serialVersionUID:
- 7133896476260133469L
-
Class adams.flow.processor.UpdateStorageName extends AbstractNameUpdater<StorageName> implements Serializable
- serialVersionUID:
- -5355023022079902959L
-
Class adams.flow.processor.UpdateVariableName extends AbstractNameUpdater<VariableName> implements Serializable
- serialVersionUID:
- -5355023022079902959L
-
-
Package adams.flow.setup
-
Class adams.flow.setup.FlowSetup extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -1802605995073395422L
-
Serialized Fields
-
m_Description
String m_Description
the description of the flow. -
m_File
FlowFile m_File
the flow file. -
m_Headless
boolean m_Headless
whether the execution is to be headless, i.e., no GUI components. -
m_LastActor
Actor m_LastActor
the last actor that was executed. -
m_Name
String m_Name
the name of the flow. -
m_OnError
String m_OnError
the name of the flow to execute when this one exits with an error. -
m_OnFinish
String m_OnFinish
the name of the flow to execute when this one finishes.
-
-
Class adams.flow.setup.FlowSetupManager extends Vector<FlowSetup> implements Serializable
- serialVersionUID:
- -571220451906124470L
-
Serialized Fields
-
m_ChangeListeners
HashSet<ChangeListener> m_ChangeListeners
the change listeners. -
m_Modified
boolean m_Modified
whether manager got modified. -
m_StatusMessageHandler
StatusMessageHandler m_StatusMessageHandler
the handler to use for displaying messages.
-
-
-
Package adams.flow.sink
-
Class adams.flow.sink.AbstractAppendableFileWriter extends AbstractFileWriter implements Serializable
- serialVersionUID:
- 1779528876252782006L
-
Serialized Fields
-
m_Append
boolean m_Append
whether to append or not.
-
-
Class adams.flow.sink.AbstractComponentDisplayPanel extends AbstractDisplayPanel implements Serializable
- serialVersionUID:
- -2404789994825903954L
-
Class adams.flow.sink.AbstractDbSink extends AbstractSink implements Serializable
- serialVersionUID:
- 705723276143220885L
-
Serialized Fields
-
m_DatabaseConnection
AbstractDatabaseConnection m_DatabaseConnection
the database connection.
-
-
Class adams.flow.sink.AbstractDisplay extends AbstractDisplay implements Serializable
- serialVersionUID:
- 8175993838879683118L
-
Class adams.flow.sink.AbstractDisplayPanel extends BasePanel implements Serializable
- serialVersionUID:
- -5927414957277106664L
-
Serialized Fields
-
m_PanelName
String m_PanelName
the name of the panel.
-
-
Class adams.flow.sink.AbstractFileWriter extends AbstractSink implements Serializable
- serialVersionUID:
- 3429427421208115104L
-
Serialized Fields
-
m_OutputFile
PlaceholderFile m_OutputFile
the output file.
-
-
Class adams.flow.sink.AbstractGraphicalDisplay extends AbstractDisplay implements Serializable
- serialVersionUID:
- -4882859296402745911L
-
Serialized Fields
-
m_MenuBar
JMenuBar m_MenuBar
the menu bar, if used. -
m_MenuItemFileClear
JMenuItem m_MenuItemFileClear
the "clear" menu item. -
m_MenuItemFileClose
JMenuItem m_MenuItemFileClose
the "exit" menu item. -
m_MenuItemFileSaveAs
JMenuItem m_MenuItemFileSaveAs
the "save as" menu item. -
m_MenuItemFileSaveTextAs
JMenuItem m_MenuItemFileSaveTextAs
the "save text as" menu item. -
m_MenuItemFlowPauseResume
JMenuItem m_MenuItemFlowPauseResume
the "pause/resume" menu item. -
m_MenuItemFlowStop
JMenuItem m_MenuItemFlowStop
the "stop" menu item. -
m_ShowFlowControlSubMenu
boolean m_ShowFlowControlSubMenu
whether to show flow control sub-menu. -
m_Writer
JComponentWriter m_Writer
the writer to use.
-
-
Class adams.flow.sink.AbstractGraphicsGenerator extends AbstractSink implements Serializable
- serialVersionUID:
- -3180921421553773745L
-
Serialized Fields
-
m_Component
JComponent m_Component
the component to create the screenshot from. -
m_Frame
BaseFrame m_Frame
the frame in use. -
m_Height
int m_Height
the height of the dialog. -
m_Output
PlaceholderFile m_Output
the file/dir to write to. -
m_Suffix
String m_Suffix
an optional suffix for the filename (before the extension). -
m_Title
String m_Title
the title of the dialog. -
m_Width
int m_Width
the width of the dialog. -
m_Writer
JComponentWriter m_Writer
the writer to use.
-
-
Class adams.flow.sink.AbstractScript extends AbstractSink implements Serializable
- serialVersionUID:
- -7675576575035608435L
-
Serialized Fields
-
m_AdditionalOptions
AdditionalOptions m_AdditionalOptions
for storing the additional options.
-
-
Class adams.flow.sink.AbstractSink extends AbstractActor implements Serializable
- serialVersionUID:
- -6058445209436855028L
-
Class adams.flow.sink.AbstractTextAndComponentDisplayPanel extends AbstractDisplayPanel implements Serializable
- serialVersionUID:
- -2404789994825903954L
-
Class adams.flow.sink.AbstractTextDisplayPanel extends AbstractDisplayPanel implements Serializable
- serialVersionUID:
- 4636549254255374437L
-
Class adams.flow.sink.AbstractTextualDisplay extends AbstractDisplay implements Serializable
- serialVersionUID:
- 3852563073987265768L
-
Serialized Fields
-
m_AlwaysClear
boolean m_AlwaysClear
whether to always clear the display before a token is processed. -
m_Font
Font m_Font
the font to use. -
m_MenuBar
JMenuBar m_MenuBar
the menu bar, if used. -
m_MenuItemFileClear
JMenuItem m_MenuItemFileClear
the "clear" menu item. -
m_MenuItemFileClose
JMenuItem m_MenuItemFileClose
the "exit" menu item. -
m_MenuItemFileSaveAs
JMenuItem m_MenuItemFileSaveAs
the "save as" menu item. -
m_MenuItemFlowPauseResume
JMenuItem m_MenuItemFlowPauseResume
the "pause/resume" menu item. -
m_MenuItemFlowStop
JMenuItem m_MenuItemFlowStop
the "stop" menu item. -
m_ShowFlowControlSubMenu
boolean m_ShowFlowControlSubMenu
whether to show flow control sub-menu. -
m_Writer
AbstractTextWriter m_Writer
the text writer to use.
-
-
Class adams.flow.sink.AbstractWekaModelWriter extends AbstractFileWriter implements Serializable
- serialVersionUID:
- -259222073894194923L
-
Class adams.flow.sink.ActualVsPredictedPlot extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- -278662766780196125L
-
Serialized Fields
-
m_Actual
SpreadSheetColumnIndex m_Actual
the column with the actual values. -
m_ActualMax
double m_ActualMax
the maximum to use for the actual values (pos inf = no restriction). -
m_ActualMin
double m_ActualMin
the minimum to use for the actual values (neg inf = no restriction). -
m_Additional
SpreadSheetColumnRange m_Additional
the additional columns in the spreadsheet to add to the plot containers. -
m_AntiAliasingEnabled
boolean m_AntiAliasingEnabled
whether anti-aliasing is enabled. -
m_CustomPaintlet
XYSequencePaintlet m_CustomPaintlet
the custom paintlet. -
m_Diameter
int m_Diameter
the diameter of the cross. -
m_Error
SpreadSheetColumnIndex m_Error
the column with the error values (optional). -
m_Limit
ActualVsPredictedPlot.LimitType m_Limit
the limit type. -
m_MetaDataColor
AbstractMetaDataColor m_MetaDataColor
for obtaining the color from the meta-data. -
m_Overlays
XYSequencePaintlet[] m_Overlays
the overlays to use. -
m_PlotName
String m_PlotName
the (optional) plot name. -
m_Predicted
SpreadSheetColumnIndex m_Predicted
the column with the predicted values. -
m_PredictedMax
double m_PredictedMax
the maximum to use for the predicted values (pos inf = no restriction). -
m_PredictedMin
double m_PredictedMin
the minimum to use for the predicted values (neg inf = no restriction). -
m_ShowSidePanel
boolean m_ShowSidePanel
whether to show the side panel. -
m_SwapAxes
boolean m_SwapAxes
whether to swap the axes. -
m_Title
String m_Title
the title. -
m_UseColumnNamesAsTitles
boolean m_UseColumnNamesAsTitles
whether to use the column names as axes titles. -
m_UseCustomPaintlet
boolean m_UseCustomPaintlet
whether to use a custom paintlet.
-
-
Class adams.flow.sink.ArrayDisplay extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- -6836725942835326741L
-
Serialized Fields
-
m_Arrangement
ArrayDisplay.Arrangement m_Arrangement
how to display the array elements. -
m_DisplayPanels
List<DisplayPanel> m_DisplayPanels
the panels to display. -
m_NumCols
int m_NumCols
the number of columns to use (in case of GRID). -
m_PanelHeight
int m_PanelHeight
the height of the individual panels. -
m_PanelProvider
DisplayPanelProvider m_PanelProvider
the actor to use for generating panels. -
m_PanelWidth
int m_PanelWidth
the width of the individual panels.
-
-
Class adams.flow.sink.AutogeneratedSink extends Sequence implements Serializable
- serialVersionUID:
- 754684747726770598L
-
Class adams.flow.sink.BinaryFileWriter extends AbstractFileWriter implements Serializable
- serialVersionUID:
- 3613018887562327088L
-
Serialized Fields
-
m_Encoding
BaseCharset m_Encoding
the encoding to use.
-
-
Class adams.flow.sink.BoxPlot extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- -8553869138965368551L
-
Serialized Fields
-
m_AttString
Range m_AttString
range of box plots to display, in string form -
m_BoxPlot
BoxPlotManager m_BoxPlot
panel to display on the actor -
m_Color
Color m_Color
Color to fill the box -
m_Fill
boolean m_Fill
Fill the box with color -
m_HeightPlot
int m_HeightPlot
height of plots to be drawn -
m_NumHorizontal
int m_NumHorizontal
Number of plots on each row -
m_SameAxis
boolean m_SameAxis
same axis for each box plot -
m_WidthAx
int m_WidthAx
same axis for each box plot -
m_WidthPlot
int m_WidthPlot
width of plots to be drawn
-
-
Class adams.flow.sink.Browser extends AbstractSink implements Serializable
- serialVersionUID:
- -3490495940421933008L
-
Serialized Fields
-
m_Executable
PlaceholderFile m_Executable
the custom executable.
-
-
Class adams.flow.sink.CallableSink extends AbstractCallableActor implements Serializable
- serialVersionUID:
- 4736661460553985100L
-
Class adams.flow.sink.Canvas extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- -5501727620411611401L
-
Serialized Fields
-
m_BackgroundPaintlet
Paintlet m_BackgroundPaintlet
the background paintlet to use. -
m_Paintlet
DataPoolPaintlet m_Paintlet
the paintlet to use. -
m_PostProcessor
AbstractDataPoolPostProcessor m_PostProcessor
data pool post-processor.
-
-
Class adams.flow.sink.CloseInputStream extends AbstractSink implements Serializable
- serialVersionUID:
- -30335751330361445L
-
Class adams.flow.sink.CloseReader extends AbstractSink implements Serializable
- serialVersionUID:
- -30335751330361445L
-
Class adams.flow.sink.Console extends AbstractSink implements Serializable
- serialVersionUID:
- -4999663588509332995L
-
Serialized Fields
-
m_Prefix
String m_Prefix
a custom prefix.
-
-
Class adams.flow.sink.ContainerDisplay extends AbstractTextualDisplay implements Serializable
- serialVersionUID:
- 3247255046513744115L
-
Serialized Fields
-
m_Table
SpreadSheetTable m_Table
the table. -
m_TableModel
SpreadSheetTableModel m_TableModel
the table model.
-
-
Class adams.flow.sink.ControlChartPlot extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- 3238389451500168650L
-
Serialized Fields
-
m_AxisX
AxisPanelOptions m_AxisX
the options for the X axis. -
m_AxisY
AxisPanelOptions m_AxisY
the options for the Y axis. -
m_Chart
ControlChart m_Chart
the chart algorithm to use. -
m_ChartName
String m_ChartName
the chart name. -
m_ColorProvider
ColorProvider m_ColorProvider
the color provider to use. -
m_Counter
NamedCounter m_Counter
for keeping track of the tokens. -
m_LimitPaintlet
AbstractControlChartPaintlet m_LimitPaintlet
the paintlet to use for painting the limits. -
m_Limits
Limits m_Limits
the limits to use. -
m_MouseClickAction
MouseClickAction m_MouseClickAction
the mouse click action. -
m_Paintlet
AbstractControlChartPaintlet m_Paintlet
the paintlet to use for painting the chart data. -
m_PostProcessor
AbstractSequencePostProcessor m_PostProcessor
the post-processor for the sequences. -
m_SeparatorPaintlet
MarkerPaintlet m_SeparatorPaintlet
the paintlet to use for separating initialization data and subsequent data. -
m_Title
String m_Title
the title. -
m_ViolationFinder
ViolationFinder m_ViolationFinder
for locating violations.
-
-
Class adams.flow.sink.CopyCallableSink extends AbstractCopyCallableActor implements Serializable
- serialVersionUID:
- 4736661460553985100L
-
Class adams.flow.sink.Display extends AbstractTextualDisplay implements Serializable
- serialVersionUID:
- -3655490351179936332L
-
Serialized Fields
-
m_LineWrap
boolean m_LineWrap
use line wrap. -
m_MaxLines
int m_MaxLines
the maximum number of lines to keep. -
m_MenuItemEditCopy
JMenuItem m_MenuItemEditCopy
the copy menu item. -
m_MenuItemEditCut
JMenuItem m_MenuItemEditCut
the cut menu item. -
m_MenuItemEditFind
JMenuItem m_MenuItemEditFind
the find menu item. -
m_MenuItemEditFindNext
JMenuItem m_MenuItemEditFindNext
the find next menu item. -
m_MenuItemEditPaste
JMenuItem m_MenuItemEditPaste
the paste menu item. -
m_MenuItemEditRedo
JMenuItem m_MenuItemEditRedo
the redo menu item. -
m_MenuItemEditSelectAll
JMenuItem m_MenuItemEditSelectAll
the select all menu item. -
m_MenuItemEditUndo
JMenuItem m_MenuItemEditUndo
the undo menu item. -
m_MenuItemFilePrint
JMenuItem m_MenuItemFilePrint
the print menu item. -
m_MenuItemViewFont
JMenuItem m_MenuItemViewFont
the font menu item. -
m_MenuItemViewLineWrap
JMenuItem m_MenuItemViewLineWrap
the line wrap menu item. -
m_MenuItemViewWrapStyleWord
JMenuItem m_MenuItemViewWrapStyleWord
the word wrap style menu item. -
m_WrapStyleWord
boolean m_WrapStyleWord
use word wrap style.
-
-
Class adams.flow.sink.DisplayPanelGrid extends AbstractDisplay implements Serializable
- serialVersionUID:
- -8176623753237046447L
-
Serialized Fields
-
m_DisplayPanels
List<DisplayPanel> m_DisplayPanels
the panels to display. -
m_MenuBar
JMenuBar m_MenuBar
the menu bar, if used. -
m_MenuItemFileClose
JMenuItem m_MenuItemFileClose
the "exit" menu item. -
m_MenuItemFileSaveAs
JMenuItem m_MenuItemFileSaveAs
the "save as" menu item. -
m_MenuItemFlowPauseResume
JMenuItem m_MenuItemFlowPauseResume
the "pause/resume" menu item. -
m_MenuItemFlowStop
JMenuItem m_MenuItemFlowStop
the "stop" menu item. -
m_NumColumns
int m_NumColumns
the number of columns to use. -
m_PanelGrid
AdjustableGridPanel m_PanelGrid
for displaying the panels. -
m_PanelHeight
int m_PanelHeight
the height of the individual panels. -
m_PanelProvider
DisplayPanelProvider m_PanelProvider
the actor to use for generating panels. -
m_PanelWidth
int m_PanelWidth
the width of the individual panels. -
m_ShowFlowControlSubMenu
boolean m_ShowFlowControlSubMenu
whether to show flow control sub-menu. -
m_TitleVariable
VariableNameNoUpdate m_TitleVariable
the variable to use for naming the entries.
-
-
Class adams.flow.sink.DisplayPanelManager extends AbstractDisplay implements Serializable
- serialVersionUID:
- 3365817040968234289L
-
Serialized Fields
-
m_AllowMerge
boolean m_AllowMerge
whether to allow merging of panel content. -
m_AllowSearch
boolean m_AllowSearch
whether to allow searching. -
m_CurrentCount
int m_CurrentCount
the current count of tokens. -
m_CurrentPanel
DisplayPanel m_CurrentPanel
the current panel, if any. -
m_DividerLocation
int m_DividerLocation
the position for the left divider. -
m_EntryNameVariable
VariableNameNoUpdate m_EntryNameVariable
the variable to use for naming the entries. -
m_HistoryPanel
DisplayPanelManager.HistorySplitPanel m_HistoryPanel
the history panel. -
m_MenuBar
JMenuBar m_MenuBar
the menu bar, if used. -
m_MenuItemFileClear
JMenuItem m_MenuItemFileClear
the "clear" menu item. -
m_MenuItemFileClose
JMenuItem m_MenuItemFileClose
the "exit" menu item. -
m_MenuItemFileSaveAs
JMenuItem m_MenuItemFileSaveAs
the "save as" menu item. -
m_MenuItemFlowPauseResume
JMenuItem m_MenuItemFlowPauseResume
the "pause/resume" menu item. -
m_MenuItemFlowStop
JMenuItem m_MenuItemFlowStop
the "stop" menu item. -
m_NumTokens
int m_NumTokens
the number of tokens to accept for a single panel. -
m_PanelProvider
DisplayPanelProvider m_PanelProvider
the actor to use for generating panels. -
m_ShowFlowControlSubMenu
boolean m_ShowFlowControlSubMenu
whether to show flow control sub-menu.
-
-
Class adams.flow.sink.DisplayPanelManager.DisplayPanelHistoryPanel extends AbstractNamedHistoryPanel<DisplayPanel> implements Serializable
- serialVersionUID:
- 1704390033157269580L
-
Serialized Fields
-
m_Panel
BasePanel m_Panel
the panel to display the results in.
-
-
Class adams.flow.sink.DisplayPanelManager.HistorySplitPanel extends BasePanel implements Serializable
- serialVersionUID:
- 5121061351955687610L
-
Serialized Fields
-
m_Format
SimpleDateFormat m_Format
the format for the dates. -
m_History
DisplayPanelManager.DisplayPanelHistoryPanel m_History
the history panel. -
m_Owner
DisplayPanelManager m_Owner
the owning DisplayPanelDisplay component. -
m_Panel
BasePanel m_Panel
the actual panel for displaying the other panels. -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane for the components. -
m_StatusBar
BaseStatusBar m_StatusBar
the status bar.
-
-
Class adams.flow.sink.DOMDisplay extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- 680299970232233254L
-
Serialized Fields
-
m_Expand
boolean m_Expand
whether to fully expand the tree. -
m_Preview
boolean m_Preview
whether to offer preview. -
m_SplitterPosition
int m_SplitterPosition
the position of the splitter. -
m_Tree
DOMTreeWithPreview m_Tree
the tree displaying the DOM object.
-
-
Class adams.flow.sink.DownloadFile extends AbstractFileWriter implements Serializable
- serialVersionUID:
- 8688918591152139449L
-
Serialized Fields
-
m_BufferSize
int m_BufferSize
the buffer size to use.
-
-
Class adams.flow.sink.DumpFile extends AbstractAppendableFileWriter implements Serializable
- serialVersionUID:
- -366362262032858011L
-
Serialized Fields
-
m_AttemptInterval
int m_AttemptInterval
the interval between attempts. -
m_Buffer
List<String> m_Buffer
the buffer. -
m_BufferSize
int m_BufferSize
the size of the buffer. -
m_Encoding
BaseCharset m_Encoding
the encoding to use. -
m_NumAttempts
int m_NumAttempts
the number of tries for writing the data. -
m_Writing
boolean m_Writing
whether currently writing to disk.
-
-
Class adams.flow.sink.EmailFileWriter extends AbstractFileWriter implements Serializable
- serialVersionUID:
- 393925191813730213L
-
Serialized Fields
-
m_Writer
EmailFileWriter m_Writer
the writer to use.
-
-
Class adams.flow.sink.EmailViewer extends AbstractTextualDisplay implements Serializable
- serialVersionUID:
- 1523870513962160664L
-
Serialized Fields
-
m_EmailPanel
DisplayEmailPanel m_EmailPanel
the panel with the image.
-
-
Class adams.flow.sink.EnQueue extends AbstractSink implements Serializable
- serialVersionUID:
- -2091772083812307932L
-
Serialized Fields
-
m_RetrievalDelay
long m_RetrievalDelay
the retrieval delay in msecs. -
m_StorageName
StorageName m_StorageName
the name of the queue in the internal storage.
-
-
Class adams.flow.sink.Exec extends AbstractSink implements Serializable
- serialVersionUID:
- -5040421332565191432L
-
Serialized Fields
-
m_Command
BaseText m_Command
the command to run. -
m_Conversion
ConversionToString m_Conversion
the conversion scheme to turn the input into strings. -
m_Delimiter
String m_Delimiter
the string to forward to the process after each token. -
m_EnvVars
BaseKeyValuePair[] m_EnvVars
environment variables. -
m_FinishedSignal
String m_FinishedSignal
the string to signal the process that flow has finished. -
m_Process
Process m_Process
the process to pipe the data in. -
m_Stderr
OutputProcessStream m_Stderr
for outputting stderr of the process. -
m_Stdout
OutputProcessStream m_Stdout
for outputting stdout of the process. -
m_WorkingDirectory
String m_WorkingDirectory
the current working directory. -
m_Writer
BufferedWriter m_Writer
for writing to stdin of the process.
-
-
Class adams.flow.sink.ExternalSink extends AbstractExternalActor implements Serializable
- serialVersionUID:
- -4660083195948820895L
-
Class adams.flow.sink.FileBrowser extends AbstractSink implements Serializable
- serialVersionUID:
- -8844911111160254384L
-
Class adams.flow.sink.FilePreview extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- 1523870513962160664L
-
Serialized Fields
-
m_Preview
ContentHandler m_Preview
the width of the image properties. -
m_PreviewPanel
PreviewPanel m_PreviewPanel
the panel with the preview. -
m_UseCustomPreview
boolean m_UseCustomPreview
whether to use a custom preview. -
m_WrapperPanel
BasePanel m_WrapperPanel
the wrapper panel.
-
-
Class adams.flow.sink.FilePreview.FilePreviewDisplayPanel extends AbstractComponentDisplayPanel implements Serializable
- serialVersionUID:
- -3054275069984068238L
-
Serialized Fields
-
m_Owner
FilePreview m_Owner
the owner. -
m_PreviewPanel
PreviewPanel m_PreviewPanel
for displaying the file.
-
-
Class adams.flow.sink.FlowDisplay extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- -4848073007226064084L
-
Serialized Fields
-
m_Tree
Tree m_Tree
the tree used for displaying the actor.
-
-
Class adams.flow.sink.FlowFileWriter extends AbstractFileWriter implements Serializable
- serialVersionUID:
- 2859778244702202261L
-
Serialized Fields
-
m_CustomWriter
FlowWriter m_CustomWriter
the custom writer to use. -
m_UseCustomWriter
boolean m_UseCustomWriter
whether to use a custom writer.
-
-
Class adams.flow.sink.FourInOneDisplay extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- -5847391335658516849L
-
Serialized Fields
-
m_Act
String m_Act
the 0-based index of the actual attribute. -
m_HistogramOptions
HistogramOptions m_HistogramOptions
Options for the histogram -
m_NormalPlotOptions
NormalPlotOptions m_NormalPlotOptions
options for the normal plot -
m_Plot
FourInOne m_Plot
panel to display the actor -
m_pred
String m_pred
the 0-based index of the predicted attribute. -
m_VersusFitOptions
VersusFitOptions m_VersusFitOptions
Options for the vs fit -
m_VersusOrderOptions
VersusOrderOptions m_VersusOrderOptions
Options for the vs order
-
-
Class adams.flow.sink.Groovy extends AbstractGroovyActor implements Serializable
- serialVersionUID:
- 5360147041845774712L
-
Serialized Fields
-
m_InputToken
Token m_InputToken
the current input token.
-
-
Class adams.flow.sink.Histogram extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- 8145699633341614296L
-
Serialized Fields
-
m_DataName
String m_DataName
the name for the data. -
m_Index
Index m_Index
the attribute index, in case of Instances. -
m_Options
HistogramOptions m_Options
the histogram options themselves.
-
-
Class adams.flow.sink.HistoryDisplay extends AbstractTextualDisplay implements Serializable
- serialVersionUID:
- 3365817040968234289L
-
Serialized Fields
-
m_AllowMerge
boolean m_AllowMerge
whether to allow merging of panel content. -
m_AllowSearch
boolean m_AllowSearch
whether to allow searching. -
m_CaretAtStart
boolean m_CaretAtStart
whether to position the caret by default at the start or at the end. -
m_CurrentCount
int m_CurrentCount
the current count of tokens. -
m_EntryNameVariable
VariableNameNoUpdate m_EntryNameVariable
the variable to use for naming the entries. -
m_HistoryPanel
HistoryDisplay.HistorySplitPanel m_HistoryPanel
the history panel. -
m_LineWrap
boolean m_LineWrap
use line wrap. -
m_MenuItemEditCopy
JMenuItem m_MenuItemEditCopy
the copy menu item. -
m_MenuItemEditSelectAll
JMenuItem m_MenuItemEditSelectAll
the select all menu item. -
m_MenuItemFilePrint
JMenuItem m_MenuItemFilePrint
the print menu item. -
m_MenuItemViewCaret
JCheckBoxMenuItem m_MenuItemViewCaret
the "caret position" menu item. -
m_MenuItemViewFont
JMenuItem m_MenuItemViewFont
the font menu item. -
m_MenuItemViewLineWrap
JMenuItem m_MenuItemViewLineWrap
the line wrap menu item. -
m_MenuItemViewWrapStyleWord
JMenuItem m_MenuItemViewWrapStyleWord
the word wrap style menu item. -
m_NumTokens
int m_NumTokens
the number of tokens to accept for a single entry. -
m_WrapStyleWord
boolean m_WrapStyleWord
use word wrap style.
-
-
Class adams.flow.sink.HistoryDisplay.HistorySplitPanel extends BasePanel implements Serializable
- serialVersionUID:
- 5121061351955687610L
-
Serialized Fields
-
m_Format
SimpleDateFormat m_Format
the format for the dates. -
m_History
BufferHistoryPanel m_History
the history panel. -
m_Owner
HistoryDisplay m_Owner
the owning HistoryDisplay component. -
m_SplitPane
JSplitPane m_SplitPane
the split pane for the components. -
m_StatusBar
BaseStatusBar m_StatusBar
the status bar. -
m_TextPanel
TextEditorPanel m_TextPanel
the actual text area.
-
-
Class adams.flow.sink.Html4Display extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- -9623335130679482L
-
Serialized Fields
-
m_CSS
BaseString[] m_CSS
the CSS style sheet rules.
-
-
Class adams.flow.sink.ImageFileWriter extends AbstractFileWriter implements Serializable
- serialVersionUID:
- 1824012225640852716L
-
Serialized Fields
-
m_Writer
ImageWriter m_Writer
the writer to use.
-
-
Class adams.flow.sink.ImageHistogram extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- -724041933659541058L
-
Class adams.flow.sink.ImageSegmentationFileWriter extends AbstractFileWriter implements Serializable
- serialVersionUID:
- 7466006970025235243L
-
Serialized Fields
-
m_Writer
ImageSegmentationAnnotationWriter m_Writer
the image writer to use.
-
-
Class adams.flow.sink.ImageSegmentationViewer extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- 2969826320438810202L
-
Serialized Fields
-
m_Alpha
float m_Alpha
the alpha value. -
m_BestFit
boolean m_BestFit
whether to use best fit. -
m_ColorProvider
ColorProvider m_ColorProvider
the color provider to use. -
m_Labels
BaseString[] m_Labels
the labels to use. -
m_LayerVisibility
SegmentationPanel.LayerVisibility m_LayerVisibility
what layers to have visible (when using separate layers). -
m_LeftDividerLocation
int m_LeftDividerLocation
the position for the left divider. -
m_PanelSegmentation
SegmentationPanel m_PanelSegmentation
the panel. -
m_UseSeparateLayers
boolean m_UseSeparateLayers
whether to use separate layers. -
m_Zoom
double m_Zoom
the zoom level.
-
-
Class adams.flow.sink.ImageSegmentationViewer.ImageSegmentationViewerDisplayPanel extends AbstractComponentDisplayPanel implements Serializable
- serialVersionUID:
- -3054275069984068238L
-
Serialized Fields
-
m_Owner
ImageSegmentationViewer m_Owner
the owner. -
m_PanelSegmentation
SegmentationPanel m_PanelSegmentation
for displaying the image.
-
-
Class adams.flow.sink.ImageViewer extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- 1523870513962160664L
-
Serialized Fields
-
m_BackgroundColor
Color m_BackgroundColor
the background color. -
m_ImageOverlay
ImageOverlay m_ImageOverlay
the image overlay to use. -
m_ImagePanel
ImagePanel m_ImagePanel
the panel with the image. -
m_LeftClickProcessor
AbstractLeftClickProcessor m_LeftClickProcessor
the click processor to apply. -
m_PropertiesWidth
int m_PropertiesWidth
the width of the image properties. -
m_SelectionProcessor
SelectionProcessor m_SelectionProcessor
the selection processor to apply. -
m_SelectionShapePainter
SelectionShapePainter m_SelectionShapePainter
the painter for the selection shape. -
m_ShowProperties
boolean m_ShowProperties
whether to display the image properties. -
m_Zoom
double m_Zoom
the zoom level.
-
-
Class adams.flow.sink.ImageViewer.ImageViewerDisplayPanel extends AbstractComponentDisplayPanel implements Serializable
- serialVersionUID:
- -3054275069984068238L
-
Serialized Fields
-
m_ImagePanel
ImagePanel m_ImagePanel
for displaying the image. -
m_Owner
ImageViewer m_Owner
the owner.
-
-
Class adams.flow.sink.InactiveSink extends Sequence implements Serializable
- serialVersionUID:
- 754684747726770598L
-
Class adams.flow.sink.IncludeExternalSink extends AbstractIncludeExternalActor implements Serializable
- serialVersionUID:
- 2164366881337723272L
-
Class adams.flow.sink.IndexedSplitsRunsWriter extends AbstractFileWriter implements Serializable
- serialVersionUID:
- 2274110475414023349L
-
Serialized Fields
-
m_Writer
AbstractIndexedSplitsRunsWriter m_Writer
the writer to use.
-
-
Class adams.flow.sink.InformationDialog extends AbstractSink implements Serializable
- serialVersionUID:
- 7328202591440471083L
-
Serialized Fields
-
m_Title
String m_Title
the title to use.
-
-
Class adams.flow.sink.JavaLogging extends AbstractSink implements Serializable
- serialVersionUID:
- -1648317940295223673L
-
Serialized Fields
-
m_LoggerLevel
LoggingLevel m_LoggerLevel
the logger level. -
m_LoggerName
String m_LoggerName
the logger name.
-
-
Class adams.flow.sink.JFreeChartFileWriter extends AbstractFileWriter implements Serializable
- serialVersionUID:
- -2648121220428217287L
-
Serialized Fields
-
m_Chart
AbstractChartGenerator m_Chart
the chart generator. -
m_ColorProvider
ColorProvider m_ColorProvider
the color provider for generating the colors (if more than one series). -
m_Dataset
AbstractDatasetGenerator m_Dataset
the dataset generator. -
m_DiagonalColor
Color m_DiagonalColor
the color for the diagonal plot. -
m_Height
int m_Height
the height of the plot. -
m_PlotColor
Color m_PlotColor
the color for the plot. -
m_Shape
AbstractShapeGenerator m_Shape
the shape generator. -
m_Width
int m_Width
the width of the plot. -
m_Writer
ImageWriter m_Writer
the image writer to use.
-
-
Class adams.flow.sink.JFreeChartPlot extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- -2648121220428217287L
-
Serialized Fields
-
m_Chart
AbstractChartGenerator m_Chart
the chart generator. -
m_ColorProvider
ColorProvider m_ColorProvider
the color provider for generating the colors (if more than one series). -
m_Dataset
AbstractDatasetGenerator m_Dataset
the dataset generator. -
m_DiagonalColor
Color m_DiagonalColor
the color for the diagonal plot. -
m_JFreeChart
org.jfree.chart.JFreeChart m_JFreeChart
the generated chart. -
m_PlotColor
Color m_PlotColor
the color for the plot. -
m_PlotPanel
org.jfree.chart.ChartPanel m_PlotPanel
the chart panel. -
m_Shape
AbstractShapeGenerator m_Shape
the shape generator.
-
-
Class adams.flow.sink.JsonDisplay extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- 680299970232233254L
-
Serialized Fields
-
m_Expand
boolean m_Expand
whether to fully expand the tree. -
m_Preview
boolean m_Preview
whether to offer preview. -
m_SortKeys
boolean m_SortKeys
whether to sort the keys ofJSONObject
objects. -
m_Tree
JsonSupporter m_Tree
the tree displaying the JSON object.
-
-
Class adams.flow.sink.JsonFileWriter extends AbstractFileWriter implements Serializable
- serialVersionUID:
- 3613018887562327088L
-
Serialized Fields
-
m_PrettyPrinting
boolean m_PrettyPrinting
whether to use pretty-printing.
-
-
Class adams.flow.sink.LargeObjectDbWriter extends AbstractDbSink implements Serializable
- serialVersionUID:
- -2679737280146743263L
-
Serialized Fields
-
m_BlobConversion
Conversion m_BlobConversion
the conversion to use blobs. -
m_Query
SQLStatement m_Query
the SQL statement to execute. -
m_Type
LargeObjectType m_Type
the type of object to read.
-
-
Class adams.flow.sink.LogDumper extends AbstractFileWriter implements Serializable
- serialVersionUID:
- 2371387253627286951L
-
Serialized Fields
-
m_LoggingStarted
boolean m_LoggingStarted
whether the log file has been started.
-
-
Class adams.flow.sink.Logger extends AbstractSink implements Serializable
- serialVersionUID:
- 1862024453539320530L
-
Serialized Fields
-
m_DatabaseConnection
AbstractDatabaseConnection m_DatabaseConnection
the database connection.
-
-
Class adams.flow.sink.LogViewer extends AbstractDisplay implements Serializable
- serialVersionUID:
- -1980631598893105134L
-
Serialized Fields
-
m_ButtonDisplay
BaseButton m_ButtonDisplay
the button for displaying the message details. -
m_ButtonSave
BaseButton m_ButtonSave
the button for saving the selected entries (or all if none selected). -
m_Dialog
AbstractLogEntryDialog m_Dialog
the dialog for displaying the message details. -
m_Dialogs
ArrayList<BaseDialog> m_Dialogs
the dialogs displayed so far. -
m_TableEntries
BaseTableWithButtons m_TableEntries
the table with the entries.
-
-
Class adams.flow.sink.Mat5FileWriter extends AbstractFileWriter implements Serializable
- serialVersionUID:
- -8591674945816266514L
-
Class adams.flow.sink.MatrixPlot extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- -679565614211767555L
-
Serialized Fields
-
m_Overlays
AbstractScatterPlotOverlay[] m_Overlays
Array of overlays for each scatterplot -
m_Paintlet
AbstractScatterPlotPaintlet m_Paintlet
Paintlet for plotting the data on each scatter plot -
m_Percent
int m_Percent
Percentage of sample for subsample -
m_Plot
Matrix m_Plot
matrix to display -
m_PlotSize
int m_PlotSize
Size of each scatterplot
-
-
Class adams.flow.sink.MenuItem extends AbstractSink implements Serializable
- serialVersionUID:
- -4210882711380055794L
-
Serialized Fields
-
m_MenuItem
AbstractBasicMenuItemDefinition m_MenuItem
the menu item to executre.
-
-
Class adams.flow.sink.MergeFiles extends AbstractFileWriter implements Serializable
- serialVersionUID:
- -6717503477934358351L
-
Class adams.flow.sink.NotesWriter extends AbstractSink implements Serializable
- serialVersionUID:
- -4977041692875774457L
-
Serialized Fields
-
m_Generator
AbstractIDGenerator m_Generator
the ID generator to use. -
m_OutputAll
boolean m_OutputAll
whether to output everything. -
m_OutputDatabaseID
boolean m_OutputDatabaseID
whether to include the database ID as well in the text file. -
m_OutputDir
PlaceholderDirectory m_OutputDir
the output directory. -
m_OutputErrors
boolean m_OutputErrors
whether to output the errors. -
m_OutputProcessInformation
boolean m_OutputProcessInformation
whether to output the process information. -
m_OutputWarnings
boolean m_OutputWarnings
whether to output the warnings. -
m_Suffix
String m_Suffix
the suffix for the filename (before the ".txt" extension).
-
-
Class adams.flow.sink.Null extends AbstractSink implements Serializable
- serialVersionUID:
- -2091772083812307932L
-
Class adams.flow.sink.ObjectPreview extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- 1523870513962160664L
-
Serialized Fields
-
m_Preview
ObjectContentHandler m_Preview
the width of the image properties. -
m_PreviewPanel
PreviewPanel m_PreviewPanel
the panel with the preview. -
m_UseCustomPreview
boolean m_UseCustomPreview
whether to use a custom preview. -
m_WrapperPanel
BasePanel m_WrapperPanel
the wrapper panel.
-
-
Class adams.flow.sink.ObjectPreview.FilePreviewDisplayPanel extends AbstractComponentDisplayPanel implements Serializable
- serialVersionUID:
- -3054275069984068238L
-
Serialized Fields
-
m_Owner
ObjectPreview m_Owner
the owner. -
m_PreviewPanel
PreviewPanel m_PreviewPanel
for displaying the file.
-
-
Class adams.flow.sink.ObjectViewer extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- -4330116680525525368L
-
Class adams.flow.sink.OpenFile extends AbstractSink implements Serializable
- serialVersionUID:
- -2091772083812307932L
-
Class adams.flow.sink.PasteFiles extends AbstractFileWriter implements Serializable
- serialVersionUID:
- -6717503477934358351L
-
Serialized Fields
-
m_Delimiter
String m_Delimiter
the delimiter to use.
-
-
Class adams.flow.sink.PDFCloseDocument extends AbstractSink implements Serializable
- serialVersionUID:
- -2109045804559210164L
-
Class adams.flow.sink.PDFViewer extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- 1523870513962160664L
-
Serialized Fields
-
m_PDFPanel
PDFPanel m_PDFPanel
the panel with the PDF. -
m_Zoom
double m_Zoom
the zoom level.
-
-
Class adams.flow.sink.PlotContainerSink extends AbstractFileWriter implements Serializable
- serialVersionUID:
- 3238389451500168650L
-
Serialized Fields
-
m_Comparator
PlotContainerSink.DoubleComparator m_Comparator
the comparator to use. -
m_SpreadSheet
SpreadSheet m_SpreadSheet
stores the content of the plot containers. -
m_TokenCounts
NamedCounter m_TokenCounts
for keeping track of the number of tokens being added for a specific sequence, in case the X value is undefined (seqname - count relation). -
m_Writer
SpreadSheetWriter m_Writer
the writer to use.
-
-
Class adams.flow.sink.PlotContainerSink.DoubleComparator extends Object implements Serializable
- serialVersionUID:
- 4012515986361784010L
-
Class adams.flow.sink.ProbabilityPlotDisplay extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- -1500480091045045663L
-
Serialized Fields
-
m_Att
BaseRegExp m_Att
name of attribute to display -
m_AttIndex
String m_AttIndex
Index of attribute to display -
m_Grid
boolean m_Grid
Whether a grid overlay is drawn -
m_Plot
ProbabilityPlot m_Plot
Probability plot to display -
m_Regression
boolean m_Regression
Whether a best regression line is drawn -
m_Val
AbstractProbabilityPaintlet m_Val
Paintlet for plotting the data
-
-
Class adams.flow.sink.ProgrammaticSink extends AbstractSink implements Serializable
- serialVersionUID:
- -5521515998670431523L
-
Serialized Fields
-
m_TokenListeners
HashSet<TokenListener> m_TokenListeners
the listeners to use.
-
-
Class adams.flow.sink.ProgressBar extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- -4075776040257181463L
-
Serialized Fields
-
m_Background
Color m_Background
the background color. -
m_Bar
Color m_Bar
the color of the bar. -
m_Font
Font m_Font
the font to use. -
m_Foreground
Color m_Foreground
the foreground color. -
m_Format
DecimalFormatString m_Format
the format of the current value. -
m_Maximum
double m_Maximum
the maximum of the progress bar. -
m_Minimum
double m_Minimum
the minimum of the progress bar. -
m_PanelProgress
ProgressBar.ProgressBarPanel m_PanelProgress
the progress bar. -
m_Prefix
String m_Prefix
the prefix. -
m_ShowStopButton
boolean m_ShowStopButton
whether to display a stop button. -
m_Suffix
String m_Suffix
the suffix. -
m_Title
String m_Title
the title. -
m_TitleFont
Font m_TitleFont
the font to use for the title.
-
-
Class adams.flow.sink.ProgressBar.ProgressBarPanel extends BasePanel implements Serializable
- serialVersionUID:
- -8123047909195552460L
-
Serialized Fields
-
m_Current
double m_Current
the current value. -
m_Owner
ProgressBar m_Owner
the owner.
-
-
Class adams.flow.sink.PropertiesDisplay extends AbstractTextualDisplay implements Serializable
- serialVersionUID:
- 680299970232233254L
-
Serialized Fields
-
m_Model
PropertiesTableModel m_Model
the table model for the propeties. -
m_PanelSearch
SearchPanel m_PanelSearch
the search panel. -
m_Table
SortableAndSearchableTable m_Table
the table for displaying the properties.
-
-
Class adams.flow.sink.PropertiesFileWriter extends AbstractFileWriter implements Serializable
- serialVersionUID:
- 3613018887562327088L
-
Class adams.flow.sink.Publish extends AbstractSink implements Serializable
- serialVersionUID:
- 4937955990183019341L
-
Serialized Fields
-
m_StorageName
StorageName m_StorageName
the name of the publish/subscribe data structure in the internal storage.
-
-
Class adams.flow.sink.PyroSink extends AbstractSink implements Serializable
- serialVersionUID:
- -1719389733948167820L
-
Serialized Fields
-
m_Call
AbstractPyroSink m_Call
the pyro call to use.
-
-
Class adams.flow.sink.RemoteCommandWriter extends AbstractFileWriter implements Serializable
- serialVersionUID:
- -4210882711380055794L
-
Serialized Fields
-
m_CommandProcessor
RemoteCommandProcessor m_CommandProcessor
the command processor.
-
-
Class adams.flow.sink.ReportDisplay extends AbstractTextualDisplay implements Serializable
- serialVersionUID:
- 934663436062863370L
-
Serialized Fields
-
m_EntryNameVariable
VariableNameNoUpdate m_EntryNameVariable
the variable to use for naming the entries. -
m_Panel
ReportFactory.Panel m_Panel
the panel. -
m_ReportSelected
boolean m_ReportSelected
whether a report has been selected. -
m_SearchPanel
SearchPanel m_SearchPanel
the search panel.
-
-
Class adams.flow.sink.ScatterDisplay extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- -1985415728904099274L
-
Serialized Fields
-
m_ColorAttribute
String m_ColorAttribute
the 1-based index of the color attribute. -
m_ColorAttributeName
BaseRegExp m_ColorAttributeName
String for setting color attribute using regular expression -
m_MouseClickAction
MouseClickAction m_MouseClickAction
the mouse click action. -
m_Overlays
AbstractScatterPlotOverlay[] m_Overlays
Array containing scatter plot overlays -
m_Paintlet
AbstractScatterPlotPaintlet m_Paintlet
Paintlet to draw original data with -
m_ScatterPlot
ScatterPlot m_ScatterPlot
scatter panel to display using the actor -
m_XAttribute
String m_XAttribute
the 0-based index of the X attribute. -
m_XAttributeName
BaseRegExp m_XAttributeName
String for setting x attribute using regular expression -
m_YAttribute
String m_YAttribute
the 1-based index of the Y attribute. -
m_YAttributeName
BaseRegExp m_YAttributeName
String for setting y attribute using regular expression
-
-
Class adams.flow.sink.Screenshot extends AbstractGraphicsGenerator implements Serializable
- serialVersionUID:
- 4613925594824175758L
-
Serialized Fields
-
m_Counter
int m_Counter
the counter for the screenshots. -
m_FilenamePrefix
String m_FilenamePrefix
the prefix for the auto-generated filename. -
m_FilenameVariable
VariableName m_FilenameVariable
the variable to use as filename. -
m_PanelProvider
DisplayPanelProvider m_PanelProvider
the actor to use for generating panels.
-
-
Class adams.flow.sink.Scripted extends AbstractScriptingHandlerActor implements Serializable
- serialVersionUID:
- 5360147041845774712L
-
Serialized Fields
-
m_InputToken
Token m_InputToken
the current input token.
-
-
Class adams.flow.sink.SendEmail extends AbstractSink implements Serializable
- serialVersionUID:
- -5959868605503747649L
-
Serialized Fields
-
m_Queue
boolean m_Queue
whether to queue the emails rather than waiting for sending to finish. -
m_SendEmail
AbstractSendEmail m_SendEmail
for sending the emails. -
m_Sending
List<SwingWorker> m_Sending
the emails still to send.
-
-
Class adams.flow.sink.SendNotification extends AbstractSink implements Serializable
- serialVersionUID:
- -6950814088784589202L
-
Serialized Fields
-
m_Notification
AbstractNotification m_Notification
the notification to use.
-
-
Class adams.flow.sink.SendRemoteCommand extends AbstractSink implements Serializable
- serialVersionUID:
- -4210882711380055794L
-
Serialized Fields
-
m_CommandProcessor
RemoteCommandProcessor m_CommandProcessor
the processor. -
m_Connection
Connection m_Connection
the connection. -
m_StoreUnsuccessful
boolean m_StoreUnsuccessful
whether to save unsuccessful remote commands to disk. -
m_UnsuccessfulDir
PlaceholderDirectory m_UnsuccessfulDir
the directory for the unsuccessful remote commands.
-
-
Class adams.flow.sink.SequencePlotter extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- 3238389451500168650L
-
Serialized Fields
-
m_AdjustToVisibleData
boolean m_AdjustToVisibleData
whether to adjust to visible or loaded data. -
m_AxisX
AxisPanelOptions m_AxisX
the options for the X axis. -
m_AxisY
AxisPanelOptions m_AxisY
the options for the Y axis. -
m_ColorProvider
ColorProvider m_ColorProvider
the color provider to use. -
m_ComparisonType
XYSequencePointComparator.Comparison m_ComparisonType
the comparison to use for the X/Y points. -
m_Counter
NamedCounter m_Counter
for keeping track of the tokens. -
m_ErrorPaintlet
AbstractErrorPaintlet m_ErrorPaintlet
the paintlet to use for painting errors. -
m_MarkerPaintlet
MarkerPaintlet m_MarkerPaintlet
the paintlet to use for painting markers. -
m_MetaDataKey
String m_MetaDataKey
an optional meta-data key to use in the comparison of the data points. -
m_MouseClickAction
MouseClickAction m_MouseClickAction
the mouse click action. -
m_NoToolTips
boolean m_NoToolTips
whether to suppress the tooltips. -
m_OutputFile
PlaceholderFile m_OutputFile
the file to save the plot containers to. -
m_OverlayColorProvider
ColorProvider m_OverlayColorProvider
the color provider to use for the overlays. -
m_OverlayPaintlet
XYSequencePaintlet m_OverlayPaintlet
the overlay paintlet to use for painting the overlays. -
m_Paintlet
XYSequencePaintlet m_Paintlet
the paintlet to use for painting the XY data. -
m_PlotUpdater
AbstractPlotUpdater m_PlotUpdater
the plot updater to use. -
m_PostProcessor
AbstractSequencePostProcessor m_PostProcessor
the post-processor for the sequences. -
m_ShowSidePanel
boolean m_ShowSidePanel
whether to show the side panel. -
m_SidePanelWidth
int m_SidePanelWidth
the width of the side panel. -
m_Title
String m_Title
the title. -
m_UseOutputFile
Boolean m_UseOutputFile
whether to use an output file.
-
-
Class adams.flow.sink.Serialize extends AbstractFileWriter implements Serializable
- serialVersionUID:
- 3282341894400972003L
-
Serialized Fields
-
m_Writer
AbstractObjectWriter m_Writer
the object writer to use.
-
-
Class adams.flow.sink.SideBySideDiff extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- 1523870513962160664L
-
Serialized Fields
-
m_SideBySideDiffPanel
SideBySideDiffPanel m_SideBySideDiffPanel
the panel with the image.
-
-
Class adams.flow.sink.SimpleLogging extends AbstractSink implements Serializable
- serialVersionUID:
- -3070359929264727637L
-
Serialized Fields
-
m_CustomRenderer
TextRenderer m_CustomRenderer
the custom renderer to use. -
m_Format
SimpleFormat m_Format
the formatter to use. -
m_Output
SimpleOutput m_Output
the output to use. -
m_UseCustomRenderer
boolean m_UseCustomRenderer
whether to use a custom text renderer.
-
-
Class adams.flow.sink.SimplePlot extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- 3238389451500168650L
-
Serialized Fields
-
m_AxisX
AxisPanelOptions m_AxisX
the options for the X axis. -
m_AxisY
AxisPanelOptions m_AxisY
the options for the Y axis. -
m_ColorProvider
ColorProvider m_ColorProvider
the color provider to use. -
m_Counter
NamedCounter m_Counter
for keeping track of the tokens. -
m_MouseClickAction
MouseClickAction m_MouseClickAction
the mouse click action. -
m_NoToolTips
boolean m_NoToolTips
whether to suppress the tooltips. -
m_OutputFile
PlaceholderFile m_OutputFile
the file to save the plot containers to. -
m_OverlayPaintlet
XYSequencePaintlet m_OverlayPaintlet
the overlay paintlet to use for painting the overlays. -
m_Paintlet
XYSequencePaintlet m_Paintlet
the paintlet to use for painting the XY data. -
m_PlotUpdater
AbstractPlotUpdater m_PlotUpdater
the plot updater to use. -
m_ShowSidePanel
boolean m_ShowSidePanel
whether to show the side panel. -
m_Title
String m_Title
the title. -
m_UseOutputFile
Boolean m_UseOutputFile
whether to use an output file.
-
-
Class adams.flow.sink.Socket extends AbstractSink implements Serializable
- serialVersionUID:
- 6275418140787412381L
-
Serialized Fields
-
m_Address
BaseHostname m_Address
the address to open. -
m_CloseAfterSend
boolean m_CloseAfterSend
whether to close the socket after sending data. -
m_Encoding
BaseCharset m_Encoding
the encoding to use.
-
-
Class adams.flow.sink.SpreadSheetDbWriter extends AbstractSink implements Serializable
- serialVersionUID:
- 393925191813730213L
-
Serialized Fields
-
m_BatchSize
int m_BatchSize
the batch size. -
m_ColumnNameConversion
ColumnNameConversion m_ColumnNameConversion
the column name conversion. -
m_ColumnNames
String[] m_ColumnNames
the column names (shortened, disambiguated). -
m_DatabaseConnection
AbstractDatabaseConnection m_DatabaseConnection
the database connection. -
m_MaxColumnLength
int m_MaxColumnLength
the maximum length for column names. -
m_MaxStringLength
int m_MaxStringLength
the maximum length for strings. -
m_StringColumnSQL
String m_StringColumnSQL
the SQL type for string columns. -
m_Table
String m_Table
the table to write the data to. -
m_TypeMapper
AbstractTypeMapper m_TypeMapper
the type mapper to use. -
m_Types
Cell.ContentType[] m_Types
the type used for the table. -
m_Writer
Writer m_Writer
the writer for writing the data to the database.
-
-
Class adams.flow.sink.SpreadSheetDisplay extends AbstractTextualDisplay implements Serializable
- serialVersionUID:
- 3247255046513744115L
-
Serialized Fields
-
m_AllowSearch
boolean m_AllowSearch
whether to allow searching. -
m_CellRenderingCustomizer
CellRenderingCustomizer m_CellRenderingCustomizer
the custom cell renderer. -
m_NumDecimals
int m_NumDecimals
the number of decimals for numeric values. -
m_OptimalColumnWidth
boolean m_OptimalColumnWidth
whether to optimize the column width whenever a token is displayed. -
m_PanelSearch
SearchPanel m_PanelSearch
the search panel. -
m_Preview
AbstractSpreadSheetPreview m_Preview
the preview to use. -
m_ReadOnly
boolean m_ReadOnly
whether the table is read only. -
m_SelectedRowsProcessors
ProcessSelectedRows[] m_SelectedRowsProcessors
for processing the selected rows. -
m_ShowFormulas
boolean m_ShowFormulas
whether to show the formulas instead of the calculated values. -
m_ShowRowIndexColumn
boolean m_ShowRowIndexColumn
whether to show the column with the row index. -
m_Table
SpreadSheetTable m_Table
the table. -
m_TableModel
SpreadSheetTableModel m_TableModel
the table model. -
m_UseSimpleHeader
boolean m_UseSimpleHeader
whether to use the simple header.
-
-
Class adams.flow.sink.SpreadSheetDisplay.SpreadSheetDisplayPanel extends AbstractTextDisplayPanel implements Serializable
- serialVersionUID:
- 3524967045456783678L
-
Serialized Fields
-
m_Owner
SpreadSheetDisplay m_Owner
the owner. -
m_PanelSearch
SearchPanel m_PanelSearch
for searching the spreadsheet. -
m_Table
SpreadSheetTable m_Table
the table for displaying the spreadsheet. -
m_TableModel
SpreadSheetTableModel m_TableModel
the spreadsheet model.
-
-
Class adams.flow.sink.SpreadSheetFileWriter extends AbstractFileWriter implements Serializable
- serialVersionUID:
- 393925191813730213L
-
Serialized Fields
-
m_Writer
SpreadSheetWriter m_Writer
the writer to use.
-
-
Class adams.flow.sink.SpreadSheetRowViewer extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- 1283926389472133810L
-
Serialized Fields
-
m_ColorProvider
ColorProvider m_ColorProvider
the color provider to use. -
m_ID
String m_ID
the name of the attribute/field to use as ID. -
m_Paintlet
AbstractSpreadSheetRowPaintlet m_Paintlet
the paintlet to use. -
m_SpreadSheetRowPanel
SpreadSheetRowPanel m_SpreadSheetRowPanel
the panel with the rows. -
m_Updater
AbstractSpreadSheetRowPanelUpdater m_Updater
the updater to use. -
m_ZoomOverview
boolean m_ZoomOverview
whether to display the zoom overview.
-
-
Class adams.flow.sink.StringTree extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- 3452547680157056093L
-
Serialized Fields
-
m_Separator
String m_Separator
the separator to use. -
m_Sorted
boolean m_Sorted
whether to sort the items in the tree. -
m_Tree
StringTree.HierarchicalStringTree m_Tree
the current tree.
-
-
Class adams.flow.sink.StringTree.HierarchicalStringNode extends DotNotationNode implements Serializable
- serialVersionUID:
- -3163677863942389729L
-
Serialized Fields
-
m_Separator
String m_Separator
the separator to use.
-
-
Class adams.flow.sink.StringTree.HierarchicalStringTree extends DotNotationTree<StringTree.HierarchicalStringNode> implements Serializable
- serialVersionUID:
- -646089462979164896L
-
Serialized Fields
-
m_Separator
String m_Separator
the separator to use.
-
-
Class adams.flow.sink.TemplateSink extends AbstractTemplate implements Serializable
- serialVersionUID:
- -1017031413702121257L
-
Class adams.flow.sink.TextWriter extends AbstractSink implements Serializable
- serialVersionUID:
- 798901949899149659L
-
Serialized Fields
-
m_ContentName
String m_ContentName
the name of the content (e.g., can be used in the filename). -
m_Writer
AbstractTextWriter m_Writer
the writer to use.
-
-
Class adams.flow.sink.TimeseriesDisplay extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- 2505818295695863125L
-
Serialized Fields
-
m_AxisX
TimeseriesXAxisPanelOptions m_AxisX
the options for the X axis. -
m_AxisY
TimeseriesYAxisPanelOptions m_AxisY
the options for the Y axis. -
m_ColorProvider
ColorProvider m_ColorProvider
the color provider to use. -
m_Overlays
Paintlet[] m_Overlays
the paintlets to use as overlay. -
m_Paintlet
AbstractTimeseriesPaintlet m_Paintlet
the paintlet to use. -
m_PlotUpdater
AbstractPlotUpdater m_PlotUpdater
the plot updater to use. -
m_ShowSidePanel
boolean m_ShowSidePanel
whether to show the side panel or not. -
m_ZoomOverview
boolean m_ZoomOverview
whether to display the zoom overview.
-
-
Class adams.flow.sink.TimeseriesDisplay.DisplayPanel extends AbstractComponentDisplayPanel implements Serializable
- serialVersionUID:
- 7384093089760722339L
-
Serialized Fields
-
m_Panel
TimeseriesExplorer m_Panel
-
m_Updater
AbstractPlotUpdater m_Updater
-
-
Class adams.flow.sink.WebSocketClient extends AbstractSink implements Serializable
- serialVersionUID:
- -8723835373836608550L
-
Serialized Fields
-
m_Disconnect
boolean m_Disconnect
whether to disconnect immediately. -
m_Generator
WebSocketClientGenerator m_Generator
the client generator.
-
-
Class adams.flow.sink.WekaAttributeSummary extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- 1970232977500522747L
-
Serialized Fields
-
m_PanelAtt
weka.gui.AttributeVisualizationPanel m_PanelAtt
the visualization panel (if only one in range). -
m_Range
WekaAttributeRange m_Range
the attribute to visualize. -
m_TabbedPane
BaseTabbedPane m_TabbedPane
the tabbed pane with the attribute visualizations (if more than one in range).
-
-
Class adams.flow.sink.WekaClassifierErrors extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- 3247255046513744115L
-
Serialized Fields
-
m_ErrorScaler
AbstractErrorScaler m_ErrorScaler
The scheme for scaling the errors. -
m_VisualizePanel
weka.gui.visualize.VisualizePanel m_VisualizePanel
the Weka plot panel.
-
-
Class adams.flow.sink.WekaCostBenefitAnalysis extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- 3247255046513744115L
-
Serialized Fields
-
m_ClassIndex
WekaLabelIndex m_ClassIndex
the index of the class label. -
m_CostBenefitPanel
weka.gui.beans.CostBenefitAnalysis m_CostBenefitPanel
the panel.
-
-
Class adams.flow.sink.WekaCostCurve extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- 3247255046513744115L
-
Serialized Fields
-
m_ClassLabelRange
WekaLabelRange m_ClassLabelRange
the class label range. -
m_VisualizePanel
weka.gui.visualize.ThresholdVisualizePanel m_VisualizePanel
the panel.
-
-
Class adams.flow.sink.WekaDatabaseWriter extends AbstractSink implements Serializable
- serialVersionUID:
- 7509908838736709270L
-
Serialized Fields
-
m_AutoKeyGeneration
boolean m_AutoKeyGeneration
whether to automatically generate a primary key. -
m_CustomPropsFile
PlaceholderFile m_CustomPropsFile
a custom properties file to use instead of default one. -
m_Password
BasePassword m_Password
the password for the user used for connecting. -
m_Saver
weka.core.converters.DatabaseSaver m_Saver
the database saver. -
m_TableName
String m_TableName
protected the name of the table to store the data in. -
m_URL
String m_URL
the database URL to query. -
m_User
String m_User
the database user to use for connecting. -
m_UseRelationNameAsTable
boolean m_UseRelationNameAsTable
whether to use the relation as table name.
-
-
Class adams.flow.sink.WekaExperimentFileWriter extends AbstractFileWriter implements Serializable
- serialVersionUID:
- -1488720963594190156L
-
Serialized Fields
-
m_Handler
AbstractExperimentIO m_Handler
the IO handler.
-
-
Class adams.flow.sink.WekaExperimentGenerator extends AbstractSink implements Serializable
- serialVersionUID:
- -586416108746115363L
-
Serialized Fields
-
m_EvaluationType
WekaExperimentGenerator.EvaluationType m_EvaluationType
the type of evaluation. -
m_ExperimentType
WekaExperimentGenerator.ExperimentType m_ExperimentType
the type of experiment. -
m_Folds
int m_Folds
the number of folds to use (only cross-validation). -
m_OutputFile
PlaceholderFile m_OutputFile
the file to store the experiment in. -
m_ResultFile
PlaceholderFile m_ResultFile
the file to store the result in. -
m_ResultFormat
WekaExperimentGenerator.ResultFormat m_ResultFormat
the result format. -
m_Runs
int m_Runs
the number of runs to perform. -
m_SplitPercentage
double m_SplitPercentage
the split-percentage to use (only train/test splits).
-
-
Class adams.flow.sink.WekaFileWriter extends AbstractFileWriter implements Serializable
- serialVersionUID:
- 7509908838736709270L
-
Serialized Fields
-
m_CustomSaver
weka.core.converters.AbstractFileSaver m_CustomSaver
the custom saver. -
m_UseCustomSaver
boolean m_UseCustomSaver
whether to use a custom converter. -
m_UseRelationNameAsFilename
boolean m_UseRelationNameAsFilename
whether to use the relation name as filename.
-
-
Class adams.flow.sink.WekaGraphVisualizer extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- 1970232977500522747L
-
Class adams.flow.sink.WekaInstancesDisplay extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- 6791882185628220997L
-
Serialized Fields
-
m_Table
InstancesTable m_Table
the table with the instances.
-
-
Class adams.flow.sink.WekaInstancesPlot extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- 3247255046513744115L
-
Serialized Fields
-
m_AttributeX
WekaAttributeIndex m_AttributeX
the attribute on the X axis. -
m_AttributeY
WekaAttributeIndex m_AttributeY
the attribute on the Y axis. -
m_VisualizePanel
weka.gui.visualize.VisualizePanel m_VisualizePanel
the text area.
-
-
Class adams.flow.sink.WekaInstanceViewer extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- 1283926389472133810L
-
Serialized Fields
-
m_ColorProvider
ColorProvider m_ColorProvider
the color provider to use. -
m_ID
String m_ID
the name of the attribute/field to use as ID. -
m_InstancePanel
InstancePanel m_InstancePanel
the panel with the instances. -
m_Paintlet
AbstractInstancePaintlet m_Paintlet
the paintlet to use. -
m_Updater
AbstractInstancePanelUpdater m_Updater
the updater to use. -
m_ZoomOverview
boolean m_ZoomOverview
whether to display the zoom overview.
-
-
Class adams.flow.sink.WekaMarginCurve extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- 3247255046513744115L
-
Serialized Fields
-
m_VisualizePanel
weka.gui.visualize.VisualizePanel m_VisualizePanel
the panel.
-
-
Class adams.flow.sink.WekaModelWriter extends AbstractWekaModelWriter implements Serializable
- serialVersionUID:
- -7481684570227846853L
-
Class adams.flow.sink.WekaThresholdCurve extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- 3247255046513744115L
-
Serialized Fields
-
m_AttributeX
WekaThresholdCurve.AttributeName m_AttributeX
the attribute on the X axis. -
m_AttributeY
WekaThresholdCurve.AttributeName m_AttributeY
the attribute on the Y axis. -
m_ClassLabelRange
WekaLabelRange m_ClassLabelRange
the class label indices. -
m_VisualizePanel
weka.gui.visualize.ThresholdVisualizePanel m_VisualizePanel
the text area.
-
-
Class adams.flow.sink.WekaTreeVisualizer extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- 1970232977500522747L
-
Class adams.flow.sink.XMLFileWriter extends AbstractFileWriter implements Serializable
- serialVersionUID:
- 3613018887562327088L
-
Serialized Fields
-
m_Encoding
BaseCharset m_Encoding
the encoding to use. -
m_PrettyPrinting
boolean m_PrettyPrinting
whether to use pretty printing.
-
-
Class adams.flow.sink.YamlFileWriter extends AbstractFileWriter implements Serializable
- serialVersionUID:
- 3613018887562327088L
-
Class adams.flow.sink.ZScoreDisplay extends AbstractGraphicalDisplay implements Serializable
- serialVersionUID:
- -909689793225143043L
-
Serialized Fields
-
m_Att
BaseRegExp m_Att
String for regular expression for attribute -
m_AttIndex
String m_AttIndex
String for index to set attribute -
m_Overlays
AbstractZScoreOverlay[] m_Overlays
Array containing initial z score overlays -
m_Paintlet
AbstractZScorePaintlet m_Paintlet
Paintlet to draw initial data with -
m_ShowOptions
boolean m_ShowOptions
whether to show the options in the display or not. -
m_ZScore
ZScore m_ZScore
zscore to display using the actor
-
-
-
Package adams.flow.sink.canvas
-
Class adams.flow.sink.canvas.AbstractDataPoolPaintlet extends AbstractPaintlet implements Serializable
- serialVersionUID:
- 3468008070725471553L
-
Class adams.flow.sink.canvas.AbstractDataPoolPostProcessor extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 4954702085142362993L
-
Class adams.flow.sink.canvas.DataPool extends ArrayList implements Serializable
- serialVersionUID:
- -6250810486879623266L
-
Class adams.flow.sink.canvas.DataPoolPanel extends PaintablePanel implements Serializable
- serialVersionUID:
- 1131414446883475974L
-
Serialized Fields
-
m_Plot
PlotPanel m_Plot
the plot panel. -
m_Pool
DataPool m_Pool
the data pool. -
m_PostProcessor
AbstractDataPoolPostProcessor m_PostProcessor
the post-processor to use.
-
-
Class adams.flow.sink.canvas.PassThrough extends AbstractDataPoolPostProcessor implements Serializable
- serialVersionUID:
- 8177057665652597180L
-
Class adams.flow.sink.canvas.XYPaintlet extends AbstractDataPoolPaintlet implements Serializable
- serialVersionUID:
- -7454325864276285119L
-
-
Package adams.flow.sink.controlchartplot
-
Class adams.flow.sink.controlchartplot.AbstractControlChartPaintlet extends AbstractXYSequencePaintlet implements Serializable
- serialVersionUID:
- -5692031045167584838L
-
Class adams.flow.sink.controlchartplot.ChartPaintlet extends AbstractControlChartPaintlet implements Serializable
- serialVersionUID:
- 8242948176244747138L
-
Serialized Fields
-
m_AntiAliasingEnabled
boolean m_AntiAliasingEnabled
whether anti-aliasing is enabled. -
m_MarkerExtent
int m_MarkerExtent
the maximum width/height of the shape to plot around the points (= data point marker), if there's enough space.
-
-
Class adams.flow.sink.controlchartplot.LimitPaintlet extends AbstractControlChartPaintlet implements Serializable
- serialVersionUID:
- 8242948176244747138L
-
-
Package adams.flow.sink.logview
-
Class adams.flow.sink.logview.AbstractLogEntryDialog extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -1693243371323850638L
-
Serialized Fields
-
m_Height
int m_Height
the height of the dialog. -
m_Width
int m_Width
the width of the dialog.
-
-
Class adams.flow.sink.logview.DefaultLogEntryDialog extends AbstractLogEntryDialog implements Serializable
- serialVersionUID:
- 1513413650025226239L
-
-
Package adams.flow.sink.pyrosink
-
Class adams.flow.sink.pyrosink.AbstractPyroSink extends AbstractPyroCall implements Serializable
- serialVersionUID:
- -2647962184125430789L
-
Serialized Fields
-
m_Input
Object m_Input
the input object.
-
-
Class adams.flow.sink.pyrosink.Generic extends AbstractPyroSink implements Serializable
- serialVersionUID:
- -1549570432184636739L
-
Class adams.flow.sink.pyrosink.Null extends AbstractPyroSink implements Serializable
- serialVersionUID:
- -5367315813644280274L
-
-
Package adams.flow.sink.sendnotification
-
Class adams.flow.sink.sendnotification.AbstractNotification extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -1079401368469595261L
-
Serialized Fields
-
m_FlowContext
Actor m_FlowContext
the flow context.
-
-
Class adams.flow.sink.sendnotification.Console extends AbstractNotification implements Serializable
- serialVersionUID:
- 4577706017089540470L
-
Serialized Fields
-
m_Prefix
BaseText m_Prefix
a custom prefix.
-
-
Class adams.flow.sink.sendnotification.Email extends AbstractNotification implements Serializable
- serialVersionUID:
- 1302036525857934850L
-
Serialized Fields
-
m_BCC
EmailAddress[] m_BCC
the recipients (BCC). -
m_CC
EmailAddress[] m_CC
the recipients (CC). -
m_Recipients
EmailAddress[] m_Recipients
the recipients. -
m_SendEmail
AbstractSendEmail m_SendEmail
for sending the emails. -
m_Sender
EmailAddress m_Sender
the sender. -
m_Signature
BaseText m_Signature
the signature. -
m_Subject
String m_Subject
the subject.
-
-
Class adams.flow.sink.sendnotification.LogFile extends AbstractNotification implements Serializable
- serialVersionUID:
- 4577706017089540470L
-
Serialized Fields
-
m_AddTimestamp
boolean m_AddTimestamp
whether to block the flow execution. -
m_Encoding
BaseCharset m_Encoding
the encoding to use. -
m_Format
DateFormatString m_Format
the format to use. -
m_OutputFile
PlaceholderFile m_OutputFile
the log file. -
m_TimeZone
TimeZone m_TimeZone
the timezone to use.
-
-
Class adams.flow.sink.sendnotification.MessageBox extends AbstractNotification implements Serializable
- serialVersionUID:
- 4577706017089540470L
-
Serialized Fields
-
m_Block
boolean m_Block
whether to block the flow execution.
-
-
Class adams.flow.sink.sendnotification.MultiNotification extends AbstractNotification implements Serializable
- serialVersionUID:
- -1644255635213178882L
-
Serialized Fields
-
m_Notifications
AbstractNotification[] m_Notifications
the notifications to combine.
-
-
Class adams.flow.sink.sendnotification.Null extends AbstractNotification implements Serializable
- serialVersionUID:
- -8788139984444679242L
-
-
Package adams.flow.sink.sequenceplotter
-
Class adams.flow.sink.sequenceplotter.AbstractErrorPaintlet extends AbstractStrokePaintlet implements Serializable
- serialVersionUID:
- -4384114526759056961L
-
Serialized Fields
-
m_PointPreprocessor
PointPreprocessor m_PointPreprocessor
the preprocessor.
-
-
Class adams.flow.sink.sequenceplotter.AbstractMarkerPaintlet extends AbstractStrokePaintlet implements Serializable
- serialVersionUID:
- -4384114526759056961L
-
Class adams.flow.sink.sequenceplotter.AbstractMouseClickAction extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 5402943914014171320L
-
Class adams.flow.sink.sequenceplotter.AbstractPlotUpdater extends AbstractDataPlotUpdater<SequencePlotterPanel,SequencePlotterContainer> implements Serializable
- serialVersionUID:
- -8785918718996153397L
-
Class adams.flow.sink.sequenceplotter.AbstractSequencePostProcessor extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 292292424832784658L
-
Class adams.flow.sink.sequenceplotter.AligningSequences extends SimplePruning implements Serializable
- serialVersionUID:
- -7354044974316978487L
-
Class adams.flow.sink.sequenceplotter.ByNameErrorPaintlet extends AbstractErrorPaintlet implements Serializable
- serialVersionUID:
- 3270329510617886683L
-
Serialized Fields
-
m_Actor
Actor m_Actor
the actor the paintlet belongs to. -
m_Invert
boolean m_Invert
whether to invert the matching. -
m_Paintlet
AbstractErrorPaintlet m_Paintlet
the actual paintlet to use. -
m_RegExp
BaseRegExp m_RegExp
the regular expression that determines whether to plot or not.
-
-
Class adams.flow.sink.sequenceplotter.ByNameMarkerPaintlet extends AbstractMarkerPaintlet implements Serializable
- serialVersionUID:
- 3270329510617886683L
-
Serialized Fields
-
m_Actor
Actor m_Actor
the actor the paintlet belongs to. -
m_Invert
boolean m_Invert
whether to invert the matching. -
m_Paintlet
AbstractMarkerPaintlet m_Paintlet
the actual paintlet to use. -
m_RegExp
BaseRegExp m_RegExp
the regular expression that determines whether to plot or not.
-
-
Class adams.flow.sink.sequenceplotter.ErrorBandPaintlet extends AbstractErrorPaintlet implements Serializable
- serialVersionUID:
- -713940308371660030L
-
Class adams.flow.sink.sequenceplotter.ErrorCircleHitDetector extends AbstractXYSequencePointHitDetector implements Serializable
- serialVersionUID:
- -3363546923840405674L
-
Class adams.flow.sink.sequenceplotter.ErrorCirclePaintlet extends CirclePaintlet implements Serializable
- serialVersionUID:
- -8772546156227148237L
-
Class adams.flow.sink.sequenceplotter.ErrorCrossHitDetector extends AbstractXYSequencePointHitDetector implements Serializable
- serialVersionUID:
- -3363546923840405674L
-
Class adams.flow.sink.sequenceplotter.ErrorCrossPaintlet extends CrossPaintlet implements Serializable
- serialVersionUID:
- -8772546156227148237L
-
Class adams.flow.sink.sequenceplotter.NamedPlotUpdater extends AbstractPlotUpdater implements Serializable
- serialVersionUID:
- 4418135588639219439L
-
Serialized Fields
-
m_NumTokensAccepted
NamedCounter m_NumTokensAccepted
the number of tokens received. -
m_UpdateInterval
int m_UpdateInterval
the interval of tokens processed after which to update the display.
-
-
Class adams.flow.sink.sequenceplotter.NoErrorPaintlet extends AbstractErrorPaintlet implements Serializable
- serialVersionUID:
- -713940308371660030L
-
Class adams.flow.sink.sequenceplotter.NoMarkers extends AbstractMarkerPaintlet implements Serializable
- serialVersionUID:
- -8460180392771251305L
-
Class adams.flow.sink.sequenceplotter.NullClickAction extends AbstractMouseClickAction implements Serializable
- serialVersionUID:
- -5891356167241337630L
-
Class adams.flow.sink.sequenceplotter.OutlierPaintlet extends AbstractXYSequencePaintlet implements Serializable
- serialVersionUID:
- 6585282004697591762L
-
Class adams.flow.sink.sequenceplotter.PassThrough extends AbstractSequencePostProcessor implements Serializable
- serialVersionUID:
- -7354044974316978487L
-
Class adams.flow.sink.sequenceplotter.PolygonSelectionPaintlet extends AbstractXYSequencePaintlet implements Serializable
- serialVersionUID:
- -373146191991787658L
-
Serialized Fields
-
m_Color
Color m_Color
the color to use for painting.
-
-
Class adams.flow.sink.sequenceplotter.SequencePlotContainer extends XYSequenceContainer implements Serializable
- serialVersionUID:
- 4085925902403215258L
-
Class adams.flow.sink.sequenceplotter.SequencePlotContainerManager extends XYSequenceContainerManager implements Serializable
- serialVersionUID:
- 70788049300684676L
-
Class adams.flow.sink.sequenceplotter.SequencePlotPoint extends XYSequencePoint implements Serializable
- serialVersionUID:
- -6220735479438426204L
-
Class adams.flow.sink.sequenceplotter.SequencePlotPointComparator extends XYSequencePointComparator<X extends Number & Comparable,Y extends Number & Comparable> implements Serializable
- serialVersionUID:
- -5536677097973106152L
-
Serialized Fields
-
m_MetaDataKey
String m_MetaDataKey
the meta-data value to take into account for the sorting.
-
-
Class adams.flow.sink.sequenceplotter.SequencePlotSequence extends XYSequence implements Serializable
- serialVersionUID:
- 331392414841660594L
-
Serialized Fields
-
m_MetaDataKey
String m_MetaDataKey
the meta-data key to include in the comparison of data points.
-
-
Class adams.flow.sink.sequenceplotter.SequencePlotterPanel extends XYSequencePanel implements Serializable
- serialVersionUID:
- -325993535017871634L
-
Serialized Fields
-
m_ErrorPaintlet
AbstractErrorPaintlet m_ErrorPaintlet
the error paintlet. -
m_MarkerContainerManager
XYSequenceContainerManager m_MarkerContainerManager
the manager for the marker sequences. -
m_MarkerPaintlet
MarkerPaintlet m_MarkerPaintlet
the paintlet to use for marker paintlets. -
m_MouseClickAction
MouseClickAction m_MouseClickAction
the mouse click action. -
m_OverlayContainerManager
XYSequenceContainerManager m_OverlayContainerManager
the manager for the overlays. -
m_OverlayPaintlet
XYSequencePaintlet m_OverlayPaintlet
paintlet for drawing the overlays. -
m_Selection
List<Point2D.Double> m_Selection
the selection points collected so far. -
m_SelectionEnabled
boolean m_SelectionEnabled
whether selection is enabled.
-
-
Class adams.flow.sink.sequenceplotter.SimpleErrorPaintlet extends AbstractErrorPaintlet implements Serializable
- serialVersionUID:
- -713940308371660030L
-
Serialized Fields
-
m_MarkerLength
int m_MarkerLength
the length of the markers in case ofSimpleErrorPaintlet.PlotType.BAR
. -
m_PlotType
SimpleErrorPaintlet.PlotType m_PlotType
the plot type.
-
-
Class adams.flow.sink.sequenceplotter.SimplePlotUpdater extends AbstractPlotUpdater implements Serializable
- serialVersionUID:
- 4418135588639219439L
-
Serialized Fields
-
m_NumTokensAccepted
int m_NumTokensAccepted
the number of tokens accepted. -
m_UpdateInterval
int m_UpdateInterval
the interval of tokens processed after which to update the display.
-
-
Class adams.flow.sink.sequenceplotter.SimplePruning extends AbstractSequencePostProcessor implements Serializable
- serialVersionUID:
- -7354044974316978487L
-
Serialized Fields
-
m_Limit
int m_Limit
the size limit for sequences.
-
-
Class adams.flow.sink.sequenceplotter.ToggleOutlier extends AbstractMouseClickAction implements Serializable
- serialVersionUID:
- -214148459426250712L
-
Serialized Fields
-
m_HitDetector
AbstractXYSequencePointHitDetector m_HitDetector
the hit detector to use.
-
-
Class adams.flow.sink.sequenceplotter.VerticalMarkers extends AbstractMarkerPaintlet implements Serializable
- serialVersionUID:
- -7354044974316978487L
-
Class adams.flow.sink.sequenceplotter.ViewDataClickAction extends AbstractMouseClickAction implements Serializable
- serialVersionUID:
- -1383042782074675611L
-
Serialized Fields
-
m_HitDetector
AbstractXYSequencePointHitDetector m_HitDetector
the hit detector to use.
-
-
-
Package adams.flow.sink.simplelogging.format
-
Class adams.flow.sink.simplelogging.format.AbstractSimpleFormat extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 7593297967505686978L
-
Class adams.flow.sink.simplelogging.format.NoFormat extends AbstractSimpleFormat implements Serializable
- serialVersionUID:
- -7259936684808701353L
-
Class adams.flow.sink.simplelogging.format.TimestampedFormat extends AbstractSimpleFormat implements Serializable
- serialVersionUID:
- 5348572885140295922L
-
Serialized Fields
-
m_LogFormat
String m_LogFormat
the format string. -
m_MessageIndentation
String m_MessageIndentation
the indentation to use for the message. -
m_TimestampFormat
DateFormatString m_TimestampFormat
the timestamp format.
-
-
-
Package adams.flow.sink.simplelogging.output
-
Class adams.flow.sink.simplelogging.output.AbstractSimpleOutput extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 5393500867826251394L
-
Class adams.flow.sink.simplelogging.output.ConsoleOutput extends AbstractSimpleOutput implements Serializable
- serialVersionUID:
- -3443259390337918045L
-
Class adams.flow.sink.simplelogging.output.FileOutput extends AbstractSimpleOutput implements Serializable
- serialVersionUID:
- 1185731738994830870L
-
Serialized Fields
-
m_OutputFile
PlaceholderFile m_OutputFile
the file to write to.
-
-
Class adams.flow.sink.simplelogging.output.MultiOutput extends AbstractSimpleOutput implements Serializable
- serialVersionUID:
- -9198176486160748509L
-
Serialized Fields
-
m_Outputs
SimpleOutput[] m_Outputs
the underlying outputs.
-
-
Class adams.flow.sink.simplelogging.output.RotatingFileOutput extends FileOutput implements Serializable
- serialVersionUID:
- -6106247481018229336L
-
Serialized Fields
-
m_NumLogFiles
int m_NumLogFiles
the number of log files to use. -
m_Rotated
boolean m_Rotated
whether the logs have been rotated.
-
-
-
Package adams.flow.sink.timeseriesdisplay
-
Class adams.flow.sink.timeseriesdisplay.AbstractPlotUpdater extends AbstractDataPlotUpdater<TimeseriesPanel,TimeseriesContainer> implements Serializable
- serialVersionUID:
- -8785918718996153397L
-
Class adams.flow.sink.timeseriesdisplay.SimplePlotUpdater extends AbstractPlotUpdater implements Serializable
- serialVersionUID:
- 4418135588639219439L
-
Serialized Fields
-
m_NumTokensAccepted
int m_NumTokensAccepted
the number of tokens accepted. -
m_UpdateInterval
int m_UpdateInterval
the interval of tokens processed after which to update the display.
-
-
-
Package adams.flow.source
-
Class adams.flow.source.AbstractArrayProvider extends AbstractSource implements Serializable
- serialVersionUID:
- -6681853409971243043L
-
Serialized Fields
-
m_Index
int m_Index
the current index. -
m_OutputArray
boolean m_OutputArray
whether to output an array instead of single items. -
m_Queue
ArrayList m_Queue
contains the items.
-
-
Class adams.flow.source.AbstractBufferingSource extends AbstractSource implements Serializable
- serialVersionUID:
- 3817717770718728821L
-
Class adams.flow.source.AbstractConditionalIdSupplier extends AbstractDatabaseIdSupplier implements Serializable
- serialVersionUID:
- -8462709950859959951L
-
Serialized Fields
-
m_Conditions
AbstractConditions m_Conditions
the retrieval conditions.
-
-
Class adams.flow.source.AbstractDatabaseIdSupplier extends AbstractIdSupplier implements Serializable
- serialVersionUID:
- -8462709950859959951L
-
Serialized Fields
-
m_DatabaseConnection
AbstractDatabaseConnection m_DatabaseConnection
the database connection.
-
-
Class adams.flow.source.AbstractDatabaseMetaData extends AbstractSimpleDbSource implements Serializable
- serialVersionUID:
- -8462709950859959951L
-
Serialized Fields
-
m_MetaDataType
MetaDataType m_MetaDataType
the type of meta-data to return. -
m_Table
String m_Table
the table to retrieve the information for. -
m_TypeMapper
AbstractTypeMapper m_TypeMapper
the type mapper to use.
-
-
Class adams.flow.source.AbstractDbArrayProvider extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -2864684820857615217L
-
Serialized Fields
-
m_DatabaseConnection
AbstractDatabaseConnection m_DatabaseConnection
the database connection.
-
-
Class adams.flow.source.AbstractDbSource extends AbstractSource implements Serializable
- serialVersionUID:
- 6484199668083657793L
-
Serialized Fields
-
m_DatabaseConnection
AbstractDatabaseConnection m_DatabaseConnection
the database connection.
-
-
Class adams.flow.source.AbstractForLoop extends AbstractSource implements Serializable
- serialVersionUID:
- 6216146938771296415L
-
Serialized Fields
-
m_Current
int m_Current
the current value. -
m_LoopLower
int m_LoopLower
the lower bound of the for loop. -
m_LoopStep
int m_LoopStep
the step size. -
m_LoopUpper
int m_LoopUpper
the upper bound of the for loop.
-
-
Class adams.flow.source.AbstractIdSupplier extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -8462709950859959951L
-
Serialized Fields
-
m_Lenient
boolean m_Lenient
whether to ignore not finding any IDs.
-
-
Class adams.flow.source.AbstractInstrumentSupplier extends AbstractDbArrayProvider implements Serializable
- serialVersionUID:
- -8159720259695436880L
-
Class adams.flow.source.AbstractInteractiveArrayProvider extends AbstractInteractiveSource implements Serializable
- serialVersionUID:
- -5813094112813040218L
-
Serialized Fields
-
m_Index
int m_Index
the current index. -
m_OutputArray
boolean m_OutputArray
whether to output an array instead of single items. -
m_Queue
ArrayList m_Queue
contains the items.
-
-
Class adams.flow.source.AbstractInteractiveSource extends AbstractSource implements Serializable
- serialVersionUID:
- 9035095174755816475L
-
Serialized Fields
-
m_CallableActor
Actor m_CallableActor
the callable actor. -
m_CustomStopMessage
String m_CustomStopMessage
the custom stop message to use if flow gets stopped due to cancelation. -
m_Helper
CallableActorHelper m_Helper
the helper class. -
m_ParentComponentActor
CallableActorReference m_ParentComponentActor
the (optional) parent component to use. -
m_ParentComponentActorConfigured
boolean m_ParentComponentActorConfigured
whether the callable actor has been configured. -
m_StopFlowIfCanceled
boolean m_StopFlowIfCanceled
whether to stop the flow if canceled. -
m_StopMode
StopMode m_StopMode
how to perform the stop. -
m_UseOuterWindow
boolean m_UseOuterWindow
whether to use the outer window as parent.
-
-
Class adams.flow.source.AbstractListTables extends AbstractDbArrayProvider implements Serializable
- serialVersionUID:
- -8462709950859959951L
-
Serialized Fields
-
m_Invert
boolean m_Invert
whether to invert the matching sense. -
m_RegExp
BaseRegExp m_RegExp
the regular expression to match.
-
-
Class adams.flow.source.AbstractPythonExecution extends AbstractSource implements Serializable
- serialVersionUID:
- -132045002653940359L
-
Serialized Fields
-
m_Environment
PythonEnvironment m_Environment
the environment in use. -
m_ExecutionFailure
IllegalStateException m_ExecutionFailure
in case an exception occurred executing the command (gets rethrown). -
m_Monitor
RunnableWithLogging m_Monitor
the runnable executing the command. -
m_Output
List m_Output
the tokens to forward. -
m_OutputType
com.github.fracpete.processoutput4j.core.StreamingProcessOutputType m_OutputType
whether to output stderr instead of stdout or both. -
m_PrefixStdErr
String m_PrefixStdErr
the stderr prefix. -
m_PrefixStdOut
String m_PrefixStdOut
the stdout prefix. -
m_TimeOut
int m_TimeOut
the time out in seconds.
-
-
Class adams.flow.source.AbstractScript extends AbstractSource implements Serializable
- serialVersionUID:
- -1297869573547335888L
-
Serialized Fields
-
m_AdditionalOptions
AdditionalOptions m_AdditionalOptions
for storing the additional options.
-
-
Class adams.flow.source.AbstractSelectObjects extends AbstractInteractiveArrayProvider implements Serializable
- serialVersionUID:
- 8791403891812271704L
-
Serialized Fields
-
m_InitialObjects
BaseString[] m_InitialObjects
the initial objects. -
m_NonInteractive
boolean m_NonInteractive
whether to automate the actor. -
m_ShortTitle
boolean m_ShortTitle
whether to use just the actor name or the full name as title. -
m_SuperClass
BaseClassname m_SuperClass
the superclass.
-
-
Class adams.flow.source.AbstractSimpleDbSource extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -6711886501322442897L
-
Serialized Fields
-
m_DatabaseConnection
AbstractDatabaseConnection m_DatabaseConnection
the database connection.
-
-
Class adams.flow.source.AbstractSimpleSource extends AbstractSource implements Serializable
- serialVersionUID:
- -7838881435448178095L
-
Serialized Fields
-
m_OutputToken
Token m_OutputToken
the output token.
-
-
Class adams.flow.source.AbstractSimpleSourceWithPropertiesUpdating extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- 2693280797485493919L
-
Serialized Fields
-
m_Properties
BaseString[] m_Properties
the property paths. -
m_VariableNames
VariableName[] m_VariableNames
the variables to update the properties with.
-
-
Class adams.flow.source.AbstractSource extends AbstractActor implements Serializable
- serialVersionUID:
- -5375239839428426386L
-
Class adams.flow.source.AbstractSpreadSheetDbReader extends AbstractDbSource implements Serializable
- serialVersionUID:
- 494594301273926225L
-
Serialized Fields
-
m_ChunkSize
int m_ChunkSize
the chunk size to use. -
m_DataRowType
DataRow m_DataRowType
the data row type to use. -
m_OutputToken
Token m_OutputToken
the generated output token. -
m_Query
SQLStatement m_Query
the SQL query to execute. -
m_Reader
Reader m_Reader
for reading the data. -
m_TypeMapper
AbstractTypeMapper m_TypeMapper
the type mapper to use.
-
-
Class adams.flow.source.AbstractWekaSetupGenerator extends AbstractSource implements Serializable
- serialVersionUID:
- 673114129476898021L
-
Class adams.flow.source.AutogeneratedSource extends SequenceSource implements Serializable
- serialVersionUID:
- 1146652019996411523L
-
Class adams.flow.source.CallableSource extends AbstractCallableActor implements Serializable
- serialVersionUID:
- -99235787254225765L
-
Class adams.flow.source.ColorProvider extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -3505768725369077351L
-
Serialized Fields
-
m_NumColors
int m_NumColors
the number of colors to generate. -
m_Provider
ColorProvider m_Provider
the color provider to use.
-
-
Class adams.flow.source.CombineArrays extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- 8955342876774562591L
-
Serialized Fields
-
m_ArrayClass
String m_ArrayClass
the class for the array. -
m_StorageNames
StorageName[] m_StorageNames
the names of the stored values.
-
-
Class adams.flow.source.CombineCollections extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- 8955342876774562591L
-
Serialized Fields
-
m_CollectionClass
BaseClassname m_CollectionClass
the class for the collection. -
m_StorageNames
StorageName[] m_StorageNames
the names of the stored values.
-
-
Class adams.flow.source.CombineStorage extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -7838881435448178095L
-
Serialized Fields
-
m_Conversion
Conversion m_Conversion
the type of conversion. -
m_Expression
BaseText m_Expression
the expression containing the variables/storage placeholders.
-
-
Class adams.flow.source.CombineVariables extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -7838881435448178095L
-
Serialized Fields
-
m_Conversion
Conversion m_Conversion
the type of conversion. -
m_Expression
BaseText m_Expression
the expression containing the variables.
-
-
Class adams.flow.source.Command extends AbstractSource implements Serializable
- serialVersionUID:
- -132045002653940359L
-
Serialized Fields
-
m_Command
BaseText m_Command
the command to run. -
m_CommandContainsPlaceholder
boolean m_CommandContainsPlaceholder
whether the replace string contains a placeholder, which needs to be expanded first. -
m_CommandContainsVariable
boolean m_CommandContainsVariable
whether the replace string contains a variable, which needs to be expanded first. -
m_EnvVars
BaseKeyValuePair[] m_EnvVars
environment variables. -
m_ExecutionFailure
IllegalStateException m_ExecutionFailure
in case an exception occurred executing the command (gets rethrown). -
m_Monitor
RunnableWithLogging m_Monitor
the runnable executing the command. -
m_Output
List m_Output
the tokens to forward. -
m_OutputType
com.github.fracpete.processoutput4j.core.StreamingProcessOutputType m_OutputType
whether to output stderr instead of stdout or both. -
m_PrefixStdErr
String m_PrefixStdErr
the stderr prefix. -
m_PrefixStdOut
String m_PrefixStdOut
the stdout prefix. -
m_TimeOut
int m_TimeOut
the time out in seconds. -
m_WorkingDirectory
String m_WorkingDirectory
the current working directory.
-
-
Class adams.flow.source.CopyCallableSource extends AbstractCopyCallableActor implements Serializable
- serialVersionUID:
- -99235787254225765L
-
Class adams.flow.source.Counter extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -4888807180866059350L
-
Serialized Fields
-
m_StorageName
StorageName m_StorageName
the name of the lookup table in the internal storage.
-
-
Class adams.flow.source.CurrentFlow extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- 3823225606368312035L
-
Serialized Fields
-
m_ExpandVariables
boolean m_ExpandVariables
whether to expand variables.
-
-
Class adams.flow.source.CurrentTime extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- 4957327766531564829L
-
Serialized Fields
-
m_Type
CurrentTime.TimeType m_Type
the type of time to output.
-
-
Class adams.flow.source.DatabaseConnectionValid extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- 6287213264978639545L
-
Class adams.flow.source.DatabaseMetaData extends AbstractDatabaseMetaData implements Serializable
- serialVersionUID:
- -6184309574477452862L
-
Class adams.flow.source.DeQueue extends AbstractSource implements Serializable
- serialVersionUID:
- 6216146938771296415L
-
Serialized Fields
-
m_Interval
int m_Interval
the poll interval in msec. -
m_StorageName
StorageName m_StorageName
the name of the queue in the internal storage.
-
-
Class adams.flow.source.DirectoryLister extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -5015637337437403790L
-
Serialized Fields
-
m_AlwaysWait
boolean m_AlwaysWait
whether to always wait between polls, even if other files are still present. -
m_Lister
LocalDirectoryLister m_Lister
for listing the contents. -
m_PauseRequired
boolean m_PauseRequired
whether a pause before the next polling is required. -
m_UseForwardSlashes
boolean m_UseForwardSlashes
whether to output forward slashes. -
m_Wait
int m_Wait
the number of seconds to wait between polls without no entries.
-
-
Class adams.flow.source.DirectorySupplier extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -8288435835502863891L
-
Serialized Fields
-
m_Directories
PlaceholderDirectory[] m_Directories
the directories to broadcast. -
m_UseForwardSlashes
boolean m_UseForwardSlashes
whether to output forward slashes.
-
-
Class adams.flow.source.DumpStorage extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -6626384935427295809L
-
Serialized Fields
-
m_Cache
String m_Cache
the name of the LRU cache. -
m_Invert
boolean m_Invert
whether to invert the matching sense. -
m_OutputType
DumpStorage.OutputType m_OutputType
the output format. -
m_RegExp
BaseRegExp m_RegExp
the regular expression to match.
-
-
Class adams.flow.source.DumpVariables extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -6626384935427295809L
-
Serialized Fields
-
m_Invert
boolean m_Invert
whether to invert the matching sense. -
m_OutputType
DumpVariables.OutputType m_OutputType
the output format. -
m_RegExp
BaseRegExp m_RegExp
the regular expression to match.
-
-
Class adams.flow.source.EnterManyValues extends AbstractInteractiveSource implements Serializable
- serialVersionUID:
- 8200691218381875131L
-
Serialized Fields
-
m_Comm
GUIHelper.DialogCommunication m_Comm
for communicating with the input dialog. -
m_DisplayLocation
InteractionDisplayLocation m_DisplayLocation
where to display the prompt. -
m_Message
String m_Message
the message for the user. -
m_NonInteractive
boolean m_NonInteractive
whether to automate the actor. -
m_OutputType
EnterManyValues.OutputType m_OutputType
how to output the data. -
m_Queue
List m_Queue
the list of tokens to output. -
m_RestorationEnabled
boolean m_RestorationEnabled
whether restoration is enabled. -
m_RestorationFile
PlaceholderFile m_RestorationFile
the file to store the restoration state in. -
m_Values
AbstractValueDefinition[] m_Values
the value definitions. -
m_Width
int m_Width
the width of the dialog.
-
-
Class adams.flow.source.EnterValue extends AbstractInteractiveSource implements Serializable
- serialVersionUID:
- 8200691218381875131L
-
Serialized Fields
-
m_Comm
GUIHelper.DialogCommunication m_Comm
for communicating with the input dialog. -
m_DisplayLocation
InteractionDisplayLocation m_DisplayLocation
where to display the prompt. -
m_InitialValue
BaseString m_InitialValue
the initial value. -
m_Message
BaseString m_Message
the message for the user. -
m_NonInteractive
boolean m_NonInteractive
whether to automate the actor. -
m_NumCols
int m_NumCols
the number of columns for the text box. -
m_NumRows
int m_NumRows
the number of rows for the text box. -
m_OutputToken
Token m_OutputToken
the output token to broadcast. -
m_RestorationEnabled
boolean m_RestorationEnabled
whether restoration is enabled. -
m_RestorationFile
PlaceholderFile m_RestorationFile
the file to store the restoration state in. -
m_SelectionValues
BaseString[] m_SelectionValues
options to select from. -
m_UseButtons
boolean m_UseButtons
whether to use buttons instead of a dropdown list. -
m_VerticalButtons
boolean m_VerticalButtons
whether to use vertical buttons instead of a horizontal ones.
-
-
Class adams.flow.source.Exec extends AbstractSource implements Serializable
- serialVersionUID:
- -132045002653940359L
-
Serialized Fields
-
m_Command
BaseText m_Command
the command to run. -
m_CommandContainsPlaceholder
boolean m_CommandContainsPlaceholder
whether the replace string contains a placeholder, which needs to be expanded first. -
m_CommandContainsVariable
boolean m_CommandContainsVariable
whether the replace string contains a variable, which needs to be expanded first. -
m_Conversion
ConversionFromString m_Conversion
the conversion scheme to process the output with. -
m_EnvVars
BaseKeyValuePair[] m_EnvVars
environment variables. -
m_FailOnProcessError
boolean m_FailOnProcessError
whether to fail on process error. -
m_Output
List m_Output
the tokens to forward. -
m_OutputType
Exec.OutputType m_OutputType
whether to output stderr instead of stdout. -
m_SplitOutput
boolean m_SplitOutput
whether to split the string output on the new line before converting. -
m_WorkingDirectory
String m_WorkingDirectory
the current working directory.
-
-
Class adams.flow.source.ExternalSource extends AbstractExternalActor implements Serializable
- serialVersionUID:
- 5125350715606672813L
-
Class adams.flow.source.FilenameGenerator extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- 8975259651180514790L
-
Serialized Fields
-
m_Absolute
boolean m_Absolute
whether to output absolute or placeholder filenames. -
m_Generator
AbstractFilenameGenerator m_Generator
the generator to use.
-
-
Class adams.flow.source.FileSupplier extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -8288435835502863891L
-
Serialized Fields
-
m_Files
PlaceholderFile[] m_Files
the files to broadcast. -
m_UseForwardSlashes
boolean m_UseForwardSlashes
whether to output forward slashes.
-
-
Class adams.flow.source.FileSystemSearch extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -1389714133778925327L
-
Serialized Fields
-
m_Search
AbstractFileSystemSearchlet m_Search
the search algorithm to use. -
m_UseForwardSlashes
boolean m_UseForwardSlashes
whether to output forward slashes.
-
-
Class adams.flow.source.ForLoop extends AbstractForLoop implements Serializable
- serialVersionUID:
- 6216146938771296415L
-
Serialized Fields
-
m_Array
Integer[] m_Array
the array to output. -
m_OutputArray
boolean m_OutputArray
whether to output an array.
-
-
Class adams.flow.source.FTPLister extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -5015637337437403790L
-
Serialized Fields
-
m_Connection
FTPConnection m_Connection
Deprecated.the FTP connection to use. -
m_ListDirs
boolean m_ListDirs
Deprecated.whether to list directories. -
m_ListFiles
boolean m_ListFiles
Deprecated.whether to list files. -
m_RegExp
BaseRegExp m_RegExp
Deprecated.the regular expression on the file/dir names. -
m_RemoteDir
String m_RemoteDir
Deprecated.the directory to list. -
m_SortDescending
boolean m_SortDescending
Deprecated.whether to sort descending instead of ascending. -
m_Sorting
FTPLister.Sorting m_Sorting
Deprecated.the sorting.
-
-
Class adams.flow.source.GetEnvironmentVariable extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -1036403425216584221L
-
Class adams.flow.source.GetSystemProperty extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -1036403425216584221L
-
Class adams.flow.source.Groovy extends AbstractGroovyActor implements Serializable
- serialVersionUID:
- 8308708214624482350L
-
Class adams.flow.source.HashSet extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -4888807180866059350L
-
Serialized Fields
-
m_ColumnName
String m_ColumnName
the column name to use. -
m_Conversion
Conversion m_Conversion
the type of conversion. -
m_StorageName
StorageName m_StorageName
the name of the hashset in the internal storage.
-
-
Class adams.flow.source.HttpRequest extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- 3114594997972970790L
-
Serialized Fields
-
m_Cookies
StorageName m_Cookies
the storage value containing the cookies to use. -
m_Headers
BaseKeyValuePair[] m_Headers
the (optional) request headers. -
m_Method
com.github.fracpete.requests4j.request.Method m_Method
the action method to use. -
m_Parameters
BaseKeyValuePair[] m_Parameters
the form parameters. -
m_URL
BaseURL m_URL
the URL to send the form parameters to.
-
-
Class adams.flow.source.Idle extends AbstractSource implements Serializable
- serialVersionUID:
- -5122693662484042507L
-
Serialized Fields
-
m_Interval
int m_Interval
the interval in milli-seconds.
-
-
Class adams.flow.source.InactiveSource extends SequenceSource implements Serializable
- serialVersionUID:
- 1146652019996411523L
-
Class adams.flow.source.IncludeExternalSource extends AbstractIncludeExternalActor implements Serializable
- serialVersionUID:
- 2164366881337723272L
-
Class adams.flow.source.InputStreamGenerator extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- 7558795661303788547L
-
Serialized Fields
-
m_Generator
AbstractInputStreamGenerator m_Generator
the generator.
-
-
Class adams.flow.source.IntegerRange extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -8634150731979965438L
-
Serialized Fields
-
m_Max
int m_Max
the maximum for the range. -
m_Range
Range m_Range
the range. -
m_ZeroBased
boolean m_ZeroBased
whether to output 0-based or 1-based integers.
-
-
Class adams.flow.source.LargeObjectDbReader extends AbstractDbArrayProvider implements Serializable
- serialVersionUID:
- 3879955415607623916L
-
Serialized Fields
-
m_BlobConversion
Conversion m_BlobConversion
the conversion to use blobs. -
m_Query
SQLStatement m_Query
the SQL statement to execute. -
m_Type
LargeObjectType m_Type
the type of object to read.
-
-
Class adams.flow.source.ListCallableActors extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -344345645671109393L
-
Serialized Fields
-
m_Invert
boolean m_Invert
whether to invert the matching sense. -
m_RegExp
BaseRegExp m_RegExp
the regular expression to match.
-
-
Class adams.flow.source.ListEnvironmentVariables extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -3001964206807357534L
-
Serialized Fields
-
m_Invert
boolean m_Invert
whether to invert the matching sense. -
m_RegExp
BaseRegExp m_RegExp
the regular expression to match.
-
-
Class adams.flow.source.ListStorageNames extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -3232942192233897676L
-
Serialized Fields
-
m_Cache
String m_Cache
the name of the LRU cache. -
m_Invert
boolean m_Invert
whether to invert the matching sense. -
m_RegExp
BaseRegExp m_RegExp
the regular expression to match.
-
-
Class adams.flow.source.ListSystemProperties extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -3001964206807357534L
-
Serialized Fields
-
m_Invert
boolean m_Invert
whether to invert the matching sense. -
m_RegExp
BaseRegExp m_RegExp
the regular expression to match.
-
-
Class adams.flow.source.ListTables extends AbstractListTables implements Serializable
- serialVersionUID:
- -4323845180416902734L
-
Class adams.flow.source.ListVariables extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -344345645671109393L
-
Serialized Fields
-
m_Invert
boolean m_Invert
whether to invert the matching sense. -
m_RegExp
BaseRegExp m_RegExp
the regular expression to match.
-
-
Class adams.flow.source.LookUp extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -4888807180866059350L
-
Serialized Fields
-
m_Key
String m_Key
the key to lookup and forward the value for. -
m_MissingKey
MissingLookUpKey m_MissingKey
the behavior for missing keys. -
m_MissingValue
String m_MissingValue
the missing value. -
m_StorageName
StorageName m_StorageName
the name of the lookup table in the internal storage. -
m_UseNative
boolean m_UseNative
whether to output native objects rather than strings.
-
-
Class adams.flow.source.LookUpTable extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -4888807180866059350L
-
Serialized Fields
-
m_StorageName
StorageName m_StorageName
the name of the lookup table in the internal storage. -
m_UseNative
boolean m_UseNative
whether to output native objects rather than strings.
-
-
Class adams.flow.source.MakeContainer extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -132045002653940359L
-
Serialized Fields
-
m_CallableActors
CallableActorReference[] m_CallableActors
the callable actors to retrieve the data from. -
m_ContainerClass
AbstractContainer m_ContainerClass
the container class to create. -
m_ContainerValues
String m_ContainerValues
the names of the items for the current container. -
m_StorageNames
StorageName[] m_StorageNames
the storage names to retrieve the data from. -
m_UseStorage
boolean m_UseStorage
whether to use callable actors or storage. -
m_ValueNames
BaseString[] m_ValueNames
the names under which to store the data.
-
-
Class adams.flow.source.MathExpression extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -8477454145267616359L
-
Serialized Fields
-
m_Expression
MathematicalExpressionText m_Expression
the mathematical expression to evaluate. -
m_NumDecimals
int m_NumDecimals
the number of decimals. -
m_RoundingType
RoundingType m_RoundingType
the rounding type to perform. -
m_RoundOutput
boolean m_RoundOutput
whether to round the output of the expression.
-
-
Class adams.flow.source.MemoryUsage extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- 6241869472082918544L
-
Class adams.flow.source.ModuleInfo extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -6626384935427295809L
-
Class adams.flow.source.NewArray extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- 7272049518765623563L
-
Serialized Fields
-
m_ArrayClass
String m_ArrayClass
the class for the array. -
m_Dimensions
ArrayDimensions m_Dimensions
the dimensions.
-
-
Class adams.flow.source.NewCollection extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -806490496269907022L
-
Serialized Fields
-
m_CollectionClass
BaseClassname m_CollectionClass
the class for the collection.
-
-
Class adams.flow.source.NewDOMDocument extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- 4226118402582230610L
-
Class adams.flow.source.NewFlow extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- 3823225606368312035L
-
Serialized Fields
-
m_Template
AbstractActorTemplate m_Template
the template.
-
-
Class adams.flow.source.NewImage extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -5718059337341470131L
-
Serialized Fields
-
m_AlphaChannel
boolean m_AlphaChannel
whether to add Alpha channel. -
m_Background
Color m_Background
the background color. -
m_Conversion
BufferedImageToOtherFormatConversion m_Conversion
the conversion to perform. -
m_Height
int m_Height
the height of the image. -
m_Width
int m_Width
the width of the image.
-
-
Class adams.flow.source.NewJsonStructure extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -5652163566235489447L
-
Serialized Fields
-
m_DataStructure
NewJsonStructure.JsonDataStructure m_DataStructure
the data structure to create.
-
-
Class adams.flow.source.NewList extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- 7272049518765623563L
-
Serialized Fields
-
m_Generator
AbstractListGenerator m_Generator
the generator to use. -
m_QuoteType
NewList.QuoteType m_QuoteType
the quote type to use. -
m_Separator
String m_Separator
the separator for the list items.
-
-
Class adams.flow.source.NewMap extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- 7272049518765623563L
-
Serialized Fields
-
m_MapClass
BaseClassname m_MapClass
the class for the map.
-
-
Class adams.flow.source.NewMat5File extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -3376485047370616035L
-
Class adams.flow.source.NewMat5Matrix extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -3376485047370616035L
-
Serialized Fields
-
m_Dimensions
Mat5ArrayDimensions m_Dimensions
the dimensions of the matrix.
-
-
Class adams.flow.source.NewMat5Struct extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -3376485047370616035L
-
Serialized Fields
-
m_Dimensions
Mat5ArrayDimensions m_Dimensions
the dimensions of the matrix.
-
-
Class adams.flow.source.NewProperties extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- 7272049518765623563L
-
Class adams.flow.source.NewRemoteCommand extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -8413782615159219659L
-
Serialized Fields
-
m_Command
RemoteCommand m_Command
the command to create. -
m_Request
boolean m_Request
whether to create a request or response.
-
-
Class adams.flow.source.NewReport extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- 7272049518765623563L
-
Serialized Fields
-
m_ReportClass
BaseClassname m_ReportClass
the class of the report.
-
-
Class adams.flow.source.NewSpreadSheet extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- 494594301273926225L
-
Serialized Fields
-
m_Columns
BaseText m_Columns
the comma-separated list of column headers. -
m_ColumnsArray
BaseString[] m_ColumnsArray
the array of column headers to use. -
m_Comments
BaseText m_Comments
the initial comments to use. -
m_DataRowType
DataRow m_DataRowType
the data row type to use. -
m_SheetName
String m_SheetName
the spreadsheet name. -
m_SpreadSheetType
SpreadSheet m_SpreadSheetType
the type of spreadsheet to use.
-
-
Class adams.flow.source.NewTempFile extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- 7272049518765623563L
-
Serialized Fields
-
m_Directory
PlaceholderDirectory m_Directory
the directory for the temp file. -
m_Prefix
String m_Prefix
the prefix. -
m_Suffix
String m_Suffix
the suffix (incl dot).
-
-
Class adams.flow.source.Null extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- 7272049518765623563L
-
Class adams.flow.source.OpenCVDeviceFrameGrabber extends AbstractSource implements Serializable
- serialVersionUID:
- 5117434255083739200L
-
Serialized Fields
-
m_Delay
long m_Delay
the delay between frames in microsecond. -
m_Device
int m_Device
the device ID. -
m_FrameGrabberClass
BaseClassname m_FrameGrabberClass
the frame grabber class.
-
-
Class adams.flow.source.OptionProducer extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -132045002653940359L
-
Serialized Fields
-
m_Producer
OptionProducer m_Producer
the producer to use.
-
-
Class adams.flow.source.OptionTraverser extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -4834816502537753658L
-
Serialized Fields
-
m_Start
OptionTraverser.TraversalStart m_Start
the start of the traversal. -
m_Traverser
OptionTraverser m_Traverser
the option traverser to use.
-
-
Class adams.flow.source.PasteFromClipboard extends AbstractInteractiveSource implements Serializable
- serialVersionUID:
- 8200691218381875131L
-
Serialized Fields
-
m_ClipboardData
AbstractClipboardData m_ClipboardData
the data type to paste. -
m_Message
String m_Message
the message for the user. -
m_OutputToken
Token m_OutputToken
the output token to broadcast.
-
-
Class adams.flow.source.PDFNewDocument extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -4271476585270701409L
-
Serialized Fields
-
m_OutputFile
PlaceholderFile m_OutputFile
the output file. -
m_PageOrientation
PageOrientation m_PageOrientation
the page orientation. -
m_PageSize
PageSize m_PageSize
the page size.
-
-
Class adams.flow.source.PipExec extends AbstractPythonExecution implements Serializable
- serialVersionUID:
- -132045002653940359L
-
Serialized Fields
-
m_Options
BaseText m_Options
the options for pip. -
m_OptionsContainPlaceholder
boolean m_OptionsContainPlaceholder
whether the options contain placeholders, which need to be expanded first. -
m_OptionsContainVariable
boolean m_OptionsContainVariable
whether the options contain variables, which need to be expanded first.
-
-
Class adams.flow.source.PyroSource extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -1719389733948167820L
-
Serialized Fields
-
m_Call
AbstractPyroSource m_Call
the pyro call to use.
-
-
Class adams.flow.source.PythonExec extends AbstractPythonExecution implements Serializable
- serialVersionUID:
- -132045002653940359L
-
Serialized Fields
-
m_OptionsContainPlaceholder
boolean m_OptionsContainPlaceholder
whether the options contain placeholders, which need to be expanded first. -
m_OptionsContainVariable
boolean m_OptionsContainVariable
whether the options contain variables, which need to be expanded first. -
m_Script
PlaceholderFile m_Script
the script to run. -
m_ScriptOptions
BaseText m_ScriptOptions
the options for the script. -
m_WorkingDirectory
String m_WorkingDirectory
the current working directory.
-
-
Class adams.flow.source.PythonVenvExec extends AbstractPythonExecution implements Serializable
- serialVersionUID:
- -132045002653940359L
-
Serialized Fields
-
m_Executable
String m_Executable
the executable to run. -
m_ExecutableOptions
BaseText m_ExecutableOptions
the options for the executable. -
m_OptionsContainPlaceholder
boolean m_OptionsContainPlaceholder
whether the options contain placeholders, which need to be expanded first. -
m_OptionsContainVariable
boolean m_OptionsContainVariable
whether the options contain variables, which need to be expanded first. -
m_WorkingDirectory
String m_WorkingDirectory
the current working directory.
-
-
Class adams.flow.source.RandomNumberGenerator extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- 6216146938771296415L
-
Serialized Fields
-
m_Generator
RandomNumberGenerator m_Generator
the random number generator to use. -
m_MaxNum
int m_MaxNum
the maximum number of random numbers to generate.
-
-
Class adams.flow.source.ReaderGenerator extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- 7558795661303788547L
-
Serialized Fields
-
m_Generator
AbstractReaderGenerator m_Generator
the generator.
-
-
Class adams.flow.source.RSync extends AbstractBufferingSource implements Serializable
- serialVersionUID:
- 5033321049882638158L
-
Serialized Fields
-
m_Address
String m_Address
-
m_Append
boolean m_Append
-
m_AppendVerify
boolean m_AppendVerify
-
m_Archive
boolean m_Archive
-
m_Backup
boolean m_Backup
-
m_BackupDir
String m_BackupDir
-
m_BlockingIO
boolean m_BlockingIO
-
m_BlockSize
String m_BlockSize
-
m_Bwlimit
String m_Bwlimit
-
m_Checksum
boolean m_Checksum
-
m_ChecksumSeed
int m_ChecksumSeed
-
m_Chmod
String m_Chmod
-
m_Chown
String m_Chown
-
m_CompareDest
BaseString[] m_CompareDest
-
m_Compress
boolean m_Compress
-
m_CompressLevel
int m_CompressLevel
-
m_Contimeout
int m_Contimeout
-
m_CopyDest
BaseString[] m_CopyDest
-
m_CopyDirlinks
boolean m_CopyDirlinks
-
m_CopyLinks
boolean m_CopyLinks
-
m_CopyUnsafeLinks
boolean m_CopyUnsafeLinks
-
m_CvsExclude
boolean m_CvsExclude
-
m_Debug
String m_Debug
-
m_DelayUpdates
boolean m_DelayUpdates
-
m_Delete
boolean m_Delete
-
m_DeleteAfter
boolean m_DeleteAfter
-
m_DeleteBefore
boolean m_DeleteBefore
-
m_DeleteDelay
boolean m_DeleteDelay
-
m_DeleteDuring
boolean m_DeleteDuring
-
m_DeleteExcluded
boolean m_DeleteExcluded
-
m_DeleteMissingArgs
boolean m_DeleteMissingArgs
-
m_Destination
String m_Destination
the destination path/url. -
m_Devices
boolean m_Devices
-
m_Dirs
boolean m_Dirs
-
m_DryRun
boolean m_DryRun
-
m_EightBitOutput
boolean m_EightBitOutput
-
m_Exclude
BaseString[] m_Exclude
-
m_ExcludeFrom
PlaceholderFile m_ExcludeFrom
-
m_Executability
boolean m_Executability
-
m_Existing
boolean m_Existing
-
m_FakeSuper
boolean m_FakeSuper
-
m_FilesFrom
PlaceholderFile m_FilesFrom
-
m_Filter
BaseString[] m_Filter
-
m_Force
boolean m_Force
-
m_From0
boolean m_From0
-
m_Fuzzy
boolean m_Fuzzy
-
m_Group
boolean m_Group
-
m_Groupmap
String m_Groupmap
-
m_HardLinks
boolean m_HardLinks
-
m_HumanReadable
boolean m_HumanReadable
-
m_Iconv
String m_Iconv
-
m_IgnoreErrors
boolean m_IgnoreErrors
-
m_IgnoreExisting
boolean m_IgnoreExisting
-
m_IgnoreMissingArgs
boolean m_IgnoreMissingArgs
-
m_IgnoreTimes
boolean m_IgnoreTimes
-
m_Include
BaseString[] m_Include
-
m_IncludeFrom
PlaceholderFile m_IncludeFrom
-
m_Info
String m_Info
-
m_Inplace
boolean m_Inplace
-
m_Ipv4
boolean m_Ipv4
-
m_Ipv6
boolean m_Ipv6
-
m_ItemizeChanges
boolean m_ItemizeChanges
-
m_KeepDirlinks
boolean m_KeepDirlinks
-
m_LinkDest
BaseString[] m_LinkDest
-
m_Links
boolean m_Links
-
m_ListOnly
boolean m_ListOnly
-
m_LogFile
PlaceholderFile m_LogFile
-
m_LogFileFormat
String m_LogFileFormat
-
m_MaxDelete
int m_MaxDelete
-
m_MaxSize
String m_MaxSize
-
m_MaxTime
int m_MaxTime
-
m_MinSize
String m_MinSize
-
m_ModifyWindow
int m_ModifyWindow
-
m_Msgs2stderr
boolean m_Msgs2stderr
-
m_MungeLinks
boolean m_MungeLinks
-
m_NoImpliedDirs
boolean m_NoImpliedDirs
-
m_NoMotd
boolean m_NoMotd
-
m_NumericIds
boolean m_NumericIds
-
m_OmitDirTimes
boolean m_OmitDirTimes
-
m_OmitLinkTimes
boolean m_OmitLinkTimes
-
m_OneFileSystem
boolean m_OneFileSystem
-
m_OnlyWriteBatch
PlaceholderFile m_OnlyWriteBatch
-
m_Outbuf
String m_Outbuf
-
m_OutFormat
String m_OutFormat
-
m_OutputCommandline
boolean m_OutputCommandline
whether to output the commandline. -
m_Owner
boolean m_Owner
-
m_Partial
boolean m_Partial
-
m_PartialDir
String m_PartialDir
-
m_PasswordFile
String m_PasswordFile
-
m_Perms
boolean m_Perms
-
m_Port
int m_Port
-
m_Preallocate
boolean m_Preallocate
-
m_PrefixStdErr
String m_PrefixStdErr
the stderr prefix. -
m_PrefixStdOut
String m_PrefixStdOut
the stdout prefix. -
m_Progress
boolean m_Progress
-
m_ProtectArgs
boolean m_ProtectArgs
-
m_Protocol
int m_Protocol
-
m_PruneEmptyDirs
boolean m_PruneEmptyDirs
-
m_Quiet
boolean m_Quiet
-
m_ReadBatch
PlaceholderFile m_ReadBatch
-
m_Recursive
boolean m_Recursive
-
m_Relative
boolean m_Relative
-
m_RemoteOption
String m_RemoteOption
-
m_RemoveSourceFiles
boolean m_RemoveSourceFiles
-
m_Rsh
String m_Rsh
-
m_RsyncPath
String m_RsyncPath
-
m_SafeLinks
boolean m_SafeLinks
-
m_SizeOnly
boolean m_SizeOnly
-
m_SkipCompress
String m_SkipCompress
-
m_Sockopts
String m_Sockopts
-
m_Source
String m_Source
the source path/url. -
m_Sparse
boolean m_Sparse
-
m_Specials
boolean m_Specials
-
m_Stats
boolean m_Stats
-
m_Suffix
String m_Suffix
-
m_Super_
boolean m_Super_
-
m_TempDir
String m_TempDir
-
m_Timeout
int m_Timeout
-
m_Times
boolean m_Times
-
m_Update
boolean m_Update
-
m_Usermap
String m_Usermap
-
m_Verbose
boolean m_Verbose
-
m_Version
boolean m_Version
-
m_WholeFile
boolean m_WholeFile
-
m_WriteBatch
PlaceholderFile m_WriteBatch
-
m_Xattrs
boolean m_Xattrs
-
-
Class adams.flow.source.Rsync4jRsyncBinary extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- 653420853872160052L
-
Class adams.flow.source.Rsync4jSshBinary extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- 653420853872160052L
-
Class adams.flow.source.Scripted extends AbstractScriptingHandlerActor implements Serializable
- serialVersionUID:
- 8308708214624482350L
-
Class adams.flow.source.SelectCharset extends AbstractInteractiveSource implements Serializable
- serialVersionUID:
- -3223325917850709883L
-
Serialized Fields
-
m_InitialCharset
BaseCharset m_InitialCharset
the initial directory. -
m_NonInteractive
boolean m_NonInteractive
whether to automate the actor. -
m_OutputToken
Token m_OutputToken
for the chosen directory.
-
-
Class adams.flow.source.SelectDateTime extends AbstractInteractiveSource implements Serializable
- serialVersionUID:
- 8200691218381875131L
-
Serialized Fields
-
m_NonInteractive
boolean m_NonInteractive
whether to automate the actor. -
m_OutputAsString
boolean m_OutputAsString
whether to output a string rather than objects. -
m_OutputToken
Token m_OutputToken
the output token to broadcast. -
m_Type
SelectDateTime.Type m_Type
the type of data to output.
-
-
Class adams.flow.source.SelectDirectory extends AbstractInteractiveSource implements Serializable
- serialVersionUID:
- -3223325917850709883L
-
Serialized Fields
-
m_AbsoluteDirectoryName
boolean m_AbsoluteDirectoryName
whether to use absolute file/dir names. -
m_Comm
GUIHelper.DialogCommunication m_Comm
for communicating with the input dialog. -
m_DirectoryChooserTitle
String m_DirectoryChooserTitle
the title of the directory chooser dialog. -
m_DisplayLocation
InteractionDisplayLocation m_DisplayLocation
where to display the prompt. -
m_InitialDirectory
PlaceholderDirectory m_InitialDirectory
the initial directory. -
m_MultiSelectionEnabled
boolean m_MultiSelectionEnabled
whether to allow multi-selection. -
m_NonInteractive
boolean m_NonInteractive
whether to automate the actor. -
m_OutputToken
Token m_OutputToken
for the chosen directory. -
m_RestorationEnabled
boolean m_RestorationEnabled
whether restoration is enabled. -
m_RestorationFile
PlaceholderFile m_RestorationFile
the file to store the restoration state in. -
m_UseForwardSlashes
boolean m_UseForwardSlashes
whether to output forward slashes.
-
-
Class adams.flow.source.SelectFile extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- 8200691218381875131L
-
Serialized Fields
-
m_AbsoluteFileNames
boolean m_AbsoluteFileNames
whether to use absolute file/dir names. -
m_CallableActor
Actor m_CallableActor
the callable actor. -
m_Comm
GUIHelper.DialogCommunication m_Comm
for communicating with the input dialog. -
m_CustomStopMessage
String m_CustomStopMessage
the custom stop message to use if flow gets stopped due to cancelation. -
m_DisplayLocation
InteractionDisplayLocation m_DisplayLocation
where to display the prompt. -
m_Extensions
BaseString[] m_Extensions
the extensions to offer in the file chooser. -
m_FileChooserTitle
String m_FileChooserTitle
the title of the file chooser dialog. -
m_Helper
CallableActorHelper m_Helper
the helper class. -
m_InitialDirectory
PlaceholderDirectory m_InitialDirectory
the initial directory. -
m_InitialFiles
PlaceholderFile[] m_InitialFiles
the initial files to use. -
m_NonInteractive
boolean m_NonInteractive
whether to automate the actor. -
m_ParentComponentActor
CallableActorReference m_ParentComponentActor
the (optional) parent component to use. -
m_ParentComponentActorConfigured
boolean m_ParentComponentActorConfigured
whether the callable actor has been configured. -
m_RestorationEnabled
boolean m_RestorationEnabled
whether restoration is enabled. -
m_RestorationFile
PlaceholderFile m_RestorationFile
the file to store the restoration state in. -
m_StopFlowIfCanceled
boolean m_StopFlowIfCanceled
whether to stop the flow if canceled. -
m_StopMode
StopMode m_StopMode
how to perform the stop. -
m_UseForwardSlashes
boolean m_UseForwardSlashes
whether to output forward slashes. -
m_UseOuterWindow
boolean m_UseOuterWindow
whether to use the outer window as parent.
-
-
Class adams.flow.source.SelectObjects extends AbstractSelectObjects implements Serializable
- serialVersionUID:
- 8941008707409028350L
-
Serialized Fields
-
m_Dialog
GenericArrayEditorDialog m_Dialog
the dialog for selecting the objects.
-
-
Class adams.flow.source.SequenceSource extends MutableConnectedControlActor implements Serializable
- serialVersionUID:
- -1007878227244351146L
-
Class adams.flow.source.SequenceSource.SequenceSourceDirector extends SequentialDirector implements Serializable
- serialVersionUID:
- 1600945233224761728L
-
Class adams.flow.source.SimpleRSync extends AbstractBufferingSource implements Serializable
- serialVersionUID:
- -2922477251211046117L
-
Serialized Fields
-
m_Archive
boolean m_Archive
-
m_Checksum
boolean m_Checksum
-
m_Delete
boolean m_Delete
-
m_Destination
String m_Destination
the destination path/url. -
m_DryRun
boolean m_DryRun
-
m_Exclude
BaseString[] m_Exclude
-
m_ExcludeFrom
PlaceholderFile m_ExcludeFrom
-
m_Executability
boolean m_Executability
-
m_FilesFrom
PlaceholderFile m_FilesFrom
-
m_Filter
BaseString[] m_Filter
-
m_Include
BaseString[] m_Include
-
m_IncludeFrom
PlaceholderFile m_IncludeFrom
-
m_MaxTime
int m_MaxTime
-
m_OutputCommandline
boolean m_OutputCommandline
whether to output the commandline. -
m_Perms
boolean m_Perms
-
m_PrefixStdErr
String m_PrefixStdErr
the stderr prefix. -
m_PrefixStdOut
String m_PrefixStdOut
the stdout prefix. -
m_Quiet
boolean m_Quiet
-
m_Recursive
boolean m_Recursive
-
m_Relative
boolean m_Relative
-
m_Rsh
String m_Rsh
-
m_RsyncPath
String m_RsyncPath
-
m_Source
String m_Source
the source path/url. -
m_Times
boolean m_Times
-
m_Verbose
boolean m_Verbose
-
-
Class adams.flow.source.Socket extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- 4824594325548647716L
-
Serialized Fields
-
m_Encoding
BaseCharset m_Encoding
the encoding to use. -
m_OutputString
boolean m_OutputString
whether to output a string. -
m_Port
int m_Port
the port to listen on. -
m_Timeout
int m_Timeout
the timeout for the socket.
-
-
Class adams.flow.source.SpecifiedActor extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- 3823225606368312035L
-
Serialized Fields
-
m_ExpandVariables
boolean m_ExpandVariables
whether to expand variables. -
m_NoSubActors
boolean m_NoSubActors
whether to exclude any sub-actors (in case of actor handlers). -
m_Path
ActorPath m_Path
the actor path.
-
-
Class adams.flow.source.SpreadSheetDbReader extends AbstractSpreadSheetDbReader implements Serializable
- serialVersionUID:
- 494594301273926225L
-
Class adams.flow.source.SQLIdSupplier extends AbstractDatabaseIdSupplier implements Serializable
- serialVersionUID:
- -2269772801929933064L
-
Serialized Fields
-
m_SQL
SQLStatement m_SQL
the SQL statement to execute. -
m_Type
SQLIdSupplier.Type m_Type
the type of IDs to generate.
-
-
Class adams.flow.source.SSHExec extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -132045002653940359L
-
Serialized Fields
-
m_Command
String m_Command
the command to run. -
m_Connection
SSHConnection m_Connection
the SSH connection to use.
-
-
Class adams.flow.source.Start extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -132045002653940359L
-
Class adams.flow.source.StorageForLoop extends AbstractForLoop implements Serializable
- serialVersionUID:
- 5940182514084428795L
-
Serialized Fields
-
m_StorageName
StorageName m_StorageName
the storage value to output. -
m_VariableName
VariableName m_VariableName
the variable to update with for-loop value.
-
-
Class adams.flow.source.StorageValue extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -44192504096493397L
-
Serialized Fields
-
m_Cache
String m_Cache
the name of the LRU cache. -
m_Conversion
Conversion m_Conversion
the type of conversion. -
m_StorageName
StorageName m_StorageName
the name of the stored value. -
m_StoredValue
Object m_StoredValue
the stored value.
-
-
Class adams.flow.source.StorageValuesArray extends AbstractSource implements Serializable
- serialVersionUID:
- 8955342876774562591L
-
Serialized Fields
-
m_ArrayClass
String m_ArrayClass
the class for the array. -
m_Conversion
Conversion m_Conversion
the type of conversion. -
m_StorageNames
StorageName[] m_StorageNames
the names of the stored values. -
m_StoredValue
Object m_StoredValue
the stored value.
-
-
Class adams.flow.source.StringConstants extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- 1751543256903416330L
-
Serialized Fields
-
m_Conversion
Conversion m_Conversion
the type of conversion. -
m_Strings
BaseString[] m_Strings
the strings to provide.
-
-
Class adams.flow.source.StringExpression extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -8477454145267616359L
-
Serialized Fields
-
m_Expression
StringExpressionText m_Expression
the string expression to evaluate.
-
-
Class adams.flow.source.SwitchedSource extends AbstractSource implements Serializable
- serialVersionUID:
- 7440087569126732985L
-
Serialized Fields
-
m_ActiveCase
Actor m_ActiveCase
the active case. -
m_Cases
List<Actor> m_Cases
the "cases" to execute if the corresponding expression matches. -
m_Conditions
BooleanCondition[] m_Conditions
the "conditions" for the various switch cases.
-
-
Class adams.flow.source.TemplateSource extends AbstractTemplate implements Serializable
- serialVersionUID:
- 2906214610648390363L
-
Class adams.flow.source.TimeseriesDbReader extends AbstractDbSource implements Serializable
- serialVersionUID:
- -1030024345072684197L
-
Serialized Fields
-
m_ColumnID
String m_ColumnID
the ID column. -
m_ColumnIDIndex
int m_ColumnIDIndex
the ID column index. -
m_ColumnIDType
int m_ColumnIDType
the ID column type. -
m_ColumnTimestamp
String m_ColumnTimestamp
the timestamp column. -
m_ColumnTimestampIndex
int m_ColumnTimestampIndex
the timestamp column type. -
m_ColumnTimestampType
int m_ColumnTimestampType
the timestamp column index. -
m_ColumnValue
String m_ColumnValue
the value column. -
m_ColumnValueIndex
int m_ColumnValueIndex
the value column index. -
m_ColumnValueType
int m_ColumnValueType
the value column type. -
m_SQL
SQLStatement m_SQL
the SQL statement to execute. -
m_Timeseries
Timeseries m_Timeseries
the current container.
-
-
Class adams.flow.source.URLSupplier extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -8288435835502863891L
-
Serialized Fields
-
m_URLs
BaseURL[] m_URLs
the files to broadcast.
-
-
Class adams.flow.source.Variable extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -7838881435448178095L
-
Serialized Fields
-
m_Conversion
Conversion m_Conversion
the type of conversion. -
m_VariableName
VariableName m_VariableName
the name of the variable. -
m_VariableValue
String m_VariableValue
the value of the variable.
-
-
Class adams.flow.source.VariablesArray extends AbstractSource implements Serializable
- serialVersionUID:
- -8533328604800956145L
-
Serialized Fields
-
m_Conversion
Conversion m_Conversion
the type of conversion. -
m_StoredValue
Object m_StoredValue
the stored value. -
m_VariableNames
VariableName[] m_VariableNames
the names of the stored values.
-
-
Class adams.flow.source.WekaAssociatorSetup extends AbstractSimpleSourceWithPropertiesUpdating implements Serializable
- serialVersionUID:
- -3019442578354930841L
-
Serialized Fields
-
m_Associator
weka.associations.Associator m_Associator
the weka associator.
-
-
Class adams.flow.source.WekaClassifierGenerator extends AbstractWekaSetupGenerator<weka.classifiers.Classifier> implements Serializable
- serialVersionUID:
- -6802585691566163552L
-
Class adams.flow.source.WekaClassifierSetup extends AbstractSimpleSourceWithPropertiesUpdating implements Serializable
- serialVersionUID:
- -3019442578354930841L
-
Serialized Fields
-
m_Classifier
weka.classifiers.Classifier m_Classifier
the weka classifier.
-
-
Class adams.flow.source.WekaClustererGenerator extends AbstractWekaSetupGenerator<weka.clusterers.Clusterer> implements Serializable
- serialVersionUID:
- -6802585691566163552L
-
Class adams.flow.source.WekaClustererSetup extends AbstractSimpleSourceWithPropertiesUpdating implements Serializable
- serialVersionUID:
- 4936805424766023527L
-
Serialized Fields
-
m_Clusterer
weka.clusterers.Clusterer m_Clusterer
the weka clusterer.
-
-
Class adams.flow.source.WekaDatabaseReader extends AbstractSource implements Serializable
- serialVersionUID:
- 1255964542481136089L
-
Serialized Fields
-
m_CustomPropsFile
PlaceholderFile m_CustomPropsFile
a custom properties file to use instead of default one. -
m_Data
weka.core.Instances m_Data
the full data. -
m_Incremental
boolean m_Incremental
whether to output the data row-by-row. -
m_Keys
String m_Keys
the keys that uniquely identify a single row. -
m_NextInstance
weka.core.Instance m_NextInstance
the next instance to output. -
m_Password
BasePassword m_Password
the password for the user used for connecting. -
m_Query
SQLStatement m_Query
the query to execute. -
m_Source
weka.core.converters.DatabaseLoader m_Source
the actual loader for loading the data. -
m_SparseFormat
boolean m_SparseFormat
whether to output data in sparse format. -
m_Structure
weka.core.Instances m_Structure
the structure. -
m_URL
String m_URL
the database URL to query. -
m_User
String m_User
the database user to use for connecting.
-
-
Class adams.flow.source.WekaDataGenerator extends AbstractSimpleSourceWithPropertiesUpdating implements Serializable
- serialVersionUID:
- 1862828539481494711L
-
Serialized Fields
-
m_DataGenerator
weka.datagenerators.DataGenerator m_DataGenerator
the filter to apply.
-
-
Class adams.flow.source.WekaFilterGenerator extends AbstractWekaSetupGenerator<weka.filters.Filter> implements Serializable
- serialVersionUID:
- -6802585691566163552L
-
Class adams.flow.source.WekaForecasterSetup extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -3019442578354930841L
-
Serialized Fields
-
m_Generator
AbstractForecasterGenerator m_Generator
the generator.
-
-
Class adams.flow.source.WekaForecasting extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -3019442578354930841L
-
Serialized Fields
-
m_Model
weka.classifiers.timeseries.AbstractForecaster m_Model
the model that was loaded from the model file. -
m_ModelActor
CallableActorReference m_ModelActor
the callable actor to get the model from. -
m_ModelFile
PlaceholderFile m_ModelFile
the serialized model to load. -
m_NumSteps
int m_NumSteps
the number of steps to forecast. -
m_OnTheFly
boolean m_OnTheFly
whether the model gets built on the fly and might not be present at the start.
-
-
Class adams.flow.source.WekaNewExperiment extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- 6104313581716027684L
-
Serialized Fields
-
m_Experiment
AbstractExperiment m_Experiment
the experiment.
-
-
Class adams.flow.source.WekaNewInstances extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- 1862828539481494711L
-
Serialized Fields
-
m_AttributeNames
BaseList m_AttributeNames
the comma-separated list of attribute names. -
m_AttributeTypes
AttributeTypeList m_AttributeTypes
the comma-separated list of attribute types. -
m_ClassIndex
Index m_ClassIndex
the index for the class attribute, if any. -
m_ClassName
String m_ClassName
the name for the class attribute, if any. -
m_RelationName
String m_RelationName
the name for the relation, if any.
-
-
Class adams.flow.source.WekaPackageManagerAction extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- -7087254851973840848L
-
Serialized Fields
-
m_Action
AbstractWekaPackageManagerAction m_Action
the action to execute.
-
-
Class adams.flow.source.WekaSelectDataset extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- 8200691218381875131L
-
Serialized Fields
-
m_CallableActor
Actor m_CallableActor
the callable actor. -
m_CustomStopMessage
String m_CustomStopMessage
the custom stop message to use if flow gets stopped due to cancelation. -
m_FileChooserTitle
String m_FileChooserTitle
the title of the file chooser dialog. -
m_Helper
CallableActorHelper m_Helper
the helper class. -
m_InitialDirectory
PlaceholderDirectory m_InitialDirectory
the initial directory. -
m_InitialFiles
PlaceholderFile[] m_InitialFiles
the initial files to use. -
m_NonInteractive
boolean m_NonInteractive
whether to automate the actor. -
m_ParentComponentActor
CallableActorReference m_ParentComponentActor
the (optional) parent component to use. -
m_ParentComponentActorConfigured
boolean m_ParentComponentActorConfigured
whether the callable actor has been configured. -
m_StopFlowIfCanceled
boolean m_StopFlowIfCanceled
whether to stop the flow if canceled. -
m_StopMode
StopMode m_StopMode
how to perform the stop. -
m_UseOuterWindow
boolean m_UseOuterWindow
whether to use the outer window as parent.
-
-
Class adams.flow.source.WekaSelectObjects extends AbstractSelectObjects implements Serializable
- serialVersionUID:
- 8941008707409028350L
-
Serialized Fields
-
m_ArrayEditor
weka.gui.GenericArrayEditor m_ArrayEditor
the dialog for selecting the objects. -
m_Dialog
ApprovalDialog m_Dialog
the dialog for selecting the objects.
-
-
Class adams.flow.source.ZipArrays extends AbstractSimpleSource implements Serializable
- serialVersionUID:
- 8955342876774562591L
-
Serialized Fields
-
m_StorageNames
StorageName[] m_StorageNames
the names of the stored values.
-
-
-
Package adams.flow.source.filesystemsearch
-
Class adams.flow.source.filesystemsearch.AbstractFileSystemSearchlet extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 5019667028030872568L
-
Serialized Fields
-
m_FlowContext
Actor m_FlowContext
the flow context. -
m_Stopped
boolean m_Stopped
whether search was stopped.
-
-
Class adams.flow.source.filesystemsearch.AbstractFtpDirectoryListerBasedSearchlet extends AbstractFileSystemSearchlet implements Serializable
- serialVersionUID:
- -240436041323613527L
-
Serialized Fields
-
m_Lister
FtpDirectoryLister m_Lister
for listing the contents.
-
-
Class adams.flow.source.filesystemsearch.AbstractLocalDirectoryListerBasedSearchlet extends AbstractFileSystemSearchlet implements Serializable
- serialVersionUID:
- -240436041323613527L
-
Serialized Fields
-
m_Lister
LocalDirectoryLister m_Lister
for listing the contents.
-
-
Class adams.flow.source.filesystemsearch.AbstractSftpDirectoryListerBasedSearchlet extends AbstractFileSystemSearchlet implements Serializable
- serialVersionUID:
- -240436041323613527L
-
Serialized Fields
-
m_Lister
SftpDirectoryLister m_Lister
for listing the contents.
-
-
Class adams.flow.source.filesystemsearch.AbstractSmbDirectoryListerBasedSearchlet extends AbstractFileSystemSearchlet implements Serializable
- serialVersionUID:
- -240436041323613527L
-
Serialized Fields
-
m_Lister
SmbDirectoryLister m_Lister
for listing the contents.
-
-
Class adams.flow.source.filesystemsearch.BlockingSearch extends AbstractFileSystemSearchlet implements Serializable
- serialVersionUID:
- -2652975788946866774L
-
Serialized Fields
-
m_Interval
int m_Interval
the interval in milliseconds. -
m_Search
AbstractFileSystemSearchlet m_Search
the base search. -
m_Timeout
int m_Timeout
the timeout in milliseconds (<=0 never time out).
-
-
Class adams.flow.source.filesystemsearch.FtpDirectorySearch extends AbstractFtpDirectoryListerBasedSearchlet implements Serializable
- serialVersionUID:
- 3229293554987103145L
-
Class adams.flow.source.filesystemsearch.FtpDirectorySearchWithComparator extends AbstractFtpDirectoryListerBasedSearchlet implements Serializable
- serialVersionUID:
- 3229293554987103145L
-
Serialized Fields
-
m_Comparator
Comparator m_Comparator
the comparator to use. -
m_Descending
boolean m_Descending
whether to sort ascending or descending.
-
-
Class adams.flow.source.filesystemsearch.FtpDirectorySearchWithCustomSort extends AbstractFtpDirectoryListerBasedSearchlet implements Serializable
- serialVersionUID:
- 3229293554987103145L
-
Serialized Fields
-
m_Descending
boolean m_Descending
whether to sort ascending or descending. -
m_SortFind
BaseRegExp m_SortFind
the regular expression for finding the data to use for sorting (groups). -
m_SortReplace
String m_SortReplace
the string used for reassembling the groups extracted with the regular expression.
-
-
Class adams.flow.source.filesystemsearch.FtpDirectorySearchWithCustomSort.SortContainer extends Object implements Serializable
- serialVersionUID:
- 8905572097502057181L
-
Class adams.flow.source.filesystemsearch.FtpFileSearch extends AbstractFtpDirectoryListerBasedSearchlet implements Serializable
- serialVersionUID:
- 3229293554987103145L
-
Class adams.flow.source.filesystemsearch.FtpFileSearchWithComparator extends FtpDirectorySearchWithComparator implements Serializable
- serialVersionUID:
- 3229293554987103145L
-
Class adams.flow.source.filesystemsearch.FtpFileSearchWithCustomSort extends FtpDirectorySearchWithCustomSort implements Serializable
- serialVersionUID:
- 3229293554987103145L
-
Class adams.flow.source.filesystemsearch.LocalDirectorySearch extends AbstractLocalDirectoryListerBasedSearchlet implements Serializable
- serialVersionUID:
- 3229293554987103145L
-
Class adams.flow.source.filesystemsearch.LocalDirectorySearchWithComparator extends AbstractLocalDirectoryListerBasedSearchlet implements Serializable
- serialVersionUID:
- 3229293554987103145L
-
Serialized Fields
-
m_Comparator
Comparator m_Comparator
the comparator to use. -
m_Descending
boolean m_Descending
whether to sort ascending or descending.
-
-
Class adams.flow.source.filesystemsearch.LocalDirectorySearchWithCustomSort extends AbstractLocalDirectoryListerBasedSearchlet implements Serializable
- serialVersionUID:
- 3229293554987103145L
-
Serialized Fields
-
m_Descending
boolean m_Descending
whether to sort ascending or descending. -
m_SortFind
BaseRegExp m_SortFind
the regular expression for finding the data to use for sorting (groups). -
m_SortReplace
String m_SortReplace
the string used for reassembling the groups extracted with the regular expression.
-
-
Class adams.flow.source.filesystemsearch.LocalDirectorySearchWithCustomSort.SortContainer extends Object implements Serializable
- serialVersionUID:
- 8905572097502057181L
-
Class adams.flow.source.filesystemsearch.LocalDirectorySearchWithTimestampConstraints extends LocalDirectorySearch implements Serializable
- serialVersionUID:
- 7165242885787887905L
-
Class adams.flow.source.filesystemsearch.LocalFileSearch extends AbstractLocalDirectoryListerBasedSearchlet implements Serializable
- serialVersionUID:
- 3229293554987103145L
-
Class adams.flow.source.filesystemsearch.LocalFileSearchWithComparator extends LocalDirectorySearchWithComparator implements Serializable
- serialVersionUID:
- 3229293554987103145L
-
Class adams.flow.source.filesystemsearch.LocalFileSearchWithCustomSort extends LocalDirectorySearchWithCustomSort implements Serializable
- serialVersionUID:
- 3229293554987103145L
-
Class adams.flow.source.filesystemsearch.LocalFileSearchWithTimestampConstraints extends LocalFileSearch implements Serializable
- serialVersionUID:
- 7165242885787887905L
-
Class adams.flow.source.filesystemsearch.MultiSearch extends AbstractFileSystemSearchlet implements Serializable
- serialVersionUID:
- -3189597528629633942L
-
Serialized Fields
-
m_Searches
AbstractFileSystemSearchlet[] m_Searches
the search algorithms to execute.
-
-
Class adams.flow.source.filesystemsearch.SftpDirectorySearch extends AbstractSftpDirectoryListerBasedSearchlet implements Serializable
- serialVersionUID:
- 3229293554987103145L
-
Class adams.flow.source.filesystemsearch.SftpDirectorySearchWithComparator extends AbstractSftpDirectoryListerBasedSearchlet implements Serializable
- serialVersionUID:
- 3229293554987103145L
-
Serialized Fields
-
m_Comparator
Comparator m_Comparator
the comparator to use. -
m_Descending
boolean m_Descending
whether to sort ascending or descending.
-
-
Class adams.flow.source.filesystemsearch.SftpDirectorySearchWithCustomSort extends AbstractSftpDirectoryListerBasedSearchlet implements Serializable
- serialVersionUID:
- 3229293554987103145L
-
Serialized Fields
-
m_Descending
boolean m_Descending
whether to sort ascending or descending. -
m_SortFind
BaseRegExp m_SortFind
the regular expression for finding the data to use for sorting (groups). -
m_SortReplace
String m_SortReplace
the string used for reassembling the groups extracted with the regular expression.
-
-
Class adams.flow.source.filesystemsearch.SftpDirectorySearchWithCustomSort.SortContainer extends Object implements Serializable
- serialVersionUID:
- 8905572097502057181L
-
Class adams.flow.source.filesystemsearch.SftpFileSearch extends AbstractSftpDirectoryListerBasedSearchlet implements Serializable
- serialVersionUID:
- 3229293554987103145L
-
Class adams.flow.source.filesystemsearch.SftpFileSearchWithComparator extends SftpDirectorySearchWithComparator implements Serializable
- serialVersionUID:
- 3229293554987103145L
-
Class adams.flow.source.filesystemsearch.SftpFileSearchWithCustomSort extends SftpDirectorySearchWithCustomSort implements Serializable
- serialVersionUID:
- 3229293554987103145L
-
Class adams.flow.source.filesystemsearch.SmbDirectorySearch extends AbstractSmbDirectoryListerBasedSearchlet implements Serializable
- serialVersionUID:
- 3229293554987103145L
-
Class adams.flow.source.filesystemsearch.SmbDirectorySearchWithComparator extends AbstractSmbDirectoryListerBasedSearchlet implements Serializable
- serialVersionUID:
- 3229293554987103145L
-
Serialized Fields
-
m_Comparator
Comparator m_Comparator
the comparator to use. -
m_Descending
boolean m_Descending
whether to sort ascending or descending.
-
-
Class adams.flow.source.filesystemsearch.SmbDirectorySearchWithCustomSort extends AbstractSmbDirectoryListerBasedSearchlet implements Serializable
- serialVersionUID:
- 3229293554987103145L
-
Serialized Fields
-
m_Descending
boolean m_Descending
whether to sort ascending or descending. -
m_SortFind
BaseRegExp m_SortFind
the regular expression for finding the data to use for sorting (groups). -
m_SortReplace
String m_SortReplace
the string used for reassembling the groups extracted with the regular expression.
-
-
Class adams.flow.source.filesystemsearch.SmbDirectorySearchWithCustomSort.SortContainer extends Object implements Serializable
- serialVersionUID:
- 8905572097502057181L
-
Class adams.flow.source.filesystemsearch.SmbFileSearch extends AbstractSmbDirectoryListerBasedSearchlet implements Serializable
- serialVersionUID:
- 3229293554987103145L
-
Class adams.flow.source.filesystemsearch.SmbFileSearchWithComparator extends SmbDirectorySearchWithComparator implements Serializable
- serialVersionUID:
- 3229293554987103145L
-
Class adams.flow.source.filesystemsearch.SmbFileSearchWithCustomSort extends SmbDirectorySearchWithCustomSort implements Serializable
- serialVersionUID:
- 3229293554987103145L
-
-
Package adams.flow.source.inputstreamsource
-
Class adams.flow.source.inputstreamsource.AbstractInputStreamGenerator extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 3225457608826031698L
-
Class adams.flow.source.inputstreamsource.FromFile extends AbstractInputStreamGenerator implements Serializable
- serialVersionUID:
- -4372049990967649532L
-
Serialized Fields
-
m_Source
PlaceholderFile m_Source
the file to load.
-
-
Class adams.flow.source.inputstreamsource.FromResource extends AbstractInputStreamGenerator implements Serializable
- serialVersionUID:
- -4372049990967649532L
-
Serialized Fields
-
m_Resource
String m_Resource
the resource to load.
-
-
-
Package adams.flow.source.newlist
-
Class adams.flow.source.newlist.AbstractListGenerator extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 2875716109637703967L
-
Class adams.flow.source.newlist.FixedList extends AbstractListGenerator implements Serializable
- serialVersionUID:
- -4623795710416726074L
-
Serialized Fields
-
m_Elements
BaseString[] m_Elements
the list elements to output.
-
-
Class adams.flow.source.newlist.ForLoop extends AbstractListGenerator implements Serializable
- serialVersionUID:
- -4623795710416726074L
-
Serialized Fields
-
m_LoopLower
int m_LoopLower
the lower bound of the for loop. -
m_LoopStep
int m_LoopStep
the step size. -
m_LoopUpper
int m_LoopUpper
the upper bound of the for loop.
-
-
Class adams.flow.source.newlist.Wrapper extends AbstractListGenerator implements Serializable
- serialVersionUID:
- -4623795710416726074L
-
Serialized Fields
-
m_Generator
AbstractListGenerator m_Generator
the generator to use. -
m_Prefix
String m_Prefix
the prefix to use. -
m_Suffix
String m_Suffix
the suffix to use.
-
-
-
Package adams.flow.source.pyrosource
-
Class adams.flow.source.pyrosource.AbstractPyroSource extends AbstractPyroCall implements Serializable
- serialVersionUID:
- 4326641453431565638L
-
Serialized Fields
-
m_Output
Object m_Output
the generated output object.
-
-
Class adams.flow.source.pyrosource.Generic extends AbstractPyroSource implements Serializable
- serialVersionUID:
- -1549570432184636739L
-
Class adams.flow.source.pyrosource.Null extends AbstractPyroSource implements Serializable
- serialVersionUID:
- 6988627430739187753L
-
-
Package adams.flow.source.readersource
-
Class adams.flow.source.readersource.AbstractReaderGenerator extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 3225457608826031698L
-
Class adams.flow.source.readersource.FromFile extends AbstractReaderGenerator implements Serializable
- serialVersionUID:
- -4372049990967649532L
-
Serialized Fields
-
m_Source
PlaceholderFile m_Source
the file to load.
-
-
Class adams.flow.source.readersource.FromResource extends AbstractReaderGenerator implements Serializable
- serialVersionUID:
- -4372049990967649532L
-
Serialized Fields
-
m_Resource
String m_Resource
the resource to load.
-
-
-
Package adams.flow.source.valuedefinition
-
Class adams.flow.source.valuedefinition.AbstractArrayValueDefinition extends AbstractValueDefinition implements Serializable
- serialVersionUID:
- 3743958992576886340L
-
Serialized Fields
-
m_ArrayClass
BaseClassname m_ArrayClass
the array class. -
m_DefaultObjects
BaseString[] m_DefaultObjects
the default values.
-
-
Class adams.flow.source.valuedefinition.AbstractGOEValueDefinition extends AbstractValueDefinition implements Serializable
- serialVersionUID:
- 3743958992576886340L
-
Serialized Fields
-
m_DefaultClass
BaseCommandLine m_DefaultClass
the default class. -
m_SuperClass
BaseClassname m_SuperClass
the superclass.
-
-
Class adams.flow.source.valuedefinition.AbstractValueDefinition extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 1003051563895321458L
-
Class adams.flow.source.valuedefinition.ArrayValueDefinition extends AbstractArrayValueDefinition implements Serializable
- serialVersionUID:
- 3743958992576886340L
-
Class adams.flow.source.valuedefinition.DefaultValueDefinition extends AbstractValueDefinition implements Serializable
- serialVersionUID:
- 1003051563895321458L
-
Serialized Fields
-
m_DefaultValue
String m_DefaultValue
the default value (string representation). -
m_Type
PropertiesParameterPanel.PropertyType m_Type
the type of the value. -
m_UseForwardSlashes
boolean m_UseForwardSlashes
whether to output forward slashes.
-
-
Class adams.flow.source.valuedefinition.DirectoryValueDefinition extends AbstractValueDefinition implements Serializable
- serialVersionUID:
- 4140213467241294682L
-
Serialized Fields
-
m_DefaultValue
PlaceholderDirectory m_DefaultValue
the default directory. -
m_FileChooserTitle
String m_FileChooserTitle
the title of the file chooser dialog. -
m_UseAbsolutePath
boolean m_UseAbsolutePath
whether to use absolute path rather than placeholders. -
m_UseForwardSlashes
boolean m_UseForwardSlashes
whether to output forward slashes.
-
-
Class adams.flow.source.valuedefinition.EnumValueDefinition extends AbstractValueDefinition implements Serializable
- serialVersionUID:
- -7010111763801708574L
-
Serialized Fields
-
m_EnumClass
BaseClassname m_EnumClass
the enum to select.
-
-
Class adams.flow.source.valuedefinition.FileValueDefinition extends AbstractValueDefinition implements Serializable
- serialVersionUID:
- 4140213467241294682L
-
Serialized Fields
-
m_AcceptAllFileFilter
boolean m_AcceptAllFileFilter
whether to allow the "All files" filter. -
m_DefaultValue
PlaceholderFile m_DefaultValue
the default file. -
m_Extensions
BaseString[] m_Extensions
the extensions to offer in the file chooser. -
m_FileChooserTitle
String m_FileChooserTitle
the title of the file chooser dialog. -
m_InitialDirectory
PlaceholderDirectory m_InitialDirectory
the initial directory. -
m_UseAbsolutePath
boolean m_UseAbsolutePath
whether to use absolute path rather than placeholders. -
m_UseForwardSlashes
boolean m_UseForwardSlashes
whether to output forward slashes.
-
-
Class adams.flow.source.valuedefinition.GOEValueDefinition extends AbstractGOEValueDefinition implements Serializable
- serialVersionUID:
- 3743958992576886340L
-
Class adams.flow.source.valuedefinition.ListSelectionValueDefinition extends AbstractValueDefinition implements Serializable
- serialVersionUID:
- -7010111763801708574L
-
Serialized Fields
-
m_DefaultValue
String m_DefaultValue
the default value. -
m_MultiSelect
boolean m_MultiSelect
whether to use multi-select. -
m_Values
BaseString[] m_Values
the list values to choose from.
-
-
Class adams.flow.source.valuedefinition.RegExpConstrainedStringDefinition extends AbstractValueDefinition implements Serializable
- serialVersionUID:
- 5617527104506849371L
-
Serialized Fields
-
m_DefaultValue
String m_DefaultValue
the default value. -
m_RegExp
BaseRegExp m_RegExp
the regular expression to use.
-
-
Class adams.flow.source.valuedefinition.WekaGOEValueDefinition extends AbstractGOEValueDefinition implements Serializable
- serialVersionUID:
- 3743958992576886340L
-
-
Package adams.flow.source.wekaforecastersetup
-
Class adams.flow.source.wekaforecastersetup.AbstractForecasterGenerator extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 836902202780240884L
-
Class adams.flow.source.wekaforecastersetup.BaselineAdjustedForecasterGenerator extends AbstractForecasterGenerator implements Serializable
- serialVersionUID:
- -6919031737595447726L
-
Serialized Fields
-
m_Baseline
AbstractForecasterGenerator m_Baseline
the forecaster setup for the baseline. -
m_Correction
AbstractBaselineCorrection m_Correction
the baseline correction scheme. -
m_Periodicity
AbstractForecasterGenerator m_Periodicity
the forecaster setup for the periodicity.
-
-
Class adams.flow.source.wekaforecastersetup.WekaForecasterGenerator extends AbstractForecasterGenerator implements Serializable
- serialVersionUID:
- -6919031737595447726L
-
Serialized Fields
-
m_Classifier
weka.classifiers.Classifier m_Classifier
the base classifier. -
m_ConfidenceLevel
double m_ConfidenceLevel
the confidence level (0-1). -
m_ForecastFields
String m_ForecastFields
the fields to forecast (comma-separated list). -
m_LagMaker
LagMakerOptions m_LagMaker
the lag maker options. -
m_NumStepsConfidenceIntervals
int m_NumStepsConfidenceIntervals
the number of steps for confidence intervals. -
m_OverlayFields
String m_OverlayFields
the fields to overlay (comma-separated list).
-
-
-
Package adams.flow.source.wekapackagemanageraction
-
Class adams.flow.source.wekapackagemanageraction.AbstractWekaPackageManagerAction extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -6652797812165758692L
-
Serialized Fields
-
m_FlowContext
Actor m_FlowContext
the flow context.
-
-
Class adams.flow.source.wekapackagemanageraction.ListPackages extends AbstractWekaPackageManagerAction implements Serializable
- serialVersionUID:
- -5149682404460521030L
-
Serialized Fields
-
m_ListType
ListPackages.ListType m_ListType
the type of list to generate. -
m_OutputFormat
ListPackages.OutputFormat m_OutputFormat
the output format.
-
-
-
Package adams.flow.standalone
-
Class adams.flow.standalone.AbstractCallableDatabaseConnection extends AbstractCallableActor implements Serializable
- serialVersionUID:
- -4898610818562897692L
-
Class adams.flow.standalone.AbstractDatabaseCheck extends AbstractStandalone implements Serializable
- serialVersionUID:
- -1726172998200420556L
-
Serialized Fields
-
m_RegExp
BaseRegExp m_RegExp
the regular expression to use for matching the JDBC URL.
-
-
Class adams.flow.standalone.AbstractDatabaseConnection extends AbstractStandalone implements Serializable
- serialVersionUID:
- -1726172998200420556L
-
Serialized Fields
-
m_ActualPassword
BasePassword m_ActualPassword
the actual SMTP password to use. -
m_CloseConnection
boolean m_CloseConnection
whether to close the connection when the flow wraps up. -
m_CustomStopMessage
String m_CustomStopMessage
the custom stop message to use if flow gets stopped due to cancelation. -
m_DataTypeSetup
AbstractDataTypeSetup m_DataTypeSetup
the data type setup to apply. -
m_Password
BasePassword m_Password
database password. -
m_PromptForPassword
boolean m_PromptForPassword
whether to prompt the user for a password if none provided. -
m_StopFlowIfCanceled
boolean m_StopFlowIfCanceled
whether to stop the flow if canceled. -
m_StopMode
StopMode m_StopMode
how to perform the stop. -
m_URL
JdbcUrl m_URL
the URL to connect to the database. -
m_User
String m_User
database username.
-
-
Class adams.flow.standalone.AbstractDbStandalone extends AbstractStandalone implements Serializable
- serialVersionUID:
- -5614455498907569274L
-
Serialized Fields
-
m_DatabaseConnection
AbstractDatabaseConnection m_DatabaseConnection
the database connection.
-
-
Class adams.flow.standalone.AbstractMultiView extends AbstractDisplay implements Serializable
- serialVersionUID:
- -4454052058077687116L
-
Serialized Fields
-
m_Actors
List<Actor> m_Actors
the underlying display actors. -
m_MenuBar
JMenuBar m_MenuBar
the menu bar, if used. -
m_MenuItemFileClear
JMenuItem m_MenuItemFileClear
the "clear" menu item. -
m_MenuItemFileClose
JMenuItem m_MenuItemFileClose
the "exit" menu item. -
m_MenuItemFlowPauseResume
JMenuItem m_MenuItemFlowPauseResume
the "pause/resume" menu item. -
m_MenuItemFlowStop
JMenuItem m_MenuItemFlowStop
the "stop" menu item. -
m_ShowFlowControlSubMenu
boolean m_ShowFlowControlSubMenu
whether to show flow control sub-menu. -
m_Wrappers
List<AbstractMultiView.ViewWrapper> m_Wrappers
the panels in use. -
m_Writer
JComponentWriter m_Writer
the writer to use.
-
-
Class adams.flow.standalone.AbstractMultiView.ViewWrapper extends AbstractDisplay implements Serializable
- serialVersionUID:
- -1571827759359015717L
-
Serialized Fields
-
m_Wrapped
AbstractDisplay m_Wrapped
the actor to wrap.
-
-
Class adams.flow.standalone.AbstractMutableActorDaemonEvent extends AbstractStandalone implements Serializable
- serialVersionUID:
- 4670761846363281951L
-
Serialized Fields
-
m_Actors
Sequence m_Actors
for actors that get executed. -
m_ExecutingActors
boolean m_ExecutingActors
whether the actors are currently being executed. -
m_NoDiscard
boolean m_NoDiscard
whether to discard change events when busy or not.
-
-
Class adams.flow.standalone.AbstractMutableStandaloneGroupItem extends AbstractControlActor implements Serializable
- serialVersionUID:
- -2130921331341838430L
-
Serialized Fields
-
m_Actors
MutableActorHandler m_Actors
the flow items.
-
-
Class adams.flow.standalone.AbstractScript extends AbstractStandalone implements Serializable
- serialVersionUID:
- 4795549038183408504L
-
Serialized Fields
-
m_AdditionalOptions
AdditionalOptions m_AdditionalOptions
for storing the additional options.
-
-
Class adams.flow.standalone.AbstractStandalone extends AbstractActor implements Serializable
- serialVersionUID:
- 2925242664771318860L
-
Class adams.flow.standalone.AbstractStandaloneGroup extends AbstractStandalone implements Serializable
- serialVersionUID:
- -739244942139022557L
-
Class adams.flow.standalone.AbstractStandaloneGroupItem extends AbstractStandalone implements Serializable
- serialVersionUID:
- -739244942139022557L
-
Class adams.flow.standalone.AbstractStandaloneGroupItemGroup extends AbstractStandaloneGroup<S extends Actor> implements Serializable
- serialVersionUID:
- -7663947357164807918L
-
Class adams.flow.standalone.AbstractStandaloneGroupItemMutableGroup extends AbstractStandaloneMutableGroup<S extends Actor> implements Serializable
- serialVersionUID:
- -7663947357164807918L
-
Class adams.flow.standalone.AbstractStandaloneMutableGroup extends AbstractStandaloneGroup<T extends Actor> implements Serializable
- serialVersionUID:
- -1626117689442141269L
-
Class adams.flow.standalone.AutogeneratedStandalone extends Standalones implements Serializable
- serialVersionUID:
- -4371755952682752628L
-
Class adams.flow.standalone.CallableActors extends MutableControlActor implements Serializable
- serialVersionUID:
- -5282103315016094476L
-
Class adams.flow.standalone.CallableActors.CallableActorsDirector extends AbstractDirector implements Serializable
- serialVersionUID:
- -7581710637774405432L
-
Class adams.flow.standalone.CallableDatabaseConnection extends AbstractCallableDatabaseConnection implements Serializable
- serialVersionUID:
- -4898610818562897692L
-
Class adams.flow.standalone.ConditionalStandalones extends Standalones implements Serializable
- serialVersionUID:
- 4568526647666412543L
-
Serialized Fields
-
m_Condition
BooleanCondition m_Condition
the condition to use.
-
-
Class adams.flow.standalone.ConsoleWindow extends AbstractDisplay implements Serializable
- serialVersionUID:
- 4306748076674344994L
-
Serialized Fields
-
m_FileOnlyOutput
boolean m_FileOnlyOutput
whether to only use file output. -
m_Font
Font m_Font
the font to use. -
m_Levels
LoggingLevel[] m_Levels
the logging levels to display. -
m_LogFile
PlaceholderFile m_LogFile
the file to save the log messages to. -
m_LookUp
HashSet<LoggingLevel> m_LookUp
the lookup for the types. -
m_MenuBar
JMenuBar m_MenuBar
the menu bar, if used. -
m_MenuItemFileClear
JMenuItem m_MenuItemFileClear
the "clear" menu item. -
m_MenuItemFileClose
JMenuItem m_MenuItemFileClose
the "exit" menu item. -
m_MenuItemFileSaveAs
JMenuItem m_MenuItemFileSaveAs
the "save as" menu item. -
m_TextArea
BaseTextArea m_TextArea
the text area for displaying the messages.
-
-
Class adams.flow.standalone.CopyCallableStandalone extends AbstractCopyCallableActor implements Serializable
- serialVersionUID:
- -99235787254225765L
-
Class adams.flow.standalone.CounterInit extends AbstractStandalone implements Serializable
- serialVersionUID:
- 4182914190162129217L
-
Serialized Fields
-
m_InitialCount
int m_InitialCount
the initial counter value to use. -
m_InitialValues
BaseString[] m_InitialValues
the initial labels to use. -
m_StorageName
StorageName m_StorageName
the name of the counter in the internal storage.
-
-
Class adams.flow.standalone.Cron extends AbstractStandalone implements Serializable
- serialVersionUID:
- 4670761846363281951L
-
Serialized Fields
-
m_CronActors
Sequence m_CronActors
for actors that get executed. -
m_ExecutingCronActors
boolean m_ExecutingCronActors
whether the cron-actors are currently being executed. -
m_Schedule
CronSchedule m_Schedule
the cron schedule. -
m_Scheduler
org.quartz.Scheduler m_Scheduler
the scheduler.
-
-
Class adams.flow.standalone.DatabaseCheck extends AbstractDatabaseCheck implements Serializable
- serialVersionUID:
- -1726172998200420556L
-
Class adams.flow.standalone.DatabaseConnection extends AbstractDatabaseConnection implements Serializable
- serialVersionUID:
- -1726172998200420556L
-
Class adams.flow.standalone.DelayedEvent extends AbstractStandalone implements Serializable
- serialVersionUID:
- 4670761846363281951L
-
Serialized Fields
-
m_Actors
Sequence m_Actors
for actors that get executed. -
m_Delay
int m_Delay
the delay in msecs.
-
-
Class adams.flow.standalone.DeleteDir extends AbstractStandalone implements Serializable
- serialVersionUID:
- 4670761846363281951L
-
Serialized Fields
-
m_DeleteItself
boolean m_DeleteItself
whether to delete the specified directory itself. -
m_Lister
LocalDirectoryLister m_Lister
for listing the contents.
-
-
Class adams.flow.standalone.DeleteFile extends AbstractStandalone implements Serializable
- serialVersionUID:
- 4670761846363281951L
-
Serialized Fields
-
m_Lister
LocalDirectoryLister m_Lister
for listing the contents.
-
-
Class adams.flow.standalone.DeleteStorageValue extends AbstractStandalone implements Serializable
- serialVersionUID:
- 3427074997423945878L
-
Serialized Fields
-
m_Cache
String m_Cache
the name of the LRU cache. -
m_RegExp
BaseRegExp m_RegExp
the regexp to match against variable names. -
m_StorageName
StorageName m_StorageName
the name of the value to store. -
m_Type
DeleteStorageValue.MatchingType m_Type
how to determine variables to delete.
-
-
Class adams.flow.standalone.DeleteVariable extends AbstractStandalone implements Serializable
- serialVersionUID:
- -3383735680425581504L
-
Serialized Fields
-
m_RegExp
BaseRegExp m_RegExp
the regexp to match against variable names. -
m_Type
DeleteVariable.MatchingType m_Type
how to determine variables to delete. -
m_VariableName
VariableName m_VariableName
the name of the variable.
-
-
Class adams.flow.standalone.DeserializeToStorage extends AbstractStandalone implements Serializable
- serialVersionUID:
- 4284491675292391031L
-
Serialized Fields
-
m_Cache
String m_Cache
the name of the LRU cache. -
m_ModelFile
PlaceholderFile m_ModelFile
the file to deserialize. -
m_Reader
AbstractObjectReader m_Reader
the object reader to use. -
m_StorageFilePairs
List<BaseKeyValuePair> m_StorageFilePairs
the storage/file pairs. -
m_StorageName
StorageName m_StorageName
the storage name to store the model under.
-
-
Class adams.flow.standalone.DirWatch extends AbstractMutableActorDaemonEvent<WatchKey,String[]> implements Serializable
- serialVersionUID:
- -6772954304997860394L
-
Serialized Fields
-
m_AtomicMove
boolean m_AtomicMove
whether to perform an atomic move. -
m_Events
WatchEventKind[] m_Events
the events to look for. -
m_MoveFiles
boolean m_MoveFiles
whether to move the files before transmitting them. -
m_RegExp
BaseRegExp m_RegExp
the regular expression to match the file names against. -
m_Source
PlaceholderDirectory m_Source
the directory to watch. -
m_Target
PlaceholderDirectory m_Target
the directory to move the files to. -
m_WaitPoll
int m_WaitPoll
the waiting period in msec before polling again.
-
-
Class adams.flow.standalone.Events extends AbstractControlActor implements Serializable
- serialVersionUID:
- -8393224234458401716L
-
Class adams.flow.standalone.ExecSQL extends AbstractDbStandalone implements Serializable
- serialVersionUID:
- -2766505525494708760L
-
Serialized Fields
-
m_DryRun
boolean m_DryRun
whether to simulate the SQL statement. -
m_SQL
SQLStatement m_SQL
the SQL statement to execute.
-
-
Class adams.flow.standalone.ExternalFlow extends AbstractActor implements Serializable
- serialVersionUID:
- 6212392783858480058L
-
Serialized Fields
-
m_ActorFile
FlowFile m_ActorFile
the file the external flow is stored in. -
m_Asynchronous
List<RunnableWithLogging> m_Asynchronous
the background processes launched. -
m_ExecutionType
ExternalFlow.ExecutionType m_ExecutionType
how to execute the flow. -
m_ExternalFlow
Actor m_ExternalFlow
the external flow itself. -
m_FlowFileChanged
boolean m_FlowFileChanged
whether the external flow file has changed. -
m_FlowFileIsVariable
Boolean m_FlowFileIsVariable
indicates whether a variable is attached to the external file. -
m_FlowFileVariable
String m_FlowFileVariable
the variable attached to the external file. -
m_HeadlessMode
boolean m_HeadlessMode
whether to run in headless mode. -
m_NonInteractiveMode
boolean m_NonInteractiveMode
whether to run in non-interactive mode.
-
-
Class adams.flow.standalone.ExternalStandalone extends AbstractExternalActor implements Serializable
- serialVersionUID:
- -2418751418803032871L
-
Class adams.flow.standalone.FTPConnection extends AbstractStandalone implements Serializable
- serialVersionUID:
- -1959430342987913960L
-
Serialized Fields
-
m_ActualPassword
BasePassword m_ActualPassword
the actual SMTP password to use. -
m_Client
org.apache.commons.net.ftp.FTPClient m_Client
the FTP client object. -
m_CustomStopMessage
String m_CustomStopMessage
the custom stop message to use if flow gets stopped due to cancelation. -
m_Host
String m_Host
the FTP host. -
m_Password
BasePassword m_Password
the FTP password to use. -
m_PromptForPassword
boolean m_PromptForPassword
whether to prompt the user for a password if none provided. -
m_StopFlowIfCanceled
boolean m_StopFlowIfCanceled
whether to stop the flow if canceled. -
m_StopMode
StopMode m_StopMode
how to perform the stop. -
m_UseBinaryMode
boolean m_UseBinaryMode
whether to use binary file transfer mode. -
m_UsePassiveMode
boolean m_UsePassiveMode
whether to use passive mode. -
m_User
String m_User
the FTP user to use.
-
-
Class adams.flow.standalone.GridView extends AbstractMultiView implements Serializable
- serialVersionUID:
- -4454052058077687116L
-
Serialized Fields
-
m_AddHeaders
boolean m_AddHeaders
whether to add headers. -
m_NumCols
int m_NumCols
the number of columns to display. -
m_NumRows
int m_NumRows
the number of rows to display. -
m_Panels
List<BasePanel> m_Panels
the panels to display. -
m_ShowControls
boolean m_ShowControls
whether to show the controls. -
m_Writer
JComponentWriter m_Writer
the writer to use.
-
-
Class adams.flow.standalone.Groovy extends AbstractGroovyActor implements Serializable
- serialVersionUID:
- 2241991983343122301L
-
Class adams.flow.standalone.HashSetInit extends AbstractStandalone implements Serializable
- serialVersionUID:
- 4182914190162129217L
-
Serialized Fields
-
m_Conversion
Conversion m_Conversion
the type of conversion. -
m_Initial
BaseString[] m_Initial
the initial strings to populate the hashset with. -
m_StorageName
StorageName m_StorageName
the name of the hashset in the internal storage.
-
-
Class adams.flow.standalone.InactiveStandalone extends Standalones implements Serializable
- serialVersionUID:
- -4371755952682752628L
-
Class adams.flow.standalone.IncludeExternalStandalone extends AbstractIncludeExternalActor implements Serializable
- serialVersionUID:
- 2164366881337723272L
-
Class adams.flow.standalone.InitPublishSubscribe extends AbstractStandalone implements Serializable
- serialVersionUID:
- -5715333308263186588L
-
Serialized Fields
-
m_StorageNames
StorageName[] m_StorageNames
the names of the publish/subscribe data structures in the internal storage.
-
-
Class adams.flow.standalone.InitStorageCache extends AbstractStandalone implements Serializable
- serialVersionUID:
- 304023894924959060L
-
Serialized Fields
-
m_Cache
String m_Cache
the name of the LRU cache to initialize. -
m_Size
int m_Size
the size of the LRU cache.
-
-
Class adams.flow.standalone.Java extends AbstractStandalone implements Serializable
- serialVersionUID:
- -132045002653940359L
-
Serialized Fields
-
m_Command
String m_Command
the command to run. -
m_CommandContainsPlaceholder
boolean m_CommandContainsPlaceholder
whether the replace string contains a placeholder, which needs to be expanded first. -
m_CommandContainsVariable
boolean m_CommandContainsVariable
whether the replace string contains a variable, which needs to be expanded first.
-
-
Class adams.flow.standalone.JavaExec extends AbstractControlActor implements Serializable
- serialVersionUID:
- -6073217549744299278L
-
Serialized Fields
-
m_ClassPathAugmenters
ClassPathAugmenter[] m_ClassPathAugmenters
classpath augmenters. -
m_JavaClass
String m_JavaClass
the class to run. -
m_JVM
BaseString[] m_JVM
additional options for the jvm. -
m_Memory
String m_Memory
the amount of memory to use. -
m_Options
BaseString[] m_Options
additional options for the java class. -
m_RecordOutput
boolean m_RecordOutput
whether to record the output of the process. -
m_StdErr
Actor m_StdErr
the stderr actor. -
m_StdOut
Actor m_StdOut
the stdout actor.
-
-
Class adams.flow.standalone.JobRunnerInstance extends AbstractStandalone implements Serializable
- serialVersionUID:
- -3119325755903662849L
-
Class adams.flow.standalone.JobRunnerSetup extends AbstractStandalone implements Serializable
- serialVersionUID:
- 4221231366291664608L
-
Serialized Fields
-
m_JobRunner
JobRunner m_JobRunner
the job runner to use.
-
-
Class adams.flow.standalone.LogEvent extends AbstractMutableActorDaemonEvent<LogRecord,Object> implements Serializable
- serialVersionUID:
- 4670761846363281951L
-
Serialized Fields
-
m_Filter
AbstractLogRecordFilter m_Filter
the log record filter. -
m_Processor
AbstractLogRecordProcessor m_Processor
the log record processor.
-
-
Class adams.flow.standalone.LookUpInit extends AbstractStandalone implements Serializable
- serialVersionUID:
- 8858771610997384634L
-
Serialized Fields
-
m_StorageName
StorageName m_StorageName
the name of the lookup table in the internal storage.
-
-
Class adams.flow.standalone.MakeDir extends AbstractStandalone implements Serializable
- serialVersionUID:
- -4834816502537753658L
-
Serialized Fields
-
m_Directory
PlaceholderDirectory m_Directory
the directory to create.
-
-
Class adams.flow.standalone.MemoryMonitor extends AbstractStandalone implements Serializable
- serialVersionUID:
- -7501219980546039648L
-
Serialized Fields
-
m_Coverage
double m_Coverage
the coverage percentage of samples reaching/exceeding the threshold (0-100). -
m_MemoryType
MemoryMonitor.MemoryType m_MemoryType
the type of memory to monitor. -
m_MessageTemplate
BaseText m_MessageTemplate
the notification message template. -
m_Notification
AbstractNotification m_Notification
the notification scheme to use. -
m_NotificationWait
int m_NotificationWait
the wait time in seconds after sending out another notification. -
m_NumSamples
int m_NumSamples
the number of samples to keep. -
m_SampleInterval
int m_SampleInterval
the sample interval in seconds. -
m_Threshold
double m_Threshold
the percentage threshold of max heap that the used heap will have to cross (0-100).
-
-
Class adams.flow.standalone.Null extends AbstractStandalone implements Serializable
- serialVersionUID:
- -4956497116114016415L
-
Class adams.flow.standalone.PyroNameServer extends AbstractStandalone implements Serializable
- serialVersionUID:
- 5148275104228911234L
-
Serialized Fields
-
m_ExecutionFailure
IllegalStateException m_ExecutionFailure
in case an exception occurred executing the command (gets rethrown). -
m_LaunchModeOptions
String m_LaunchModeOptions
the options for the launch mode. -
m_LaunchWait
int m_LaunchWait
the number of milliseconds to wait for nameserver to launch (and check for errors). -
m_Mode
PyroNameServer.Mode m_Mode
whether to launch a nameserver instance or just connect to an existing one. -
m_Monitor
RunnableWithLogging m_Monitor
the runnable executing the command. -
m_Server
BaseHostname m_Server
the address/port of the nameserver to use.
-
-
Class adams.flow.standalone.PyroStandalone extends AbstractStandalone implements Serializable
- serialVersionUID:
- -1719389733948167820L
-
Serialized Fields
-
m_Call
AbstractPyroStandalone m_Call
the pyro call to use.
-
-
Class adams.flow.standalone.PythonEnvironment extends AbstractStandalone implements Serializable
- serialVersionUID:
- 5148275104228911234L
-
Serialized Fields
-
m_ActualPip
String m_ActualPip
the actual pip executable. -
m_ActualPython
String m_ActualPython
the actual python executable. -
m_ActualPythonPath
String m_ActualPythonPath
the actual python path env var (null if not to use). -
m_Pip
PlaceholderFile m_Pip
the pip executable. -
m_Python
PlaceholderFile m_Python
the python executable. -
m_PythonPathEnvVar
BaseString[] m_PythonPathEnvVar
the PYTHONPATH environment variable. -
m_PythonPathUpdateType
PythonEnvironment.PythonPathUpdateType m_PythonPathUpdateType
how to update the PYTHONPATH environment variable. -
m_Suffix
String m_Suffix
the suffix to append to the executable.
-
-
Class adams.flow.standalone.QueueEvent extends AbstractStandalone implements Serializable
- serialVersionUID:
- 4670761846363281951L
-
Serialized Fields
-
m_Actors
Sequence m_Actors
for actors that get executed. -
m_Interval
int m_Interval
the poll interval in msec. -
m_Runnable
QueueEvent.QueueEventRunnable m_Runnable
the runnable used for polling. -
m_StorageName
StorageName m_StorageName
the name of the queue in the internal storage.
-
-
Class adams.flow.standalone.QueueEvent.QueueEventRunnable extends EventRunnable<QueueEvent> implements Serializable
- serialVersionUID:
- -8381810698902721155L
-
Class adams.flow.standalone.QueueInit extends AbstractStandalone implements Serializable
- serialVersionUID:
- 4182914190162129217L
-
Serialized Fields
-
m_Helper
CallableActorHelper m_Helper
the helper class. -
m_KeepExisting
boolean m_KeepExisting
whether to keep existing queues. -
m_Limit
int m_Limit
the limit of the queue (<= 0 is unlimited). -
m_Log
CallableActorReference m_Log
the callable name for the log. -
m_LogActor
Actor m_LogActor
the log actor. -
m_Monitor
CallableActorReference m_Monitor
the callable name for the monitor. -
m_MonitorActor
Actor m_MonitorActor
the monitor actor. -
m_StorageName
StorageName[] m_StorageName
the name(s) of the queue in the internal storage.
-
-
Class adams.flow.standalone.RegisterFlow extends AbstractStandalone implements Serializable
- serialVersionUID:
- -3383735680425581504L
-
Class adams.flow.standalone.RemoteScriptingEngine extends AbstractStandalone implements Serializable
- serialVersionUID:
- -295054877801672294L
-
Serialized Fields
-
m_Engine
RemoteScriptingEngine m_Engine
the engine to run.
-
-
Class adams.flow.standalone.Scripted extends AbstractScriptingHandlerActor implements Serializable
- serialVersionUID:
- 2241991983343122301L
-
Class adams.flow.standalone.SetManyVariables extends AbstractStandalone implements Serializable
- serialVersionUID:
- -3383735680425581504L
-
Serialized Fields
-
m_ExpandValue
boolean m_ExpandValue
whether to expand the value. -
m_ValueType
VariableValueType m_ValueType
how to interpret the value. -
m_VariablePairs
List<VariableNameValuePair> m_VariablePairs
the variables.
-
-
Class adams.flow.standalone.SetProperty extends AbstractCallableActorPropertyUpdater implements Serializable
- serialVersionUID:
- 5397871140567615501L
-
Serialized Fields
-
m_VariableName
VariableName m_VariableName
Deprecated.the name of the variable.
-
-
Class adams.flow.standalone.SetVariable extends AbstractStandalone implements Serializable
- serialVersionUID:
- -3383735680425581504L
-
Serialized Fields
-
m_EnvVariable
String m_EnvVariable
the environment variable to use. -
m_EnvVarOptional
boolean m_EnvVarOptional
whether to override using an environment variable. -
m_ExpandValue
boolean m_ExpandValue
whether to expand the value. -
m_OverrideWithEnvVar
boolean m_OverrideWithEnvVar
whether to override using an environment variable. -
m_ValueType
VariableValueType m_ValueType
how to interpret the value. -
m_VariableName
VariableName m_VariableName
the name of the variable. -
m_VariableValue
BaseText m_VariableValue
the value of the variable.
-
-
Class adams.flow.standalone.SMBConnection extends AbstractStandalone implements Serializable
- serialVersionUID:
- -1959430342987913960L
-
Serialized Fields
-
m_ActualPassword
BasePassword m_ActualPassword
the actual SMTP password to use. -
m_CustomStopMessage
String m_CustomStopMessage
the custom stop message to use if flow gets stopped due to cancelation. -
m_Domain
String m_Domain
the domain. -
m_Password
BasePassword m_Password
the SMB password to use. -
m_PromptForPassword
boolean m_PromptForPassword
whether to prompt the user for a password if none provided. -
m_StopFlowIfCanceled
boolean m_StopFlowIfCanceled
whether to stop the flow if canceled. -
m_StopMode
StopMode m_StopMode
how to perform the stop. -
m_User
String m_User
the SMB user to use.
-
-
Class adams.flow.standalone.SMTPConnection extends AbstractStandalone implements Serializable
- serialVersionUID:
- 9145039564243937635L
-
Serialized Fields
-
m_ActualPassword
BasePassword m_ActualPassword
the actual SMTP password to use. -
m_CustomStopMessage
String m_CustomStopMessage
the custom stop message to use if flow gets stopped due to cancelation. -
m_Password
BasePassword m_Password
the SMTP password to use. -
m_Port
int m_Port
the SMTP port. -
m_PromptForPassword
boolean m_PromptForPassword
whether to prompt the user for a password if none provided. -
m_Protocols
String m_Protocols
the protocols to use. -
m_RequiresAuthentication
boolean m_RequiresAuthentication
whether the SMTP server requires authentication. -
m_Server
String m_Server
the SMTP server. -
m_StopFlowIfCanceled
boolean m_StopFlowIfCanceled
whether to stop the flow if canceled. -
m_StopMode
StopMode m_StopMode
how to perform the stop. -
m_Timeout
int m_Timeout
the timeout in msecs. -
m_User
String m_User
the SMTP user to use. -
m_UseSSL
boolean m_UseSSL
whether to use SSL. -
m_UseTLS
boolean m_UseTLS
whether to use TLS.
-
-
Class adams.flow.standalone.SSHConnection extends AbstractStandalone implements Serializable
- serialVersionUID:
- -1959430342987913960L
-
Serialized Fields
-
m_ActualPassword
BasePassword m_ActualPassword
the actual SMTP password to use. -
m_AuthenticationType
SSHAuthenticationType m_AuthenticationType
the type of authentication to use. -
m_CustomStopMessage
String m_CustomStopMessage
the custom stop message to use if flow gets stopped due to cancelation. -
m_ForwardX
boolean m_ForwardX
whether to forward X11. -
m_Host
String m_Host
the SSH host. -
m_KnownHosts
PlaceholderFile m_KnownHosts
the file with known hosts. -
m_Password
BasePassword m_Password
the SSH password to use. -
m_Port
int m_Port
the SSH port. -
m_PrivateKeyFile
PlaceholderFile m_PrivateKeyFile
the location of the private key. -
m_PrivateKeyPassphrase
BasePassword m_PrivateKeyPassphrase
the passphrase for the private key. -
m_PromptForPassword
boolean m_PromptForPassword
whether to prompt the user for a password if none provided. -
m_StopFlowIfCanceled
boolean m_StopFlowIfCanceled
whether to stop the flow if canceled. -
m_StopMode
StopMode m_StopMode
how to perform the stop. -
m_StrictHostKeyChecking
boolean m_StrictHostKeyChecking
whether to perform strict host key checking (only disable for testing!! insecure!!). -
m_Timeout
int m_Timeout
the timeout to use (milliseconds). -
m_User
String m_User
the SSH user to use. -
m_XHost
String m_XHost
the xhost to use. -
m_XPort
int m_XPort
the xport to use.
-
-
Class adams.flow.standalone.Standalones extends MutableControlActor implements Serializable
- serialVersionUID:
- 4755216459759839030L
-
Class adams.flow.standalone.Stopwatch extends AbstractDisplay implements Serializable
- serialVersionUID:
- -6030616525436078513L
-
Serialized Fields
-
Class adams.flow.standalone.Stopwatch.StopwatchPanel extends BasePanel implements Serializable
- serialVersionUID:
- 1725406518546756466L
-
Serialized Fields
-
m_LabelTime
JLabel m_LabelTime
the label for displaying the time. -
m_Owner
Stopwatch m_Owner
the owning Stopwatch actor. -
m_StartTime
long m_StartTime
the start time. -
m_Timer
Stopwatch.Timer m_Timer
the actual timer thread.
-
-
Class adams.flow.standalone.Stopwatch.Timer extends Object implements Serializable
- serialVersionUID:
- -9020703905185523399L
-
Serialized Fields
-
m_Owner
Stopwatch.StopwatchPanel m_Owner
the owning panel. -
m_Running
boolean m_Running
whether the thread is running.
-
-
Class adams.flow.standalone.SubProcessEvent extends AbstractStandalone implements Serializable
- serialVersionUID:
- 4670761846363281951L
-
Serialized Fields
-
m_Actors
LocalScopeSubProcess m_Actors
for actors that get executed. -
m_Busy
boolean m_Busy
whether data is currently being processed. -
m_EventTrigger
SubProcessEventTrigger m_EventTrigger
the trigger.
-
-
Class adams.flow.standalone.TableCleanUp extends AbstractDbStandalone implements Serializable
- serialVersionUID:
- -295054877801672294L
-
Serialized Fields
-
m_Cleaner
AbstractTableCleanUp m_Cleaner
the cleaner to run.
-
-
Class adams.flow.standalone.TabView extends AbstractMultiView implements Serializable
- serialVersionUID:
- -4454052058077687116L
-
Serialized Fields
-
m_TabbedPane
BaseTabbedPane m_TabbedPane
the tabbed pane.
-
-
Class adams.flow.standalone.TemplateStandalone extends AbstractTemplate implements Serializable
- serialVersionUID:
- 2906214610648390363L
-
Class adams.flow.standalone.TesseractConfiguration extends AbstractStandalone implements Serializable
- serialVersionUID:
- -1959430342987913960L
-
Serialized Fields
-
m_ConfigFile
PlaceholderFile m_ConfigFile
the (optional) config file to use. -
m_Executable
PlaceholderFile m_Executable
the executable to use.
-
-
Class adams.flow.standalone.Tool extends AbstractStandalone implements Serializable
- serialVersionUID:
- -295054877801672294L
-
Serialized Fields
-
m_Tool
AbstractTool m_Tool
the tool to run.
-
-
Class adams.flow.standalone.VariableChangedEvent extends AbstractMutableActorDaemonEvent<VariableChangeEvent,Object> implements Serializable
- serialVersionUID:
- 4670761846363281951L
-
Serialized Fields
-
m_Variable
VariableNameNoUpdate m_Variable
the variable to listen to.
-
-
Class adams.flow.standalone.WeakExternalStandalone extends ExternalStandalone implements Serializable
- serialVersionUID:
- 7596901440985301567L
-
Class adams.flow.standalone.WebSocketServer extends AbstractStandalone implements Serializable
- serialVersionUID:
- -2959040008316295983L
-
Serialized Fields
-
m_Generator
WebSocketServerGenerator m_Generator
the server generator to use.
-
-
Class adams.flow.standalone.WekaInitializeScriptedClassifiers extends AbstractStandalone implements Serializable
- serialVersionUID:
- 2241852022014131288L
-
Serialized Fields
-
m_StorageNames
List<StorageName> m_StorageNames
the classifiers to initialize.
-
-
Class adams.flow.standalone.WekaPackageManagerAction extends AbstractStandalone implements Serializable
- serialVersionUID:
- -7087254851973840848L
-
Serialized Fields
-
m_Action
AbstractWekaPackageManagerAction m_Action
the action to execute.
-
-
-
Package adams.flow.standalone.logevent
-
Class adams.flow.standalone.logevent.AbstractLogRecordFilter extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -8979323272758982220L
-
Class adams.flow.standalone.logevent.AbstractLogRecordProcessor extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -4423786134523474554L
-
Class adams.flow.standalone.logevent.AbstractMultiFilter extends AbstractLogRecordFilter implements Serializable
- serialVersionUID:
- 7462983936603453991L
-
Serialized Fields
-
m_Filters
AbstractLogRecordFilter[] m_Filters
the base filters.
-
-
Class adams.flow.standalone.logevent.AcceptAllFilter extends AbstractLogRecordFilter implements Serializable
- serialVersionUID:
- 7462983936603453991L
-
Class adams.flow.standalone.logevent.AndFilter extends AbstractMultiFilter implements Serializable
- serialVersionUID:
- -4172095198694669640L
-
Class adams.flow.standalone.logevent.LevelFilter extends AbstractLogRecordFilter implements Serializable
- serialVersionUID:
- 7462983936603453991L
-
Serialized Fields
-
m_Maximum
LoggingLevel m_Maximum
the maximum level to accept. -
m_Minimum
LoggingLevel m_Minimum
the minimum level to accept.
-
-
Class adams.flow.standalone.logevent.LogEntryProcessor extends AbstractLogRecordProcessor<LogEntry> implements Serializable
- serialVersionUID:
- -5912851978968280646L
-
Class adams.flow.standalone.logevent.NameFilter extends AbstractLogRecordFilter implements Serializable
- serialVersionUID:
- 7462983936603453991L
-
Serialized Fields
-
m_RegExp
BaseRegExp m_RegExp
the regular expression to apply to the logger name.
-
-
Class adams.flow.standalone.logevent.NotFilter extends AbstractLogRecordFilter implements Serializable
- serialVersionUID:
- 7462983936603453991L
-
Serialized Fields
-
m_Filter
AbstractLogRecordFilter m_Filter
the base filter to invert.
-
-
Class adams.flow.standalone.logevent.OrFilter extends AbstractMultiFilter implements Serializable
- serialVersionUID:
- -4172095198694669640L
-
Class adams.flow.standalone.logevent.SimpleProcessor extends AbstractLogRecordProcessor<String> implements Serializable
- serialVersionUID:
- -5912851978968280646L
-
Class adams.flow.standalone.logevent.TypeFilter extends AbstractLogRecordFilter implements Serializable
- serialVersionUID:
- 7462983936603453991L
-
Serialized Fields
-
m_Level
LoggingLevel m_Level
the type of log record to accept.
-
-
-
Package adams.flow.standalone.pyrostandalone
-
Class adams.flow.standalone.pyrostandalone.AbstractPyroStandalone extends AbstractPyroCall implements Serializable
- serialVersionUID:
- 8646097567898621517L
-
Class adams.flow.standalone.pyrostandalone.Generic extends AbstractPyroStandalone implements Serializable
- serialVersionUID:
- -1549570432184636739L
-
Class adams.flow.standalone.pyrostandalone.Null extends AbstractPyroStandalone implements Serializable
- serialVersionUID:
- -6453053834031039666L
-
-
Package adams.flow.standalone.subprocessevent
-
Class adams.flow.standalone.subprocessevent.AbstractSubProcessEventTrigger extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -3553334825518968532L
-
Serialized Fields
-
m_BusyTimeout
int m_BusyTimeout
the timeout in msec to wait for the actors to become available for processing. -
m_Owner
SubProcessEvent m_Owner
the owner.
-
-
Class adams.flow.standalone.subprocessevent.Null extends AbstractSubProcessEventTrigger<Object,Object> implements Serializable
- serialVersionUID:
- 59292255274620097L
-
Class adams.flow.standalone.subprocessevent.SubPub extends AbstractSubProcessEventTrigger<Object,Object> implements Serializable
- serialVersionUID:
- 9132835385548701230L
-
Serialized Fields
-
m_PublishStorageName
StorageName m_PublishStorageName
the name of the queue in the internal storage to publish to. -
m_SubscribeStorageName
StorageName m_SubscribeStorageName
the name of the queue in the internal storage to subscribe to.
-
-
-
Package adams.flow.standalone.wekapackagemanageraction
-
Class adams.flow.standalone.wekapackagemanageraction.AbstractWekaPackageManagerAction extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -6652797812165758692L
-
Serialized Fields
-
m_FlowContext
Actor m_FlowContext
the flow context.
-
-
Class adams.flow.standalone.wekapackagemanageraction.RefreshCache extends AbstractWekaPackageManagerAction implements Serializable
- serialVersionUID:
- 8672317345120418488L
-
-
Package adams.flow.template
-
Class adams.flow.template.AbstractActorTemplate extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 4962299214177742036L
-
Serialized Fields
-
m_Name
String m_Name
the new name for the generated actor.
-
-
Class adams.flow.template.AbstractScript extends AbstractActorTemplate implements Serializable
- serialVersionUID:
- -1297869573547335888L
-
Serialized Fields
-
m_AdditionalOptions
AdditionalOptions m_AdditionalOptions
for storing the additional options.
-
-
Class adams.flow.template.AbstractScriptedTemplate extends AbstractActorTemplate implements Serializable
- serialVersionUID:
- -6644860566598093960L
-
Serialized Fields
-
m_ScriptFile
PlaceholderFile m_ScriptFile
the script. -
m_ScriptOptions
String m_ScriptOptions
the options for the script.
-
-
Class adams.flow.template.DummySink extends AbstractActorTemplate implements Serializable
- serialVersionUID:
- 2310015199489870240L
-
Class adams.flow.template.DummySource extends AbstractActorTemplate implements Serializable
- serialVersionUID:
- 4780085282410175616L
-
Class adams.flow.template.DummyStandalone extends AbstractActorTemplate implements Serializable
- serialVersionUID:
- 5827973520910591110L
-
Class adams.flow.template.DummyTransformer extends AbstractActorTemplate implements Serializable
- serialVersionUID:
- -8919373368079011035L
-
Class adams.flow.template.EndlessLoop extends AbstractActorTemplate implements Serializable
- serialVersionUID:
- 4941969321036423043L
-
Class adams.flow.template.FileProcessingWithProgressBar extends AbstractActorTemplate implements Serializable
- serialVersionUID:
- -8975800423604842422L
-
Serialized Fields
-
m_CountVariable
VariableName m_CountVariable
the variable to store the current progress in. -
m_MaxVariable
VariableName m_MaxVariable
the variable to store the # of files. -
m_SelectSubset
boolean m_SelectSubset
whether to let the user select a subset.
-
-
Class adams.flow.template.FromFile extends AbstractActorTemplate implements Serializable
- serialVersionUID:
- -2578720795833851960L
-
Serialized Fields
-
m_TemplateFile
PlaceholderFile m_TemplateFile
the file to load.
-
-
Class adams.flow.template.Groovy extends AbstractScriptedTemplate implements Serializable
- serialVersionUID:
- 3861631532032659677L
-
Serialized Fields
-
m_InlineScript
GroovyScript m_InlineScript
the inline script.
-
-
Class adams.flow.template.InstanceDumperVariable extends AbstractActorTemplate implements Serializable
- serialVersionUID:
- 2310015199489870240L
-
Serialized Fields
-
m_VariableName
VariableName m_VariableName
the variable to update.
-
-
Class adams.flow.template.IterateFilesWithProgressBar extends AbstractActorTemplate implements Serializable
- serialVersionUID:
- 2310015199489870240L
-
Serialized Fields
-
m_Dir
PlaceholderDirectory m_Dir
the directory to search. -
m_FileCounter
VariableName m_FileCounter
the counter variable. -
m_NumFiles
VariableName m_NumFiles
the number of files variable. -
m_Recursive
boolean m_Recursive
whether to search recursively. -
m_RegExp
BaseRegExp m_RegExp
the regular expression to apply. -
m_SelectSubset
boolean m_SelectSubset
whether to let the user select a subset. -
m_UnfoldFileArray
boolean m_UnfoldFileArray
whether to unfold the array (ArrayToSequence) or not (ArrayProcess).
-
-
Class adams.flow.template.OptionTraverser extends AbstractActorTemplate implements Serializable
- serialVersionUID:
- 7111338348242418621L
-
Serialized Fields
-
m_Once
boolean m_Once
whether to execute the traversal only once. -
m_Start
OptionTraverser.TraversalStart m_Start
the start of the traversal. -
m_Traverser
OptionTraverser m_Traverser
the traverser to use.
-
-
Class adams.flow.template.OptionTraverserWithSpreadSheetDisplay extends OptionTraverser implements Serializable
- serialVersionUID:
- -3635536517699129894L
-
Class adams.flow.template.ProgressInConsole extends AbstractActorTemplate implements Serializable
- serialVersionUID:
- 2310015199489870240L
-
Serialized Fields
-
m_Interval
int m_Interval
the interval. -
m_Prefix
String m_Prefix
the prefix.
-
-
Class adams.flow.template.PromptUser extends AbstractActorTemplate implements Serializable
- serialVersionUID:
- 2310015199489870240L
-
Serialized Fields
-
m_Message
String m_Message
the message for the user. -
m_RestoreEnabled
boolean m_RestoreEnabled
whether to enable automatic restore of values. -
m_RestoreFile
String m_RestoreFile
the name of the restore file. -
m_RestoreVar
VariableName m_RestoreVar
the name of the restore variable. -
m_Values
AbstractValueDefinition[] m_Values
the value definitions.
-
-
Class adams.flow.template.Scripted extends AbstractScriptedTemplate implements Serializable
- serialVersionUID:
- 3861631532032659677L
-
Serialized Fields
-
m_Handler
AbstractScriptingHandler m_Handler
the scripting handler to use.
-
-
Class adams.flow.template.SimpleMenu extends AbstractActorTemplate implements Serializable
- serialVersionUID:
- 2310015199489870240L
-
Serialized Fields
-
m_CancelledVariable
VariableName m_CancelledVariable
the variable to store the cancelled state in. -
m_Choices
BaseString[] m_Choices
the choices. -
m_ChoiceVariable
VariableName m_ChoiceVariable
the variable to store the choice in. -
m_LoopMenu
boolean m_LoopMenu
whether to loop the menu. -
m_LoopVariable
VariableName m_LoopVariable
the variable for storing the loop state. -
m_Message
String m_Message
the message for the user. -
m_UseCustomValues
boolean m_UseCustomValues
whether to use custom values. -
m_Values
BaseString[] m_Values
the values associated with the choice strings.
-
-
Class adams.flow.template.StoreFilenameInVariable extends AbstractActorTemplate implements Serializable
- serialVersionUID:
- 2083397920389605009L
-
Serialized Fields
-
m_StripExtension
boolean m_StripExtension
whether to strip the extension. -
m_StripPath
boolean m_StripPath
whether to strip the path. -
m_VariableName
VariableName m_VariableName
the variable to store the value in.
-
-
Class adams.flow.template.StoreReportValueInVariable extends AbstractActorTemplate implements Serializable
- serialVersionUID:
- 2310015199489870240L
-
Serialized Fields
-
m_Field
Field m_Field
the report field to extract. -
m_VariableName
VariableName m_VariableName
the variable to store the value in.
-
-
Class adams.flow.template.StringReplace extends FromFile implements Serializable
- serialVersionUID:
- -8975800423604842422L
-
Serialized Fields
-
m_Find
BaseRegExp[] m_Find
the regular expressions to find. -
m_Replace
BaseString[] m_Replace
the replacements.
-
-
Class adams.flow.template.UpdateVariable extends AbstractActorTemplate implements Serializable
- serialVersionUID:
- 2310015199489870240L
-
Serialized Fields
-
m_VariableName
VariableName m_VariableName
the variable to update.
-
-
-
Package adams.flow.transformer
-
Class adams.flow.transformer.AbstractArrayProvider extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3535682146675647153L
-
Serialized Fields
-
m_Index
int m_Index
the current index. -
m_OutputArray
boolean m_OutputArray
whether to output an array instead of single items. -
m_Queue
ArrayList m_Queue
contains the items.
-
-
Class adams.flow.transformer.AbstractCallableWekaClassifierEvaluator extends AbstractWekaClassifierEvaluator implements Serializable
- serialVersionUID:
- 3440872619963043115L
-
Serialized Fields
-
m_Classifier
CallableActorReference m_Classifier
the name of the callable weka classifier. -
m_DiscardPredictions
boolean m_DiscardPredictions
whether to discard predictions.
-
-
Class adams.flow.transformer.AbstractCallableWekaClustererEvaluator extends AbstractTransformer implements Serializable
- serialVersionUID:
- 3440872619963043115L
-
Serialized Fields
-
m_Clusterer
CallableActorReference m_Clusterer
the name of the callable weka clusterer.
-
-
Class adams.flow.transformer.AbstractContainerValueExtractor extends AbstractTransformer implements Serializable
- serialVersionUID:
- -4804527822465498187L
-
Serialized Fields
-
m_Prefix
String m_Prefix
the prefix to use. -
m_RegExp
BaseRegExp m_RegExp
the regexp to use for matching the container value names.
-
-
Class adams.flow.transformer.AbstractDataContainerAdd extends AbstractTransformer implements Serializable
- serialVersionUID:
- -253714973019682939L
-
Serialized Fields
-
m_StorageName
StorageName m_StorageName
the name of the stored value.
-
-
Class adams.flow.transformer.AbstractDataContainerAppend extends AbstractTransformer implements Serializable
- serialVersionUID:
- -253714973019682939L
-
Serialized Fields
-
m_StorageName
StorageName m_StorageName
the name of the stored value.
-
-
Class adams.flow.transformer.AbstractDataContainerDbReader extends AbstractDbTransformer implements Serializable
- serialVersionUID:
- -4736058667429890220L
-
Serialized Fields
-
m_Lenient
boolean m_Lenient
whether to ignore not finding any IDs. -
m_PostProcessor
AbstractDataContainerPostProcessor m_PostProcessor
the post-processor to apply to the data. -
m_Raw
boolean m_Raw
whether to return the raw data or not.
-
-
Class adams.flow.transformer.AbstractDataContainerDbWriter extends AbstractDbTransformer implements Serializable
- serialVersionUID:
- -7382952208593440101L
-
Serialized Fields
-
m_KeepReport
boolean m_KeepReport
whether to keep any existing report. -
m_OutputContainer
boolean m_OutputContainer
whether to output the container rather then the ID. -
m_OverwriteExisting
boolean m_OverwriteExisting
whether to replace existing containers with the new one (otherwise, nothing happens). -
m_PreProcessor
AbstractDataContainerPreProcessor m_PreProcessor
the pre-processor to apply to the data.
-
-
Class adams.flow.transformer.AbstractDataContainerFileImport extends AbstractDbDataProcessor implements Serializable
- serialVersionUID:
- -3449734957975707303L
-
Serialized Fields
-
m_Containers
List<T extends DataContainer> m_Containers
the containers that have been read. -
m_Forward
boolean m_Forward
whether to forward the containers instead of the IDs. -
m_IDs
List<Integer> m_IDs
the IDs of the containers that have been imported. -
m_Import
boolean m_Import
whether to import the containers into the database. -
m_Reader
AbstractDataContainerReader<T extends DataContainer> m_Reader
the reader to use for processing the containers.
-
-
Class adams.flow.transformer.AbstractDataContainerFileReader extends AbstractTransformer implements Serializable
- serialVersionUID:
- 2136481673137019370L
-
Serialized Fields
-
m_Containers
List m_Containers
the containers that were read. -
m_OutputArray
boolean m_OutputArray
whether to output an array instead of single items. -
m_Reader
AbstractDataContainerReader<T extends DataContainer> m_Reader
the reader to use.
-
-
Class adams.flow.transformer.AbstractDataContainerFileWriter extends AbstractTransformer implements Serializable
- serialVersionUID:
- -2589436559371405252L
-
Serialized Fields
-
m_FileNameGeneration
AbstractDataContainerFileWriter.FileNameGeneration m_FileNameGeneration
how to generate the filename. -
m_OutputDir
PlaceholderDirectory m_OutputDir
the output directory. -
m_SuppliedFileName
String m_SuppliedFileName
the supplied filename. -
m_Writer
AbstractDataContainerWriter<T extends DataContainer> m_Writer
the writer to use.
-
-
Class adams.flow.transformer.AbstractDataContainerTransformer extends AbstractTransformer implements Serializable
- serialVersionUID:
- -2382262152717706634L
-
Class adams.flow.transformer.AbstractDataProcessor extends AbstractTransformer implements Serializable
- serialVersionUID:
- 9062714175599800719L
-
Serialized Fields
-
m_AtomicMove
boolean m_AtomicMove
whether to perform an atomic move. -
m_DestinationFile
File m_DestinationFile
the final resting place of the processed file (failed or not). -
m_Failed
PlaceholderDirectory m_Failed
the directory containing the elements that couldn't be processed. -
m_Processed
PlaceholderDirectory m_Processed
the directory containing the elements that were processed successfully. -
m_ProcessError
String m_ProcessError
the last error that occurred during processing. -
m_Processing
PlaceholderDirectory m_Processing
the directory containing the elements being processed. -
m_TimestampDirFormat
SimpleDateFormat m_TimestampDirFormat
the format for the timestamp directories. -
m_UseTimestampDirs
boolean m_UseTimestampDirs
whether to create directories with a timestamp as name for the files that are being processed, in order to avoid name clashes.
-
-
Class adams.flow.transformer.AbstractDbArrayProvider extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -6679028039242451878L
-
Serialized Fields
-
m_DatabaseConnection
AbstractDatabaseConnection m_DatabaseConnection
the database connection.
-
-
Class adams.flow.transformer.AbstractDbDataProcessor extends AbstractDataProcessor implements Serializable
- serialVersionUID:
- 2672853278944101172L
-
Serialized Fields
-
m_DatabaseConnection
AbstractDatabaseConnection m_DatabaseConnection
the database connection.
-
-
Class adams.flow.transformer.AbstractDbTransformer extends AbstractTransformer implements Serializable
- serialVersionUID:
- 2514053117324145611L
-
Serialized Fields
-
m_DatabaseConnection
AbstractDatabaseConnection m_DatabaseConnection
the database connection.
-
-
Class adams.flow.transformer.AbstractDeleteDataContainer extends AbstractDbTransformer implements Serializable
- serialVersionUID:
- -4736058667429890220L
-
Serialized Fields
-
m_KeepReport
boolean m_KeepReport
whether to keep any existing report.
-
-
Class adams.flow.transformer.AbstractDeleteDbReportValue extends AbstractDbTransformer implements Serializable
- serialVersionUID:
- -6237324482439105653L
-
Serialized Fields
-
m_Fields
AbstractField[] m_Fields
the field(s) to delete from the report. -
m_SampleID
String m_SampleID
the sample id.
-
-
Class adams.flow.transformer.AbstractDeleteReportValue extends AbstractTransformer implements Serializable
- serialVersionUID:
- -6237324482439105653L
-
Serialized Fields
-
m_Fields
AbstractField[] m_Fields
the field(s) to delete from the report. -
m_RegExp
BaseRegExp m_RegExp
the regular expression for matching field names. -
m_Type
AbstractDeleteReportValue.MatchType m_Type
how to match fields.
-
-
Class adams.flow.transformer.AbstractDeleteReportValueByExpression extends AbstractTransformer implements Serializable
- serialVersionUID:
- -6237324482439105653L
-
Serialized Fields
-
m_Expression
BooleanExpressionText m_Expression
the expression to evaluate. -
m_Field
AbstractField m_Field
the field to delete from the report if the expression evaluates to true.
-
-
Class adams.flow.transformer.AbstractFilter extends AbstractDataContainerTransformer implements Serializable
- serialVersionUID:
- 4527040722924866539L
-
Serialized Fields
-
m_DatabaseConnectionUpdated
boolean m_DatabaseConnectionUpdated
whether the database connection has been updated. -
m_Filter
Filter m_Filter
the filter to apply. -
m_FlowContextUpdated
boolean m_FlowContextUpdated
whether the flow context has been updated. -
m_OutputContainer
boolean m_OutputContainer
whether to output a container. -
m_VariableName
VariableName m_VariableName
the variable to listen to.
-
-
Class adams.flow.transformer.AbstractGetReportValue extends AbstractTransformer implements Serializable
- serialVersionUID:
- -6237324482439105653L
-
Serialized Fields
-
m_Conversion
Conversion m_Conversion
the type of conversion. -
m_Field
AbstractField m_Field
the field to get from the report.
-
-
Class adams.flow.transformer.AbstractInPlaceSpreadSheetTransformer extends AbstractSpreadSheetTransformer implements Serializable
- serialVersionUID:
- 2926699145420350035L
-
Serialized Fields
-
m_NoCopy
boolean m_NoCopy
whether to skip creating a copy of the spreadsheet.
-
-
Class adams.flow.transformer.AbstractInstanceGenerator extends AbstractTransformer implements Serializable
- serialVersionUID:
- 9173099269238100664L
-
Serialized Fields
-
m_Generator
AbstractInstanceGenerator m_Generator
the generator to use.
-
-
Class adams.flow.transformer.AbstractInteractiveTransformer extends AbstractTransformer implements Serializable
- serialVersionUID:
- 9035095174755816475L
-
Serialized Fields
-
m_CallableActor
Actor m_CallableActor
the callable actor. -
m_CustomStopMessage
String m_CustomStopMessage
the custom stop message to use if flow gets stopped due to cancelation. -
m_Helper
CallableActorHelper m_Helper
the helper class. -
m_ParentComponentActor
CallableActorReference m_ParentComponentActor
the (optional) parent component to use. -
m_ParentComponentActorConfigured
boolean m_ParentComponentActorConfigured
whether the callable actor has been configured. -
m_StopFlowIfCanceled
boolean m_StopFlowIfCanceled
whether to stop the flow if canceled. -
m_StopMode
StopMode m_StopMode
how to perform the stop. -
m_UseOuterWindow
boolean m_UseOuterWindow
whether to use the outer window as parent.
-
-
Class adams.flow.transformer.AbstractInteractiveTransformerDialog extends AbstractTransformer implements Serializable
- serialVersionUID:
- -9002360111241208309L
-
Serialized Fields
-
m_CustomStopMessage
String m_CustomStopMessage
the custom stop message to use if flow gets stopped due to cancelation. -
m_Dialog
BaseDialog m_Dialog
the dialog that's being displayed. -
m_Height
int m_Height
the height of the dialog. -
m_Panel
BasePanel m_Panel
the panel to display. -
m_ShortTitle
boolean m_ShortTitle
whether to use just the actor name or the full name as title. -
m_StopFlowIfCanceled
boolean m_StopFlowIfCanceled
whether to stop the flow if canceled. -
m_StopMode
StopMode m_StopMode
how to perform the stop. -
m_Width
int m_Width
the width of the dialog. -
m_X
int m_X
the X position of the dialog. -
m_Y
int m_Y
the Y position of the dialog.
-
-
Class adams.flow.transformer.AbstractMultiCompress extends AbstractTransformer implements Serializable
- serialVersionUID:
- -4546660303745271704L
-
Serialized Fields
-
m_BufferSize
int m_BufferSize
the buffer size to use. -
m_Output
PlaceholderFile m_Output
the filename of the archive output. -
m_StripPath
String m_StripPath
the regular expression to use for stripping the path.
-
-
Class adams.flow.transformer.AbstractMultiDecompress extends AbstractTransformer implements Serializable
- serialVersionUID:
- 4547786117935917444L
-
Serialized Fields
-
m_BufferSize
int m_BufferSize
the buffer size to use. -
m_CreateDirectories
boolean m_CreateDirectories
whether to restore the directory structure. -
m_InvertMatching
boolean m_InvertMatching
invert matching sense. -
m_OutputDir
PlaceholderDirectory m_OutputDir
the output directory. -
m_RegExp
BaseRegExp m_RegExp
the regular expression that the filenames must match to be extracted.
-
-
Class adams.flow.transformer.AbstractProcessWekaInstanceWithModel extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5275241130624220000L
-
Serialized Fields
-
m_Model
T m_Model
the model that was loaded from the model file. -
m_ModelLoader
AbstractModelLoader m_ModelLoader
the model loader. -
m_ModelResetVariable
VariableName m_ModelResetVariable
the variable to monitor for changes, triggering resets of the model. -
m_OnTheFly
boolean m_OnTheFly
whether the model gets built on the fly and might not be present at the start. -
m_ResetModel
boolean m_ResetModel
whether we need to reset the model. -
m_UseModelResetVariable
boolean m_UseModelResetVariable
whether to use a variable to monitor for changes, triggering resets of the model.
-
-
Class adams.flow.transformer.AbstractReportDbReader extends AbstractDbTransformer implements Serializable
- serialVersionUID:
- 7352720726300796621L
-
Serialized Fields
-
m_PostProcessor
AbstractReportPostProcessor m_PostProcessor
the post-processor to apply to the data.
-
-
Class adams.flow.transformer.AbstractReportDbUpdater extends AbstractTransformer implements Serializable
- serialVersionUID:
- 1429977151568224156L
-
Serialized Fields
-
m_ColumnKey
String m_ColumnKey
the key column. -
m_ColumnValue
String m_ColumnValue
the value column. -
m_DatabaseConnection
AbstractDatabaseConnection m_DatabaseConnection
the database connection. -
m_Lenient
boolean m_Lenient
whether to be lenient, ie accept empyt resultsets. -
m_QueryType
AbstractReportDbUpdater.QueryType m_QueryType
the query type. -
m_SQL
SQLStatement m_SQL
the SQL statement to execute.
-
-
Class adams.flow.transformer.AbstractReportDbWriter extends AbstractDbTransformer implements Serializable
- serialVersionUID:
- -5253006932367969870L
-
Serialized Fields
-
m_Merge
boolean m_Merge
whether to merge the current and existing report. -
m_OverwriteFields
Field[] m_OverwriteFields
the fields to overwrite in "merge" mode. -
m_PreProcessor
AbstractReportPreProcessor m_PreProcessor
the pre-processor to apply to the data. -
m_RemoveExisting
boolean m_RemoveExisting
whether to remove existing reports (i.e., completely remove them from the DB). -
m_StandaloneReports
boolean m_StandaloneReports
whether to allow reports that are not associated with a data container.
-
-
Class adams.flow.transformer.AbstractReportDbWriterByDBID extends AbstractReportDbWriter<T extends Report,Integer> implements Serializable
- serialVersionUID:
- 7715639177204568610L
-
Class adams.flow.transformer.AbstractReportDbWriterByID extends AbstractReportDbWriter<T extends Report,String> implements Serializable
- serialVersionUID:
- 7715639177204568610L
-
Class adams.flow.transformer.AbstractReportFileImport extends AbstractDbDataProcessor implements Serializable
- serialVersionUID:
- -4427045123505865448L
-
Serialized Fields
-
m_Forward
boolean m_Forward
whether to forward the containers instead of the IDs. -
m_IDs
List<Integer> m_IDs
the IDs of the chromatograms that have been imported. -
m_Import
boolean m_Import
whether to import the containers into the database. -
m_Merge
boolean m_Merge
whether to merge the current and existing report. -
m_OverwriteFields
Field[] m_OverwriteFields
the fields to overwrite in "merge" mode. -
m_Reader
AbstractReportReader<T extends Report> m_Reader
the reader used for reading the reports. -
m_RemoveExisting
boolean m_RemoveExisting
whether to remove existing reports (i.e., completely remove them from the DB). -
m_Reports
List<T extends Report> m_Reports
the reports that have been read.
-
-
Class adams.flow.transformer.AbstractReportFileReader extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -207124154855872209L
-
Serialized Fields
-
m_DatabaseConnectionUpdated
boolean m_DatabaseConnectionUpdated
whether the database connection has been updated. -
m_Reader
AbstractReportReader<T extends Report> m_Reader
the reader to use.
-
-
Class adams.flow.transformer.AbstractReportFileWriter extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5209437097716008045L
-
Serialized Fields
-
m_Generator
AbstractFilenameGenerator m_Generator
the filename generator to use. -
m_OutputDir
PlaceholderDirectory m_OutputDir
the output directory. -
m_Writer
AbstractReportWriter<T extends Report> m_Writer
the writer to use.
-
-
Class adams.flow.transformer.AbstractReportValueDbWriter extends AbstractDbTransformer implements Serializable
- serialVersionUID:
- -5253006932367969870L
-
Serialized Fields
-
m_Fields
Field[] m_Fields
the fields to write to DB.
-
-
Class adams.flow.transformer.AbstractScript extends AbstractTransformer implements Serializable
- serialVersionUID:
- 581247128691762349L
-
Serialized Fields
-
m_AdditionalOptions
AdditionalOptions m_AdditionalOptions
for storing the additional options.
-
-
Class adams.flow.transformer.AbstractSetReportValue extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5937471470417243026L
-
Serialized Fields
-
m_AutoDetectDataType
boolean m_AutoDetectDataType
whether to auto-detect the type of the string value. -
m_Field
AbstractField m_Field
the field to get from the report. -
m_Value
String m_Value
the value to set.
-
-
Class adams.flow.transformer.AbstractSingleCompress extends AbstractTransformer implements Serializable
- serialVersionUID:
- -7648311276417258437L
-
Serialized Fields
-
m_BufferSize
int m_BufferSize
the buffer size to use. -
m_Output
PlaceholderFile m_Output
the filename of the GZIP output. -
m_RemoveInputFile
boolean m_RemoveInputFile
whether to remove the original input file.
-
-
Class adams.flow.transformer.AbstractSingleDecompress extends AbstractTransformer implements Serializable
- serialVersionUID:
- -8337511248726861039L
-
Serialized Fields
-
m_AlternativeFilename
String m_AlternativeFilename
the alternative filename to use. -
m_AlternativeOutputDir
PlaceholderDirectory m_AlternativeOutputDir
the alternative output directory. -
m_BufferSize
int m_BufferSize
the buffer size to use. -
m_UseAlternativeOutputDir
boolean m_UseAlternativeOutputDir
whether to use an alternative location for the file.
-
-
Class adams.flow.transformer.AbstractSpreadSheetTransformer extends AbstractTransformer implements Serializable
- serialVersionUID:
- 8602738223834097328L
-
Class adams.flow.transformer.AbstractStringOperation extends AbstractTransformer implements Serializable
- serialVersionUID:
- -2139865260017627684L
-
Class adams.flow.transformer.AbstractTransformer extends AbstractActor implements Serializable
- serialVersionUID:
- 150539732201567735L
-
Class adams.flow.transformer.AbstractTransformerWithPropertiesUpdating extends AbstractTransformer implements Serializable
- serialVersionUID:
- 8297006454135350745L
-
Serialized Fields
-
m_Properties
BaseString[] m_Properties
the property paths. -
m_VariableNames
VariableName[] m_VariableNames
the variables to update the properties with.
-
-
Class adams.flow.transformer.AbstractWekaClassifierEvaluator extends AbstractTransformer implements Serializable
- serialVersionUID:
- 7740799988980266316L
-
Serialized Fields
-
m_AlwaysUseContainer
boolean m_AlwaysUseContainer
whether to always use a container. -
m_Output
weka.classifiers.evaluation.output.prediction.AbstractOutput m_Output
for generating predictions output. -
m_OutputBuffer
StringBuffer m_OutputBuffer
the buffer for the predictions.
-
-
Class adams.flow.transformer.AbstractWekaModelReader extends AbstractTransformer implements Serializable
- serialVersionUID:
- -2949611378612429555L
-
Serialized Fields
-
m_OutputOnlyModel
boolean m_OutputOnlyModel
whether to only output the model.
-
-
Class adams.flow.transformer.AbstractWekaPredictionsTransformer extends AbstractTransformer implements Serializable
- serialVersionUID:
- 8682062846689759416L
-
Serialized Fields
-
m_AddLabelIndex
boolean m_AddLabelIndex
whether to prefix the labels with a 1-based index (only nominal classes). -
m_MeasuresPrefix
String m_MeasuresPrefix
the optional prefix to disambiguate the measure attributes from the original ones. -
m_ShowDistribution
boolean m_ShowDistribution
whether to output the class distribution (only nominal classes). -
m_ShowError
boolean m_ShowError
whether to add an error colunm. -
m_ShowProbability
boolean m_ShowProbability
whether to output the probability of the prediction (only nominal classes). -
m_ShowWeight
boolean m_ShowWeight
whether to output the weight as well. -
m_TestAttributes
WekaAttributeRange m_TestAttributes
the additional attributes from the test data to add to the output. -
m_UseAbsoluteError
boolean m_UseAbsoluteError
whether to use absolute errors. -
m_UseOriginalIndices
boolean m_UseOriginalIndices
whether to align output with original dataset (if possible).
-
-
Class adams.flow.transformer.AccessDatabaseInfo extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -8104727186480376733L
-
Serialized Fields
-
m_Sort
boolean m_Sort
whether to sort lists. -
m_Table
String m_Table
the table to use. -
m_Type
AccessDatabaseInfo.InfoType m_Type
the type of information to generate.
-
-
Class adams.flow.transformer.AddDOMAttribute extends AbstractTransformer implements Serializable
- serialVersionUID:
- 665475246547884486L
-
Class adams.flow.transformer.AddDOMNode extends AbstractTransformer implements Serializable
- serialVersionUID:
- 665475246547884486L
-
Class adams.flow.transformer.AddNote extends AbstractTransformer implements Serializable
- serialVersionUID:
- 4013915680601748582L
-
Class adams.flow.transformer.AppendName extends AbstractTransformer implements Serializable
- serialVersionUID:
- 4670761846363281951L
-
Serialized Fields
-
m_NoSeparator
boolean m_NoSeparator
whether to avoid adding a separator between file/dir and suffix. -
m_Suffix
String m_Suffix
the suffix to append to the file/directory. -
m_UseForwardSlashes
boolean m_UseForwardSlashes
whether to output forward slashes.
-
-
Class adams.flow.transformer.ArrayCombinations extends AbstractTransformer implements Serializable
- serialVersionUID:
- -1405432778848290110L
-
Serialized Fields
-
m_Elements
List m_Elements
the remaining elements of the array that still need to be broadcasted. -
m_Length
int m_Length
number of elements in subarray, -
m_Subsets
ArrayCombinations.SubsetsType m_Subsets
the subset type.
-
-
Class adams.flow.transformer.ArrayHistogramRanges extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- 8536100625511019961L
-
Serialized Fields
-
m_BinCalculation
ArrayHistogram.BinCalculation m_BinCalculation
how to calculate the number of bins. -
m_BinWidth
double m_BinWidth
the bin width - used for some calculations. -
m_DataType
ArrayStatisticDataType m_DataType
the type of data to get from the double matrix (rows or columns). -
m_Locations
BaseString[] m_Locations
the array of indices expressions. -
m_ManualMax
double m_ManualMax
the manual maximum. -
m_ManualMin
double m_ManualMin
the manual minimum. -
m_Normalize
boolean m_Normalize
whether to normalize the data. -
m_NumBins
int m_NumBins
the number of bins in case of manual bin calculation. -
m_NumDecimals
int m_NumDecimals
the number of decimals to show. -
m_UseFixedMinMax
boolean m_UseFixedMinMax
whether to use fixed min/max for manual bin calculation.
-
-
Class adams.flow.transformer.ArrayLength extends AbstractTransformer implements Serializable
- serialVersionUID:
- -2381609485309053125L
-
Class adams.flow.transformer.ArrayReverse extends AbstractTransformer implements Serializable
- serialVersionUID:
- 8536100625511019961L
-
Serialized Fields
-
m_NoCopy
boolean m_NoCopy
whether to reverse the array in-place.
-
-
Class adams.flow.transformer.ArrayStatistic extends AbstractTransformer implements Serializable
- serialVersionUID:
- 8536100625511019961L
-
Serialized Fields
-
m_DataType
ArrayStatisticDataType m_DataType
the type of data to get from the double matrix (rows or columns). -
m_Locations
BaseString[] m_Locations
the array of indices expressions. -
m_Statistic
AbstractArrayStatistic m_Statistic
the statistic to generate.
-
-
Class adams.flow.transformer.ArraySubset extends AbstractTransformer implements Serializable
- serialVersionUID:
- 8536100625511019961L
-
Serialized Fields
-
m_Elements
Range m_Elements
the elements of the subset to extract.
-
-
Class adams.flow.transformer.ArraySubsetGeneration extends AbstractTransformer implements Serializable
- serialVersionUID:
- 8536100625511019961L
-
Serialized Fields
-
m_Generator
AbstractArraySubsetGenerator m_Generator
the subset generator to use.
-
-
Class adams.flow.transformer.ArrayToChunks extends AbstractTransformer implements Serializable
- serialVersionUID:
- 1548815476164777688L
-
Serialized Fields
-
m_ChunkSize
int m_ChunkSize
the chunk size to split the array into. -
m_CurrentArray
Object m_CurrentArray
the current array to work on. -
m_CurrentIndex
int m_CurrentIndex
the current index in the array.
-
-
Class adams.flow.transformer.ArrayToCollection extends AbstractTransformer implements Serializable
- serialVersionUID:
- 558755282327118795L
-
Serialized Fields
-
m_CollectionClass
BaseClassname m_CollectionClass
the class for the array.
-
-
Class adams.flow.transformer.ArrayToSequence extends AbstractTransformer implements Serializable
- serialVersionUID:
- 9062714175599800719L
-
Serialized Fields
-
m_Elements
ArrayList m_Elements
the remaining elements of the array that still need to be broadcasted.
-
-
Class adams.flow.transformer.ArrayToVariables extends AbstractTransformer implements Serializable
- serialVersionUID:
- 9062714175599800719L
-
Serialized Fields
-
m_Conversion
Conversion m_Conversion
the type of conversion. -
m_VariableNames
VariableName[] m_VariableNames
the names of the variables to map to.
-
-
Class adams.flow.transformer.AutogeneratedTransformer extends SubProcess implements Serializable
- serialVersionUID:
- 6167290413146648447L
-
Class adams.flow.transformer.BaseName extends AbstractTransformer implements Serializable
- serialVersionUID:
- 4670761846363281951L
-
Serialized Fields
-
m_RemoveExtension
boolean m_RemoveExtension
whether to remove the extension as well.
-
-
Class adams.flow.transformer.BinaryFileReader extends AbstractTransformer implements Serializable
- serialVersionUID:
- 6525019504599945776L
-
Serialized Fields
-
m_ActualEnd
long m_ActualEnd
the actual last position. -
m_CurrentFile
File m_CurrentFile
the current file to read from. -
m_Data
gnu.trove.list.array.TByteArrayList m_Data
the collected data. -
m_End
long m_End
the end position. -
m_OutputArray
boolean m_OutputArray
whether to output an array instead of single items. -
m_Position
long m_Position
the current position. -
m_Start
long m_Start
the start position.
-
-
Class adams.flow.transformer.BoofCVDetectLines extends AbstractTransformer implements Serializable
- serialVersionUID:
- 2784091483353536513L
-
Serialized Fields
-
m_EdgeThreshold
float m_EdgeThreshold
the edge threshold to use. -
m_LocalMaxRadius
int m_LocalMaxRadius
Radius for local maximum suppression. -
m_MaxLines
int m_MaxLines
the maximum number of lines to detec. -
m_MinCounts
int m_MinCounts
Minimum number of counts for detected line. -
m_MinDistanceFromOrigin
int m_MinDistanceFromOrigin
the minimum distance from the origin. -
m_ResolutionAngle
int m_ResolutionAngle
Resolution of line angle in degrees. -
m_ResolutionRange
double m_ResolutionRange
Resolution of line range in pixels.
-
-
Class adams.flow.transformer.BoofCVDetectLineSegments extends AbstractTransformer implements Serializable
- serialVersionUID:
- 2784091483353536513L
-
Serialized Fields
-
m_ConnectLines
boolean m_ConnectLines
whether to connect the segments. -
m_RegionSize
int m_RegionSize
region size. -
m_ThresholdAngle
double m_ThresholdAngle
the angle threshold to use. -
m_ThresholdEdge
double m_ThresholdEdge
the edge threshold to use.
-
-
Class adams.flow.transformer.BoofCVFeatureGenerator extends AbstractTransformer implements Serializable
- serialVersionUID:
- -1998955116780561587L
-
Serialized Fields
-
m_Algorithm
AbstractBoofCVFeatureGenerator m_Algorithm
the algorithm to apply to the image. -
m_Queue
ArrayList m_Queue
the generated objects. -
m_VariableName
VariableName m_VariableName
the variable to listen to.
-
-
Class adams.flow.transformer.BoofCVMultiImageOperation extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- 3690378527551302472L
-
Serialized Fields
-
m_CurrentImages
List<BoofCVImageContainer> m_CurrentImages
the generated images. -
m_Operation
AbstractBoofCVMultiImageOperation m_Operation
the transformer to apply to the image.
-
-
Class adams.flow.transformer.BoofCVTransformer extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- 3690378527551302472L
-
Serialized Fields
-
m_TransformAlgorithm
AbstractBoofCVTransformer m_TransformAlgorithm
the transformer to apply to the image.
-
-
Class adams.flow.transformer.BufferedImageFeatureGenerator extends AbstractTransformer implements Serializable
- serialVersionUID:
- -1998955116780561587L
-
Serialized Fields
-
m_Algorithm
AbstractBufferedImageFeatureGenerator m_Algorithm
the algorithm to apply to the image. -
m_Queue
ArrayList m_Queue
the generated objects. -
m_VariableName
VariableName m_VariableName
the variable to listen to.
-
-
Class adams.flow.transformer.BufferedImageMultiImageOperation extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- 3690378527551302472L
-
Serialized Fields
-
m_CurrentImages
List<BufferedImageContainer> m_CurrentImages
the generated images. -
m_Operation
AbstractBufferedImageMultiImageOperation m_Operation
the transformer to apply to the image.
-
-
Class adams.flow.transformer.BufferedImageTransformer extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- 3690378527551302472L
-
Serialized Fields
-
m_TransformAlgorithm
AbstractBufferedImageTransformer m_TransformAlgorithm
the algorithm to apply to the image.
-
-
Class adams.flow.transformer.Bzip2 extends AbstractSingleCompress implements Serializable
- serialVersionUID:
- 6718580828800815681L
-
Class adams.flow.transformer.CallableTransformer extends AbstractCallableActor implements Serializable
- serialVersionUID:
- -4898610818562897692L
-
Class adams.flow.transformer.ChangeImageObjectPrefix extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3992867498417362738L
-
Serialized Fields
-
m_Finder
ObjectFinder m_Finder
the object finder to use. -
m_PrefixNew
String m_PrefixNew
the new prefix of the objects in the report.
-
-
Class adams.flow.transformer.ChangeReportFieldPrefixes extends AbstractTransformer implements Serializable
- serialVersionUID:
- -2833759108269704357L
-
Serialized Fields
-
m_NewPrefix
String m_NewPrefix
the new prefix. -
m_OldPrefixes
BaseString[] m_OldPrefixes
the prefixes to match to match.
-
-
Class adams.flow.transformer.ClassSelector extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3019442578354930841L
-
Serialized Fields
-
m_ClassIndex
SpreadSheetColumnRange m_ClassIndex
the class indices. -
m_Override
boolean m_Override
whether to override any set class attribute. -
m_Unset
boolean m_Unset
whether to unset the class index.
-
-
Class adams.flow.transformer.CollectionAppend extends AbstractTransformer implements Serializable
- serialVersionUID:
- -253714973019682939L
-
Serialized Fields
-
m_StorageName
StorageName m_StorageName
the name of the stored value.
-
-
Class adams.flow.transformer.CollectionInsert extends AbstractTransformer implements Serializable
- serialVersionUID:
- -4381778255320714964L
-
Serialized Fields
-
m_After
boolean m_After
whether to insert after the position instead of at. -
m_Position
Index m_Position
the position where to insert the string. -
m_Retriever
ObjectRetriever m_Retriever
for retrieving the object.
-
-
Class adams.flow.transformer.CollectionSize extends AbstractTransformer implements Serializable
- serialVersionUID:
- -2381609485309053125L
-
Class adams.flow.transformer.CollectionSubset extends AbstractTransformer implements Serializable
- serialVersionUID:
- 8536100625511019961L
-
Serialized Fields
-
m_Elements
Range m_Elements
the elements of the subset to extract.
-
-
Class adams.flow.transformer.CollectionToArray extends AbstractTransformer implements Serializable
- serialVersionUID:
- -8967664394563844948L
-
Serialized Fields
-
m_ArrayClass
BaseClassname m_ArrayClass
the class for the array.
-
-
Class adams.flow.transformer.CollectionToSequence extends AbstractTransformer implements Serializable
- serialVersionUID:
- -8967664394563844948L
-
Serialized Fields
-
m_Elements
List m_Elements
the remaining elements of the array that still need to be broadcasted.
-
-
Class adams.flow.transformer.ColorProvider extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3505768725369077351L
-
Serialized Fields
-
m_ActualProvider
ColorProvider m_ActualProvider
the actual color provider to use. -
m_Provider
ColorProvider m_Provider
the color provider to use. -
m_VariableName
VariableName m_VariableName
the variable to listen to.
-
-
Class adams.flow.transformer.CompareObjectLocations extends AbstractInteractiveTransformerDialog implements Serializable
- serialVersionUID:
- 2191236912048968711L
-
Serialized Fields
-
m_Accepted
boolean m_Accepted
whether the dialog got accepted. -
m_AnnotationsLabelSuffix
String m_AnnotationsLabelSuffix
the annotations label suffix. -
m_AnnotationsPrefix
String m_AnnotationsPrefix
the annotations object prefix. -
m_AnnotationsStorageName
StorageName m_AnnotationsStorageName
the storage item with the annotations. -
m_Comparison
AbstractComparison m_Comparison
the comparison view to use. -
m_ComparisonPanel
AbstractComparisonPanel m_ComparisonPanel
the generated panel. -
m_ForwardScreenshot
boolean m_ForwardScreenshot
whether to forward a screenshot to the callable actor. -
m_NonInteractive
boolean m_NonInteractive
whether the prompt is non-interactive. -
m_PredictionsLabelSuffix
String m_PredictionsLabelSuffix
the predictions label suffix. -
m_PredictionsPrefix
String m_PredictionsPrefix
the predictions object prefix. -
m_PredictionsStorageName
StorageName m_PredictionsStorageName
the storage item with the predictions. -
m_ScreenshotQueue
StorageName m_ScreenshotQueue
the queue to send the screenshot to.
-
-
Class adams.flow.transformer.CompareObjects extends AbstractTransformer implements Serializable
- serialVersionUID:
- 4670761846363281951L
-
Serialized Fields
-
m_Compare
AbstractObjectCompare m_Compare
the compare algorithm to use.
-
-
Class adams.flow.transformer.CompareObjectTypes extends AbstractTransformer implements Serializable
- serialVersionUID:
- -2856574104135118360L
-
Serialized Fields
-
m_MinOverlapRatio
double m_MinOverlapRatio
the minimum overlap ratio to use. -
m_Prefix
String m_Prefix
the object prefix to use. -
m_TypeFind
BaseRegExp m_TypeFind
the regular expression to apply to the type. -
m_TypeReplace
String m_TypeReplace
the replacement for the type. -
m_TypeSuffix
String m_TypeSuffix
the object type suffix to use.
-
-
Class adams.flow.transformer.ConfirmationDialog extends AbstractInteractiveTransformer implements Serializable
- serialVersionUID:
- 8200691218381875131L
-
Serialized Fields
-
m_CancelToken
String m_CancelToken
the "cancel" token. -
m_Comm
GUIHelper.DialogCommunication m_Comm
for communicating with the input dialog. -
m_Message
String m_Message
the message for the user. -
m_NoToken
String m_NoToken
the "no" token. -
m_Title
String m_Title
the dialog title. -
m_UseCustomTokens
boolean m_UseCustomTokens
whether to forward a custom token instead of the one currently passed through. -
m_YesToken
String m_YesToken
the "yes" token.
-
-
Class adams.flow.transformer.ConfusionMatrix extends AbstractTransformer implements Serializable
- serialVersionUID:
- 6499246835313298302L
-
Serialized Fields
-
m_ActualColumn
SpreadSheetColumnIndex m_ActualColumn
the column with the actual labels. -
m_ActualPrefix
String m_ActualPrefix
the optional prefix for the actual labels. -
m_ClassLabels
BaseString[] m_ClassLabels
the class labels to use (to enforce ordering other than sorted). -
m_CombineLabelColumns
boolean m_CombineLabelColumns
combine label columns if same. -
m_EnumerateLabels
boolean m_EnumerateLabels
whether to number columns instead of using labels. -
m_MatrixValues
ConfusionMatrix.MatrixValues m_MatrixValues
what values to generate. -
m_PredictedColumn
SpreadSheetColumnIndex m_PredictedColumn
the column with the predicted labels. -
m_PredictedPrefix
String m_PredictedPrefix
the optional prefix for the predicted labels. -
m_ProbabilityColumn
SpreadSheetColumnIndex m_ProbabilityColumn
the column with the probabilities.
-
-
Class adams.flow.transformer.ContainerToStorage extends AbstractContainerValueExtractor implements Serializable
- serialVersionUID:
- 8072844783869677669L
-
Class adams.flow.transformer.ContainerToVariables extends AbstractContainerValueExtractor implements Serializable
- serialVersionUID:
- 8072844783869677669L
-
Class adams.flow.transformer.ControlChart extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- 4013915680601748582L
-
Serialized Fields
-
m_Chart
ControlChart m_Chart
the control chart to use.
-
-
Class adams.flow.transformer.Convert extends AbstractTransformer implements Serializable
- serialVersionUID:
- 1704879993786242375L
-
Serialized Fields
-
m_Conversion
Conversion m_Conversion
the type of conversion.
-
-
Class adams.flow.transformer.ConvertFeatures extends AbstractTransformer implements Serializable
- serialVersionUID:
- 7491100983182267771L
-
Serialized Fields
-
m_Converter
AbstractFeatureConverter m_Converter
the feature converter to use. -
m_MergeFormat
String m_MergeFormat
the format to use for merging multiple feature sets. -
m_OutputType
ConvertFeatures.OutputType m_OutputType
whether to output the header of the row.
-
-
Class adams.flow.transformer.Copy extends AbstractTransformer implements Serializable
- serialVersionUID:
- -735652783986676809L
-
Serialized Fields
-
m_Type
Copy.CopyType m_Type
the type of copy to perform.
-
-
Class adams.flow.transformer.CopyCallableTransformer extends AbstractCopyCallableActor implements Serializable
- serialVersionUID:
- -4898610818562897692L
-
Class adams.flow.transformer.CopyFile extends AbstractTransformer implements Serializable
- serialVersionUID:
- 4670761846363281951L
-
Serialized Fields
-
m_AttemptInterval
int m_AttemptInterval
the interval between attempts. -
m_CreateSubDirectories
boolean m_CreateSubDirectories
whether the input is a directory and directory should be re-created below target directory (only the last path component: /some/where/blah -> TARGET/blah will get created). -
m_Filename
String m_Filename
the (optional) new filename. -
m_NumAttempts
int m_NumAttempts
the number of tries for writing the data. -
m_RegExp
BaseRegExp m_RegExp
the regular expression for the files to match. -
m_TargetDirectory
PlaceholderDirectory m_TargetDirectory
the target directory.
-
-
Class adams.flow.transformer.CopyToClipboard extends AbstractTransformer implements Serializable
- serialVersionUID:
- 481992931607340358L
-
Serialized Fields
-
m_ClipboardData
AbstractClipboardData m_ClipboardData
the data type to paste.
-
-
Class adams.flow.transformer.CounterAdd extends AbstractTransformer implements Serializable
- serialVersionUID:
- 7602201480653131469L
-
Serialized Fields
-
m_Column
Index m_Column
the index of the column which values to count. -
m_StorageName
StorageName m_StorageName
the name of the counter in the internal storage.
-
-
Class adams.flow.transformer.CounterInit extends AbstractTransformer implements Serializable
- serialVersionUID:
- 4182914190162129217L
-
Serialized Fields
-
m_Column
Index m_Column
the index of the column which values to store in the counter. -
m_InitialCount
int m_InitialCount
the initial counter value to use. -
m_InitialValues
BaseString[] m_InitialValues
the initial labels to use. -
m_StorageName
StorageName m_StorageName
the name of the counter in the internal storage.
-
-
Class adams.flow.transformer.CountObjectsInPolygon extends AbstractTransformer implements Serializable
- serialVersionUID:
- 9063650105550850888L
-
Serialized Fields
-
m_CheckType
boolean m_CheckType
whether to check the type (if a suffix provided). -
m_OneBased
boolean m_OneBased
whether report contains one-based coordinates. -
m_PartialCounts
boolean m_PartialCounts
whether to include partial counts. -
m_Prefix
String m_Prefix
the prefix to use when generating a report. -
m_TypeFind
BaseRegExp m_TypeFind
the regular expression to apply to the type. -
m_TypeSuffix
String m_TypeSuffix
the suffix for the type. -
m_X
String m_X
the x coordinates. -
m_Y
String m_Y
the y coordinates.
-
-
Class adams.flow.transformer.CountObjectsInRegion extends AbstractTransformer implements Serializable
- serialVersionUID:
- 9063650105550850888L
-
Serialized Fields
-
m_CheckType
boolean m_CheckType
whether to check the type (if a suffix provided). -
m_Height
int m_Height
the height of the window. -
m_Left
int m_Left
the x of the top-left corner. -
m_OneBased
boolean m_OneBased
whether report contains one-based coordinates. -
m_PartialCounts
boolean m_PartialCounts
whether to include partial counts. -
m_Prefix
String m_Prefix
the prefix to use when generating a report. -
m_Top
int m_Top
the y of the top-left corner. -
m_TypeFind
BaseRegExp m_TypeFind
the regular expression to apply to the type. -
m_TypeSuffix
String m_TypeSuffix
the suffix for the type. -
m_Width
int m_Width
the width of the window.
-
-
Class adams.flow.transformer.CreateEmail extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5959868605503747649L
-
Serialized Fields
-
m_BCC
EmailAddress[] m_BCC
the recipients (BCC). -
m_Body
BaseText m_Body
the body. -
m_CC
EmailAddress[] m_CC
the recipients (CC). -
m_Recipients
EmailAddress[] m_Recipients
the recipients. -
m_Sender
EmailAddress m_Sender
the sender. -
m_Signature
BaseText m_Signature
the signature. -
m_Subject
String m_Subject
the subject.
-
-
Class adams.flow.transformer.DatasetFilter extends AbstractTransformer implements Serializable
- serialVersionUID:
- -2575293379884905336L
-
Serialized Fields
-
m_ActualFilter
BatchFilter m_ActualFilter
the actual filter to use. -
m_Filter
BatchFilter m_Filter
the batch filter to use.
-
-
Class adams.flow.transformer.DatasetRowFilter extends AbstractTransformer implements Serializable
- serialVersionUID:
- -2575293379884905336L
-
Serialized Fields
-
m_ActualFilter
StreamFilter m_ActualFilter
the actual filter to use. -
m_Filter
StreamFilter m_Filter
the batch filter to use.
-
-
Class adams.flow.transformer.DateTimeTypeDifference extends AbstractTransformer implements Serializable
- serialVersionUID:
- 1393364512048214265L
-
Serialized Fields
-
m_ConversionInput
ConvertDateTimeType m_ConversionInput
the conversion in use for the input. -
m_ConversionOutput
ConvertDateTimeType m_ConversionOutput
the conversion in use for the output. -
m_InputDateTimeType
DateTimeType m_InputDateTimeType
the datetime type of the input. -
m_OutputDateTimeType
DateTimeType m_OutputDateTimeType
the datetime type of the output.
-
-
Class adams.flow.transformer.DecodeBarcode extends AbstractTransformer implements Serializable
- serialVersionUID:
- 6149942254926179607L
-
Serialized Fields
-
m_Decoder
AbstractBarcodeDecoder m_Decoder
The decoder.
-
-
Class adams.flow.transformer.DeleteFile extends AbstractTransformer implements Serializable
- serialVersionUID:
- 4670761846363281951L
-
Serialized Fields
-
m_RegExp
BaseRegExp m_RegExp
the regular expression for the files to match.
-
-
Class adams.flow.transformer.DeleteJsonValue extends AbstractTransformer implements Serializable
- serialVersionUID:
- -8757919765508522198L
-
Serialized Fields
-
m_Path
JsonPathExpression m_Path
the path of the value(s) to obtain.
-
-
Class adams.flow.transformer.DeleteMapValue extends AbstractTransformer implements Serializable
- serialVersionUID:
- 597361990633872666L
-
Serialized Fields
-
m_Key
String m_Key
the key of the value to delete.
-
-
Class adams.flow.transformer.DeleteOverlappingImageObjects extends AbstractTransformer implements Serializable
- serialVersionUID:
- 3254930183559428182L
-
Serialized Fields
-
m_DuplicateIndices
boolean m_DuplicateIndices
whether to check for duplicate object indices or not. -
m_Finder
ObjectFinder m_Finder
the object finder to use. -
m_MinOverlapRatio
double m_MinOverlapRatio
the minimum overlap ratio to use. -
m_RemovalStrategy
DeleteOverlappingImageObjects.RemovalStrategy m_RemovalStrategy
the removal strategy.
-
-
Class adams.flow.transformer.DeletePropertyValue extends AbstractTransformer implements Serializable
- serialVersionUID:
- -8757919765508522198L
-
Serialized Fields
-
m_Key
BaseRegExp m_Key
the regular expression for the keys to delete.
-
-
Class adams.flow.transformer.DeleteReportValue extends AbstractDeleteReportValue implements Serializable
- serialVersionUID:
- -2551776226766445092L
-
Class adams.flow.transformer.DeleteReportValueByExpression extends AbstractDeleteReportValueByExpression implements Serializable
- serialVersionUID:
- -2551776226766445092L
-
Class adams.flow.transformer.DeleteStorageValue extends AbstractTransformer implements Serializable
- serialVersionUID:
- 3427074997423945878L
-
Serialized Fields
-
m_Cache
String m_Cache
the name of the LRU cache. -
m_RegExp
BaseRegExp m_RegExp
the regexp to match against variable names. -
m_StorageName
StorageName m_StorageName
the name of the value to store. -
m_Type
DeleteStorageValue.MatchingType m_Type
how to determine variables to delete.
-
-
Class adams.flow.transformer.DeleteVariable extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3383735680425581504L
-
Serialized Fields
-
m_RegExp
BaseRegExp m_RegExp
the regexp to match against variable names. -
m_Type
DeleteVariable.MatchingType m_Type
how to determine variables to delete. -
m_VariableName
VariableName m_VariableName
the name of the variable.
-
-
Class adams.flow.transformer.Deserialize extends AbstractTransformer implements Serializable
- serialVersionUID:
- 7491100983182267771L
-
Serialized Fields
-
m_Reader
AbstractObjectReader m_Reader
the object reader to use.
-
-
Class adams.flow.transformer.DetermineOverlappingAreas extends AbstractTransformer implements Serializable
- serialVersionUID:
- 8175397929496972306L
-
Serialized Fields
-
m_AreaAlgorithm
AreaOverlap m_AreaAlgorithm
the area calculation to use. -
m_CompareWithItself
boolean m_CompareWithItself
whether to compare with itself. -
m_Finder
ObjectFinder m_Finder
the object finder to use. -
m_OverlapAlgorithm
ObjectOverlap m_OverlapAlgorithm
the object overlap calculation to use. -
m_StorageName
StorageName m_StorageName
the storage item.
-
-
Class adams.flow.transformer.DetermineOverlappingObjects extends AbstractTransformer implements Serializable
- serialVersionUID:
- 8175397929496972306L
-
Serialized Fields
-
m_Algorithm
ObjectOverlap m_Algorithm
the image overlap calculation to use. -
m_CompareWithItself
boolean m_CompareWithItself
whether to compare with itself. -
m_Finder
ObjectFinder m_Finder
the object finder to use. -
m_StorageName
StorageName m_StorageName
the storage item.
-
-
Class adams.flow.transformer.Diff extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5101920243595168374L
-
Serialized Fields
-
m_Type
Diff.DiffType m_Type
the type of diff to generate.
-
-
Class adams.flow.transformer.DirName extends AbstractTransformer implements Serializable
- serialVersionUID:
- 4670761846363281951L
-
Serialized Fields
-
m_UseForwardSlashes
boolean m_UseForwardSlashes
whether to output forward slashes.
-
-
Class adams.flow.transformer.DownloadContent extends AbstractTransformer implements Serializable
- serialVersionUID:
- 8688918591152139449L
-
Serialized Fields
-
m_BufferSize
int m_BufferSize
the buffer size to use.
-
-
Class adams.flow.transformer.Draw extends AbstractTransformer implements Serializable
- serialVersionUID:
- -7871688022041775952L
-
Serialized Fields
-
m_NoCopy
boolean m_NoCopy
whether to skip creating a copy of the image. -
m_Operation
AbstractDrawOperation m_Operation
the draw operation.
-
-
Class adams.flow.transformer.EmailFileReader extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -1585651878523228177L
-
Serialized Fields
-
m_Reader
EmailFileReader m_Reader
the reader to use.
-
-
Class adams.flow.transformer.EncodeBarcode extends AbstractTransformer implements Serializable
- serialVersionUID:
- 6149942254926179607L
-
Serialized Fields
-
m_Encoder
AbstractBarcodeEncoder m_Encoder
The encoder.
-
-
Class adams.flow.transformer.ExecuteActor extends AbstractTransformer implements Serializable
- serialVersionUID:
- 1877006726746922569L
-
Serialized Fields
-
m_CallCleanUp
boolean m_CallCleanUp
whether to call the cleanUp method. -
m_CallSetUp
boolean m_CallSetUp
whether to call the setUp method. -
m_CallWrapUp
boolean m_CallWrapUp
whether to call the wrapUp method. -
m_FlowExecutionListener
FlowExecutionListener m_FlowExecutionListener
the execution listener to use. -
m_FlowExecutionListeningEnabled
boolean m_FlowExecutionListeningEnabled
whether flow execution listening is enabled.
-
-
Class adams.flow.transformer.ExecuteJobs extends AbstractTransformer implements Serializable
- serialVersionUID:
- 7491100983182267771L
-
Serialized Fields
-
m_JobRunner
JobRunner m_JobRunner
the job runner. -
m_NumThreads
int m_NumThreads
the number of threads to use for parallel execution. -
m_UpdateNumThreads
boolean m_UpdateNumThreads
whether to update the number of threads to use (if possible).
-
-
Class adams.flow.transformer.ExecuteRemoteCommand extends AbstractTransformer implements Serializable
- serialVersionUID:
- 7491100983182267771L
-
Serialized Fields
-
m_MaxCommands
int m_MaxCommands
the maximum number of commands to allow in queue. -
m_PermissionHandler
PermissionHandler m_PermissionHandler
the permission handler to use. -
m_ScriptingEngine
ManualFeedScriptingEngine m_ScriptingEngine
the scripting engine in use.
-
-
Class adams.flow.transformer.ExifTagOperation extends AbstractTransformer implements Serializable
- serialVersionUID:
- 1884823351778616872L
-
Serialized Fields
-
m_Operation
ExifTagOperation m_Operation
the operation to use.
-
-
Class adams.flow.transformer.ExpandStorage extends AbstractStringOperation implements Serializable
- serialVersionUID:
- 4670761846363281951L
-
Class adams.flow.transformer.ExpandVariables extends AbstractStringOperation implements Serializable
- serialVersionUID:
- 4670761846363281951L
-
Class adams.flow.transformer.ExternalTransformer extends AbstractExternalActor implements Serializable
- serialVersionUID:
- 8557732787822426844L
-
Class adams.flow.transformer.FileChanged extends AbstractTransformer implements Serializable
- serialVersionUID:
- 1704879993786242375L
-
Serialized Fields
-
m_Monitor
FileChangeMonitor m_Monitor
the type of monitor to use.
-
-
Class adams.flow.transformer.FileExtension extends AbstractTransformer implements Serializable
- serialVersionUID:
- -2838258525424174583L
-
Serialized Fields
-
m_IncludeDot
boolean m_IncludeDot
whether to return the dot or not.
-
-
Class adams.flow.transformer.FileInfo extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3019442578354930841L
-
Serialized Fields
-
m_Type
FileInfo.InfoType m_Type
the type of information to generate. -
m_ValueFalse
String m_ValueFalse
the string to output in case of "IS_" queries evaluate to FALSE. -
m_ValueTrue
String m_ValueTrue
the string to output in case of "IS_" queries evaluate to TRUE.
-
-
Class adams.flow.transformer.FilenameGenerator extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5969795295785887230L
-
Serialized Fields
-
m_Absolute
boolean m_Absolute
whether to output absolute or placeholder filenames. -
m_Generator
AbstractFilenameGenerator m_Generator
the generator to use.
-
-
Class adams.flow.transformer.FileTailer extends AbstractTransformer implements Serializable
- serialVersionUID:
- 8148843753177357097L
-
Class adams.flow.transformer.FilterMap extends AbstractTransformer implements Serializable
- serialVersionUID:
- 8610396047582387719L
-
Serialized Fields
-
m_Filter
AbstractMapFilter m_Filter
the map filter to apply. -
m_NoCopy
boolean m_NoCopy
whether to skip creating a copy of the container.
-
-
Class adams.flow.transformer.FindInFile extends AbstractTransformer implements Serializable
- serialVersionUID:
- 9091439366419647189L
-
Serialized Fields
-
m_ActualHandler
FileSearchHandler m_ActualHandler
the actual handler in use. -
m_CaseSensitive
boolean m_CaseSensitive
whether the search is case-sensitive. -
m_CustomHandler
FileSearchHandler m_CustomHandler
the handler to use. -
m_Find
String m_Find
the text to look for. -
m_RegExp
boolean m_RegExp
whether the search string represents a regular expression (search handler must support that). -
m_UseCustomHandler
boolean m_UseCustomHandler
whether to use a specific file search handler rather than auto-detected one.
-
-
Class adams.flow.transformer.FlowFileReader extends AbstractTransformer implements Serializable
- serialVersionUID:
- -1258602500279600946L
-
Serialized Fields
-
m_CustomReader
FlowReader m_CustomReader
the custom reader to use. -
m_UseCustomReader
boolean m_UseCustomReader
whether to use a custom reader.
-
-
Class adams.flow.transformer.FTPDelete extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5015637337437403790L
-
Serialized Fields
-
m_Connection
FTPConnection m_Connection
the FTP connection to use. -
m_RemoteDir
String m_RemoteDir
the directory to list.
-
-
Class adams.flow.transformer.FTPDisconnect extends AbstractTransformer implements Serializable
- serialVersionUID:
- -8492252620858335215L
-
Serialized Fields
-
m_Connection
FTPConnection m_Connection
the FTP connection to use.
-
-
Class adams.flow.transformer.FTPGet extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5015637337437403790L
-
Serialized Fields
-
m_Connection
FTPConnection m_Connection
the FTP connection to use. -
m_OutputDirectory
PlaceholderDirectory m_OutputDirectory
the output directory. -
m_RemoteDir
String m_RemoteDir
the directory to list.
-
-
Class adams.flow.transformer.FTPNoOp extends AbstractTransformer implements Serializable
- serialVersionUID:
- -8492252620858335215L
-
Serialized Fields
-
m_Connection
FTPConnection m_Connection
the FTP connection to use.
-
-
Class adams.flow.transformer.FTPSend extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5015637337437403790L
-
Serialized Fields
-
m_Connection
FTPConnection m_Connection
the FTP connection to use. -
m_RemoteDir
String m_RemoteDir
the directory to upload the file to.
-
-
Class adams.flow.transformer.GenerateFileBasedDataset extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5135595330787325026L
-
Serialized Fields
-
m_Generation
AbstractFileBasedDatasetGeneration m_Generation
the generation to use.
-
-
Class adams.flow.transformer.GetArrayElement extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3483275959738804271L
-
Serialized Fields
-
m_Index
Index m_Index
the index of the element to pick.
-
-
Class adams.flow.transformer.GetDatabaseID extends AbstractTransformer implements Serializable
- serialVersionUID:
- -6485136495553425947L
-
Class adams.flow.transformer.GetID extends AbstractTransformer implements Serializable
- serialVersionUID:
- -6485136495553425947L
-
Class adams.flow.transformer.GetImageObjectIndices extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -5644432725273726622L
-
Serialized Fields
-
m_Finder
ObjectFinder m_Finder
the object finder to use. -
m_Sort
boolean m_Sort
whether to sort lists.
-
-
Class adams.flow.transformer.GetImageObjectMetaData extends AbstractTransformer implements Serializable
- serialVersionUID:
- -8300475715029765628L
-
Class adams.flow.transformer.GetImageObjects extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -5644432725273726622L
-
Serialized Fields
-
m_CleanIndices
boolean m_CleanIndices
whether to clean the object indices. -
m_Finder
ObjectFinder m_Finder
the object finder to use.
-
-
Class adams.flow.transformer.GetJsonKeys extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -8757919765508522198L
-
Serialized Fields
-
m_SortKeys
boolean m_SortKeys
whether to sort the keys.
-
-
Class adams.flow.transformer.GetJsonValue extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -8757919765508522198L
-
Serialized Fields
-
m_DataType
JsonDataType m_DataType
the output data type. -
m_ForwardNull
boolean m_ForwardNull
whether to forward null values. -
m_Path
JsonPathExpression m_Path
the path of the value(s) to obtain.
-
-
Class adams.flow.transformer.GetListElement extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3483275959738804271L
-
Serialized Fields
-
m_Index
Index m_Index
the index of the element to pick.
-
-
Class adams.flow.transformer.GetMapKeys extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- 597361990633872666L
-
Class adams.flow.transformer.GetMapKeyValuePairs extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- 597361990633872666L
-
Class adams.flow.transformer.GetMapValue extends AbstractTransformer implements Serializable
- serialVersionUID:
- 597361990633872666L
-
Serialized Fields
-
m_Key
String m_Key
the key of the value to retrieve.
-
-
Class adams.flow.transformer.GetNotes extends AbstractTransformer implements Serializable
- serialVersionUID:
- 4013915680601748582L
-
Class adams.flow.transformer.GetObjectProperty extends AbstractTransformer implements Serializable
- serialVersionUID:
- -6237324482439105653L
-
Serialized Fields
-
m_Path
String m_Path
the property path to use for obtaining the object.
-
-
Class adams.flow.transformer.GetProperties extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- 597361990633872666L
-
Class adams.flow.transformer.GetProperty extends AbstractTransformer implements Serializable
- serialVersionUID:
- 597361990633872666L
-
Serialized Fields
-
m_Property
String m_Property
the property path.
-
-
Class adams.flow.transformer.GetPropertyNames extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -8757919765508522198L
-
Serialized Fields
-
m_RegExp
BaseRegExp m_RegExp
the regular expression that the property names must match. -
m_SortKeys
boolean m_SortKeys
whether to sort the keys.
-
-
Class adams.flow.transformer.GetPropertyValue extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -8757919765508522198L
-
Serialized Fields
-
m_DataType
PropertiesDataType m_DataType
the output data type. -
m_ForwardNull
boolean m_ForwardNull
whether to forward null values. -
m_Key
BaseRegExp m_Key
the regular expression for the keys to obtain the values for.
-
-
Class adams.flow.transformer.GetRemoteCommandPayload extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5876859824823454308L
-
Class adams.flow.transformer.GetReport extends AbstractTransformer implements Serializable
- serialVersionUID:
- -7979987687605118740L
-
Class adams.flow.transformer.GetReportValue extends AbstractGetReportValue implements Serializable
- serialVersionUID:
- -6237324482439105653L
-
Class adams.flow.transformer.GetStorageValue extends AbstractTransformer implements Serializable
- serialVersionUID:
- 3086015634110488066L
-
Serialized Fields
-
m_Cache
String m_Cache
the name of the LRU cache.
-
-
Class adams.flow.transformer.Groovy extends AbstractGroovyActor implements Serializable
- serialVersionUID:
- 533314494036572984L
-
Serialized Fields
-
m_InputToken
Token m_InputToken
the current input token.
-
-
Class adams.flow.transformer.GroupByRegExp extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -35393265150652536L
-
Serialized Fields
-
m_Find
BaseRegExp m_Find
the regular expression. -
m_Grouping
String m_Grouping
the grouping.
-
-
Class adams.flow.transformer.GUNZIP extends AbstractSingleDecompress implements Serializable
- serialVersionUID:
- 1162255296803420631L
-
Class adams.flow.transformer.GZIP extends AbstractSingleCompress implements Serializable
- serialVersionUID:
- 6718580828800815681L
-
Class adams.flow.transformer.HashSetAdd extends AbstractTransformer implements Serializable
- serialVersionUID:
- 7602201480653131469L
-
Serialized Fields
-
m_Column
Index m_Column
the index of the column which values to store in the hashset. -
m_Conversion
Conversion m_Conversion
the type of conversion. -
m_StorageName
StorageName m_StorageName
the name of the hashset in the internal storage.
-
-
Class adams.flow.transformer.HashSetInit extends AbstractTransformer implements Serializable
- serialVersionUID:
- 4182914190162129217L
-
Serialized Fields
-
m_Column
Index m_Column
the index of the column which values to store in the hashset. -
m_Conversion
Conversion m_Conversion
the type of conversion. -
m_StorageName
StorageName m_StorageName
the name of the hashset in the internal storage.
-
-
Class adams.flow.transformer.HashSetRemove extends AbstractTransformer implements Serializable
- serialVersionUID:
- 5163954885888948620L
-
Serialized Fields
-
m_StorageName
StorageName m_StorageName
the name of the hashset in the internal storage.
-
-
Class adams.flow.transformer.HexReplace extends AbstractTransformer implements Serializable
- serialVersionUID:
- -8624369481983809607L
-
Class adams.flow.transformer.HttpPostFile extends AbstractTransformer implements Serializable
- serialVersionUID:
- 7953283270649274835L
-
Serialized Fields
-
m_FormFieldFile
String m_FormFieldFile
the name of the form field for the file to upload. -
m_FormFields
BaseKeyValuePair[] m_FormFields
the form field/value pairs. -
m_URL
BaseURL m_URL
the URL to send the form parameters to.
-
-
Class adams.flow.transformer.HttpRequest extends AbstractTransformer implements Serializable
- serialVersionUID:
- 3114594997972970790L
-
Serialized Fields
-
m_Encoding
BaseCharset m_Encoding
the encoding to use. -
m_Headers
BaseKeyValuePair[] m_Headers
the (optional) request headers. -
m_Method
com.github.fracpete.requests4j.request.Method m_Method
the action method to use. -
m_MimeType
String m_MimeType
the mimetype. -
m_URL
BaseURL m_URL
the URL to send the form parameters to.
-
-
Class adams.flow.transformer.IDGenerator extends AbstractTransformer implements Serializable
- serialVersionUID:
- 7195919809805609634L
-
Serialized Fields
-
m_Generator
AbstractIDGenerator m_Generator
the ID generator to use.
-
-
Class adams.flow.transformer.ImageAnnotator extends AbstractInteractiveTransformerDialog implements Serializable
- serialVersionUID:
- -3374468402777151698L
-
Serialized Fields
-
m_Accepted
boolean m_Accepted
whether the dialog got accepted. -
m_InteractionLoggingFilter
InteractionLoggingFilter m_InteractionLoggingFilter
the interaction logger to use. -
m_Labels
BaseString[] m_Labels
the labels. -
m_Overlay
ImageOverlay m_Overlay
the overlay to use for highlighting the objects. -
m_Prefix
String m_Prefix
the prefix to use in the report. -
m_SelectionProcessor
SelectionProcessor m_SelectionProcessor
the selection processor to apply. -
m_SelectionShapePainter
SelectionShapePainter m_SelectionShapePainter
the painter for the selection shape. -
m_Suffix
String m_Suffix
the suffix to use for the labels. -
m_Zoom
double m_Zoom
the zoom level.
-
-
Class adams.flow.transformer.ImageAnnotator.AnnotatorPanel extends BasePanel implements Serializable
- serialVersionUID:
- 301202246788374114L
-
Serialized Fields
-
m_ActualOverlay
ImageOverlay m_ActualOverlay
the actual overlay to use for highlighting the objects. -
m_ActualSelectionProcessor
SelectionProcessor m_ActualSelectionProcessor
the actual selection processor. -
m_ButtonGroup
ButtonGroup m_ButtonGroup
the button group. -
m_ButtonLabels
BaseToggleButton[] m_ButtonLabels
the label buttons. -
m_ButtonReset
BaseButton m_ButtonReset
the reset button. -
m_ButtonUnset
BaseToggleButton m_ButtonUnset
the unset button. -
m_CurrentImage
AbstractImageContainer m_CurrentImage
the current image. -
m_CurrentLabel
String m_CurrentLabel
the current label. -
m_CurrentScale
Double m_CurrentScale
the current scale. -
m_InteractionLoggingFilter
InteractionLoggingFilter m_InteractionLoggingFilter
the interaction logger to use. -
m_Labels
BaseString[] m_Labels
the labels. -
m_Objects
LocatedObjects m_Objects
the rectangles of the located objects. -
m_Overlay
ImageOverlay m_Overlay
the overlay to use for highlighting the objects. -
m_PanelImage
ImagePanel m_PanelImage
the image panel. -
m_Prefix
String m_Prefix
the prefix to use in the report. -
m_ReportBackup
Report m_ReportBackup
the backup of the report. -
m_SelectionProcessor
SelectionProcessor m_SelectionProcessor
the selection processor to apply. -
m_SelectionShapePainter
SelectionShapePainter m_SelectionShapePainter
the painter for the selection shape. -
m_Suffix
String m_Suffix
the suffix to use for the labels. -
m_Zoom
double m_Zoom
the zoom level.
-
-
Class adams.flow.transformer.ImageFileReader extends AbstractTransformer implements Serializable
- serialVersionUID:
- 7466006970025235243L
-
Serialized Fields
-
m_LoadMetaData
boolean m_LoadMetaData
whether to load the meta-data as well (if present). -
m_MetaDataLocation
MetaDataFileUtils.MetaDataLocation m_MetaDataLocation
how to locate the meta-data. -
m_MetaDataReader
AbstractReportReader m_MetaDataReader
for reading the meta-data. -
m_Reader
ImageReader m_Reader
the image reader to use.
-
-
Class adams.flow.transformer.ImageInfo extends AbstractTransformer implements Serializable
- serialVersionUID:
- -992178802927111511L
-
Serialized Fields
-
m_Type
ImageInfo.InfoType m_Type
the type of information to generate.
-
-
Class adams.flow.transformer.ImageLabeler extends AbstractInteractiveTransformerDialog implements Serializable
- serialVersionUID:
- -3374468402777151698L
-
Serialized Fields
-
m_Accepted
boolean m_Accepted
whether the dialog got accepted. -
m_BestFit
boolean m_BestFit
whether to use best fit. -
m_Field
Field m_Field
the field to use in the report. -
m_InteractionLoggingFilter
InteractionLoggingFilter m_InteractionLoggingFilter
the interaction logger to use. -
m_Labels
BaseString[] m_Labels
the labels. -
m_LeftDividerLocation
int m_LeftDividerLocation
the position for the left divider. -
m_Overlay
ClassificationLabelTextOverlay m_Overlay
the overlay. -
m_PanelObjectAnnotation
ObjectAnnotationPanel m_PanelObjectAnnotation
the panel. -
m_RightDividerLocation
int m_RightDividerLocation
the position for the right divider. -
m_UseButtons
boolean m_UseButtons
whether to use buttons or drop-down list. -
m_Zoom
double m_Zoom
the zoom level.
-
-
Class adams.flow.transformer.ImageMetaData extends AbstractTransformer implements Serializable
- serialVersionUID:
- 8005075286840278197L
-
Serialized Fields
-
m_Extractor
AbstractMetaDataExtractor m_Extractor
the extractor to use.
-
-
Class adams.flow.transformer.ImageObjectAnnotator extends AbstractInteractiveTransformerDialog implements Serializable
- serialVersionUID:
- -761517109077084448L
-
Serialized Fields
-
m_Accepted
boolean m_Accepted
whether the dialog got accepted. -
m_AllowUsingPreviousReport
boolean m_AllowUsingPreviousReport
whether to allow using the previous report. -
m_AnnotationCheck
AnnotationCheck m_AnnotationCheck
the annotation check to apply. -
m_AnnotationsDisplay
AbstractAnnotationsDisplayGenerator m_AnnotationsDisplay
the annotations display to use. -
m_Annotator
AbstractAnnotator m_Annotator
the annotator to use. -
m_BestFit
boolean m_BestFit
whether to use best fit. -
m_ButtonCancel
BaseButton m_ButtonCancel
the Cancel button. -
m_ButtonOK
BaseButton m_ButtonOK
the OK button. -
m_ChangeListenerAnnotations
ChangeListener m_ChangeListenerAnnotations
the change listener for updating the OK button. -
m_FirstInteraction
boolean m_FirstInteraction
whether this is the first interaction. -
m_InteractionLoggingFilter
InteractionLoggingFilter m_InteractionLoggingFilter
the interaction logger to use. -
m_LabelSelector
AbstractLabelSelectorGenerator m_LabelSelector
the label selector to use. -
m_LeftDividerLocation
int m_LeftDividerLocation
the position for the left divider. -
m_MaxUndo
int m_MaxUndo
the maximum undo steps. -
m_MouseClick
AbstractMouseClickProcessor m_MouseClick
the mouse click processor. -
m_Overlay
Overlay m_Overlay
the overlay to use. -
m_PanelObjectAnnotation
ObjectAnnotationPanel m_PanelObjectAnnotation
the panel. -
m_PreviousLabel
String m_PreviousLabel
the previous label used. -
m_PreviousReport
Report m_PreviousReport
the previous report. -
m_RightDividerLocation
int m_RightDividerLocation
the position for the right divider. -
m_Zoom
double m_Zoom
the zoom level.
-
-
Class adams.flow.transformer.ImageObjectFilter extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3992867498417362738L
-
Serialized Fields
-
m_CleanIndices
boolean m_CleanIndices
whether to clean the object indices. -
m_Filter
ObjectFilter m_Filter
the object filter to apply to the located objects. -
m_Finder
ObjectFinder m_Finder
the object finder to use. -
m_KeepAllObjects
boolean m_KeepAllObjects
whether to keep all objects. -
m_NoCopy
boolean m_NoCopy
whether to skip creating a copy of the spreadsheet.
-
-
Class adams.flow.transformer.ImageObjectIndexOffset extends AbstractTransformer implements Serializable
- serialVersionUID:
- -1086186805796683098L
-
Serialized Fields
-
m_Offset
int m_Offset
the offset for the index. -
m_Prefix
String m_Prefix
the prefix of the objects in the report.
-
-
Class adams.flow.transformer.ImageObjectInfo extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5644432725273726622L
-
Serialized Fields
-
m_Index
String m_Index
the index to retrieve. -
m_PerformScaling
boolean m_PerformScaling
whether to scale coordinates/areas. -
m_Prefix
String m_Prefix
the prefix to use when generating a report. -
m_ScaleX
double m_ScaleX
the scale factor for X. -
m_ScaleY
double m_ScaleY
the scale factor for Y. -
m_Type
ImageObjectInfo.InfoType m_Type
the info to provide.
-
-
Class adams.flow.transformer.ImageObjectOverlap extends AbstractTransformer implements Serializable
- serialVersionUID:
- 8175397929496972306L
-
Serialized Fields
-
m_AdditionalObject
boolean m_AdditionalObject
whether to check for additional predicted objects not present in actual. -
m_AverageRatio
boolean m_AverageRatio
whether to use average overlap ratio instead of just this->other. -
m_Finder
ObjectFinder m_Finder
the object finder to use. -
m_LabelKey
String m_LabelKey
the label meta-data key - ignored if empty. -
m_MinOverlapRatio
double m_MinOverlapRatio
the minimum overlap ratio to use. -
m_StorageName
StorageName m_StorageName
the storage item. -
m_UseOtherObject
boolean m_UseOtherObject
whether to use the other object in the output in case of an overlap.
-
-
Class adams.flow.transformer.ImageObjectOverlapMatrix extends AbstractTransformer implements Serializable
- serialVersionUID:
- 8201765866576306524L
-
Serialized Fields
-
m_Algorithm
ObjectOverlap m_Algorithm
the image overlap calculation to use. -
m_Finder
ObjectFinder m_Finder
the object finder to use. -
m_LabelAdditional
String m_LabelAdditional
the label to use additional predictions (with no corresponding annotations). -
m_LabelKey
String m_LabelKey
the label meta-data key. -
m_LabelMissed
String m_LabelMissed
the label to use for missed annotations. -
m_MatrixOutput
ImageObjectOverlapMatrix.MatrixOutput m_MatrixOutput
what to output in the matrix. -
m_OnlyOverlaps
boolean m_OnlyOverlaps
whether to show only overlaps. -
m_StorageName
StorageName m_StorageName
the storage item.
-
-
Class adams.flow.transformer.ImageObjectToVariables extends AbstractTransformer implements Serializable
- serialVersionUID:
- -184602726110144511L
-
Class adams.flow.transformer.ImagePreparation extends AbstractTransformer implements Serializable
- serialVersionUID:
- 6036066299048043436L
-
Serialized Fields
-
m_Preparation
AbstractImagePreparation m_Preparation
the algorithm to use.
-
-
Class adams.flow.transformer.ImageSegmentationAnnotator extends AbstractInteractiveTransformerDialog implements Serializable
- serialVersionUID:
- -761517109077084448L
-
Serialized Fields
-
m_Accepted
boolean m_Accepted
whether the dialog got accepted. -
m_AllowLayerActions
boolean m_AllowLayerActions
whether layer actions are available (when using separate layers). -
m_AllowLayerRemoval
boolean m_AllowLayerRemoval
whether layers can be deleted (when using separate layers). -
m_Alpha
float m_Alpha
the alpha value. -
m_AutomaticUndo
boolean m_AutomaticUndo
whether to use automatic undo. -
m_BestFit
boolean m_BestFit
whether to use best fit. -
m_BestFitApplied
boolean m_BestFitApplied
whether best fit has been applied. -
m_BestFitRedoneListener
ChangeListener m_BestFitRedoneListener
the change listener for when the best fit zoom got redone. -
m_ColorProvider
ColorProvider m_ColorProvider
the color provider to use. -
m_FirstInteraction
boolean m_FirstInteraction
whether this is the first interaction. -
m_Labels
BaseString[] m_Labels
the labels to use. -
m_LastSettings
List<AbstractLayer.AbstractLayerState> m_LastSettings
the last state. -
m_LayerVisibility
SegmentationPanel.LayerVisibility m_LayerVisibility
what layers to have visible (when using separate layers). -
m_LeftDividerLocation
int m_LeftDividerLocation
the position for the left divider. -
m_MaxUndo
int m_MaxUndo
the maximum undo steps. -
m_PanelSegmentation
SegmentationPanel m_PanelSegmentation
the panel. -
m_RightDividerLocation
int m_RightDividerLocation
the position for the right divider. -
m_ToolButtonColumns
int m_ToolButtonColumns
the number of columns to use for the tool buttons. -
m_UseSeparateLayers
boolean m_UseSeparateLayers
whether to use separate layers. -
m_Zoom
double m_Zoom
the zoom level.
-
-
Class adams.flow.transformer.ImageSegmentationContainerFilter extends AbstractTransformer implements Serializable
- serialVersionUID:
- 3690378527551302472L
-
Serialized Fields
-
m_Filter
AbstractImageSegmentationContainerFilter m_Filter
the transformer to apply to the container. -
m_NoCopy
boolean m_NoCopy
whether to skip creating a copy of the container.
-
-
Class adams.flow.transformer.ImageSegmentationContainerOperation extends AbstractTransformer implements Serializable
- serialVersionUID:
- 3690378527551302472L
-
Serialized Fields
-
m_Operation
AbstractImageSegmentationContainerOperation m_Operation
the transformer to apply to the container.
-
-
Class adams.flow.transformer.ImageSegmentationFileReader extends AbstractTransformer implements Serializable
- serialVersionUID:
- 7466006970025235243L
-
Serialized Fields
-
m_Reader
ImageSegmentationAnnotationReader m_Reader
the image reader to use.
-
-
Class adams.flow.transformer.ImageSharpness extends AbstractTransformer implements Serializable
- serialVersionUID:
- 7466006970025235243L
-
Serialized Fields
-
m_Algorithm
AbstractImageSharpness m_Algorithm
the image reader to use.
-
-
Class adams.flow.transformer.InactiveTransformer extends SubProcess implements Serializable
- serialVersionUID:
- 6167290413146648447L
-
Class adams.flow.transformer.IncludeExternalTransformer extends AbstractIncludeExternalActor implements Serializable
- serialVersionUID:
- 2164366881337723272L
-
Class adams.flow.transformer.IncStorageValue extends AbstractTransformer implements Serializable
- serialVersionUID:
- 4563837784851442207L
-
Serialized Fields
-
m_DoubleIncrement
double m_DoubleIncrement
the double increment. -
m_IncrementType
IncStorageValue.IncrementType m_IncrementType
the type of increment to perform. -
m_IntegerIncrement
int m_IntegerIncrement
the integer increment. -
m_OutputStorageValue
boolean m_OutputStorageValue
whether to output the incremented storage value instead of input token. -
m_StorageName
StorageName m_StorageName
the name of the storage value.
-
-
Class adams.flow.transformer.IncVariable extends AbstractTransformer implements Serializable
- serialVersionUID:
- -8466653808821254082L
-
Serialized Fields
-
m_DoubleIncrement
double m_DoubleIncrement
the double increment. -
m_IncrementType
IncVariable.IncrementType m_IncrementType
the type of increment to perform. -
m_IntegerIncrement
int m_IntegerIncrement
the integer/long increment. -
m_OutputVariableValue
boolean m_OutputVariableValue
whether to output the incremented variable value instead of input token. -
m_VariableName
VariableName m_VariableName
the name of the variable.
-
-
Class adams.flow.transformer.IndexedSplitsRunsEvaluation extends AbstractTransformer implements Serializable
- serialVersionUID:
- 7448032116260228656L
-
Serialized Fields
-
m_Evaluation
IndexedSplitsRunsEvaluation m_Evaluation
the evaluation to use. -
m_Helper
CallableActorHelper m_Helper
the helper class. -
m_Source
CallableActorReference m_Source
the source actor. -
m_Storage
StorageName m_Storage
the storage item. -
m_Type
IndexedSplitsRunsEvaluation.SourceType m_Type
the source type.
-
-
Class adams.flow.transformer.IndexedSplitsRunsGenerator extends AbstractTransformer implements Serializable
- serialVersionUID:
- 7448032116260228656L
-
Serialized Fields
-
m_Generator
IndexedSplitsRunsGenerator m_Generator
the generator to use.
-
-
Class adams.flow.transformer.IndexedSplitsRunsPredictions extends AbstractTransformer implements Serializable
- serialVersionUID:
- 7448032116260228656L
-
Serialized Fields
-
m_Generator
IndexedSplitsRunsPredictions m_Generator
the generator to use. -
m_Helper
CallableActorHelper m_Helper
the helper class. -
m_Source
CallableActorReference m_Source
the source actor. -
m_Storage
StorageName m_Storage
the storage item. -
m_Type
IndexedSplitsRunsPredictions.SourceType m_Type
the source type.
-
-
Class adams.flow.transformer.IndexedSplitsRunsReader extends AbstractTransformer implements Serializable
- serialVersionUID:
- 2274110475414023349L
-
Serialized Fields
-
m_Reader
AbstractIndexedSplitsRunsReader m_Reader
the reader to use.
-
-
Class adams.flow.transformer.IntersectOverUnion extends AbstractTransformer implements Serializable
- serialVersionUID:
- 8175397929496972306L
-
Serialized Fields
-
m_AdditionalObject
boolean m_AdditionalObject
whether to check for additional predicted objects not present in actual. -
m_Finder
ObjectFinder m_Finder
the object finder to use. -
m_LabelKey
String m_LabelKey
the label meta-data key - ignored if empty. -
m_MinIntersectOverUnionRatio
double m_MinIntersectOverUnionRatio
the minimum iou ratio to use. -
m_StorageName
StorageName m_StorageName
the storage item. -
m_UseOtherObject
boolean m_UseOtherObject
whether to use the other object in the output in case of an overlap.
-
-
Class adams.flow.transformer.JsonFileReader extends AbstractTransformer implements Serializable
- serialVersionUID:
- -184602726110144511L
-
Serialized Fields
-
m_Type
JsonObjectType m_Type
the type of output to generate.
-
-
Class adams.flow.transformer.LocateObjects extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- 2180810317840558011L
-
Serialized Fields
-
m_GenerateReport
boolean m_GenerateReport
whether to generate an annotated image rather than single image objects. -
m_Locator
AbstractObjectLocator m_Locator
the algorithm to use. -
m_Prefix
String m_Prefix
the prefix to use when generating a report.
-
-
Class adams.flow.transformer.LookUp extends AbstractTransformer implements Serializable
- serialVersionUID:
- 444466366407383727L
-
Serialized Fields
-
m_MissingKey
MissingLookUpKey m_MissingKey
the behavior for missing keys. -
m_MissingValue
String m_MissingValue
the missing value. -
m_StorageName
StorageName m_StorageName
the name of the lookup table in the internal storage. -
m_SuppressMissingKeyWarnings
boolean m_SuppressMissingKeyWarnings
whether to suppress warnings when key is not present. -
m_UseNative
boolean m_UseNative
whether to output native objects rather than strings.
-
-
Class adams.flow.transformer.LookUpAdd extends AbstractTransformer implements Serializable
- serialVersionUID:
- 7602201480653131469L
-
Serialized Fields
-
m_KeyColumn
SpreadSheetColumnIndex m_KeyColumn
the index of the column to use as key. -
m_StorageName
StorageName m_StorageName
the name of the lookup table in the internal storage. -
m_UseNative
boolean m_UseNative
whether to output native objects rather than strings. -
m_ValueColumn
SpreadSheetColumnIndex m_ValueColumn
the index of the column to use as value. -
m_ValueConversion
Conversion m_ValueConversion
the conversion to apply to the value.
-
-
Class adams.flow.transformer.LookUpInit extends AbstractSpreadSheetTransformer implements Serializable
- serialVersionUID:
- 4182914190162129217L
-
Serialized Fields
-
m_KeyColumn
SpreadSheetColumnIndex m_KeyColumn
the index of the column to use as key. -
m_StorageName
StorageName m_StorageName
the name of the lookup table in the internal storage. -
m_UseNative
boolean m_UseNative
whether to output native objects rather than strings. -
m_ValueColumn
SpreadSheetColumnIndex m_ValueColumn
the index of the column to use as value.
-
-
Class adams.flow.transformer.LookUpRemove extends AbstractTransformer implements Serializable
- serialVersionUID:
- 5163954885888948620L
-
Serialized Fields
-
m_StorageName
StorageName m_StorageName
the name of the lookup table in the internal storage.
-
-
Class adams.flow.transformer.LookUpUpdate extends AbstractSpreadSheetTransformer implements Serializable
- serialVersionUID:
- 4182914190162129217L
-
Serialized Fields
-
m_KeyColumn
SpreadSheetColumnIndex m_KeyColumn
the index of the column to use as key. -
m_Rules
LookUpUpdateText m_Rules
the update rules. -
m_ValueColumn
SpreadSheetColumnIndex m_ValueColumn
the index of the column to use as value.
-
-
Class adams.flow.transformer.Lzf extends AbstractSingleCompress implements Serializable
- serialVersionUID:
- 6833577217007229726L
-
Class adams.flow.transformer.Lzma extends AbstractSingleCompress implements Serializable
- serialVersionUID:
- -4692431747542097656L
-
Class adams.flow.transformer.MakeDir extends AbstractTransformer implements Serializable
- serialVersionUID:
- 6057852784860612379L
-
Class adams.flow.transformer.MakeForecastPlotContainer extends AbstractTransformer implements Serializable
- serialVersionUID:
- 2488434486963278287L
-
Serialized Fields
-
m_PlotNames
String m_PlotNames
the names of the plots (comma-separated list). -
m_Queue
List<SequencePlotterContainer> m_Queue
the containers to output.
-
-
Class adams.flow.transformer.MakeJFreeChartDataset extends AbstractTransformer implements Serializable
- serialVersionUID:
- 4200122170088127638L
-
Serialized Fields
-
m_Dataset
AbstractDatasetGenerator m_Dataset
the dataset generator.
-
-
Class adams.flow.transformer.MakeLogEntry extends AbstractTransformer implements Serializable
- serialVersionUID:
- -6516304745462094703L
-
Class adams.flow.transformer.MakePlotContainer extends AbstractTransformer implements Serializable
- serialVersionUID:
- 2488434486963278287L
-
Serialized Fields
-
m_PlotName
String m_PlotName
the name of the plot. -
m_Type
SequencePlotterContainer.ContentType m_Type
the type plot container to create.
-
-
Class adams.flow.transformer.MapToStorageValues extends AbstractTransformer implements Serializable
- serialVersionUID:
- -184602726110144511L
-
Serialized Fields
-
m_RegExp
BaseRegExp m_RegExp
the regular expression that the map keys must match. -
m_SkipNonPrimitive
boolean m_SkipNonPrimitive
whether to skip non-primitive values. -
m_StorageNamePrefix
String m_StorageNamePrefix
the prefix for the variables.
-
-
Class adams.flow.transformer.MapToVariables extends AbstractTransformer implements Serializable
- serialVersionUID:
- -184602726110144511L
-
Serialized Fields
-
m_RegExp
BaseRegExp m_RegExp
the regular expression that the map keys must match. -
m_SkipNonPrimitive
boolean m_SkipNonPrimitive
whether to skip non-primitive values. -
m_VariablePrefix
String m_VariablePrefix
the prefix for the variables.
-
-
Class adams.flow.transformer.MapVariableIterator extends AbstractTransformer implements Serializable
- serialVersionUID:
- -6262313011503736212L
-
Serialized Fields
-
m_RegExp
BaseRegExp m_RegExp
the regular expression that the map keys must match. -
m_SkipNonPrimitive
boolean m_SkipNonPrimitive
whether to skip non-primitive values. -
m_VarKey
VariableName m_VarKey
the variable for the keys. -
m_VarValue
VariableName m_VarValue
the variable for the values.
-
-
Class adams.flow.transformer.Mat5ArrayInfo extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- 8251699709312918726L
-
Serialized Fields
-
m_DimSeparator
String m_DimSeparator
the separator to use for the dimsnions. -
m_Type
Mat5ArrayInfo.InfoType m_Type
the type of information to generate.
-
-
Class adams.flow.transformer.Mat5ArraySubset extends AbstractTransformer implements Serializable
- serialVersionUID:
- -1043266053222175480L
-
Serialized Fields
-
m_ElementType
ArrayElementType m_ElementType
the element type. -
m_Index
Mat5ArrayElementIndex m_Index
the element index to use. -
m_ZeroBasedIndex
boolean m_ZeroBasedIndex
whether to interpret the indices as 0-based or 1-based.
-
-
Class adams.flow.transformer.Mat5FileAddArray extends AbstractTransformer implements Serializable
- serialVersionUID:
- -4381778255320714964L
-
Serialized Fields
-
m_EntryName
String m_EntryName
the name of the entry to add. -
m_Retriever
ObjectRetriever m_Retriever
for retrieving the object.
-
-
Class adams.flow.transformer.Mat5FileAddMap extends AbstractTransformer implements Serializable
- serialVersionUID:
- -4381778255320714964L
-
Serialized Fields
-
m_Retriever
ObjectRetriever m_Retriever
for retrieving the object.
-
-
Class adams.flow.transformer.Mat5FileGetArray extends AbstractTransformer implements Serializable
- serialVersionUID:
- -4381778255320714964L
-
Serialized Fields
-
m_EntryName
String m_EntryName
the name of the entry to retrieve.
-
-
Class adams.flow.transformer.Mat5FileInfo extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- 8251699709312918726L
-
Serialized Fields
-
m_Sort
boolean m_Sort
whether to sort lists. -
m_Type
Mat5FileInfo.InfoType m_Type
the type of information to generate.
-
-
Class adams.flow.transformer.Mat5FileReader extends AbstractTransformer implements Serializable
- serialVersionUID:
- -927035643528560248L
-
Class adams.flow.transformer.Mat5GetMatrixElement extends AbstractTransformer implements Serializable
- serialVersionUID:
- -1300622968182850650L
-
Serialized Fields
-
m_ElementType
ArrayElementType m_ElementType
the element type. -
m_Index
Mat5ArrayElementIndex m_Index
the element index to use. -
m_ZeroBasedIndex
boolean m_ZeroBasedIndex
whether to interpret the indices as 0-based or 1-based.
-
-
Class adams.flow.transformer.Mat5GetStructField extends AbstractTransformer implements Serializable
- serialVersionUID:
- -1300622968182850650L
-
Serialized Fields
-
m_Field
String m_Field
the name of the field to retrieve.
-
-
Class adams.flow.transformer.Mat5SetMatrixElement extends AbstractTransformer implements Serializable
- serialVersionUID:
- -1300622968182850650L
-
Serialized Fields
-
m_ElementType
ArrayElementType m_ElementType
the element type. -
m_Index
Mat5ArrayElementIndex m_Index
the element index to use. -
m_Value
String m_Value
the value to set. -
m_ZeroBasedIndex
boolean m_ZeroBasedIndex
whether to interpret the indices as 0-based or 1-based.
-
-
Class adams.flow.transformer.Mat5SetStructField extends AbstractTransformer implements Serializable
- serialVersionUID:
- -4381778255320714964L
-
Serialized Fields
-
m_Field
String m_Field
the name of the field to add. -
m_Retriever
ObjectRetriever m_Retriever
for retrieving the object.
-
-
Class adams.flow.transformer.Mat5StructInfo extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- 8251699709312918726L
-
Serialized Fields
-
m_Sort
boolean m_Sort
whether to sort lists. -
m_Type
Mat5StructInfo.InfoType m_Type
the type of information to generate.
-
-
Class adams.flow.transformer.MatchReportFields extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -6237324482439105653L
-
Serialized Fields
-
m_RegExp
BaseRegExp m_RegExp
the regular expression for matching the fields.
-
-
Class adams.flow.transformer.MathExpression extends AbstractTransformer implements Serializable
- serialVersionUID:
- -8477454145267616359L
-
Serialized Fields
-
m_Expression
MathematicalExpressionText m_Expression
the mathematical expression to evaluate. -
m_NumDecimals
int m_NumDecimals
the number of decimals. -
m_OutputValuePair
boolean m_OutputValuePair
whether to output X and Y as double array or just Y. -
m_RoundingType
RoundingType m_RoundingType
the rounding type to perform. -
m_RoundOutput
boolean m_RoundOutput
whether to round the output of the expression.
-
-
Class adams.flow.transformer.Max extends AbstractTransformer implements Serializable
- serialVersionUID:
- 2007764064808349672L
-
Serialized Fields
-
m_ReturnIndex
boolean m_ReturnIndex
whether to return the index instead of the value. -
m_UseOneBasedIndex
boolean m_UseOneBasedIndex
whether to return 1-based indices.
-
-
Class adams.flow.transformer.MergeObjectLocations extends AbstractTransformer implements Serializable
- serialVersionUID:
- 8175397929496972306L
-
Serialized Fields
-
m_CheckType
boolean m_CheckType
whether to check the type (if a suffix provided). -
m_MinOverlapRatio
double m_MinOverlapRatio
the minimum overlap ratio to use. -
m_NoOverlapAction
MergeObjectLocations.NoOverlapAction m_NoOverlapAction
what to do when an object has no overlaps. -
m_OverlapAction
MergeObjectLocations.OverlapAction m_OverlapAction
what to do when two objects overlap. -
m_Prefix
String m_Prefix
the prefix to use when generating a report. -
m_StorageName
StorageName m_StorageName
the storage item. -
m_TypeFind
BaseRegExp m_TypeFind
the regular expression to apply to the type. -
m_TypeReplace
String m_TypeReplace
the replacement for the type. -
m_TypeSuffix
String m_TypeSuffix
the suffix for the type.
-
-
Class adams.flow.transformer.MergeReport extends AbstractTransformer implements Serializable
- serialVersionUID:
- 8198756617336896352L
-
Serialized Fields
-
m_Helper
CallableActorHelper m_Helper
the helper class. -
m_Merge
MergeReport.MergeType m_Merge
the merge type. -
m_Source
CallableActorReference m_Source
the source actor. -
m_Storage
StorageName m_Storage
the storage item. -
m_Type
MergeReport.SourceType m_Type
the source type.
-
-
Class adams.flow.transformer.MergeReportFromMap extends AbstractTransformer implements Serializable
- serialVersionUID:
- 2746984385469969356L
-
Serialized Fields
-
m_Key
Field m_Key
the field to acts as key in the map. -
m_Lenient
boolean m_Lenient
whether to be lenient. -
m_Merge
MergeReport.MergeType m_Merge
the merge type. -
m_StorageName
StorageName m_StorageName
the name of the stored value.
-
-
Class adams.flow.transformer.MessageDigest extends AbstractTransformer implements Serializable
- serialVersionUID:
- 8395316814322443892L
-
Serialized Fields
-
m_Type
MessageDigestType m_Type
the type of message digest to use.
-
-
Class adams.flow.transformer.MimeType extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3112823558875229290L
-
Class adams.flow.transformer.Min extends AbstractTransformer implements Serializable
- serialVersionUID:
- 2007764064808349672L
-
Serialized Fields
-
m_ReturnIndex
boolean m_ReturnIndex
whether to return the index instead of the value. -
m_UseOneBasedIndex
boolean m_UseOneBasedIndex
whether to return 1-based indices.
-
-
Class adams.flow.transformer.MoveFile extends AbstractTransformer implements Serializable
- serialVersionUID:
- -1725398133887399010L
-
Serialized Fields
-
m_AtomicMove
boolean m_AtomicMove
whether to perform an atomic move. -
m_AttemptInterval
int m_AttemptInterval
the interval between attempts. -
m_File
PlaceholderFile m_File
the target. -
m_InputIsTarget
boolean m_InputIsTarget
whether the input token is the target instead. -
m_NumAttempts
int m_NumAttempts
the number of tries for writing the data. -
m_OutputMovedFile
boolean m_OutputMovedFile
whether to output the moved file rather than the input.
-
-
Class adams.flow.transformer.MultiMapOperation extends AbstractTransformer implements Serializable
- serialVersionUID:
- 3363405805013155845L
-
Serialized Fields
-
m_Operation
AbstractMultiMapOperation m_Operation
the operation to use.
-
-
Class adams.flow.transformer.MultiMat5MatrixOperation extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- 3690378527551302472L
-
Serialized Fields
-
m_CurrentMatrices
List<us.hebi.matlab.mat.types.Matrix> m_CurrentMatrices
the generated matrices. -
m_Operation
AbstractMultiMatrixOperation m_Operation
the transformer to apply to the matrix.
-
-
Class adams.flow.transformer.MultiSpreadSheetOperation extends AbstractTransformer implements Serializable
- serialVersionUID:
- 3363405805013155845L
-
Serialized Fields
-
m_Operation
AbstractMultiSpreadSheetOperation m_Operation
the operation to use.
-
-
Class adams.flow.transformer.NegativeRegions extends AbstractTransformer implements Serializable
- serialVersionUID:
- -4025021848334590237L
-
Serialized Fields
-
m_ActualAlgorithm
AbstractNegativeRegionsGenerator m_ActualAlgorithm
the actual algorithm in use. -
m_Algorithm
AbstractNegativeRegionsGenerator m_Algorithm
the algorithm to use. -
m_NoCopy
boolean m_NoCopy
whether to skip creating a copy of the container. -
m_NoRegionsNoOutput
boolean m_NoRegionsNoOutput
whether to suppress forwarding the container if no regions were generated. -
m_ObjectPrefix
String m_ObjectPrefix
the prefix that the objects use. -
m_ObjectType
String m_ObjectType
the type to use for the region objects. -
m_TransferType
NegativeRegions.NegativeRegionTransferType m_TransferType
how to add the regions.
-
-
Class adams.flow.transformer.ObjectArrayToPrimitiveArray extends AbstractTransformer implements Serializable
- serialVersionUID:
- 2028596035749723219L
-
Class adams.flow.transformer.OpenCVFeatureGenerator extends AbstractTransformer implements Serializable
- serialVersionUID:
- -1998955116780561587L
-
Serialized Fields
-
m_Algorithm
AbstractOpenCVFeatureGenerator m_Algorithm
the algorithm to apply to the image. -
m_Queue
ArrayList m_Queue
the generated objects. -
m_VariableName
VariableName m_VariableName
the variable to listen to.
-
-
Class adams.flow.transformer.OpenCVMultiImageOperation extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- 3690378527551302472L
-
Serialized Fields
-
m_CurrentImages
List<OpenCVImageContainer> m_CurrentImages
the generated images. -
m_Operation
AbstractOpenCVMultiImageOperation m_Operation
the transformer to apply to the image.
-
-
Class adams.flow.transformer.OpenCVTransformer extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- 3690378527551302472L
-
Serialized Fields
-
m_TransformAlgorithm
AbstractOpenCVTransformer m_TransformAlgorithm
the transformer to apply to the image.
-
-
Class adams.flow.transformer.OptionProducer extends AbstractTransformer implements Serializable
- serialVersionUID:
- -364636032507406837L
-
Serialized Fields
-
m_Producer
OptionProducer m_Producer
the producer to use.
-
-
Class adams.flow.transformer.OutlierDetector extends AbstractTransformer implements Serializable
- serialVersionUID:
- 6697547899481901585L
-
Serialized Fields
-
m_Detector
AbstractOutlierDetector m_Detector
the outlier detector to use. -
m_OnlyWarning
boolean m_OnlyWarning
whether the detection is only added as warning instead of error. -
m_OutputContainer
boolean m_OutputContainer
whether to output a container.
-
-
Class adams.flow.transformer.PassThrough extends AbstractTransformer implements Serializable
- serialVersionUID:
- 3068057194553062219L
-
Class adams.flow.transformer.PDFAppendDocument extends AbstractTransformer implements Serializable
- serialVersionUID:
- 6232379845991992764L
-
Serialized Fields
-
m_InputFile
PlaceholderFile m_InputFile
the file to process. -
m_Proclets
PdfProclet[] m_Proclets
the PDF processors. -
m_StorageName
StorageName m_StorageName
the storage item to use. -
m_Type
PDFAppendDocument.DataType m_Type
the data type.
-
-
Class adams.flow.transformer.PDFCreate extends AbstractTransformer implements Serializable
- serialVersionUID:
- 5783362940767103716L
-
Serialized Fields
-
m_OutputFile
PlaceholderFile m_OutputFile
the output file. -
m_PageOrientation
PageOrientation m_PageOrientation
the page orientation. -
m_PageSize
PageSize m_PageSize
the page size. -
m_Proclets
PdfProclet[] m_Proclets
the PDF processors.
-
-
Class adams.flow.transformer.PDFExtract extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5712406930007899590L
-
Serialized Fields
-
m_Output
PlaceholderFile m_Output
the output file. -
m_Pages
UnorderedRange m_Pages
the range of pages to extract.
-
-
Class adams.flow.transformer.PDFExtractImages extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5712406930007899590L
-
Serialized Fields
-
m_Images
List<BufferedImageContainer> m_Images
the images to forward.
-
-
Class adams.flow.transformer.PDFExtractText extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5712406930007899590L
-
Serialized Fields
-
m_Output
PlaceholderFile m_Output
the output file. -
m_Pages
UnorderedRange m_Pages
the range of pages to extract.
-
-
Class adams.flow.transformer.PDFGenerate extends AbstractTransformer implements Serializable
- serialVersionUID:
- 5783362940767103716L
-
Serialized Fields
-
m_Generator
AbstractPDFGenerator m_Generator
the PDF generator. -
m_OutputFile
PlaceholderFile m_OutputFile
the output file.
-
-
Class adams.flow.transformer.PDFInfo extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -3019442578354930841L
-
Serialized Fields
-
m_PageIndex
Index m_PageIndex
the index of the page to get the information for. -
m_Type
PDFInfo.InfoType m_Type
the type of information to generate.
-
-
Class adams.flow.transformer.PDFMerge extends AbstractTransformer implements Serializable
- serialVersionUID:
- 5783362940767103716L
-
Serialized Fields
-
m_Output
PlaceholderFile m_Output
the output file.
-
-
Class adams.flow.transformer.PDFMetaData extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5712406930007899590L
-
Serialized Fields
-
m_OutputType
PDFMetaData.OutputType m_OutputType
how to output the meta-data.
-
-
Class adams.flow.transformer.PDFPageCount extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5712406930007899590L
-
Class adams.flow.transformer.PDFRenderPages extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5712406930007899590L
-
Serialized Fields
-
m_DPI
int m_DPI
the dpi setting to use. -
m_Images
List<BufferedImageContainer> m_Images
the images to forward. -
m_Pages
UnorderedRange m_Pages
the pages to render.
-
-
Class adams.flow.transformer.PDFStamp extends AbstractTransformer implements Serializable
- serialVersionUID:
- 5783362940767103716L
-
Serialized Fields
-
m_Output
PlaceholderFile m_Output
the output file. -
m_Stamper
AbstractStamper m_Stamper
the stamper to use.
-
-
Class adams.flow.transformer.PixelSelector extends AbstractInteractiveTransformerDialog implements Serializable
- serialVersionUID:
- 2400845362270344769L
-
Serialized Fields
-
m_Actions
AbstractPixelSelectorAction[] m_Actions
the actions that are available from the popup menu. -
m_Approved
Boolean m_Approved
whether the user approved (or canceled) the dialog. -
m_Overlays
AbstractPixelSelectorOverlay[] m_Overlays
the overlays to use. -
m_SplitterPosition
int m_SplitterPosition
the position of the splitter.
-
-
Class adams.flow.transformer.PredictionEccentricity extends AbstractTransformer implements Serializable
- serialVersionUID:
- 4894024583214919405L
-
Serialized Fields
-
m_Actual
SpreadSheetColumnIndex m_Actual
the column with the actual values. -
m_Grid
int m_Grid
the size of the grid. -
m_Morphologies
PredictionEccentricity.Morphology[] m_Morphologies
the morphologies to apply. -
m_NumCycles
int m_NumCycles
the number of cycles to apply. -
m_Predicted
SpreadSheetColumnIndex m_Predicted
the column with the predicted values.
-
-
Class adams.flow.transformer.PrepareFileBasedDataset extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -5135595330787325026L
-
Serialized Fields
-
m_Preparation
AbstractFileBasedDatasetPreparation m_Preparation
the preparation to use.
-
-
Class adams.flow.transformer.PrependDir extends AbstractTransformer implements Serializable
- serialVersionUID:
- 1960630826702728371L
-
Serialized Fields
-
m_NoSeparator
boolean m_NoSeparator
whether to avoid adding a separator between file/dir and prefix. -
m_Prefix
String m_Prefix
the prefix to prepend the file/directory. -
m_UseForwardSlashes
boolean m_UseForwardSlashes
whether to output forward slashes.
-
-
Class adams.flow.transformer.PrimitiveArrayToObjectArray extends AbstractTransformer implements Serializable
- serialVersionUID:
- 3753370837923928436L
-
Class adams.flow.transformer.ProcessActor extends AbstractInteractiveTransformerDialog implements Serializable
- serialVersionUID:
- 1877006726746922569L
-
Serialized Fields
-
m_Processor
ActorProcessor m_Processor
the processor to apply. -
m_ShowGraphicalOutput
boolean m_ShowGraphicalOutput
whether to display any graphical output.
-
-
Class adams.flow.transformer.ProgrammaticTokenListener extends AbstractTransformer implements Serializable
- serialVersionUID:
- 1905421631753924540L
-
Serialized Fields
-
m_TokenListeners
Set<ProgrammaticTokenListener.TokenListener> m_TokenListeners
the token listeners.
-
-
Class adams.flow.transformer.PropertiesFileReader extends AbstractTransformer implements Serializable
- serialVersionUID:
- -184602726110144511L
-
Class adams.flow.transformer.PropertiesToVariables extends AbstractTransformer implements Serializable
- serialVersionUID:
- -184602726110144511L
-
Serialized Fields
-
m_RegExp
BaseRegExp m_RegExp
the regular expression that the properties must match. -
m_VariablePrefix
String m_VariablePrefix
the prefix for the variables.
-
-
Class adams.flow.transformer.PyroTransformer extends AbstractTransformer implements Serializable
- serialVersionUID:
- -1719389733948167820L
-
Serialized Fields
-
m_Call
AbstractPyroTransformer m_Call
the pyro call to use.
-
-
Class adams.flow.transformer.PythonExpandScript extends AbstractTransformer implements Serializable
- serialVersionUID:
- -8993131926567885816L
-
Serialized Fields
-
m_Encoding
BaseCharset m_Encoding
the encoding to use. -
m_OutputFile
PlaceholderFile m_OutputFile
the output file.
-
-
Class adams.flow.transformer.RelativeDir extends AbstractTransformer implements Serializable
- serialVersionUID:
- 1960630826702728371L
-
Serialized Fields
-
m_Prefix
String m_Prefix
the prefix to remove from the file/directory. -
m_UseForwardSlashes
boolean m_UseForwardSlashes
whether to output forward slashes.
-
-
Class adams.flow.transformer.RemoteCommandReader extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3779099245506497154L
-
Serialized Fields
-
m_CommandProcessor
RemoteCommandProcessor m_CommandProcessor
the command processor.
-
-
Class adams.flow.transformer.RemoveImageObject extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5644432725273726622L
-
Class adams.flow.transformer.RemoveOverlappingImageObjects extends AbstractTransformer implements Serializable
- serialVersionUID:
- 3254930183559428182L
-
Serialized Fields
-
m_CompareWithItself
boolean m_CompareWithItself
whether to compare with itself. -
m_Finder
ObjectFinder m_Finder
the object finder to use. -
m_OverlapDetection
ObjectOverlap m_OverlapDetection
the object overlap calculation to use. -
m_OverlapRemoval
OverlappingObjectRemoval m_OverlapRemoval
the object removal algorithm. -
m_StorageName
StorageName m_StorageName
the storage item.
-
-
Class adams.flow.transformer.ReportDbUpdater extends AbstractReportDbUpdater implements Serializable
- serialVersionUID:
- 7895423855845071565L
-
Class adams.flow.transformer.ReportField extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -2833759108269704357L
-
Serialized Fields
-
m_OutputNameOnly
boolean m_OutputNameOnly
whether to output only the name (not the type). -
m_RegExp
BaseRegExp m_RegExp
the regular expression for the fields to match.
-
-
Class adams.flow.transformer.ReportFileReader extends AbstractReportFileReader<Report> implements Serializable
- serialVersionUID:
- -207124154855872209L
-
Class adams.flow.transformer.ReportFileWriter extends AbstractReportFileWriter<Report> implements Serializable
- serialVersionUID:
- -5209437097716008045L
-
Class adams.flow.transformer.ReportMathExpression extends AbstractTransformer implements Serializable
- serialVersionUID:
- -8477454145267616359L
-
Serialized Fields
-
m_Expression
MathematicalExpressionText m_Expression
the mathematical expression to evaluate. -
m_Field
Field m_Field
the field for the result. -
m_OutputResult
boolean m_OutputResult
whether to output the result instead of updating the report.
-
-
Class adams.flow.transformer.ReportToStorage extends AbstractTransformer implements Serializable
- serialVersionUID:
- -8477454145267616359L
-
Serialized Fields
-
m_Cache
String m_Cache
the name of the LRU cache. -
m_Prefix
String m_Prefix
the optional prefix for the generated variables. -
m_RegExp
BaseRegExp m_RegExp
the regular expression that the fields in the report must match.
-
-
Class adams.flow.transformer.ReportToVariables extends AbstractTransformer implements Serializable
- serialVersionUID:
- -8477454145267616359L
-
Serialized Fields
-
m_Prefix
String m_Prefix
the optional prefix for the generated variables. -
m_RegExp
BaseRegExp m_RegExp
the regular expression that the fields in the report must match.
-
-
Class adams.flow.transformer.Round extends AbstractTransformer implements Serializable
- serialVersionUID:
- 5849681965859916196L
-
Serialized Fields
-
m_Action
RoundingType m_Action
the action to perform. -
m_NumDecimals
int m_NumDecimals
the number of decimals.
-
-
Class adams.flow.transformer.ScaleReportObjects extends AbstractTransformer implements Serializable
- serialVersionUID:
- 3910027464955482939L
-
Serialized Fields
-
m_NumDecimals
int m_NumDecimals
the number of decimals. -
m_Prefix
String m_Prefix
the prefix of the objects. -
m_Round
boolean m_Round
whether to round the scaled values. -
m_RoundingType
RoundingType m_RoundingType
the rounding type. -
m_ScaleX
double m_ScaleX
the scale factor for x/width. -
m_ScaleY
double m_ScaleY
the scale factor for y/height.
-
-
Class adams.flow.transformer.ScpFrom extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5015637337437403790L
-
Serialized Fields
-
m_Connection
SSHConnection m_Connection
the SSH connection to use. -
m_OutputDirectory
PlaceholderDirectory m_OutputDirectory
the output directory. -
m_RemoteDir
String m_RemoteDir
the directory to list.
-
-
Class adams.flow.transformer.ScpTo extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5015637337437403790L
-
Serialized Fields
-
m_Connection
SSHConnection m_Connection
the SSH connection to use. -
m_RemoteDir
String m_RemoteDir
the directory to upload the file to.
-
-
Class adams.flow.transformer.Scripted extends AbstractScriptingHandlerActor implements Serializable
- serialVersionUID:
- 533314494036572984L
-
Serialized Fields
-
m_InputToken
Token m_InputToken
the current input token.
-
-
Class adams.flow.transformer.SelectArraySubset extends AbstractInteractiveTransformerDialog implements Serializable
- serialVersionUID:
- -7861621358380784108L
-
Serialized Fields
-
m_Accepted
boolean m_Accepted
whether the data was accepted. -
m_AllowSearch
boolean m_AllowSearch
whether to allow searching. -
m_InitialSearch
String m_InitialSearch
the initial search string. -
m_InitialSelection
Range m_InitialSelection
the initial selection. -
m_LabelMessage
JLabel m_LabelMessage
the label for the message. -
m_List
SearchableBaseListWithButtons m_List
the list in use. -
m_ListModel
DefaultListModel<Object> m_ListModel
the list model to use. -
m_Message
String m_Message
the message for the user.
-
-
Class adams.flow.transformer.SequenceToArray extends AbstractTransformer implements Serializable
- serialVersionUID:
- 8411367398473311627L
-
Serialized Fields
-
m_ArrayClass
BaseClassname m_ArrayClass
the class for the array. -
m_ArrayLength
int m_ArrayLength
the length of the arrays. -
m_Elements
List m_Elements
the buffered elements of the array that still need to be broadcasted. -
m_Overlap
int m_Overlap
the overlap in elements between arrays.
-
-
Class adams.flow.transformer.SequenceToCollection extends AbstractTransformer implements Serializable
- serialVersionUID:
- 1363005679574784724L
-
Serialized Fields
-
m_CollectionClass
String m_CollectionClass
the class for the collection. -
m_CollectionSize
int m_CollectionSize
the length of the collections. -
m_Elements
List m_Elements
the buffered elements of the collection that still need to be broadcasted. -
m_Overlap
int m_Overlap
the overlap in elements between collections.
-
-
Class adams.flow.transformer.SetArrayElement extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5436016357221787534L
-
Serialized Fields
-
m_Index
Index m_Index
the index of the element to set. -
m_Origin
SetArrayElement.Origin m_Origin
where to get the array element from. -
m_StorageName
StorageName m_StorageName
the storage name. -
m_Value
String m_Value
the value of the element to set.
-
-
Class adams.flow.transformer.SetDatabaseID extends AbstractTransformer implements Serializable
- serialVersionUID:
- 7195919809805609634L
-
Serialized Fields
-
m_ID
Long m_ID
the database ID to set.
-
-
Class adams.flow.transformer.SetID extends AbstractTransformer implements Serializable
- serialVersionUID:
- 7195919809805609634L
-
Serialized Fields
-
m_ID
String m_ID
the ID to set.
-
-
Class adams.flow.transformer.SetImageObjectMetaData extends AbstractTransformer implements Serializable
- serialVersionUID:
- -8300475715029765628L
-
Class adams.flow.transformer.SetJsonValue extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5937471470417243026L
-
Serialized Fields
-
m_Conversion
Conversion m_Conversion
for processing the value. -
m_Helper
CallableActorHelper m_Helper
the helper class. -
m_Path
JsonPathExpression m_Path
the path of the value(s) to obtain. -
m_Source
CallableActorReference m_Source
the callable source to obtain the source from. -
m_SourceActor
Actor m_SourceActor
the callable source actor. -
m_Storage
StorageName m_Storage
the storage item. -
m_Type
SetJsonValue.SourceType m_Type
the source type. -
m_Value
String m_Value
the value to set.
-
-
Class adams.flow.transformer.SetManyVariables extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3383735680425581504L
-
Serialized Fields
-
m_ExpandValue
boolean m_ExpandValue
whether to expand the value. -
m_ValueType
VariableValueType m_ValueType
how to interpret the value. -
m_VariablePairs
List<VariableNameValuePair> m_VariablePairs
the variables.
-
-
Class adams.flow.transformer.SetMapValue extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5937471470417243026L
-
Serialized Fields
-
m_Conversion
Conversion m_Conversion
for processing the value. -
m_Helper
CallableActorHelper m_Helper
the helper class. -
m_Key
String m_Key
the key to set. -
m_Source
CallableActorReference m_Source
the callable source to obtain the source from. -
m_SourceActor
Actor m_SourceActor
the callable source actor. -
m_Storage
StorageName m_Storage
the storage item. -
m_Type
SetMapValue.SourceType m_Type
the source type. -
m_Value
String m_Value
the value to set.
-
-
Class adams.flow.transformer.SetPlotContainerValue extends AbstractTransformer implements Serializable
- serialVersionUID:
- 2488434486963278287L
-
Serialized Fields
-
m_ContainerValue
PlotContainerUpdater.PlotContainerValue m_ContainerValue
the value to change. -
m_Conversion
ConversionFromString m_Conversion
the conversion for turning the string into another object type. -
m_MetaDataKey
String m_MetaDataKey
the meta-data key to use. -
m_Value
BaseString m_Value
the value to set.
-
-
Class adams.flow.transformer.SetProperty extends AbstractCallableActorPropertyUpdater implements Serializable
- serialVersionUID:
- 597361990633872666L
-
Class adams.flow.transformer.SetPropertyValue extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5937471470417243026L
-
Class adams.flow.transformer.SetReportFromFile extends AbstractTransformer implements Serializable
- serialVersionUID:
- -8951982264797087668L
-
Serialized Fields
-
m_Reader
AbstractReportReader m_Reader
the report loader to use. -
m_ReportFile
PlaceholderFile m_ReportFile
the file to load. -
m_UpdateType
ReportUpdateType m_UpdateType
how to update.
-
-
Class adams.flow.transformer.SetReportFromSource extends AbstractTransformer implements Serializable
- serialVersionUID:
- -8951982264797087668L
-
Serialized Fields
-
m_Helper
CallableActorHelper m_Helper
the helper class. -
m_Report
CallableActorReference m_Report
the callable source to obtain the report from. -
m_UpdateType
ReportUpdateType m_UpdateType
how to update.
-
-
Class adams.flow.transformer.SetReportValue extends AbstractSetReportValue implements Serializable
- serialVersionUID:
- -5937471470417243026L
-
Class adams.flow.transformer.SetStorageFlag extends AbstractTransformer implements Serializable
- serialVersionUID:
- 3086015634110488066L
-
Serialized Fields
-
m_FlagValue
boolean m_FlagValue
the flag value. -
m_StorageName
StorageName m_StorageName
the name of the item to store the flag value under.
-
-
Class adams.flow.transformer.SetStorageValue extends AbstractTransformer implements Serializable
- serialVersionUID:
- 3086015634110488066L
-
Serialized Fields
-
m_Cache
String m_Cache
the name of the LRU cache. -
m_StorageName
StorageName m_StorageName
the name of the value to store.
-
-
Class adams.flow.transformer.SetSystemProperty extends AbstractTransformer implements Serializable
- serialVersionUID:
- -6404690498752128989L
-
Class adams.flow.transformer.SetVariable extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3383735680425581504L
-
Serialized Fields
-
m_ExpandValue
boolean m_ExpandValue
whether to expand the value. -
m_OutputValue
boolean m_OutputValue
whether to output the value. -
m_UpdateType
SetVariable.UpdateType m_UpdateType
how to update the variable value. -
m_ValueType
VariableValueType m_ValueType
how to interpret the value. -
m_VariableName
VariableName m_VariableName
the name of the variable. -
m_VariableValue
BaseText m_VariableValue
the optional fixed value.
-
-
Class adams.flow.transformer.SFTPDelete extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5015637337437403790L
-
Serialized Fields
-
m_Connection
SSHConnection m_Connection
the SSH connection to use. -
m_RemoteDir
String m_RemoteDir
the directory to list.
-
-
Class adams.flow.transformer.SFTPGet extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5015637337437403790L
-
Serialized Fields
-
m_Connection
SSHConnection m_Connection
the SSH connection to use. -
m_OutputDirectory
PlaceholderDirectory m_OutputDirectory
the output directory. -
m_RemoteDir
String m_RemoteDir
the directory to list.
-
-
Class adams.flow.transformer.SFTPSend extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5015637337437403790L
-
Serialized Fields
-
m_Connection
SSHConnection m_Connection
the SSH connection to use. -
m_RemoteDir
String m_RemoteDir
the directory to upload the file to.
-
-
Class adams.flow.transformer.SimpleStringReplace extends AbstractStringOperation implements Serializable
- serialVersionUID:
- -1167336515862285272L
-
Serialized Fields
-
m_Find
String m_Find
the string to find. -
m_Replace
String m_Replace
the replacement string. -
m_ReplaceContainsPlaceholder
boolean m_ReplaceContainsPlaceholder
whether the replace string contains a placeholder, which needs to be expanded first. -
m_ReplaceContainsVariable
boolean m_ReplaceContainsVariable
whether the replace string contains a variable, which needs to be expanded first.
-
-
Class adams.flow.transformer.SMBGet extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5015637337437403790L
-
Serialized Fields
-
m_Connection
SMBConnection m_Connection
the SMB connection to use. -
m_Host
String m_Host
the host. -
m_OutputDirectory
PlaceholderDirectory m_OutputDirectory
the output directory. -
m_RemoteDir
String m_RemoteDir
the directory to list.
-
-
Class adams.flow.transformer.SMBSend extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5015637337437403790L
-
Serialized Fields
-
m_Connection
SMBConnection m_Connection
the SMB connection to use. -
m_Host
String m_Host
the host. -
m_RemoteDir
String m_RemoteDir
the directory to upload the file to.
-
-
Class adams.flow.transformer.Sort extends AbstractTransformer implements Serializable
- serialVersionUID:
- -1405106607250617855L
-
Serialized Fields
-
m_Comparator
Comparator m_Comparator
the comparator to use. -
m_Reverse
boolean m_Reverse
reverse sorting. -
m_Unique
boolean m_Unique
unqiue entries. -
m_UseComparator
boolean m_UseComparator
whether to use a specificComparator
for sorting.
-
-
Class adams.flow.transformer.SplitFile extends AbstractTransformer implements Serializable
- serialVersionUID:
- 1704879993786242375L
-
Serialized Fields
-
m_Splitter
AbstractFileSplitter m_Splitter
the split algorithm.
-
-
Class adams.flow.transformer.SpreadSheetAggregate extends AbstractSpreadSheetTransformer implements Serializable
- serialVersionUID:
- 444466366407383727L
-
Serialized Fields
-
m_AggregateColumns
SpreadSheetColumnRange m_AggregateColumns
the range of columns to aggregate. -
m_Aggregates
SpreadSheetAggregate.Aggregate[] m_Aggregates
the aggregates to generate. -
m_KeyColumns
SpreadSheetColumnRange m_KeyColumns
the range of column indices to use as key for identifying a row.
-
-
Class adams.flow.transformer.SpreadSheetAnonymize extends AbstractSpreadSheetTransformer implements Serializable
- serialVersionUID:
- -2767861909141864017L
-
Serialized Fields
-
m_ColumnsRegExp
BaseRegExp m_ColumnsRegExp
the columns to anonymize. -
m_Mapping
Hashtable<String,AbstractAnonymizer> m_Mapping
the column/anonymizer mapping. -
m_Seed
long m_Seed
the seed value.
-
-
Class adams.flow.transformer.SpreadSheetAppend extends AbstractInPlaceSpreadSheetTransformer implements Serializable
- serialVersionUID:
- -253714973019682939L
-
Serialized Fields
-
m_StorageName
StorageName m_StorageName
the name of the stored value.
-
-
Class adams.flow.transformer.SpreadSheetAppendComments extends AbstractInPlaceSpreadSheetTransformer implements Serializable
- serialVersionUID:
- 3734828865205265883L
-
Serialized Fields
-
m_Comments
BaseText m_Comments
the comments to append. -
m_Replace
boolean m_Replace
whether to replace any existing comments with the new one.
-
-
Class adams.flow.transformer.SpreadSheetCellFinder extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- 4527040722924866539L
-
Serialized Fields
-
m_Finder
CellFinder m_Finder
the filter to apply.
-
-
Class adams.flow.transformer.SpreadSheetCellSelector extends AbstractInteractiveTransformerDialog implements Serializable
- serialVersionUID:
- -911540594631901631L
-
Serialized Fields
-
m_Accepted
boolean m_Accepted
whether the token was accepted. -
m_ButtonCancel
BaseButton m_ButtonCancel
the button for cancelling. -
m_ButtonOK
BaseButton m_ButtonOK
the button for accepting. -
m_ColorSelected
Color m_ColorSelected
the color for selected cells. -
m_Font
Font m_Font
the font to use. -
m_Table
SpreadSheetCellSelector.Table m_Table
the table in use. -
m_TableModel
SpreadSheetCellSelector.TableModel m_TableModel
the model in use. -
m_Waiting
Boolean m_Waiting
whether we're currenlty waiting on the user.
-
-
Class adams.flow.transformer.SpreadSheetCellSelector.CellRenderer extends DefaultTableCellRenderer implements Serializable
- serialVersionUID:
- -6070112998601610760L
-
Serialized Fields
-
m_CellSelectedColor
Color m_CellSelectedColor
the color for selected cells.
-
-
Class adams.flow.transformer.SpreadSheetCellSelector.Table extends SpreadSheetTable implements Serializable
- serialVersionUID:
- -2326881966143723401L
-
Serialized Fields
-
m_Recording
boolean m_Recording
whether left mouse button has been pressed. -
m_Selecting
boolean m_Selecting
whether selecting or unselecting.
-
-
Class adams.flow.transformer.SpreadSheetCellSelector.TableModel extends SpreadSheetTableModel implements Serializable
- serialVersionUID:
- -4690101744247172908L
-
Serialized Fields
-
m_Selected
boolean[][] m_Selected
the matrix indicating whether a cell is selected or not.
-
-
Class adams.flow.transformer.SpreadSheetCollapse extends AbstractSpreadSheetTransformer implements Serializable
- serialVersionUID:
- 444466366407383727L
-
Serialized Fields
-
m_KeyColumns
SpreadSheetColumnRange m_KeyColumns
the range of column indices to use as key for identifying a row. -
m_NoDuplicates
boolean m_NoDuplicates
whether to omit duplicate cell values. -
m_Separator
String m_Separator
the separator for the collapsed cells.
-
-
Class adams.flow.transformer.SpreadSheetColumnFilter extends AbstractSpreadSheetTransformer implements Serializable
- serialVersionUID:
- 4527040722924866539L
-
Serialized Fields
-
m_CreateView
boolean m_CreateView
whether to create a view only. -
m_Finder
ColumnFinder m_Finder
the filter to apply.
-
-
Class adams.flow.transformer.SpreadSheetColumnIterator extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- 7689330704841468990L
-
Serialized Fields
-
m_OutputIndices
boolean m_OutputIndices
whether to output indices instead of the strings. -
m_Range
SpreadSheetColumnRange m_Range
the range of columns to work on. -
m_RegExp
BaseRegExp m_RegExp
the regular expression applied to the column names.
-
-
Class adams.flow.transformer.SpreadSheetColumnsByName extends AbstractSpreadSheetTransformer implements Serializable
- serialVersionUID:
- -253714973019682939L
-
Serialized Fields
-
m_InvertMatching
boolean m_InvertMatching
whether to invert the matching. -
m_RegExp
BaseRegExp m_RegExp
the regular expression to match the column names against.
-
-
Class adams.flow.transformer.SpreadSheetColumnStatistic extends AbstractSpreadSheetTransformer implements Serializable
- serialVersionUID:
- 4527040722924866539L
-
Serialized Fields
-
m_Column
SpreadSheetColumnIndex m_Column
the column to generate the statistic for. -
m_Statistic
AbstractColumnStatistic m_Statistic
the statistic to generate.
-
-
Class adams.flow.transformer.SpreadSheetCommonIDs extends AbstractTransformer implements Serializable
- serialVersionUID:
- 3363405805013155845L
-
Serialized Fields
-
m_Index
SpreadSheetColumnIndex m_Index
the column in the spreadsheet. -
m_Invert
boolean m_Invert
whether to invert the matching (= return the IDs not in common).
-
-
Class adams.flow.transformer.SpreadSheetConvertCells extends AbstractInPlaceSpreadSheetTransformer implements Serializable
- serialVersionUID:
- -4633161214275622241L
-
Serialized Fields
-
m_Cell
Cell m_Cell
used for parsing missing value replacement strings. -
m_Conversion
Conversion m_Conversion
the conversion to apply to the cells. -
m_Finder
CellFinder m_Finder
for locating the cells. -
m_MissingReplacementType
Cell.ContentType m_MissingReplacementType
the data type of the replacement value. -
m_MissingReplacementValue
String m_MissingReplacementValue
the value to use instead of missing. -
m_SkipMissing
boolean m_SkipMissing
whether to skip missing cells.
-
-
Class adams.flow.transformer.SpreadSheetConvertHeaderCells extends AbstractInPlaceSpreadSheetTransformer implements Serializable
- serialVersionUID:
- -4633161214275622241L
-
Serialized Fields
-
m_Conversion
Conversion m_Conversion
the conversion to apply to the cells. -
m_MissingReplacementType
Cell.ContentType m_MissingReplacementType
the data type of the replacement value. -
m_MissingReplacementValue
String m_MissingReplacementValue
the value to use instead of missing. -
m_SkipMissing
boolean m_SkipMissing
whether to skip missing cells.
-
-
Class adams.flow.transformer.SpreadSheetCopyColumns extends AbstractSpreadSheetTransformer implements Serializable
- serialVersionUID:
- 9030574317512531337L
-
Serialized Fields
-
m_After
boolean m_After
whether to insert after the position instead of at. -
m_Columns
SpreadSheetColumnRange m_Columns
the range of columns to copy. -
m_Position
SpreadSheetColumnIndex m_Position
the position where to insert the copied columns. -
m_Prefix
String m_Prefix
the prefix for the new columns.
-
-
Class adams.flow.transformer.SpreadSheetCopyRows extends AbstractInPlaceSpreadSheetTransformer implements Serializable
- serialVersionUID:
- 9030574317512531337L
-
Class adams.flow.transformer.SpreadSheetDifference extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5056170789277731638L
-
Serialized Fields
-
m_ColIndices
int[] m_ColIndices
the column indices to use. -
m_KeyColumns
SpreadSheetColumnRange m_KeyColumns
the range of column indices to use as key for identifying a row. -
m_Rows
RowIdentifier[] m_Rows
for locating the rows.
-
-
Class adams.flow.transformer.SpreadSheetExtractArray extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -3989993009528522476L
-
Serialized Fields
-
m_Index
Index m_Index
the index of the row/column to extract. -
m_Type
SpreadSheetExtractArray.ExtractionType m_Type
the type of extraction. -
m_UseNative
boolean m_UseNative
whether to output native objects rather than strings.
-
-
Class adams.flow.transformer.SpreadSheetFileReader extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -1585651878523228177L
-
Serialized Fields
-
m_Reader
SpreadSheetReader m_Reader
the reader to use.
-
-
Class adams.flow.transformer.SpreadSheetFilter extends AbstractSpreadSheetTransformer implements Serializable
- serialVersionUID:
- -4633161214275622241L
-
Serialized Fields
-
m_Filter
SpreadSheetFilter m_Filter
the filter to apply. -
m_PreferJobRunner
boolean m_PreferJobRunner
whether to offload training into a JobRunnerInstance. -
m_VariableName
VariableName m_VariableName
the variable to listen to.
-
-
Class adams.flow.transformer.SpreadSheetFilter.FilterJob extends AbstractJob implements Serializable
- serialVersionUID:
- 6406892820872772446L
-
Serialized Fields
-
m_Data
SpreadSheet m_Data
the data to filter. -
m_Filter
SpreadSheetFilter m_Filter
the filter to use. -
m_Filtered
SpreadSheet m_Filtered
the filtered data.
-
-
Class adams.flow.transformer.SpreadSheetGetCell extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -253714973019682939L
-
Serialized Fields
-
m_Column
SpreadSheetColumnRange m_Column
the column of the cell to obtain. -
m_Empty
String m_Empty
the value to return if cell is empty. -
m_Row
Range m_Row
the row of the cell to obtain. -
m_UseNative
boolean m_UseNative
whether to output native objects rather than strings.
-
-
Class adams.flow.transformer.SpreadSheetGetColumnIndex extends AbstractTransformer implements Serializable
- serialVersionUID:
- 1312054113479943728L
-
Serialized Fields
-
m_ColumnName
BaseRegExp m_ColumnName
the regular expression for the column name. -
m_Queue
ArrayList<Integer> m_Queue
the indices of matching columns.
-
-
Class adams.flow.transformer.SpreadSheetGetHeaderCell extends AbstractTransformer implements Serializable
- serialVersionUID:
- 6877755289168511940L
-
Serialized Fields
-
m_Column
SpreadSheetColumnIndex m_Column
the column of the cell to obtain. -
m_Empty
String m_Empty
the value to return if cell is empty.
-
-
Class adams.flow.transformer.SpreadSheetHistogramRanges extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -540187402790189753L
-
Serialized Fields
-
m_BinCalculation
ArrayHistogram.BinCalculation m_BinCalculation
how to calculate the number of bins. -
m_BinWidth
double m_BinWidth
the bin width - used for some calculations. -
m_DataType
SpreadSheetStatisticDataType m_DataType
the type of data to get from the Instances object (rows or columns). -
m_Locations
BaseString[] m_Locations
the array of indices/regular expressions. -
m_ManualMax
double m_ManualMax
the manual maximum. -
m_ManualMin
double m_ManualMin
the manual minimum. -
m_Normalize
boolean m_Normalize
whether to normalize the data. -
m_NumBins
int m_NumBins
the number of bins in case of manual bin calculation. -
m_NumDecimals
int m_NumDecimals
the number of decimals to show. -
m_UseFixedMinMax
boolean m_UseFixedMinMax
whether to use fixed min/max for manual bin calculation.
-
-
Class adams.flow.transformer.SpreadSheetInfo extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -3019442578354930841L
-
Serialized Fields
-
m_ColumnIndex
SpreadSheetColumnIndex m_ColumnIndex
the index of the column to get the information for. -
m_Sort
boolean m_Sort
whether to sort lists. -
m_Type
SpreadSheetInfo.InfoType m_Type
the type of information to generate.
-
-
Class adams.flow.transformer.SpreadSheetInsertColumn extends AbstractInPlaceSpreadSheetTransformer implements Serializable
- serialVersionUID:
- 9030574317512531337L
-
Serialized Fields
-
m_After
boolean m_After
whether to insert after the position instead of at. -
m_ForceString
boolean m_ForceString
whether to set value as string. -
m_Header
String m_Header
the column header. -
m_Position
SpreadSheetColumnIndex m_Position
the position where to insert the column. -
m_Value
String m_Value
the value to initialize the cells with. -
m_ValueContainsPlaceholder
boolean m_ValueContainsPlaceholder
whether the value string contains a placeholder, which needs to be expanded first. -
m_ValueContainsVariable
boolean m_ValueContainsVariable
whether the value string contains a variable, which needs to be expanded first.
-
-
Class adams.flow.transformer.SpreadSheetInsertRow extends AbstractInPlaceSpreadSheetTransformer implements Serializable
- serialVersionUID:
- 4198653233287560570L
-
Serialized Fields
-
m_After
boolean m_After
whether to insert after the position instead of at. -
m_ForceString
boolean m_ForceString
whether to set value as string. -
m_Position
Index m_Position
the position where to insert the row. -
m_Value
String m_Value
the value to initialize the cells with. -
m_ValueContainsPlaceholder
boolean m_ValueContainsPlaceholder
whether the value string contains a placeholder, which needs to be expanded first. -
m_ValueContainsVariable
boolean m_ValueContainsVariable
whether the value string contains a variable, which needs to be expanded first. -
m_ValueType
SpreadSheetInsertRow.ValueType m_ValueType
the value type.
-
-
Class adams.flow.transformer.SpreadSheetInsertRowScore extends AbstractInPlaceSpreadSheetTransformer implements Serializable
- serialVersionUID:
- 9030574317512531337L
-
Serialized Fields
-
m_After
boolean m_After
whether to insert after the position instead of at. -
m_Header
String m_Header
the column header. -
m_Position
SpreadSheetColumnIndex m_Position
the position where to insert the column. -
m_Score
AbstractRowScore m_Score
the score algorithm to use.
-
-
Class adams.flow.transformer.SpreadSheetMatrixStatistic extends AbstractSpreadSheetTransformer implements Serializable
- serialVersionUID:
- 4527040722924866539L
-
Serialized Fields
-
m_Statistic
AbstractMatrixStatistic m_Statistic
the statistic to generate.
-
-
Class adams.flow.transformer.SpreadSheetMerge extends AbstractTransformer implements Serializable
- serialVersionUID:
- 3363405805013155845L
-
Serialized Fields
-
m_AddIndex
boolean m_AddIndex
whether to add the index to the prefix. -
m_ExcludedAttributes
String m_ExcludedAttributes
regular expression for excluding attributes from the datasets. -
m_InvertMatchingSense
boolean m_InvertMatchingSense
whether to invert the matching sense for excluding attributes. -
m_KeepOnlySingleUniqueID
boolean m_KeepOnlySingleUniqueID
whether to keep only a single instance of the unique ID attribute. -
m_Prefix
String m_Prefix
the additional prefix name to use, apart from the index. -
m_PrefixSeparator
String m_PrefixSeparator
the separator between index and actual attribute name. -
m_Remove
boolean m_Remove
whether to remove when not all present. -
m_Strict
boolean m_Strict
whether to fail if IDs not unique. -
m_UniqueID
String m_UniqueID
the string or numeric attribute to use as unique identifier for rows. -
m_UniqueIDAtts
List<String> m_UniqueIDAtts
the unique ID attributes. -
m_UsePrefix
boolean m_UsePrefix
whether to prefix the attribute names of each dataset with an index.
-
-
Class adams.flow.transformer.SpreadSheetMethodMerge extends AbstractTransformer implements Serializable
- serialVersionUID:
- 3778575114133031631L
-
Serialized Fields
-
m_MergeMethod
AbstractMerge m_MergeMethod
The method to use to perform the merge.
-
-
Class adams.flow.transformer.SpreadSheetPlotGenerator extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- 1147935218531182101L
-
Serialized Fields
-
m_Generator
AbstractPlotGenerator m_Generator
the generator to use.
-
-
Class adams.flow.transformer.SpreadSheetQuery extends AbstractSpreadSheetTransformer implements Serializable
- serialVersionUID:
- -4633161214275622241L
-
Serialized Fields
-
m_Query
SpreadSheetQueryText m_Query
for query to execute.
-
-
Class adams.flow.transformer.SpreadSheetRandomSystematicSample extends AbstractSpreadSheetTransformer implements Serializable
- serialVersionUID:
- -1287490418250599839L
-
Serialized Fields
-
m_CreateView
boolean m_CreateView
whether to create a view only. -
m_SampleSize
int m_SampleSize
the sample size. -
m_Seed
long m_Seed
the seed for the randomization.
-
-
Class adams.flow.transformer.SpreadSheetRemoveColumn extends AbstractSpreadSheetTransformer implements Serializable
- serialVersionUID:
- 6726489537611573393L
-
Serialized Fields
-
m_Position
SpreadSheetColumnRange m_Position
the position of the columns to remove.
-
-
Class adams.flow.transformer.SpreadSheetRemoveRow extends AbstractInPlaceSpreadSheetTransformer implements Serializable
- serialVersionUID:
- -1424259429280086410L
-
Serialized Fields
-
m_Position
Range m_Position
the position of the rows to remove.
-
-
Class adams.flow.transformer.SpreadSheetReorderColumns extends AbstractSpreadSheetTransformer implements Serializable
- serialVersionUID:
- -6140158624456525670L
-
Serialized Fields
-
m_Order
SpreadSheetUnorderedColumnRange m_Order
the new order of the columns.
-
-
Class adams.flow.transformer.SpreadSheetReorderRows extends AbstractSpreadSheetTransformer implements Serializable
- serialVersionUID:
- -6140158624456525670L
-
Serialized Fields
-
m_Order
SpreadSheetUnorderedRowRange m_Order
the new order of the rows.
-
-
Class adams.flow.transformer.SpreadSheetReplaceCellValue extends AbstractInPlaceSpreadSheetTransformer implements Serializable
- serialVersionUID:
- 2639196406457405487L
-
Serialized Fields
-
m_ActualReplace
String m_ActualReplace
the actual replacement string (after optional placeholder expansion). -
m_Find
BaseRegExp m_Find
the string to find. -
m_Position
SpreadSheetColumnRange m_Position
the position of the columns to process. -
m_Replace
String m_Replace
the replacement string. -
m_ReplaceAll
boolean m_ReplaceAll
whether to replace all or only the first occurrence. -
m_ReplaceContainsPlaceholder
boolean m_ReplaceContainsPlaceholder
whether the replace string contains a placeholder, which needs to be expanded first. -
m_ReplaceContainsVariable
boolean m_ReplaceContainsVariable
whether the replace string contains a variable, which needs to be expanded first. -
m_Scope
SpreadSheetReplaceCellValue.Scope m_Scope
the scope of the replace.
-
-
Class adams.flow.transformer.SpreadSheetRowBinning extends AbstractInPlaceSpreadSheetTransformer implements Serializable
- serialVersionUID:
- -4140425415663734153L
-
Serialized Fields
-
m_After
boolean m_After
whether to insert after the position instead of at. -
m_Algorithm
BinningAlgorithm m_Algorithm
the binning algorithm to use. -
m_BinningColumn
SpreadSheetColumnIndex m_BinningColumn
the numeric column to use for determining the bins. -
m_Header
String m_Header
the column header. -
m_Position
SpreadSheetColumnIndex m_Position
the position where to insert the column. -
m_PostProcessing
BinPostProcessing m_PostProcessing
for post-processing the bins.
-
-
Class adams.flow.transformer.SpreadSheetRowBuffer extends AbstractTransformer implements Serializable
- serialVersionUID:
- 6774529845778672623L
-
Serialized Fields
-
m_Buffer
SpreadSheet m_Buffer
the currently buffered data. -
m_CheckHeader
boolean m_CheckHeader
whether to check the header. -
m_ClearBuffer
boolean m_ClearBuffer
whether to clear the buffer once it has been forwarded. -
m_ClearBufferRequired
boolean m_ClearBufferRequired
whether variable triggered clear of buffer. -
m_Interval
int m_Interval
the interval of when to output the SpreadSheet object. -
m_Iterator
Iterator<DataRow> m_Iterator
the iterator for broadcasting Row objects. -
m_Operation
SpreadSheetRowBuffer.Operation m_Operation
the way the buffer operates. -
m_VariableName
VariableName m_VariableName
the variable to listen to.
-
-
Class adams.flow.transformer.SpreadSheetRowFilter extends AbstractSpreadSheetTransformer implements Serializable
- serialVersionUID:
- 3754073511732133649L
-
Serialized Fields
-
m_CreateView
boolean m_CreateView
whether to create a view only. -
m_Finder
RowFinder m_Finder
the filter to apply.
-
-
Class adams.flow.transformer.SpreadSheetRowStatistic extends AbstractSpreadSheetTransformer implements Serializable
- serialVersionUID:
- 4527040722924866539L
-
Serialized Fields
-
m_Row
Index m_Row
the column to generate the statistic for. -
m_Statistic
AbstractRowStatistic m_Statistic
the statistic to generate.
-
-
Class adams.flow.transformer.SpreadSheetRowToTimeseries extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -4857598976178462111L
-
Serialized Fields
-
m_ColumnID
SpreadSheetColumnIndex m_ColumnID
the column to use for grouping the timeseries. -
m_DataRange
SpreadSheetColumnRange m_DataRange
the range of columns to use for the timeseries. -
m_RegExpTimestamp
BaseRegExp m_RegExpTimestamp
the regular expression for timestamp columns. -
m_RegExpValue
BaseRegExp m_RegExpValue
the regular expression for value columns.
-
-
Class adams.flow.transformer.SpreadSheetSelectSubset extends AbstractInteractiveTransformerDialog implements Serializable
- serialVersionUID:
- -7861621358380784108L
-
Serialized Fields
-
m_Accepted
boolean m_Accepted
whether the data was accepted. -
m_AllowSearch
boolean m_AllowSearch
whether to allow searching. -
m_LabelMessage
JLabel m_LabelMessage
the label for the message. -
m_Message
String m_Message
the message for the user. -
m_MultiSelection
boolean m_MultiSelection
whether to allow multiple rows to be selected. -
m_Preview
AbstractSpreadSheetPreview m_Preview
the preview to use. -
m_Table
SpreadSheetTable m_Table
the table in use.
-
-
Class adams.flow.transformer.SpreadSheetSetCell extends AbstractInPlaceSpreadSheetTransformer implements Serializable
- serialVersionUID:
- -6250232085303020849L
-
Serialized Fields
-
m_Column
SpreadSheetColumnRange m_Column
the column of the cell to obtain. -
m_Finder
CellFinder m_Finder
the finder to use. -
m_ForceString
boolean m_ForceString
whether to set value as string. -
m_Row
Range m_Row
the row of the cell to obtain. -
m_UseFinder
boolean m_UseFinder
whether to use a cell finder instead. -
m_Value
String m_Value
the value to set.
-
-
Class adams.flow.transformer.SpreadSheetSetHeaderCell extends AbstractInPlaceSpreadSheetTransformer implements Serializable
- serialVersionUID:
- -6250232085303020849L
-
Serialized Fields
-
m_Column
SpreadSheetColumnIndex m_Column
the column of the cell to obtain. -
m_ForceString
boolean m_ForceString
whether to set value as string. -
m_Value
String m_Value
the value to return if cell is empty.
-
-
Class adams.flow.transformer.SpreadSheetSort extends AbstractInPlaceSpreadSheetTransformer implements Serializable
- serialVersionUID:
- 8621434041912535939L
-
Serialized Fields
-
m_SortColumn
SpreadSheetColumnIndex[] m_SortColumn
the indices of the columns to use for sorting. -
m_SortOrder
BaseBoolean[] m_SortOrder
whether to use ascending or descending sort order. -
m_Unique
boolean m_Unique
whether to perform a unique sort.
-
-
Class adams.flow.transformer.SpreadSheetSortColumns extends AbstractSpreadSheetTransformer implements Serializable
- serialVersionUID:
- 6177865465885016861L
-
Serialized Fields
-
m_Columns
SpreadSheetColumnRange m_Columns
the range of columns to sort. -
m_Comparator
Comparator m_Comparator
the comparator to use. -
m_Reverse
boolean m_Reverse
whether to reverse the sorting.
-
-
Class adams.flow.transformer.SpreadSheetStatistic extends AbstractSpreadSheetTransformer implements Serializable
- serialVersionUID:
- -540187402790189753L
-
Serialized Fields
-
m_DataType
SpreadSheetStatisticDataType m_DataType
the type of data to get from the Instances object (rows or columns). -
m_Locations
BaseString[] m_Locations
the array of indices/regular expressions. -
m_Statistic
AbstractArrayStatistic m_Statistic
the statistic to generate.
-
-
Class adams.flow.transformer.SpreadSheetStorageRowIterator extends AbstractTransformer implements Serializable
- serialVersionUID:
- 1117931423508873847L
-
Serialized Fields
-
m_ColumnIndices
int[] m_ColumnIndices
the column indices. -
m_Columns
SpreadSheetColumnRange m_Columns
the range of columns to use. -
m_Lenient
boolean m_Lenient
whether to suppress the error message if no rows selected. -
m_MissingValue
String m_MissingValue
the value to use for missing cells. -
m_OutputModified
boolean m_OutputModified
whether to output the modified spreadsheet. -
m_Queue
ArrayList<Integer> m_Queue
the rows to iterate. -
m_Rows
Range m_Rows
the range of rows to use. -
m_Sheet
SpreadSheet m_Sheet
the underlying sheet. -
m_StoragePrefix
String m_StoragePrefix
the prefix for the storage names. -
m_UseNative
boolean m_UseNative
whether to store native objects rather than strings.
-
-
Class adams.flow.transformer.SpreadSheetSubset extends AbstractSpreadSheetTransformer implements Serializable
- serialVersionUID:
- -253714973019682939L
-
Serialized Fields
-
m_Columns
SpreadSheetColumnRange m_Columns
the columns of the subset to obtain. -
m_CreateView
boolean m_CreateView
whether to create a view only. -
m_Rows
Range m_Rows
the rows of the subset to obtain. -
m_Subset
MatrixSubset m_Subset
the matrix subset.
-
-
Class adams.flow.transformer.SpreadSheetSubsetByValue extends AbstractSpreadSheetTransformer implements Serializable
- serialVersionUID:
- -253714973019682939L
-
Serialized Fields
-
m_ColIndex
int m_ColIndex
the column index. -
m_Column
SpreadSheetColumnIndex m_Column
the string values of this column are used to split the sheet into subsets. -
m_RowIndex
int m_RowIndex
the current row index. -
m_Sorted
SpreadSheet m_Sorted
the sorted spreadsheet.
-
-
Class adams.flow.transformer.SpreadSheetSubsetFromGroup extends AbstractSpreadSheetTransformer implements Serializable
- serialVersionUID:
- 5167598748037763968L
-
Serialized Fields
-
m_Column
SpreadSheetColumnIndex m_Column
the string values of this column are used to split the sheet into groups. -
m_CreateView
boolean m_CreateView
whether to create a view only. -
m_Rows
Range m_Rows
the rows of the group to obtain.
-
-
Class adams.flow.transformer.SpreadSheetToTimeseries extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -4857598976178462111L
-
Serialized Fields
-
m_ColumnID
SpreadSheetColumnIndex m_ColumnID
the column to use for grouping the timeseries. -
m_ColumnTimestamp
SpreadSheetColumnIndex m_ColumnTimestamp
the column to use for the date/time. -
m_ColumnValue
SpreadSheetColumnIndex m_ColumnValue
the column to use for value of the timeseries.
-
-
Class adams.flow.transformer.SpreadSheetTransformCells extends AbstractInPlaceSpreadSheetTransformer implements Serializable
- serialVersionUID:
- -2533024333073383813L
-
Serialized Fields
-
m_CallableActor
Actor m_CallableActor
the callable actor. -
m_Cell
Cell m_Cell
used for parsing missing value replacement strings. -
m_Compatibility
Compatibility m_Compatibility
for compatibility comparisons. -
m_Finder
CellFinder m_Finder
for locating the cells. -
m_ForceInputType
boolean m_ForceInputType
whether to force the input type. -
m_Helper
CallableActorHelper m_Helper
the helper class. -
m_InputType
Cell.ContentType m_InputType
the input type. -
m_MissingReplacementType
Cell.ContentType m_MissingReplacementType
the data type of the replacement value. -
m_MissingReplacementValue
String m_MissingReplacementValue
the value to use instead of missing. -
m_SkipMissing
boolean m_SkipMissing
whether to skip missing cells. -
m_Transformer
CallableActorReference m_Transformer
the callable transformer to apply to the cells.
-
-
Class adams.flow.transformer.SpreadSheetTransformHeaderCells extends AbstractInPlaceSpreadSheetTransformer implements Serializable
- serialVersionUID:
- -2533024333073383813L
-
Serialized Fields
-
m_CallableActor
Actor m_CallableActor
the callable actor. -
m_Compatibility
Compatibility m_Compatibility
for compatibility comparisons. -
m_ForceInputType
boolean m_ForceInputType
whether to force the input type. -
m_Helper
CallableActorHelper m_Helper
the helper class. -
m_InputType
Cell.ContentType m_InputType
the input type. -
m_MissingReplacementType
Cell.ContentType m_MissingReplacementType
the data type of the replacement value. -
m_MissingReplacementValue
String m_MissingReplacementValue
the value to use instead of missing. -
m_SkipMissing
boolean m_SkipMissing
whether to skip missing cells. -
m_Transformer
CallableActorReference m_Transformer
the callable transformer to apply to the cells.
-
-
Class adams.flow.transformer.SpreadSheetVariableRowIterator extends AbstractTransformer implements Serializable
- serialVersionUID:
- 1117931423508873847L
-
Serialized Fields
-
m_ColumnIndices
int[] m_ColumnIndices
the column indices. -
m_Columns
SpreadSheetColumnRange m_Columns
the range of columns to use. -
m_Lenient
boolean m_Lenient
whether to suppress the error message if no rows selected. -
m_MissingValue
String m_MissingValue
the value to use for missing cells. -
m_OutputModified
boolean m_OutputModified
whether to output the modified spreadsheet. -
m_Queue
ArrayList<Integer> m_Queue
the rows to iterate. -
m_Rows
Range m_Rows
the range of rows to use. -
m_Sheet
SpreadSheet m_Sheet
the underlying sheet. -
m_VariablePrefix
String m_VariablePrefix
the prefix for the variables.
-
-
Class adams.flow.transformer.StorageCollectionInsert extends AbstractTransformer implements Serializable
- serialVersionUID:
- -4381778255320714964L
-
Serialized Fields
-
m_After
boolean m_After
whether to insert after the position instead of at. -
m_Position
Index m_Position
the position where to insert the string. -
m_StorageName
StorageName m_StorageName
the name of the collection in storage.
-
-
Class adams.flow.transformer.StorageJFreeChartAddSeries extends AbstractTransformer implements Serializable
- serialVersionUID:
- -4381778255320714964L
-
Serialized Fields
-
m_Dataset
AbstractDatasetGenerator m_Dataset
the dataset generator. -
m_StorageName
StorageName m_StorageName
the name of the dataset in storage.
-
-
Class adams.flow.transformer.StringArraySplit extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -1243814748394244839L
-
Serialized Fields
-
m_RegExp
BaseRegExp m_RegExp
the regular expression to identify the string to split on. -
m_RemainderHandling
StringArraySplit.RemainderHandling m_RemainderHandling
how to handle any remaining strings. -
m_SplitHandling
StringArraySplit.SplitHandling m_SplitHandling
how to handle the string that triggered the split.
-
-
Class adams.flow.transformer.StringCut extends AbstractStringOperation implements Serializable
- serialVersionUID:
- -3687113148170774846L
-
Serialized Fields
-
m_CharacterEndPos
Index m_CharacterEndPos
the character end position. -
m_CharacterStartPos
Index m_CharacterStartPos
the character starting position. -
m_FieldDelimiter
String m_FieldDelimiter
the field delimiter. -
m_FieldIndex
Index m_FieldIndex
the field number to extract. -
m_Type
StringCut.CutType m_Type
the cut type.
-
-
Class adams.flow.transformer.StringExpression extends AbstractTransformer implements Serializable
- serialVersionUID:
- -8477454145267616359L
-
Serialized Fields
-
m_Expression
StringExpressionText m_Expression
the string expression to evaluate.
-
-
Class adams.flow.transformer.StringIndent extends AbstractStringOperation implements Serializable
- serialVersionUID:
- 9030574317512531337L
-
Serialized Fields
-
m_Indentation
String m_Indentation
the string to use for indentation. -
m_NumTimes
int m_NumTimes
the number of times to indent each line.
-
-
Class adams.flow.transformer.StringIndexOf extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3687113148170774846L
-
Class adams.flow.transformer.StringInsert extends AbstractStringOperation implements Serializable
- serialVersionUID:
- 9030574317512531337L
-
Serialized Fields
-
m_After
boolean m_After
whether to insert after the position instead of at. -
m_Position
Index m_Position
the position where to insert the string. -
m_Value
BaseString m_Value
the value to insert. -
m_ValueContainsPlaceholder
boolean m_ValueContainsPlaceholder
whether the value string contains a placeholder, which needs to be expanded first. -
m_ValueContainsVariable
boolean m_ValueContainsVariable
whether the value string contains a variable, which needs to be expanded first.
-
-
Class adams.flow.transformer.StringJoin extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -5524254075032084295L
-
Serialized Fields
-
m_Glue
String m_Glue
the string to use for glueing the strings together. -
m_MaxLength
int m_MaxLength
the maximum string length to allow.
-
-
Class adams.flow.transformer.StringLength extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3687113148170774846L
-
Class adams.flow.transformer.StringMatcher extends AbstractStringOperation implements Serializable
- serialVersionUID:
- 9030574317512531337L
-
Serialized Fields
-
m_Invert
boolean m_Invert
whether to invert the matching sense. -
m_OutputIndices
boolean m_OutputIndices
whether to output indices instead of the strings. -
m_RegExp
BaseRegExp m_RegExp
the regular expression to match.
-
-
Class adams.flow.transformer.StringRangeCut extends AbstractStringOperation implements Serializable
- serialVersionUID:
- 882143928012626919L
-
Serialized Fields
-
m_Delimiter
String m_Delimiter
the field delimiter. -
m_Glue
String m_Glue
the glue for the sub-strings. -
m_Range
Range m_Range
the range. -
m_Type
StringRangeCut.Type m_Type
what type of cutting to perform.
-
-
Class adams.flow.transformer.StringReplace extends AbstractStringOperation implements Serializable
- serialVersionUID:
- -1167336515862285272L
-
Serialized Fields
-
m_Find
BaseRegExp m_Find
the string to find. -
m_Replace
String m_Replace
the replacement string. -
m_ReplaceContainsPlaceholder
boolean m_ReplaceContainsPlaceholder
whether the replace string contains a placeholder, which needs to be expanded first. -
m_ReplaceContainsVariable
boolean m_ReplaceContainsVariable
whether the replace string contains a variable, which needs to be expanded first. -
m_ReplaceType
StringReplace.ReplaceType m_ReplaceType
how to replace the occurrences. -
m_UseDotAll
boolean m_UseDotAll
whether to use dot all.
-
-
Class adams.flow.transformer.StringSanitizer extends AbstractStringOperation implements Serializable
- serialVersionUID:
- 1359563281659205366L
-
Class adams.flow.transformer.StringSplit extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3687113148170774846L
-
Serialized Fields
-
m_Delimiter
StringSplit.Delimiter m_Delimiter
what to do with the delimiters. -
m_Expression
BaseRegExp m_Expression
the regular expression to use for splitting the string.
-
-
Class adams.flow.transformer.StringTrim extends AbstractStringOperation implements Serializable
- serialVersionUID:
- 9030574317512531337L
-
Class adams.flow.transformer.SubStringCount extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3687113148170774846L
-
Class adams.flow.transformer.SummaryStatistics extends AbstractSpreadSheetTransformer implements Serializable
- serialVersionUID:
- 453666335915022509L
-
Serialized Fields
-
m_ActualColumn
SpreadSheetColumnIndex m_ActualColumn
the column with the actual labels. -
m_ActualPrefix
String m_ActualPrefix
the optional prefix for the actual labels. -
m_ClassDistributionRange
SpreadSheetColumnRange m_ClassDistributionRange
the column with the class distribution. -
m_PredictedColumn
SpreadSheetColumnIndex m_PredictedColumn
the column with the predicted labels. -
m_PredictedPrefix
String m_PredictedPrefix
the optional prefix for the predicted labels. -
m_ProbabilityColumn
SpreadSheetColumnIndex m_ProbabilityColumn
the column with the probabilities. -
m_Statistics
SummaryStatistic[] m_Statistics
the statistics.
-
-
Class adams.flow.transformer.SwapVariables extends AbstractTransformer implements Serializable
- serialVersionUID:
- 6441557348419921594L
-
Serialized Fields
-
m_Var1
VariableName m_Var1
the first variable. -
m_Var2
VariableName m_Var2
the second variable.
-
-
Class adams.flow.transformer.Tar extends AbstractMultiCompress implements Serializable
- serialVersionUID:
- -5229130758529233965L
-
Class adams.flow.transformer.TemplateTransformer extends AbstractTemplate implements Serializable
- serialVersionUID:
- 2327297866200504943L
-
Class adams.flow.transformer.TesseractOCR extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5015637337437403790L
-
Serialized Fields
-
m_Configuration
TesseractConfiguration m_Configuration
the tesseract connection to use. -
m_Language
TesseractLanguage m_Language
the language to use. -
m_OutputBase
PlaceholderFile m_OutputBase
the output base. -
m_OutputHOCR
boolean m_OutputHOCR
whether to output hOCR instead of ASCII. -
m_OutputText
boolean m_OutputText
whether to output the OCRed text instead of the files. -
m_PageSegmentation
TesseractPageSegmentation m_PageSegmentation
the page segmentation to use. -
m_Separator
String m_Separator
the separator between multiple text files.
-
-
Class adams.flow.transformer.TextFileReader extends AbstractTransformer implements Serializable
- serialVersionUID:
- -184602726110144511L
-
Serialized Fields
-
m_Reader
AbstractTextReader m_Reader
the reader to use.
-
-
Class adams.flow.transformer.TextRenderer extends AbstractTransformer implements Serializable
- serialVersionUID:
- 965553206055540848L
-
Serialized Fields
-
m_CustomRenderer
TextRenderer m_CustomRenderer
the custom renderer to use. -
m_UnlimitedRendering
boolean m_UnlimitedRendering
whether to perform unlimited rendering. -
m_UseCustomRenderer
boolean m_UseCustomRenderer
whether to use a custom renderer.
-
-
Class adams.flow.transformer.TimeseriesAdd extends AbstractDataContainerAdd<Timeseries> implements Serializable
- serialVersionUID:
- 2022407828928180169L
-
Class adams.flow.transformer.TimeseriesAppend extends AbstractDataContainerAppend<Timeseries> implements Serializable
- serialVersionUID:
- 2022407828928180169L
-
Class adams.flow.transformer.TimeseriesDbReader extends AbstractDbTransformer implements Serializable
- serialVersionUID:
- -1030024345072684197L
-
Serialized Fields
-
m_ColumnTimestamp
String m_ColumnTimestamp
the timestamp column. -
m_ColumnTimestampIndex
int m_ColumnTimestampIndex
the timestamp column type. -
m_ColumnTimestampType
int m_ColumnTimestampType
the timestamp column index. -
m_ColumnValue
String m_ColumnValue
the value column. -
m_ColumnValueIndex
int m_ColumnValueIndex
the value column index. -
m_ColumnValueType
int m_ColumnValueType
the value column type. -
m_SQL
SQLStatement m_SQL
the SQL statement to execute.
-
-
Class adams.flow.transformer.TimeseriesFeatureGenerator extends AbstractTransformer implements Serializable
- serialVersionUID:
- -7637423921443102660L
-
Serialized Fields
-
m_Algorithm
AbstractTimeseriesFeatureGenerator m_Algorithm
the feature generator to use. -
m_Queue
ArrayList m_Queue
the generated objects. -
m_VariableName
VariableName m_VariableName
the variable to listen to.
-
-
Class adams.flow.transformer.TimeseriesFileReader extends AbstractDataContainerFileReader<Timeseries> implements Serializable
- serialVersionUID:
- 1429977151568224156L
-
Class adams.flow.transformer.TimeseriesFileWriter extends AbstractDataContainerFileWriter<Timeseries> implements Serializable
- serialVersionUID:
- -7990944411836957831L
-
Class adams.flow.transformer.TimeseriesFilter extends AbstractFilter implements Serializable
- serialVersionUID:
- -7637423921443102660L
-
Class adams.flow.transformer.TimeseriesInfo extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3019442578354930841L
-
Serialized Fields
-
m_Format
DateFormatString m_Format
the format string to use for the timestamps. -
m_Queue
ArrayList m_Queue
the tokens to output. -
m_Type
TimeseriesInfo.InfoType m_Type
the type of information to generate.
-
-
Class adams.flow.transformer.TimeseriesReportDbUpdater extends AbstractReportDbUpdater implements Serializable
- serialVersionUID:
- 1429977151568224156L
-
Class adams.flow.transformer.TimeseriesSplit extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -3019442578354930841L
-
Serialized Fields
-
m_Splitter
AbstractTimeseriesSplitter m_Splitter
the splitter.
-
-
Class adams.flow.transformer.Timestamp extends AbstractTransformer implements Serializable
- serialVersionUID:
- 1753400674063204204L
-
Serialized Fields
-
m_Format
DateFormatString m_Format
the format to use. -
m_TimeZone
TimeZone m_TimeZone
the timezone to use.
-
-
Class adams.flow.transformer.Tool extends AbstractTransformer implements Serializable
- serialVersionUID:
- -295054877801672294L
-
Serialized Fields
-
m_Tool
AbstractTool m_Tool
the tool to run.
-
-
Class adams.flow.transformer.Touch extends AbstractTransformer implements Serializable
- serialVersionUID:
- 5841846014350138596L
-
Serialized Fields
-
m_CreateFile
boolean m_CreateFile
whether to create the file if not existing.
-
-
Class adams.flow.transformer.UnBzip2 extends AbstractSingleDecompress implements Serializable
- serialVersionUID:
- 1302879683785529480L
-
Class adams.flow.transformer.UniqueID extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5763179484838892202L
-
Class adams.flow.transformer.UnLzf extends AbstractSingleDecompress implements Serializable
- serialVersionUID:
- -5393442425429782028L
-
Class adams.flow.transformer.UnLzma extends AbstractSingleDecompress implements Serializable
- serialVersionUID:
- -8357597085805205924L
-
Class adams.flow.transformer.UnRAR extends AbstractMultiDecompress implements Serializable
- serialVersionUID:
- 7463671491943647599L
-
Class adams.flow.transformer.UnTar extends AbstractMultiDecompress implements Serializable
- serialVersionUID:
- -3745173426283866014L
-
Class adams.flow.transformer.UnXz extends AbstractSingleDecompress implements Serializable
- serialVersionUID:
- -8357597085805205924L
-
Class adams.flow.transformer.UnZIP extends AbstractMultiDecompress implements Serializable
- serialVersionUID:
- 7463671491943647599L
-
Class adams.flow.transformer.UnZstd extends AbstractSingleDecompress implements Serializable
- serialVersionUID:
- -8357597085805205924L
-
Class adams.flow.transformer.UpdateProperty extends AbstractPropertyUpdater implements Serializable
- serialVersionUID:
- 597361990633872666L
-
Serialized Fields
-
m_Value
String m_Value
the new value for the property.
-
-
Class adams.flow.transformer.ViaAnnotationsToReports extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- 6162307113533583549L
-
Serialized Fields
-
m_DefaultLabel
String m_DefaultLabel
the default label to replace empty labels. -
m_LabelMapping
BaseKeyValuePair[] m_LabelMapping
the label mappings to use, in the format old=new\n. -
m_Mappings
Map<String,String> m_Mappings
the label mappings converted into a Map of (key,value) pairs.
-
-
Class adams.flow.transformer.WaitForFile extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3383735680425581504L
-
Serialized Fields
-
m_AttemptInterval
int m_AttemptInterval
the interval in milliseconds to wait. -
m_Check
AbstractFileUseCheck m_Check
the check scheme to use. -
m_GenerateError
boolean m_GenerateError
whether to generate an error, in case the file is still not available after the maximum wait. -
m_NumAttempts
int m_NumAttempts
the maximum number of interval to wait.
-
-
Class adams.flow.transformer.WekaAccumulatedError extends AbstractTransformer implements Serializable
- serialVersionUID:
- 43672155926689520L
-
Serialized Fields
-
m_AccumulatdError
double m_AccumulatdError
the accumulated error so far. -
m_NumPredictions
int m_NumPredictions
the number of overall predictions. -
m_PlotName
String m_PlotName
the name of the plot. -
m_Predictions
List<WekaAccumulatedError.SortablePrediction> m_Predictions
the sorted predictions.
-
-
Class adams.flow.transformer.WekaAggregateEvaluations extends AbstractTransformer implements Serializable
- serialVersionUID:
- 3799673803958040769L
-
Serialized Fields
-
m_Evaluation
AggregateEvaluations m_Evaluation
the current evaluation state.
-
-
Class adams.flow.transformer.WekaAttributeIterator extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- 7689330704841468990L
-
Serialized Fields
-
m_OutputIndices
boolean m_OutputIndices
whether to output indices instead of the strings. -
m_Range
Range m_Range
the range of attributes to work on. -
m_RegExp
BaseRegExp m_RegExp
the regular expression applied to the attribute names.
-
-
Class adams.flow.transformer.WekaAttributeSelection extends AbstractTransformer implements Serializable
- serialVersionUID:
- 4145361817914402084L
-
Serialized Fields
-
m_Evaluator
weka.attributeSelection.ASEvaluation m_Evaluator
the evaluation. -
m_Folds
int m_Folds
the number of folds. -
m_Search
weka.attributeSelection.ASSearch m_Search
the search method. -
m_Seed
long m_Seed
the seed value.
-
-
Class adams.flow.transformer.WekaAttributeSelectionSummary extends AbstractTransformer implements Serializable
- serialVersionUID:
- 4145361817914402084L
-
Class adams.flow.transformer.WekaBootstrapping extends AbstractTransformer implements Serializable
- serialVersionUID:
- 2599800854948082354L
-
Serialized Fields
-
m_ClassIndex
WekaLabelIndex m_ClassIndex
the index of the class label. -
m_ErrorCalculation
WekaBootstrapping.ErrorCalculation m_ErrorCalculation
the error calculation. -
m_NumSubSamples
int m_NumSubSamples
the number of random sub-samples to generate. -
m_Percentage
double m_Percentage
the size for the sub-samples (0-1). -
m_Percentiles
BaseDouble[] m_Percentiles
the percentiles to output (0-1). -
m_Seed
long m_Seed
the random number seed. -
m_StatisticValues
EvaluationStatistic[] m_StatisticValues
the comparison fields. -
m_WithReplacement
boolean m_WithReplacement
whether to use with replacement or not.
-
-
Class adams.flow.transformer.WekaChooseAttributes extends AbstractInteractiveTransformer implements Serializable
- serialVersionUID:
- -1483735876005865608L
-
Serialized Fields
-
m_Message
String m_Message
the message to display to the user. -
m_NonInteractive
boolean m_NonInteractive
whether to automate the actor. -
m_PreSelection
BaseRegExp m_PreSelection
the regular expression for pre-selecting attributes by name. -
m_Remove
weka.filters.unsupervised.attribute.Remove m_Remove
the Remove filter in use.
-
-
Class adams.flow.transformer.WekaClassifierInfo extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3019442578354930841L
-
Serialized Fields
-
m_SourceCodeClass
String m_SourceCodeClass
the name of the source code class. -
m_Type
WekaClassifierInfo.InfoType m_Type
the type of information to generate.
-
-
Class adams.flow.transformer.WekaClassifierOptimizer extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3601873599767767806L
-
Serialized Fields
-
m_Optimizer
weka.classifiers.Classifier m_Optimizer
the classifier optimizer.
-
-
Class adams.flow.transformer.WekaClassifierRanker extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3019442578354930841L
-
Serialized Fields
-
m_ClassLabel
WekaLabelIndex m_ClassLabel
the class label (in case of class-specific measures). -
m_Folds
int m_Folds
the number of folds to use in cross-validation. -
m_Helper
CallableActorHelper m_Helper
the helper class. -
m_JobRunner
JobRunner m_JobRunner
the job runner for evaluating the setups. -
m_Max
int m_Max
the maximum number of top-ranked classifiers to forward. -
m_Measure
WekaClassifierRanker.Measure m_Measure
the measure for the evaluation. -
m_NumThreads
int m_NumThreads
the number of threads to use for parallel execution. -
m_OutputBestSetup
boolean m_OutputBestSetup
whether to output the best setup in case of GridSearch/MultiSearch. -
m_Seed
long m_Seed
the random seed to use. -
m_Test
CallableActorReference m_Test
the callable actor to obtain the test dataset for train/test evaluation from. -
m_Train
CallableActorReference m_Train
the callable actor to obtain the training dataset from.
-
-
Class adams.flow.transformer.WekaClassifierRanker.RankingJob extends AbstractJob implements Serializable
- serialVersionUID:
- 6105881068149718863L
-
Serialized Fields
-
m_BestClassifier
weka.classifiers.Classifier m_BestClassifier
the best classifier. -
m_Classifier
weka.classifiers.Classifier m_Classifier
the classifier to evaluate. -
m_ClassLabel
WekaLabelIndex m_ClassLabel
the class label index. -
m_EvaluationError
String m_EvaluationError
for storing evaluating errors. -
m_Folds
int m_Folds
the number of folds to use. -
m_Index
int m_Index
the index in actor's input array. -
m_Measure
WekaClassifierRanker.Measure m_Measure
the measure to use for ranking. -
m_OutputBestSetup
boolean m_OutputBestSetup
whether to output the best classifier. -
m_Performance
weka.classifiers.meta.multisearch.Performance m_Performance
the performance. -
m_Seed
long m_Seed
the seed value to use. -
m_Test
weka.core.Instances m_Test
the test data to evaluate with (if folds less than 2). -
m_Train
weka.core.Instances m_Train
the train data to evaluate with.
-
-
Class adams.flow.transformer.WekaClassifierSetupProcessor extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3019442578354930841L
-
Serialized Fields
-
m_Processor
AbstractClassifierSetupProcessor m_Processor
the processor to use.
-
-
Class adams.flow.transformer.WekaClassifying extends AbstractProcessWekaInstanceWithModel<weka.classifiers.Classifier> implements Serializable
- serialVersionUID:
- -3019442578354930841L
-
Serialized Fields
-
m_OutputInstance
boolean m_OutputInstance
whether to output weka.core.Instance objects or PredictionContainers.
-
-
Class adams.flow.transformer.WekaClassSelector extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3019442578354930841L
-
Serialized Fields
-
m_ClassIndex
Index m_ClassIndex
the class index. -
m_Override
boolean m_Override
whether to override any set class attribute. -
m_RegexName
BaseRegExp m_RegexName
the regular expression on the attribute for selecting the sub-set of attributes. -
m_Unset
boolean m_Unset
whether to unset the class index.
-
-
Class adams.flow.transformer.WekaClusterAssignments extends AbstractTransformer implements Serializable
- serialVersionUID:
- 8082115424369061977L
-
Class adams.flow.transformer.WekaClustererInfo extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3019442578354930841L
-
Serialized Fields
-
m_Type
WekaClustererInfo.InfoType m_Type
the type of information to generate.
-
-
Class adams.flow.transformer.WekaClustererPostProcessor extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3019442578354930841L
-
Serialized Fields
-
m_PostProcessor
AbstractClustererPostProcessor m_PostProcessor
the post-processor.
-
-
Class adams.flow.transformer.WekaClusterEvaluationSummary extends AbstractTransformer implements Serializable
- serialVersionUID:
- 8082115424369061977L
-
Serialized Fields
-
m_Comment
BaseText m_Comment
an optional comment to output.
-
-
Class adams.flow.transformer.WekaClustering extends AbstractProcessWekaInstanceWithModel<weka.clusterers.Clusterer> implements Serializable
- serialVersionUID:
- -4916534952409463440L
-
Class adams.flow.transformer.WekaCrossValidationClustererEvaluator extends AbstractCallableWekaClustererEvaluator implements Serializable
- serialVersionUID:
- -3019442578354930841L
-
Serialized Fields
-
m_Folds
int m_Folds
the number of folds. -
m_Seed
long m_Seed
the seed value.
-
-
Class adams.flow.transformer.WekaCrossValidationEvaluator extends AbstractCallableWekaClassifierEvaluator implements Serializable
- serialVersionUID:
- -3019442578354930841L
-
Serialized Fields
-
m_CrossValidation
WekaCrossValidationExecution m_CrossValidation
for performing cross-validation. -
m_FinalModel
boolean m_FinalModel
whether to create a final model. -
m_Folds
int m_Folds
the number of folds. -
m_Generator
CrossValidationFoldGenerator m_Generator
the fold generator. -
m_NumThreads
int m_NumThreads
the number of threads to use for parallel execution. -
m_Seed
long m_Seed
the seed value. -
m_UseViews
boolean m_UseViews
whether to use views.
-
-
Class adams.flow.transformer.WekaCrossValidationSplit extends AbstractTransformer implements Serializable
- serialVersionUID:
- 4026105903223741240L
-
Serialized Fields
-
m_CreateView
boolean m_CreateView
whether to create a view only. -
m_Folds
int m_Folds
the number of folds to generate. -
m_Generator
CrossValidationFoldGenerator m_Generator
the fold generator. -
m_RelationName
String m_RelationName
the format of the relation names of the generated datasets. -
m_Seed
long m_Seed
the seed value.
-
-
Class adams.flow.transformer.WekaDatasetsMerge extends AbstractTransformer implements Serializable
- serialVersionUID:
- 433833069085059906L
-
Serialized Fields
-
m_MergeMethod
AbstractMerge m_MergeMethod
The method to use to perform the merge.
-
-
Class adams.flow.transformer.WekaDatasetSplit extends AbstractTransformer implements Serializable
- serialVersionUID:
- -2718426142990052207L
-
Serialized Fields
-
m_Splitter
AbstractSplitter m_Splitter
The splitter to use.
-
-
Class adams.flow.transformer.WekaEnsembleGenerator extends AbstractTransformer implements Serializable
- serialVersionUID:
- 6016827763901994488L
-
Serialized Fields
-
m_Generator
AbstractWekaEnsembleGenerator m_Generator
the generator to use.
-
-
Class adams.flow.transformer.WekaEvaluationInfo extends AbstractTransformer implements Serializable
- serialVersionUID:
- -4898802545222942458L
-
Serialized Fields
-
m_Type
WekaEvaluationInfo.InfoType m_Type
the type of information to generate.
-
-
Class adams.flow.transformer.WekaEvaluationPostProcessor extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -8135722038751549524L
-
Serialized Fields
-
m_PostProcessor
AbstractWekaEvaluationPostProcessor m_PostProcessor
the post-processor to use.
-
-
Class adams.flow.transformer.WekaEvaluationSummary extends AbstractTransformer implements Serializable
- serialVersionUID:
- 8082115424369061977L
-
Serialized Fields
-
m_ClassDetails
boolean m_ClassDetails
whether to print the class details as well. -
m_Comment
BaseText m_Comment
an optional comment to output. -
m_ComplexityStatistics
boolean m_ComplexityStatistics
whether to print the complexity statistics as well. -
m_ConfusionMatrix
boolean m_ConfusionMatrix
whether to print the confusion matrix as well. -
m_OutputRelationName
boolean m_OutputRelationName
whether to print the relation name of the dataset a well. -
m_TitleClassDetails
String m_TitleClassDetails
the title to use for the summary. -
m_TitleMatrix
String m_TitleMatrix
the title to use for the matrix. -
m_TitleSummary
String m_TitleSummary
the title to use for the summary.
-
-
Class adams.flow.transformer.WekaEvaluationValuePicker extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3113058781746945626L
-
Serialized Fields
-
m_ClassIndex
WekaLabelIndex m_ClassIndex
the index of the class label. -
m_StatisticValue
EvaluationStatistic m_StatisticValue
the comparison field.
-
-
Class adams.flow.transformer.WekaEvaluationValues extends AbstractTransformer implements Serializable
- serialVersionUID:
- -1977976026411517458L
-
Serialized Fields
-
m_ClassIndex
WekaLabelRange m_ClassIndex
the range of the class labels. -
m_StatisticValues
EvaluationStatistic[] m_StatisticValues
the comparison fields.
-
-
Class adams.flow.transformer.WekaExperiment extends AbstractTransformer implements Serializable
- serialVersionUID:
- -1127504846960163422L
-
Serialized Fields
-
m_ExperimentFile
WekaExperimentFile m_ExperimentFile
the experiment file. -
m_NoCheck
boolean m_NoCheck
whether not to check for experiment file to exist (e.g., when it generated on the fly).
-
-
Class adams.flow.transformer.WekaExperimentEvaluation extends AbstractTransformer implements Serializable
- serialVersionUID:
- -8186675646383734197L
-
Serialized Fields
-
m_Column
BaseString[] m_Column
the column (= classifiers). -
m_ComparisonField
ExperimentStatistic m_ComparisonField
the comparison field. -
m_OutputFormat
weka.experiment.ResultMatrix m_OutputFormat
the output format. -
m_OutputHeader
boolean m_OutputHeader
whether to output the header. -
m_Row
BaseString[] m_Row
the row (= datasets). -
m_Significance
double m_Significance
the significance. -
m_SwapRowsAndColumns
boolean m_SwapRowsAndColumns
whether to swap rows and columns. -
m_TestBase
int m_TestBase
the test base. -
m_Tester
weka.experiment.Tester m_Tester
the tester class to use.
-
-
Class adams.flow.transformer.WekaExperimentExecution extends AbstractTransformer implements Serializable
- serialVersionUID:
- 5060803438523115907L
-
Serialized Fields
-
m_JobRunner
JobRunner m_JobRunner
the JobRunner template. -
m_OverrideJobRunner
boolean m_OverrideJobRunner
whether to override the jobrunner in the experiment.
-
-
Class adams.flow.transformer.WekaExperimentFileReader extends AbstractTransformer implements Serializable
- serialVersionUID:
- 4825322750521498988L
-
Serialized Fields
-
m_Handler
AbstractExperimentIO m_Handler
the IO handler.
-
-
Class adams.flow.transformer.WekaExtractArray extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3989993009528522476L
-
Serialized Fields
-
m_Index
Index m_Index
the index of the row/column to extract. -
m_Type
WekaExtractArray.ExtractionType m_Type
the type of extraction.
-
-
Class adams.flow.transformer.WekaExtractPLSMatrix extends AbstractTransformer implements Serializable
- serialVersionUID:
- -7107032132240547550L
-
Serialized Fields
-
m_MatrixType
WekaExtractPLSMatrix.MatrixType m_MatrixType
the matrix type to extract.
-
-
Class adams.flow.transformer.WekaFileReader extends AbstractTransformer implements Serializable
- serialVersionUID:
- 9097157984356638281L
-
Serialized Fields
-
m_CustomLoader
weka.core.converters.AbstractFileLoader m_CustomLoader
the custom loader. -
m_OutputType
WekaFileReader.OutputType m_OutputType
how to output the data. -
m_Source
weka.core.converters.ConverterUtils.DataSource m_Source
the actual loader for loading the data. -
m_Structure
weka.core.Instances m_Structure
the structure. -
m_UseCustomLoader
boolean m_UseCustomLoader
whether to use a custom converter.
-
-
Class adams.flow.transformer.WekaFilter extends AbstractTransformerWithPropertiesUpdating implements Serializable
- serialVersionUID:
- 9078845385089445202L
-
Serialized Fields
-
m_ActualFilter
weka.filters.Filter m_ActualFilter
the actual filter used. -
m_Filter
weka.filters.Filter m_Filter
the filter to apply. -
m_FlowContextUpdated
boolean m_FlowContextUpdated
whether the flow context has been updated. -
m_Initialized
boolean m_Initialized
whether the filter has been initialized. -
m_InitializeOnce
boolean m_InitializeOnce
whether to initialize filter only with the first batch. -
m_KeepRelationName
boolean m_KeepRelationName
whether to keep the incoming relation name. -
m_ModelLoader
WekaFilterModelLoader m_ModelLoader
the model loader. -
m_OutputContainer
boolean m_OutputContainer
whether to output a container. -
m_PreferJobRunner
boolean m_PreferJobRunner
whether to offload filtering into a JobRunnerInstance.
-
-
Class adams.flow.transformer.WekaFilter.BatchFilterJob extends AbstractJob implements Serializable
- serialVersionUID:
- 6406892820872772446L
-
Serialized Fields
-
m_Data
weka.core.Instances m_Data
the data to use for training. -
m_Filter
weka.filters.Filter m_Filter
the filter to use. -
m_FilteredData
weka.core.Instances m_FilteredData
the filtered data.
-
-
Class adams.flow.transformer.WekaGenericPLSMatrixAccess extends AbstractTransformer implements Serializable
- serialVersionUID:
- -7107032132240547550L
-
Serialized Fields
-
m_Matrix
String m_Matrix
the name of the matrix to extract.
-
-
Class adams.flow.transformer.WekaGeneticAlgorithm extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- 5071747277597147724L
-
Serialized Fields
-
m_Algorithm
AbstractClassifierBasedGeneticAlgorithm m_Algorithm
whether to check the header. -
m_CallableActor
Actor m_CallableActor
the callable actor. -
m_CallableName
CallableActorReference m_CallableName
the callable name. -
m_Configured
boolean m_Configured
whether the callable actor has been configured. -
m_Helper
CallableActorHelper m_Helper
the helper class. -
m_Optional
boolean m_Optional
whether the callable actor is optional. -
m_PauseStateManager
PauseStateManager m_PauseStateManager
the pause state manager. -
m_TestData
StorageName m_TestData
the storage name of the test data.
-
-
Class adams.flow.transformer.WekaGeneticAlgorithmInitializer extends AbstractTransformer implements Serializable
- serialVersionUID:
- 5071747277597147724L
-
Serialized Fields
-
m_Setup
String m_Setup
the property for the genetic algorithm setup. -
m_StorageName
StorageName m_StorageName
the name of the datasets in the internal storage. -
m_Weights
String m_Weights
the property for the weights (optional).
-
-
Class adams.flow.transformer.WekaGetCapabilities extends AbstractTransformer implements Serializable
- serialVersionUID:
- 120571963428969670L
-
Class adams.flow.transformer.WekaGetInstancesValue extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3057815118900209749L
-
Serialized Fields
-
m_Column
WekaAttributeIndex m_Column
the column index. -
m_Row
Index m_Row
the index of the row.
-
-
Class adams.flow.transformer.WekaGetInstanceValue extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3057815118900209749L
-
Class adams.flow.transformer.WekaInstanceBuffer extends AbstractTransformer implements Serializable
- serialVersionUID:
- 6774529845778672623L
-
Serialized Fields
-
m_Buffer
weka.core.Instances m_Buffer
the currently buffered data. -
m_CheckHeader
boolean m_CheckHeader
whether to check the header. -
m_ClearBuffer
boolean m_ClearBuffer
whether to clear the buffer once it has been forwarded. -
m_ClearBufferRequired
boolean m_ClearBufferRequired
whether variable triggered clear of buffer. -
m_Interval
int m_Interval
the interval of when to output the Instances object. -
m_Iterator
Iterator<weka.core.Instance> m_Iterator
the iterator for broadcasting Instance objects. -
m_Operation
WekaInstanceBuffer.Operation m_Operation
the way the buffer operates. -
m_VariableName
VariableName m_VariableName
the variable to listen to.
-
-
Class adams.flow.transformer.WekaInstanceDumper extends AbstractTransformer implements Serializable
- serialVersionUID:
- 5071747277597147724L
-
Serialized Fields
-
m_Buffer
List<weka.core.Instance> m_Buffer
the buffer. -
m_BufferSize
int m_BufferSize
the size of the buffer. -
m_CheckHeader
boolean m_CheckHeader
whether to check the header. -
m_Counter
int m_Counter
the counter for the filenames. -
m_Header
weka.core.Instances m_Header
the header of the dataset. -
m_KeepExisting
boolean m_KeepExisting
whether to keep existing output files when actor is called for the first time, in order to allow appending to files from multiple locations in flow. -
m_OutputFormat
WekaInstanceDumper.OutputFormat m_OutputFormat
the output format. -
m_OutputPrefix
PlaceholderFile m_OutputPrefix
the output prefix. -
m_UseRelationNameAsFilename
boolean m_UseRelationNameAsFilename
whether to use the relation name as filename. -
m_Writing
boolean m_Writing
whether currently writing to disk.
-
-
Class adams.flow.transformer.WekaInstanceEvaluator extends AbstractTransformer implements Serializable
- serialVersionUID:
- -8810671831368685057L
-
Serialized Fields
-
m_AttributeName
String m_AttributeName
the attribute name of the evaluation object. -
m_Evaluator
AbstractInstanceEvaluator m_Evaluator
the evaluator to use. -
m_Filter
weka.filters.unsupervised.attribute.Add m_Filter
the filter that is used for generating the new data format. -
m_GlobalSource
CallableSource m_GlobalSource
the callable actor to use. -
m_Header
weka.core.Instances m_Header
the new header. -
m_InstancesActor
CallableActorReference m_InstancesActor
the callable actor to get the Instances from in case of AbstractDatasetInstanceEvaluator.
-
-
Class adams.flow.transformer.WekaInstanceFileReader extends AbstractDataContainerFileReader<Instance> implements Serializable
- serialVersionUID:
- -8968191728988750040L
-
Class adams.flow.transformer.WekaInstancesAppend extends AbstractTransformer implements Serializable
- serialVersionUID:
- -268487303904639474L
-
Class adams.flow.transformer.WekaInstancesHistogramRanges extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -8493694755948450901L
-
Serialized Fields
-
m_BinCalculation
ArrayHistogram.BinCalculation m_BinCalculation
how to calculate the number of bins. -
m_BinWidth
double m_BinWidth
the bin width - used for some calculations. -
m_DataType
WekaInstancesStatisticDataType m_DataType
the type of data to get from the Instances object (rows or columns). -
m_Locations
BaseString[] m_Locations
the array of indices/regular expressions. -
m_ManualMax
double m_ManualMax
the manual maximum. -
m_ManualMin
double m_ManualMin
the manual minimum. -
m_Normalize
boolean m_Normalize
whether to normalize the data. -
m_NumBins
int m_NumBins
the number of bins in case of manual bin calculation. -
m_NumDecimals
int m_NumDecimals
the number of decimals to show. -
m_UseFixedMinMax
boolean m_UseFixedMinMax
whether to use fixed min/max for manual bin calculation.
-
-
Class adams.flow.transformer.WekaInstancesInfo extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -3019442578354930841L
-
Serialized Fields
-
m_AttributeIndex
WekaAttributeIndex m_AttributeIndex
the index of the attribute to get the information for. -
m_DateFormat
DateFormat m_DateFormat
for formatting dates. -
m_LabelIndex
WekaLabelIndex m_LabelIndex
the index of the label. -
m_Type
WekaInstancesInfo.InfoType m_Type
the type of information to generate.
-
-
Class adams.flow.transformer.WekaInstancesMerge extends AbstractTransformer implements Serializable
- serialVersionUID:
- -2923715594018710295L
-
Serialized Fields
-
m_AddIndex
boolean m_AddIndex
whether to add the index to the prefix. -
m_AttType
int m_AttType
the attribute type of the ID attribute. -
m_ExcludedAttributes
String m_ExcludedAttributes
regular expression for excluding attributes from the datasets. -
m_InvertMatchingSense
boolean m_InvertMatchingSense
whether to invert the matching sense for excluding attributes. -
m_KeepOnlySingleUniqueID
boolean m_KeepOnlySingleUniqueID
whether to keep only a single instance of the unique ID attribute. -
m_Prefix
String m_Prefix
the additional prefix name to use, apart from the index. -
m_PrefixSeparator
String m_PrefixSeparator
the separator between index and actual attribute name. -
m_Remove
boolean m_Remove
whether to remove when not all present. -
m_Strict
boolean m_Strict
whether to fail if IDs not unique. -
m_UniqueID
String m_UniqueID
the string or numeric attribute to use as unique identifier for rows. -
m_UniqueIDAtts
List<String> m_UniqueIDAtts
the unique ID attributes. -
m_UsePrefix
boolean m_UsePrefix
whether to prefix the attribute names of each dataset with an index.
-
-
Class adams.flow.transformer.WekaInstancesStatistic extends AbstractTransformer implements Serializable
- serialVersionUID:
- -8493694755948450901L
-
Serialized Fields
-
m_DataType
WekaInstancesStatisticDataType m_DataType
the type of data to get from the Instances object (rows or columns). -
m_Locations
BaseString[] m_Locations
the array of indices/regular expressions. -
m_Statistic
AbstractArrayStatistic m_Statistic
the statistic to generate.
-
-
Class adams.flow.transformer.WekaInstanceStreamPlotGenerator extends AbstractTransformer implements Serializable
- serialVersionUID:
- 6449128249417195569L
-
Serialized Fields
-
m_Attributes
Range m_Attributes
the range of attributes to plot. -
m_Containers
List<SequencePlotterContainer> m_Containers
the generated containers. -
m_Counter
int m_Counter
the counter for the X value of the containers.
-
-
Class adams.flow.transformer.WekaModelReader extends AbstractWekaModelReader implements Serializable
- serialVersionUID:
- -1844897560777043045L
-
Serialized Fields
-
m_MakeThreadSafe
boolean m_MakeThreadSafe
whether to wrap the model in a threadsafe wrapper.
-
-
Class adams.flow.transformer.WekaMultiLabelSplitter extends AbstractTransformer implements Serializable
- serialVersionUID:
- 4034797930137217038L
-
Serialized Fields
-
m_AttributesToProcess
List<Integer> m_AttributesToProcess
the indices of the class attributes still to process. -
m_ClassAttributes
List<Integer> m_ClassAttributes
the indices of the class attributes. -
m_Dataset
weka.core.Instances m_Dataset
the dataset to process. -
m_Invert
boolean m_Invert
whether to invert the matching sense. -
m_MakeClassLast
boolean m_MakeClassLast
whether to move the class attribute to the end. -
m_RegExp
BaseRegExp m_RegExp
the regular expression that the class attribute names have to match. -
m_UpdateRelationName
boolean m_UpdateRelationName
whether to use the class attribute name as new relation name.
-
-
Class adams.flow.transformer.WekaNearestNeighborSearch extends AbstractTransformer implements Serializable
- serialVersionUID:
- -5495087922726994088L
-
Serialized Fields
-
m_ActualSearch
weka.core.neighboursearch.NearestNeighbourSearch m_ActualSearch
the actual neighboorhood search in use. -
m_MaxNeighbors
int m_MaxNeighbors
the maximum number of neighbors to return. -
m_Search
weka.core.neighboursearch.NearestNeighbourSearch m_Search
the neighboorhood search to use. -
m_Storage
StorageName m_Storage
the storage item. -
m_VariableName
VariableName m_VariableName
the variable to listen to.
-
-
Class adams.flow.transformer.WekaNewInstance extends AbstractTransformer implements Serializable
- serialVersionUID:
- -786486914801535807L
-
Serialized Fields
-
m_InstanceClass
BaseClassname m_InstanceClass
the class of instance to create.
-
-
Class adams.flow.transformer.WekaPackageManagerAction extends AbstractTransformer implements Serializable
- serialVersionUID:
- 7790018933824161813L
-
Serialized Fields
-
m_Action
AbstractWekaPackageManagerAction m_Action
the action to execute.
-
-
Class adams.flow.transformer.WekaPredictionsToInstances extends AbstractWekaPredictionsTransformer implements Serializable
- serialVersionUID:
- -1552754008462778501L
-
Class adams.flow.transformer.WekaPredictionsToSpreadSheet extends AbstractWekaPredictionsTransformer implements Serializable
- serialVersionUID:
- -1552754008462778501L
-
Class adams.flow.transformer.WekaPrimeForecaster extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3019442578354930841L
-
Serialized Fields
-
m_Forecaster
CallableActorReference m_Forecaster
the name of the callable weka forecaster.
-
-
Class adams.flow.transformer.WekaPrincipalComponents extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3079556702775500196L
-
Serialized Fields
-
m_CoverVariance
double m_CoverVariance
the variance to cover. -
m_MaxAttributeNames
int m_MaxAttributeNames
the maximum number of attribute names to use. -
m_MaxAttributes
int m_MaxAttributes
the maximum number of attributes to keep.
-
-
Class adams.flow.transformer.WekaRandomSplit extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -6447945986570354931L
-
Serialized Fields
-
m_CreateView
boolean m_CreateView
whether to create a view only. -
m_Generator
RandomSplitGenerator m_Generator
the split generator to use. -
m_Percentage
double m_Percentage
the percentage for the split (0-1). -
m_PreserveOrder
boolean m_PreserveOrder
whether to preserve the order. -
m_Seed
long m_Seed
the seed value.
-
-
Class adams.flow.transformer.WekaRegexToRange extends AbstractTransformer implements Serializable
- serialVersionUID:
- 2556622944506847666L
-
Serialized Fields
-
m_Invert
boolean m_Invert
invert matching? -
m_Regex
String m_Regex
regular expression used to determine attribute list.
-
-
Class adams.flow.transformer.WekaRelationName extends AbstractTransformer implements Serializable
- serialVersionUID:
- 5428249514975625L
-
Class adams.flow.transformer.WekaRenameRelation extends AbstractTransformer implements Serializable
- serialVersionUID:
- 5071747277597147724L
-
Class adams.flow.transformer.WekaReorderAttributesToReference extends AbstractTransformer implements Serializable
- serialVersionUID:
- 530323409335629567L
-
Serialized Fields
-
m_CustomLoader
weka.core.converters.AbstractFileLoader m_CustomLoader
the custom loader. -
m_InitializeOnce
boolean m_InitializeOnce
whether to initialize filter only with the first batch. -
m_KeepRelationName
boolean m_KeepRelationName
whether to keep the incoming relation name. -
m_Lenient
boolean m_Lenient
whether to tolerate attributes that are not present in the incoming data. -
m_OnTheFly
boolean m_OnTheFly
whether the dataset gets generated on the fly and might not be available at setUp time. -
m_Reference
weka.core.Instances m_Reference
the reference dataset. -
m_ReferenceActor
CallableActorReference m_ReferenceActor
the callable actor to get the reference data from. -
m_ReferenceFile
PlaceholderFile m_ReferenceFile
the reference dataset to load. -
m_Reorder
weka.filters.MultiFilter m_Reorder
the reorder filter to use. -
m_UseCustomLoader
boolean m_UseCustomLoader
whether to use a custom converter.
-
-
Class adams.flow.transformer.WekaRepeatedCrossValidationEvaluator extends AbstractCallableWekaClassifierEvaluator implements Serializable
- serialVersionUID:
- -3019442578354930841L
-
Serialized Fields
-
m_CrossValidation
WekaCrossValidationExecution m_CrossValidation
for performing cross-validation. -
m_Folds
int m_Folds
the number of folds. -
m_Generator
CrossValidationFoldGenerator m_Generator
the fold generator. -
m_NumThreads
int m_NumThreads
the number of threads to use for parallel execution. -
m_Runs
int m_Runs
the number of runs to perform. -
m_UseViews
boolean m_UseViews
whether to use views.
-
-
Class adams.flow.transformer.WekaRepeatedCrossValidationOutput extends AbstractTransformer implements Serializable
- serialVersionUID:
- 3779868299439611665L
-
Serialized Fields
-
m_Output
AbstractWekaRepeatedCrossValidationOutput m_Output
the output to generate.
-
-
Class adams.flow.transformer.WekaSetInstancesValue extends AbstractTransformer implements Serializable
- serialVersionUID:
- -4710366291340930250L
-
Serialized Fields
-
m_Column
WekaAttributeIndex m_Column
the column to update. -
m_Row
Index m_Row
the index of the row. -
m_Value
String m_Value
the value to set.
-
-
Class adams.flow.transformer.WekaSetInstanceValue extends AbstractTransformer implements Serializable
- serialVersionUID:
- -4710366291340930250L
-
Serialized Fields
-
m_Index
WekaAttributeIndex m_Index
the attribute index to set in the Instance. -
m_Value
String m_Value
the value to set.
-
-
Class adams.flow.transformer.WekaSplitGenerator extends AbstractArrayProvider implements Serializable
- serialVersionUID:
- -6447945986570354931L
-
Serialized Fields
-
m_Generator
SplitGenerator m_Generator
the split generator to use.
-
-
Class adams.flow.transformer.WekaSpreadSheetToPredictions extends AbstractTransformer implements Serializable
- serialVersionUID:
- -2097531874480331676L
-
Serialized Fields
-
m_Actual
SpreadSheetColumnIndex m_Actual
the column with the actual values. -
m_ClassDistribution
SpreadSheetUnorderedColumnRange m_ClassDistribution
the columns with the class distributions. -
m_Comparator
Comparator m_Comparator
the comparator to use. -
m_Predicted
SpreadSheetColumnIndex m_Predicted
the column with the predicted values. -
m_Reverse
boolean m_Reverse
whether to reverse the sorting. -
m_SortLabels
boolean m_SortLabels
whether to sort the labels. -
m_UseColumnNamesAsClassLabels
boolean m_UseColumnNamesAsClassLabels
whether to use the column name as class labels. -
m_Weight
SpreadSheetColumnIndex m_Weight
the (optional) column with the instance weights.
-
-
Class adams.flow.transformer.WekaStoreInstance extends AbstractTransformer implements Serializable
- serialVersionUID:
- 3077398394768688867L
-
Serialized Fields
-
m_Dataset
StorageName m_Dataset
the dataset to append to.
-
-
Class adams.flow.transformer.WekaStreamEvaluator extends AbstractCallableWekaClassifierEvaluator implements Serializable
- serialVersionUID:
- -1346633748934963999L
-
Serialized Fields
-
m_Classifier
weka.classifiers.Classifier m_Classifier
the classifier to use. -
m_Current
int m_Current
the current counter of instances. -
m_Evaluation
weka.classifiers.Evaluation m_Evaluation
the evaluation to use. -
m_Header
weka.core.Instances m_Header
the current header. -
m_Interval
int m_Interval
the interval at which to output the evaluation.
-
-
Class adams.flow.transformer.WekaStreamFilter extends AbstractTransformerWithPropertiesUpdating implements Serializable
- serialVersionUID:
- 9078845385089445202L
-
Serialized Fields
-
m_Filter
weka.filters.StreamableFilter m_Filter
the filter to apply. -
m_Initialized
boolean m_Initialized
whether the filter has been initialized. -
m_KeepRelationName
boolean m_KeepRelationName
whether to keep the incoming relation name.
-
-
Class adams.flow.transformer.WekaSubsets extends AbstractTransformer implements Serializable
- serialVersionUID:
- 4717726637561070097L
-
Serialized Fields
-
m_Index
WekaAttributeIndex m_Index
the attribute index to split on. -
m_Queue
List<weka.core.Instances> m_Queue
the generated subsets.
-
-
Class adams.flow.transformer.WekaTestSetClustererEvaluator extends AbstractTransformer implements Serializable
- serialVersionUID:
- -8528709957864675275L
-
Serialized Fields
-
m_OutputModel
boolean m_OutputModel
whether to output the model as well. -
m_Testset
CallableActorReference m_Testset
the name of the callable trainset provider.
-
-
Class adams.flow.transformer.WekaTestSetEvaluator extends AbstractWekaClassifierEvaluator implements Serializable
- serialVersionUID:
- -8528709957864675275L
-
Serialized Fields
-
m_DiscardPredictions
boolean m_DiscardPredictions
whether to discard predictions. -
m_PreferJobRunner
boolean m_PreferJobRunner
whether to offload training into a JobRunnerInstance. -
m_Testset
CallableActorReference m_Testset
the name of the callable trainset provider.
-
-
Class adams.flow.transformer.WekaTestSetEvaluator.EvaluateJob extends AbstractJob implements Serializable
- serialVersionUID:
- 6406892820872772446L
-
Serialized Fields
-
m_Classifier
weka.classifiers.Classifier m_Classifier
the classifier to evaluate. -
m_Evaluation
StoppableEvaluation m_Evaluation
the evaluation object to use. -
m_Output
weka.classifiers.evaluation.output.prediction.AbstractOutput m_Output
the output to use. -
m_Test
weka.core.Instances m_Test
the data to use for testing.
-
-
Class adams.flow.transformer.WekaTextDirectoryReader extends AbstractTransformer implements Serializable
- serialVersionUID:
- 9097157984356638281L
-
Serialized Fields
-
m_CharSet
String m_CharSet
the character set. -
m_StoreFilename
boolean m_StoreFilename
whether to store the filename as extra attribute.
-
-
Class adams.flow.transformer.WekaTrainAssociator extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3019442578354930841L
-
Serialized Fields
-
m_ActualAssociator
weka.associations.Associator m_ActualAssociator
the actual weka associator. -
m_Associator
CallableActorReference m_Associator
the name of the callable weka associator. -
m_PreferJobRunner
boolean m_PreferJobRunner
whether to offload training into a JobRunnerInstance.
-
-
Class adams.flow.transformer.WekaTrainAssociator.TrainJob extends AbstractJob implements Serializable
- serialVersionUID:
- 6406892820872772446L
-
Serialized Fields
-
m_Associator
weka.associations.Associator m_Associator
the associator to train. -
m_Data
weka.core.Instances m_Data
the data to use for training.
-
-
Class adams.flow.transformer.WekaTrainClassifier extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3019442578354930841L
-
Serialized Fields
-
m_Classifier
CallableActorReference m_Classifier
the name of the callable weka classifier. -
m_IncrementalClassifier
weka.classifiers.Classifier m_IncrementalClassifier
the classifier to use when training incrementally. -
m_PreferJobRunner
boolean m_PreferJobRunner
whether to offload training into a JobRunnerInstance. -
m_SkipBuild
boolean m_SkipBuild
whether to skip the buildClassifier call for incremental classifiers.
-
-
Class adams.flow.transformer.WekaTrainClassifier.BatchTrainJob extends AbstractJob implements Serializable
- serialVersionUID:
- 6406892820872772446L
-
Serialized Fields
-
m_Classifier
weka.classifiers.Classifier m_Classifier
the classifier to train. -
m_Container
WekaModelContainer m_Container
the model container. -
m_Data
weka.core.Instances m_Data
the data to use for training.
-
-
Class adams.flow.transformer.WekaTrainClusterer extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3019442578354930841L
-
Serialized Fields
-
m_ActualClusterer
weka.clusterers.Clusterer m_ActualClusterer
the weka clusterer. -
m_Clusterer
CallableActorReference m_Clusterer
the name of the callable weka clusterer. -
m_IncrementalClusterer
weka.clusterers.Clusterer m_IncrementalClusterer
the clusterer used when training incrementally. -
m_PostProcessor
AbstractClustererPostProcessor m_PostProcessor
the post-processor. -
m_PreferJobRunner
boolean m_PreferJobRunner
whether to offload training into a JobRunnerInstance.
-
-
Class adams.flow.transformer.WekaTrainClusterer.BatchTrainJob extends AbstractJob implements Serializable
- serialVersionUID:
- 6406892820872772446L
-
Serialized Fields
-
m_Clusterer
weka.clusterers.Clusterer m_Clusterer
the clusterer to train. -
m_Container
WekaModelContainer m_Container
the generated model container. -
m_Data
weka.core.Instances m_Data
the data to use for training. -
m_PostProcessor
AbstractClustererPostProcessor m_PostProcessor
the postprocessor.
-
-
Class adams.flow.transformer.WekaTrainForecaster extends AbstractTransformer implements Serializable
- serialVersionUID:
- -3019442578354930841L
-
Serialized Fields
-
m_Forecaster
CallableActorReference m_Forecaster
the name of the callable weka forecaster. -
m_StoreTransformed
boolean m_StoreTransformed
whether to store the transformed data as well.
-
-
Class adams.flow.transformer.WekaTrainTestSetClustererEvaluator extends AbstractCallableWekaClustererEvaluator implements Serializable
- serialVersionUID:
- -1092101024095887007L
-
Serialized Fields
-
m_OutputModel
boolean m_OutputModel
whether to output the model as well.
-
-
Class adams.flow.transformer.WekaTrainTestSetEvaluator extends AbstractCallableWekaClassifierEvaluator implements Serializable
- serialVersionUID:
- -1092101024095887007L
-
Serialized Fields
-
m_PreferJobRunner
boolean m_PreferJobRunner
whether to offload train/evaluate onto a JobRunnerInstance.
-
-
Class adams.flow.transformer.WekaTrainTestSetEvaluator.EvaluateJob extends AbstractJob implements Serializable
- serialVersionUID:
- 6406892820872772446L
-
Serialized Fields
-
m_Classifier
weka.classifiers.Classifier m_Classifier
the classifier to train. -
m_Evaluation
StoppableEvaluation m_Evaluation
the evaluation object to use. -
m_Output
weka.classifiers.evaluation.output.prediction.AbstractOutput m_Output
for collecting the output. -
m_Test
weka.core.Instances m_Test
the data to use for testing. -
m_Train
weka.core.Instances m_Train
the data to use for training.
-
-
Class adams.flow.transformer.XMLFileReader extends AbstractTransformer implements Serializable
- serialVersionUID:
- -184602726110144511L
-
Serialized Fields
-
m_Coalescing
boolean m_Coalescing
Specifies that the parser produced by this code will convert CDATA nodes to Text nodes and append it to the adjacent (if any) text node. -
m_ExpandEntityReferences
boolean m_ExpandEntityReferences
Specifies that the parser produced by this code will expand entity reference nodes. -
m_IgnoringComments
boolean m_IgnoringComments
Specifies that the parser produced by this code will ignore comments. -
m_IgnoringWhitespace
boolean m_IgnoringWhitespace
Specifies that the parsers created by this factory must eliminate whitespace in element content. -
m_NameSpaceAware
boolean m_NameSpaceAware
whether the parser is namespace aware. -
m_Validating
boolean m_Validating
whether the parser is validating or not. -
m_XIncludeAware
boolean m_XIncludeAware
Set state of XInclude processing.
-
-
Class adams.flow.transformer.XPath extends AbstractTransformer implements Serializable
- serialVersionUID:
- -184602726110144511L
-
Serialized Fields
-
m_Expression
XPathExpression m_Expression
the XPath expression to apply. -
m_NameSpaceContext
NamespaceContext m_NameSpaceContext
the namespace context. -
m_NameSpaces
BaseString[] m_NameSpaces
the namespaces to use (key=value). -
m_ResultType
XPathResult m_ResultType
the type of output to generate.
-
-
Class adams.flow.transformer.XSLT extends AbstractTransformer implements Serializable
- serialVersionUID:
- -184602726110144511L
-
Serialized Fields
-
m_Inline
XSLTStyleSheet m_Inline
the inline stylesheet to apply. -
m_StyleSheet
PlaceholderFile m_StyleSheet
the XSLT stylesheet to apply.
-
-
Class adams.flow.transformer.Xz extends AbstractSingleCompress implements Serializable
- serialVersionUID:
- -4692431747542097656L
-
Class adams.flow.transformer.YamlFileReader extends AbstractTransformer implements Serializable
- serialVersionUID:
- -184602726110144511L
-
Serialized Fields
-
m_Type
YamlFileReader.DataStructureType m_Type
the data structure to read the YAML file into.
-
-
Class adams.flow.transformer.ZIP extends AbstractMultiCompress implements Serializable
- serialVersionUID:
- 6718580828800815681L
-
Class adams.flow.transformer.Zstd extends AbstractSingleCompress implements Serializable
- serialVersionUID:
- -4692431747542097656L
-
-
Package adams.flow.transformer.arraysubsetgeneration
-
Class adams.flow.transformer.arraysubsetgeneration.AbstractArraySubsetGenerator extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -9189810905729858606L
-
Class adams.flow.transformer.arraysubsetgeneration.EveryNth extends AbstractArraySubsetGenerator implements Serializable
- serialVersionUID:
- 2489403745843315230L
-
Serialized Fields
-
m_Nth
int m_Nth
which elements to pick. -
m_Offset
int m_Offset
the offset.
-
-
Class adams.flow.transformer.arraysubsetgeneration.Percentage extends AbstractArraySubsetGenerator implements Serializable
- serialVersionUID:
- 2489403745843315230L
-
Serialized Fields
-
m_Offset
int m_Offset
the offset. -
m_Percentage
double m_Percentage
the percentage to pick (0-100).
-
-
Class adams.flow.transformer.arraysubsetgeneration.RangeSubset extends AbstractArraySubsetGenerator implements Serializable
- serialVersionUID:
- 5301190370847086064L
-
Serialized Fields
-
m_Elements
Range m_Elements
the elements of the subset to extract.
-
-
Class adams.flow.transformer.arraysubsetgeneration.SimplePercentage extends AbstractArraySubsetGenerator implements Serializable
- serialVersionUID:
- 2489403745843315230L
-
Serialized Fields
-
m_Percentage
double m_Percentage
the percentage to pick (0-100).
-
-
-
Package adams.flow.transformer.compareobjectlocations
-
Class adams.flow.transformer.compareobjectlocations.AbstractComparison extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -1989019470451457277L
-
Class adams.flow.transformer.compareobjectlocations.AbstractComparisonPanel extends BasePanel implements Serializable
- serialVersionUID:
- 5857461459837580117L
-
Serialized Fields
-
m_AnnotationsPrefix
String m_AnnotationsPrefix
the annotations object prefix. -
m_ButtonGroup
ButtonGroup m_ButtonGroup
the button group. -
m_ButtonLabels
List<BaseToggleButton> m_ButtonLabels
the toggle buttons. -
m_LastLabel
String m_LastLabel
the last selected label. -
m_PanelLabels
JPanel m_PanelLabels
the panel with the labels. -
m_PredictionsPrefix
String m_PredictionsPrefix
the predictions object prefix.
-
-
Class adams.flow.transformer.compareobjectlocations.Combined extends AbstractComparison implements Serializable
- serialVersionUID:
- -6214679316931952392L
-
Serialized Fields
-
m_AnnotationsColor
Color m_AnnotationsColor
the color for the annotations. -
m_LabelFont
Font m_LabelFont
the label font. -
m_LabelFormat
String m_LabelFormat
the label format. -
m_ObjectOverlap
ObjectOverlap m_ObjectOverlap
the algorithm for calculating the overlapping objects. -
m_OverlapColorCorrect
Color m_OverlapColorCorrect
the color for the correct overlaps. -
m_OverlapColorIncorrect
Color m_OverlapColorIncorrect
the color for the incorrect overlaps. -
m_PredictionsColor
Color m_PredictionsColor
the color for the predictions. -
m_Zoom
double m_Zoom
the zoom level.
-
-
Class adams.flow.transformer.compareobjectlocations.Combined.CombinedPanel extends AbstractComparisonPanel implements Serializable
- serialVersionUID:
- 385817392712324238L
-
Serialized Fields
-
m_AnnotationsLabelSuffix
String m_AnnotationsLabelSuffix
the annotations label suffix. -
m_AnnotationsLocatedObjects
LocatedObjects m_AnnotationsLocatedObjects
the located objects / annotations. -
m_AnnotationsReport
Report m_AnnotationsReport
the annotations report. -
m_CombinedReport
Report m_CombinedReport
the combined report. -
m_LabelAnnotationsColorBox
JLabel m_LabelAnnotationsColorBox
the label for the annotation color. -
m_LabelOverlapColorCorrectBox
JLabel m_LabelOverlapColorCorrectBox
the label for the overlap color (matching labels). -
m_LabelOverlapColorCorrectText
JLabel m_LabelOverlapColorCorrectText
the label for the overlap color text (matching labels). -
m_LabelOverlapColorIncorrectBox
JLabel m_LabelOverlapColorIncorrectBox
the label for the overlap color (mismatching labels). -
m_LabelOverlapColorIncorrectText
JLabel m_LabelOverlapColorIncorrectText
the label for the overlap color text (mismatching labels). -
m_LabelPredictionsColorBox
JLabel m_LabelPredictionsColorBox
the label for the prediction color. -
m_ObjectOverlap
ObjectOverlap m_ObjectOverlap
the algorithm for calculating the overlapping objects. -
m_OverlapLocatedObjectsCorrect
LocatedObjects m_OverlapLocatedObjectsCorrect
the located objects / overlaps (matching labels). -
m_OverlapLocatedObjectsIncorrect
LocatedObjects m_OverlapLocatedObjectsIncorrect
the located objects / overlaps (mismatching labels). -
m_PanelColors
JPanel m_PanelColors
the panel with the colors. -
m_PanelImage
ImagePanel m_PanelImage
the image panel. -
m_PredictionsLabelSuffix
String m_PredictionsLabelSuffix
the predictions label suffix. -
m_PredictionsLocatedObjects
LocatedObjects m_PredictionsLocatedObjects
the located objects / predictions. -
m_PredictionsReport
Report m_PredictionsReport
the predictions report. -
m_Zoom
double m_Zoom
the zoom level.
-
-
Class adams.flow.transformer.compareobjectlocations.SideBySide extends AbstractComparison implements Serializable
- serialVersionUID:
- 1595413312168655696L
-
Serialized Fields
-
m_AnnotationsOverlay
ImageOverlay m_AnnotationsOverlay
the image overlays for the annotations. -
m_PredictionsOverlay
ImageOverlay m_PredictionsOverlay
the image overlays for the predictions. -
m_Zoom
double m_Zoom
the zoom level.
-
-
Class adams.flow.transformer.compareobjectlocations.SideBySide.SideBySidePanel extends AbstractComparisonPanel implements Serializable
- serialVersionUID:
- -4668850944632082746L
-
Serialized Fields
-
m_AnnotationsLabelSuffix
String m_AnnotationsLabelSuffix
the annotations label suffix. -
m_AnnotationsLocatedObjects
LocatedObjects m_AnnotationsLocatedObjects
the located objects / annotations. -
m_AnnotationsReport
Report m_AnnotationsReport
the annotations report. -
m_PanelImageAnnotations
ImagePanel m_PanelImageAnnotations
the image panel with the annotations. -
m_PanelImagePredictions
ImagePanel m_PanelImagePredictions
the image panel with the predictions. -
m_PredictionsLabelSuffix
String m_PredictionsLabelSuffix
the predictions label suffix. -
m_PredictionsLocatedObjects
LocatedObjects m_PredictionsLocatedObjects
the located objects / predictions. -
m_PredictionsReport
Report m_PredictionsReport
the predictions report. -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane. -
m_Zoom
double m_Zoom
the zoom level.
-
-
-
Package adams.flow.transformer.datacontainer
-
Class adams.flow.transformer.datacontainer.AbstractDataContainerPostProcessor extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 4489141650668803307L
-
Serialized Fields
-
m_Owner
DataContainerDbReader m_Owner
the owning transformer of this preprocessor.
-
-
Class adams.flow.transformer.datacontainer.AbstractDataContainerPreProcessor extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 4489141650668803307L
-
Serialized Fields
-
m_Owner
DataContainerDbWriter m_Owner
the owning transformer of this preprocessor.
-
-
Class adams.flow.transformer.datacontainer.NoPostProcessing extends AbstractDataContainerPostProcessor<T extends DataContainer> implements Serializable
- serialVersionUID:
- -3030813869957150389L
-
Class adams.flow.transformer.datacontainer.NoPreProcessing extends AbstractDataContainerPreProcessor<T extends DataContainer> implements Serializable
- serialVersionUID:
- -7365386643996770000L
-
-
Package adams.flow.transformer.draw
-
Class adams.flow.transformer.draw.AbstractColorDrawOperation extends AbstractDrawOperation implements Serializable
- serialVersionUID:
- -997623830925519245L
-
Serialized Fields
-
m_Color
Color m_Color
the color of the pixel.
-
-
Class adams.flow.transformer.draw.AbstractColorStrokeDrawOperation extends AbstractColorDrawOperation implements Serializable
- serialVersionUID:
- -1600303277007377749L
-
Serialized Fields
-
m_AntiAliasingEnabled
boolean m_AntiAliasingEnabled
whether anti-aliasing is enabled. -
m_StrokeThickness
float m_StrokeThickness
the thickness of the stroke.
-
-
Class adams.flow.transformer.draw.AbstractDrawObjectsFromReport extends AbstractDrawOperation implements Serializable
- serialVersionUID:
- 6356419097401574024L
-
Serialized Fields
-
m_Overlays
ReportObjectOverlay m_Overlays
the overlay handler.
-
-
Class adams.flow.transformer.draw.AbstractDrawOperation extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 981933376964417371L
-
Serialized Fields
-
m_Owner
Actor m_Owner
the owner of the operation.
-
-
Class adams.flow.transformer.draw.AnnotationsAndPredictions extends AbstractDrawOperation implements Serializable
- serialVersionUID:
- 6356419097401574024L
-
Serialized Fields
-
m_DrawAnnotations
AbstractDrawOperation m_DrawAnnotations
the draw operation to use for the annotations. -
m_DrawPredictions
AbstractDrawOperation m_DrawPredictions
the draw operation to use for the predictions. -
m_StorageAnnotations
StorageName m_StorageAnnotations
the storage item with the annotations report. -
m_StoragePredictions
StorageName m_StoragePredictions
the storage item with the predictions report.
-
-
Class adams.flow.transformer.draw.Barcode extends AbstractDrawOperation implements Serializable
- serialVersionUID:
- 5622962107167118784L
-
Serialized Fields
-
m_Encoder
AbstractBarcodeEncoder m_Encoder
Barcode type to be drawn.
-
-
Class adams.flow.transformer.draw.FloodFill extends AbstractColorDrawOperation implements Serializable
- serialVersionUID:
- -337973956383988281L
-
Serialized Fields
-
m_X
int m_X
the X position. -
m_Y
int m_Y
the Y position.
-
-
Class adams.flow.transformer.draw.Image extends AbstractDrawOperation implements Serializable
- serialVersionUID:
- -1242368406478391978L
-
Serialized Fields
-
m_Alpha
int m_Alpha
the alpha value to use for the overlay (0: transparent, 255: opaque). -
m_ImageActor
CallableActorReference m_ImageActor
the callable actor to get the image from. -
m_X
int m_X
the X position of the image (1-based). -
m_Y
int m_Y
the Y position of the image (1-based).
-
-
Class adams.flow.transformer.draw.Line extends AbstractColorStrokeDrawOperation implements Serializable
- serialVersionUID:
- -1242368406478391978L
-
Serialized Fields
-
m_X1
int m_X1
the X position of the start of the line (1-based). -
m_X2
int m_X2
the X position of the end of the line (1-based). -
m_Y1
int m_Y1
the Y position of the start of the line (1-based). -
m_Y2
int m_Y2
the Y position of the end of the line (1-based).
-
-
Class adams.flow.transformer.draw.ObjectAnnotationsFromReport extends AbstractDrawOperation implements Serializable
- serialVersionUID:
- -3088909952142797917L
-
Serialized Fields
-
m_Cleaners
AnnotationCleaner[] m_Cleaners
the cleaners to use. -
m_LabelColors
AnnotationColors[] m_LabelColors
the colorizers for the labels. -
m_LabelPlotters
LabelPlotter[] m_LabelPlotters
the label plotters. -
m_OutlineColors
AnnotationColors[] m_OutlineColors
the colorizers for the outline. -
m_OutlinePlotters
OutlinePlotter[] m_OutlinePlotters
the outline plotters. -
m_Prefix
String m_Prefix
the prefix to use. -
m_ShapeColors
AnnotationColors[] m_ShapeColors
the colorizers for the shape. -
m_ShapePlotters
ShapePlotter[] m_ShapePlotters
the shape plotters.
-
-
Class adams.flow.transformer.draw.ObjectCentersFromReport extends AbstractDrawObjectsFromReport implements Serializable
- serialVersionUID:
- 6356419097401574024L
-
Serialized Fields
-
m_Diameter
double m_Diameter
the diameter of the circle.
-
-
Class adams.flow.transformer.draw.ObjectLocationsFromReport extends AbstractDrawObjectsFromReport implements Serializable
- serialVersionUID:
- 6356419097401574024L
-
Serialized Fields
-
m_Filled
boolean m_Filled
whether to draw the shape filled. -
m_OutlineAlpha
int m_OutlineAlpha
the alpha value to use for the outlines. -
m_PolygonBounds
boolean m_PolygonBounds
whether to draw the bounds of the polygon as well. -
m_StrokeThickness
float m_StrokeThickness
the thickness of the stroke.
-
-
Class adams.flow.transformer.draw.Oval extends AbstractColorStrokeDrawOperation implements Serializable
- serialVersionUID:
- -1242368406478391978L
-
Serialized Fields
-
m_Fill
boolean m_Fill
whether to fill the oval. -
m_Height
int m_Height
the height of the oval. -
m_Width
int m_Width
the width of the oval. -
m_X
int m_X
the X position of the oval (1-based). -
m_Y
int m_Y
the Y position of the oval (1-based).
-
-
Class adams.flow.transformer.draw.Pixel extends AbstractColorDrawOperation implements Serializable
- serialVersionUID:
- -337973956383988281L
-
Serialized Fields
-
m_RGBA
int m_RGBA
the RGBA value of the pixel. -
m_Type
Pixel.PixelValueType m_Type
what type of value to use for the pixel. -
m_X
int m_X
the X position of the pixel (1-based). -
m_Y
int m_Y
the Y position of the pixel (1-based).
-
-
Class adams.flow.transformer.draw.Rectangle extends AbstractColorStrokeDrawOperation implements Serializable
- serialVersionUID:
- -337973956383988281L
-
Serialized Fields
-
m_ArcHeight
int m_ArcHeight
the height of the arc. -
m_ArcWidth
int m_ArcWidth
the width of the arc. -
m_Fill
boolean m_Fill
whether to fill the rectangle. -
m_Height
int m_Height
the height of the rectangle. -
m_Width
int m_Width
the width of the rectangle. -
m_X
int m_X
the X position of the rectangle (1-based). -
m_Y
int m_Y
the Y position of the rectangle (1-based).
-
-
Class adams.flow.transformer.draw.Text extends AbstractColorDrawOperation implements Serializable
- serialVersionUID:
- -1242368406478391978L
-
Serialized Fields
-
m_AntiAliasingEnabled
boolean m_AntiAliasingEnabled
whether anti-aliasing is enabled. -
m_Font
Font m_Font
the font to use. -
m_Text
String m_Text
the text to draw. -
m_X
int m_X
the X position of the text (1-based). -
m_Y
int m_Y
the Y position of the text (1-based). -
m_YIncrement
int m_YIncrement
the Y increment when outputting multiple lines.
-
-
-
Package adams.flow.transformer.exiftagoperation
-
Class adams.flow.transformer.exiftagoperation.AbstractApacheCommonsExifTagOperation extends AbstractExifTagOperation<I,O> implements Serializable
- serialVersionUID:
- 3967360712684705885L
-
Serialized Fields
-
m_Tag
ExifTagEnum.Item m_Tag
the tag to process.
-
-
Class adams.flow.transformer.exiftagoperation.AbstractExifTagOperation extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -4311927144082965123L
-
Class adams.flow.transformer.exiftagoperation.ApacheCommonsExifTagExists extends AbstractApacheCommonsExifTagOperation<Object,Boolean> implements Serializable
- serialVersionUID:
- -4257460091938302125L
-
Class adams.flow.transformer.exiftagoperation.ApacheCommonsExifTagRead extends AbstractApacheCommonsExifTagOperation<Object,Object> implements Serializable
- serialVersionUID:
- -4257460091938302125L
-
Class adams.flow.transformer.exiftagoperation.ApacheCommonsExifTagRemove extends AbstractApacheCommonsExifTagOperation<Object,Object> implements Serializable
- serialVersionUID:
- -4257460091938302125L
-
Class adams.flow.transformer.exiftagoperation.ApacheCommonsExifTagWrite extends AbstractApacheCommonsExifTagOperation<Object,Object> implements Serializable
- serialVersionUID:
- -4257460091938302125L
-
Serialized Fields
-
m_Value
String m_Value
the value to write.
-
-
-
Package adams.flow.transformer.generatefilebaseddataset
-
Class adams.flow.transformer.generatefilebaseddataset.AbstractFileBasedDatasetGeneration extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 4495314537877166279L
-
Class adams.flow.transformer.generatefilebaseddataset.SimpleFileList extends AbstractFileBasedDatasetGeneration<String> implements Serializable
- serialVersionUID:
- -770254975357506229L
-
Serialized Fields
-
m_OutputFile
PlaceholderFile m_OutputFile
the output file. -
m_Value
String m_Value
the value in the container to use.
-
-
-
Package adams.flow.transformer.imagepreparation
-
Class adams.flow.transformer.imagepreparation.AbstractImagePreparation extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -4035633099365011707L
-
Class adams.flow.transformer.imagepreparation.PassThrough extends AbstractImagePreparation implements Serializable
-
-
Package adams.flow.transformer.indexedsplitsrunsevaluation
-
Class adams.flow.transformer.indexedsplitsrunsevaluation.AbstractIndexedSplitsRunsEvaluation extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -7790713819190384379L
-
Serialized Fields
-
m_FlowContext
Actor m_FlowContext
the flow context. -
m_Stopped
boolean m_Stopped
whether the evaluation was stopped.
-
-
Class adams.flow.transformer.indexedsplitsrunsevaluation.InstancesIndexedSplitsRunsEvaluation extends AbstractIndexedSplitsRunsEvaluation<weka.core.Instances,WekaEvaluationContainer[]> implements Serializable
- serialVersionUID:
- 2181874663254037648L
-
Serialized Fields
-
m_Classifier
CallableActorReference m_Classifier
the name of the callable weka classifier. -
m_DiscardPredictions
boolean m_DiscardPredictions
whether to discard predictions. -
m_ManualClassifier
weka.classifiers.Classifier m_ManualClassifier
a programmatically supplied classifier. -
m_TestSplitName
String m_TestSplitName
the split to use for testing. -
m_TrainSplitName
String m_TrainSplitName
the split to use for training.
-
-
Class adams.flow.transformer.indexedsplitsrunsevaluation.NullEvaluation extends AbstractIndexedSplitsRunsEvaluation<Object,String> implements Serializable
- serialVersionUID:
- -2999867662233949084L
-
-
Package adams.flow.transformer.indexedsplitsrunsgenerator
-
Class adams.flow.transformer.indexedsplitsrunsgenerator.AbstractIndexedSplitsRunsGenerator extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 6513142055574442720L
-
Serialized Fields
-
m_FlowContext
Actor m_FlowContext
the flow context. -
m_MetaData
BaseKeyValuePair[] m_MetaData
the meta-data to add.
-
-
Class adams.flow.transformer.indexedsplitsrunsgenerator.AbstractInstancesIndexedSplitsRunsGenerator extends AbstractIndexedSplitsRunsGenerator implements Serializable
- serialVersionUID:
- -3421372018638798691L
-
Serialized Fields
-
m_AddAttributeInformation
boolean m_AddAttributeInformation
whether to added attribute information to the meta-data as well. -
m_AddDatasetInformation
boolean m_AddDatasetInformation
whether to added basic dataset information to the meta-data as well.
-
-
Class adams.flow.transformer.indexedsplitsrunsgenerator.AbstractSpreadSheetIndexedSplitsRunsGenerator extends AbstractIndexedSplitsRunsGenerator implements Serializable
- serialVersionUID:
- -3421372018638798691L
-
Class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesCrossValidationFoldGenerator extends AbstractInstancesIndexedSplitsRunsGenerator implements Serializable
- serialVersionUID:
- -845552507613381226L
-
Serialized Fields
-
m_NumFolds
int m_NumFolds
the number of folds. -
m_Randomize
boolean m_Randomize
whether to randomize the data. -
m_Seed
long m_Seed
the seed value. -
m_Stratify
boolean m_Stratify
whether to stratify the data (in case of nominal class).
-
-
Class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedCrossValidationFoldGenerator extends AbstractInstancesIndexedSplitsRunsGenerator implements Serializable
- serialVersionUID:
- -845552507613381226L
-
Serialized Fields
-
m_Group
String m_Group
the group expression. -
m_Index
WekaAttributeIndex m_Index
the index to use for grouping. -
m_NumFolds
int m_NumFolds
the number of folds. -
m_Randomize
boolean m_Randomize
whether to randomize the data. -
m_RegExp
BaseRegExp m_RegExp
the regular expression for the nominal/string attribute. -
m_Seed
long m_Seed
the seed value. -
m_Stratify
boolean m_Stratify
whether to stratify the data (in case of nominal class).
-
-
Class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedRandomSplitGenerator extends AbstractInstancesIndexedSplitsRunsGenerator implements Serializable
- serialVersionUID:
- -845552507613381226L
-
Serialized Fields
-
m_Group
String m_Group
the group expression. -
m_Index
WekaAttributeIndex m_Index
the index to use for grouping. -
m_Percentage
double m_Percentage
the percentage. -
m_PreserveOrder
boolean m_PreserveOrder
whether to preserve the order. -
m_RegExp
BaseRegExp m_RegExp
the regular expression for the nominal/string attribute. -
m_Seed
long m_Seed
the seed value.
-
-
Class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesRandomSplitGenerator extends AbstractInstancesIndexedSplitsRunsGenerator implements Serializable
- serialVersionUID:
- -845552507613381226L
-
Serialized Fields
-
m_Percentage
double m_Percentage
the percentage. -
m_PreserveOrder
boolean m_PreserveOrder
whether to preserve the order. -
m_Seed
long m_Seed
the seed value.
-
-
Class adams.flow.transformer.indexedsplitsrunsgenerator.ManualSplitGenerator extends AbstractIndexedSplitsRunsGenerator implements Serializable
- serialVersionUID:
- -8978470236154443815L
-
Serialized Fields
-
m_Randomize
boolean m_Randomize
whether to randomize the data. -
m_Seed
long m_Seed
the seed value. -
m_Splits
BaseKeyValuePair[] m_Splits
the named ranges.
-
-
Class adams.flow.transformer.indexedsplitsrunsgenerator.MultiRunGenerator extends AbstractIndexedSplitsRunsGenerator implements Serializable
- serialVersionUID:
- -4745486074603563061L
-
Serialized Fields
-
m_Generator
IndexedSplitsRunsGenerator m_Generator
the base generator. -
m_NumRuns
int m_NumRuns
the number of runs to generate.
-
-
Class adams.flow.transformer.indexedsplitsrunsgenerator.SpreadSheetRandomSplitGenerator extends AbstractSpreadSheetIndexedSplitsRunsGenerator implements Serializable
- serialVersionUID:
- -845552507613381226L
-
Serialized Fields
-
m_Percentage
double m_Percentage
the percentage. -
m_PreserveOrder
boolean m_PreserveOrder
whether to preserve the order. -
m_Seed
long m_Seed
the seed value.
-
-
-
Package adams.flow.transformer.indexedsplitsrunspredictions
-
Class adams.flow.transformer.indexedsplitsrunspredictions.AbstractIndexedSplitsRunsPredictions extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -7790713819190384379L
-
Serialized Fields
-
m_FlowContext
Actor m_FlowContext
the flow context. -
m_Stopped
boolean m_Stopped
whether the evaluation was stopped.
-
-
Class adams.flow.transformer.indexedsplitsrunspredictions.InstancesIndexedSplitsRunsPredictions extends AbstractIndexedSplitsRunsPredictions<weka.core.Instances> implements Serializable
- serialVersionUID:
- 2315594121849810804L
-
Serialized Fields
-
m_Classifier
CallableActorReference m_Classifier
the name of the callable weka classifier. -
m_ManualClassifier
weka.classifiers.Classifier m_ManualClassifier
a programmatically supplied classifier. -
m_TestSplitName
String m_TestSplitName
the split to use for testing. -
m_TrainSplitName
String m_TrainSplitName
the split to use for training.
-
-
Class adams.flow.transformer.indexedsplitsrunspredictions.NullPredictions extends AbstractIndexedSplitsRunsPredictions<Object> implements Serializable
- serialVersionUID:
- -2999867662233949084L
-
-
Package adams.flow.transformer.locateobjects
-
Class adams.flow.transformer.locateobjects.AbstractMetaObjectLocator extends AbstractObjectLocator implements Serializable
- serialVersionUID:
- -3309646673529069652L
-
Serialized Fields
-
m_Locator
AbstractObjectLocator m_Locator
the base locator.
-
-
Class adams.flow.transformer.locateobjects.AbstractObjectLocator extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -4035633099365011707L
-
Serialized Fields
-
m_CanvasColor
Color m_CanvasColor
the canvas color. -
m_CanvasHeight
int m_CanvasHeight
the canvas height. -
m_CanvasWidth
int m_CanvasWidth
the canvas width. -
m_CenterOnCanvas
boolean m_CenterOnCanvas
whether to place the located object on a fixed size canvas. -
m_Errors
List<String> m_Errors
for storing errors. -
m_Stopped
boolean m_Stopped
whether the execution was stopped. -
m_Warnings
List<String> m_Warnings
for storing warnings.
-
-
Class adams.flow.transformer.locateobjects.AcceptAllLocatedObjectsFilter extends Object implements Serializable
- serialVersionUID:
- -4254766410476769680L
-
Class adams.flow.transformer.locateobjects.BinaryContours extends AbstractObjectLocator implements Serializable
- serialVersionUID:
- 9160763275489359825L
-
Serialized Fields
-
m_ConnectRule
boofcv.struct.ConnectRule m_ConnectRule
the connect rule. -
m_RemoveSmallBlobs
boolean m_RemoveSmallBlobs
whether to remove small blobs.
-
-
Class adams.flow.transformer.locateobjects.CannyBinary extends AbstractObjectLocator implements Serializable
- serialVersionUID:
- 9160763275489359825L
-
Serialized Fields
-
m_BlurRadius
int m_BlurRadius
the blur radius to use. -
m_ConnectRule
boofcv.struct.ConnectRule m_ConnectRule
the connect rule. -
m_ThresholdHigh
float m_ThresholdHigh
the high threshold. -
m_ThresholdLow
float m_ThresholdLow
the low threshold.
-
-
Class adams.flow.transformer.locateobjects.CannyEdges extends AbstractObjectLocator implements Serializable
- serialVersionUID:
- 9160763275489359825L
-
Serialized Fields
-
m_BlurRadius
int m_BlurRadius
the blur radius to use. -
m_ThresholdHigh
float m_ThresholdHigh
the high threshold. -
m_ThresholdLow
float m_ThresholdLow
the low threshold.
-
-
Class adams.flow.transformer.locateobjects.ChangeCanvasSize extends AbstractMetaObjectLocator implements Serializable
- serialVersionUID:
- 7548064590836834398L
-
Serialized Fields
-
m_Anchor
ImageAnchor m_Anchor
where to anchor the position on the canvas. -
m_Background
Color m_Background
the background color.
-
-
Class adams.flow.transformer.locateobjects.CroppedLocator extends AbstractMetaObjectLocator implements Serializable
- serialVersionUID:
- -3902398122751433577L
-
Serialized Fields
-
m_Crop
AbstractCropAlgorithm m_Crop
the crop algorithm to use.
-
-
Class adams.flow.transformer.locateobjects.LocatedObject extends Object implements Serializable
- serialVersionUID:
- 8662599273386642371L
-
Serialized Fields
-
m_ActualPolygon
Polygon m_ActualPolygon
the actual polygon. -
m_ActualRectangle
Rectangle m_ActualRectangle
the actual rectangle. -
m_Height
int m_Height
the height of the actual object sub-image. -
m_Image
BufferedImage m_Image
the cut-out object, if available. -
m_MetaData
Map<String,Object> m_MetaData
additional meta-data. -
m_Width
int m_Width
the width of the actual object sub-image. -
m_X
int m_X
the x of the top-left corner in the original image. -
m_Y
int m_Y
the y of the top-left corner in the original image.
-
-
Class adams.flow.transformer.locateobjects.LocatedObjects extends ArrayList<LocatedObject> implements Serializable
- serialVersionUID:
- 7784285445489902957L
-
Serialized Fields
-
m_Logger
Logger m_Logger
the logger in use.
-
-
Class adams.flow.transformer.locateobjects.PassThrough extends AbstractObjectLocator implements Serializable
- serialVersionUID:
- 9160763275489359825L
-
Class adams.flow.transformer.locateobjects.SizeFilter extends AbstractMetaObjectLocator implements Serializable
- serialVersionUID:
- 7548064590836834398L
-
Serialized Fields
-
m_MaxHeight
int m_MaxHeight
the maximum height. -
m_MaxWidth
int m_MaxWidth
the maximum width. -
m_MinHeight
int m_MinHeight
the minimum height. -
m_MinWidth
int m_MinWidth
the minimum width.
-
-
Class adams.flow.transformer.locateobjects.XScreenMaskLocator extends AbstractObjectLocator implements Serializable
- serialVersionUID:
- -8858162456921699059L
-
Serialized Fields
-
m_Color
XScreenMaskHelper.Color m_Color
Color to be masked out. -
m_Crop
AbstractCropAlgorithm m_Crop
Cropping algorithm. -
m_Down
boolean m_Down
If true, then pixels <= threshold are not masked and the others' alpha channel are set to 0 (made transparent). -
m_MaxSize
int m_MaxSize
Maximum object size. -
m_MinSize
int m_MinSize
Minimum object size. -
m_Scale
double m_Scale
Scale factor of working image (decrease scale for speed, increase for accuracy). -
m_Threshold
int m_Threshold
Threshold value used for binarization, specify -1 to automatically determine a threshold.
-
-
-
Package adams.flow.transformer.mapfilter
-
Class adams.flow.transformer.mapfilter.AbstractMapFilter extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 3009952990315967235L
-
Class adams.flow.transformer.mapfilter.PassThrough extends AbstractMapFilter implements Serializable
- serialVersionUID:
- 5724671899097703956L
-
Class adams.flow.transformer.mapfilter.RemoveByName extends AbstractMapFilter implements Serializable
- serialVersionUID:
- -283220118803834279L
-
Serialized Fields
-
m_Invert
boolean m_Invert
whether to invert the matching sense. -
m_RegExp
BaseRegExp m_RegExp
the regular expression that the names must match.
-
-
-
Package adams.flow.transformer.metadata
-
Class adams.flow.transformer.metadata.AbstractMetaDataExtractor extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -4035633099365011707L
-
Class adams.flow.transformer.metadata.ApacheCommons extends AbstractMetaDataExtractor implements Serializable
- serialVersionUID:
- 3185245918519979059L
-
Class adams.flow.transformer.metadata.MetaDataExtractor extends AbstractMetaDataExtractor implements Serializable
- serialVersionUID:
- 3185245918519979059L
-
-
Package adams.flow.transformer.multimapoperation
-
Class adams.flow.transformer.multimapoperation.AbstractMultiMapOperation extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 1185449853784824033L
-
Class adams.flow.transformer.multimapoperation.CommonKeys extends AbstractMultiMapOperation<Object[]> implements Serializable
- serialVersionUID:
- 5831884654010979232L
-
Class adams.flow.transformer.multimapoperation.Merge extends AbstractMultiMapOperation<Map> implements Serializable
- serialVersionUID:
- 5831884654010979232L
-
Serialized Fields
-
m_NoCopy
boolean m_NoCopy
whether to skip creating a copy of the map. -
m_Overwrite
boolean m_Overwrite
whether to overwrite existing keys.
-
-
Class adams.flow.transformer.multimapoperation.PassThrough extends AbstractMultiMapOperation<Map[]> implements Serializable
- serialVersionUID:
- 5831884654010979232L
-
-
Package adams.flow.transformer.multispreadsheetoperation
-
Class adams.flow.transformer.multispreadsheetoperation.AbstractIndentifiableRowOperation extends AbstractMultiSpreadSheetOperation<SpreadSheet> implements Serializable
- serialVersionUID:
- -5056170789277731638L
-
Serialized Fields
-
m_ColIndices
int[] m_ColIndices
the column indices to use. -
m_KeyColumns
SpreadSheetColumnRange m_KeyColumns
the range of column indices to use as key for identifying a row. -
m_Rows
RowIdentifier[] m_Rows
for locating the rows.
-
-
Class adams.flow.transformer.multispreadsheetoperation.AbstractMultiSpreadSheetOperation extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 1185449853784824033L
-
Class adams.flow.transformer.multispreadsheetoperation.CommonIDs extends AbstractMultiSpreadSheetOperation<SpreadSheet> implements Serializable
- serialVersionUID:
- 3363405805013155845L
-
Serialized Fields
-
m_Index
SpreadSheetColumnIndex m_Index
the column in the spreadsheet. -
m_Invert
boolean m_Invert
whether to invert the matching (= return the IDs not in common).
-
-
Class adams.flow.transformer.multispreadsheetoperation.Difference extends AbstractIndentifiableRowOperation implements Serializable
- serialVersionUID:
- -5056170789277731638L
-
Class adams.flow.transformer.multispreadsheetoperation.Merge extends AbstractMultiSpreadSheetOperation<SpreadSheet> implements Serializable
- serialVersionUID:
- 3778575114133031631L
-
Serialized Fields
-
m_MergeMethod
AbstractMerge m_MergeMethod
The method to use to perform the merge.
-
-
Class adams.flow.transformer.multispreadsheetoperation.Overlay extends AbstractMultiSpreadSheetOperation<SpreadSheet> implements Serializable
- serialVersionUID:
- 5831884654010979232L
-
Class adams.flow.transformer.multispreadsheetoperation.PassThrough extends AbstractMultiSpreadSheetOperation<SpreadSheet[]> implements Serializable
- serialVersionUID:
- 5831884654010979232L
-
Class adams.flow.transformer.multispreadsheetoperation.Sum extends AbstractIndentifiableRowOperation implements Serializable
- serialVersionUID:
- -5056170789277731638L
-
-
Package adams.flow.transformer.negativeregions
-
Class adams.flow.transformer.negativeregions.AbstractMetaNegativeRegionsGenerator extends AbstractNegativeRegionsGenerator implements Serializable
- serialVersionUID:
- -5375085537634934346L
-
Serialized Fields
-
m_ActualAlgorithm
AbstractNegativeRegionsGenerator m_ActualAlgorithm
the actual algorithm in use. -
m_Algorithm
AbstractNegativeRegionsGenerator m_Algorithm
the base generator to use.
-
-
Class adams.flow.transformer.negativeregions.AbstractNegativeRegionsGenerator extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 3551924872679626711L
-
Serialized Fields
-
m_Stopped
boolean m_Stopped
whether the generator was stopped.
-
-
Class adams.flow.transformer.negativeregions.LargestRegions extends AbstractMetaNegativeRegionsGenerator implements Serializable
- serialVersionUID:
- -904202231629949668L
-
Serialized Fields
-
m_MaxRegions
int m_MaxRegions
the maximum number of regions to return.
-
-
Class adams.flow.transformer.negativeregions.MaxDimensions extends AbstractMetaNegativeRegionsGenerator implements Serializable
- serialVersionUID:
- -904202231629949668L
-
Serialized Fields
-
m_MaxHeight
int m_MaxHeight
the maximum height. -
m_MaxWidth
int m_MaxWidth
the maximum width.
-
-
Class adams.flow.transformer.negativeregions.MinDimensions extends AbstractMetaNegativeRegionsGenerator implements Serializable
- serialVersionUID:
- -904202231629949668L
-
Serialized Fields
-
m_MinHeight
int m_MinHeight
the minimum height. -
m_MinWidth
int m_MinWidth
the minimum width.
-
-
Class adams.flow.transformer.negativeregions.Null extends AbstractNegativeRegionsGenerator implements Serializable
- serialVersionUID:
- -3098590558581645598L
-
Class adams.flow.transformer.negativeregions.RandomRegions extends AbstractNegativeRegionsGenerator implements Serializable
- serialVersionUID:
- -904202231629949668L
-
Serialized Fields
-
m_Finder
ObjectFinder m_Finder
the object finder to use. -
m_MaxHeight
int m_MaxHeight
the maximum height. -
m_MaxWidth
int m_MaxWidth
the maximum width. -
m_MinHeight
int m_MinHeight
the minimum height. -
m_MinWidth
int m_MinWidth
the minimum width. -
m_NumRegions
int m_NumRegions
the number of regions to generate (before removing overlapping ones). -
m_OverlapDetection
ObjectOverlap m_OverlapDetection
the object overlap calculation to use. -
m_OverlapRemoval
OverlappingObjectRemoval m_OverlapRemoval
the object removal algorithm. -
m_Seed
long m_Seed
the seed value.
-
-
Class adams.flow.transformer.negativeregions.SimpleBlockFill extends AbstractNegativeRegionsGenerator implements Serializable
- serialVersionUID:
- -3098590558581645598L
-
Serialized Fields
-
m_Finder
ObjectFinder m_Finder
the object finder to use. -
m_NumCols
int m_NumCols
the number of columns. -
m_NumRows
int m_NumRows
the number of rows. -
m_ScaleFactor
double m_ScaleFactor
the scale factor to use on the image size.
-
-
-
Package adams.flow.transformer.pdfgenerate
-
Class adams.flow.transformer.pdfgenerate.AbstractPDFGenerator extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 3661670333249792042L
-
Class adams.flow.transformer.pdfgenerate.AbstractScript extends AbstractPDFGenerator implements Serializable
- serialVersionUID:
- -8283487312539061029L
-
Serialized Fields
-
m_AdditionalOptions
AdditionalOptions m_AdditionalOptions
for storing the additional options.
-
-
Class adams.flow.transformer.pdfgenerate.AbstractScriptedPDFGenerator extends AbstractPDFGenerator implements Serializable
- serialVersionUID:
- -8187233244973711251L
-
Serialized Fields
-
m_ScriptFile
PlaceholderFile m_ScriptFile
the script. -
m_ScriptOptions
String m_ScriptOptions
the options for the script.
-
-
Class adams.flow.transformer.pdfgenerate.Proclets extends AbstractPDFGenerator implements Serializable
- serialVersionUID:
- -5180261720095154102L
-
Serialized Fields
-
m_PageOrientation
PageOrientation m_PageOrientation
the page orientation. -
m_PageSize
PageSize m_PageSize
the page size. -
m_Proclets
PdfProclet[] m_Proclets
the PDF processors.
-
-
Class adams.flow.transformer.pdfgenerate.Scripted extends AbstractScriptedPDFGenerator implements Serializable
- serialVersionUID:
- 1304903578667689350L
-
Serialized Fields
-
m_Handler
AbstractScriptingHandler m_Handler
the scripting handler to use.
-
-
-
Package adams.flow.transformer.pdfproclet
-
Class adams.flow.transformer.pdfproclet.AbstractMetaPdfProclet extends AbstractPdfProclet implements Serializable
- serialVersionUID:
- 4506139429272953505L
-
Serialized Fields
-
m_Proclet
PdfProclet m_Proclet
the base proclet to use.
-
-
Class adams.flow.transformer.pdfproclet.AbstractPdfProclet extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -9041126884910193987L
-
Serialized Fields
-
m_RegExpFilename
BaseRegExp m_RegExpFilename
the regexp to use on the filename.
-
-
Class adams.flow.transformer.pdfproclet.AbstractPdfProcletWithFilenameOutput extends AbstractPdfProclet implements Serializable
- serialVersionUID:
- -9041126884910193987L
-
Class adams.flow.transformer.pdfproclet.AbstractPdfProcletWithPageBreaks extends AbstractPdfProcletWithFilenameOutput implements Serializable
- serialVersionUID:
- -9041126884910193987L
-
Serialized Fields
-
m_NumFilesPerPage
int m_NumFilesPerPage
the number of files per page. -
m_PageBreakAfter
boolean m_PageBreakAfter
whether to add a page-break after adding the file. -
m_PageBreakBefore
boolean m_PageBreakBefore
whether to add a page-break before adding the file.
-
-
Class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet extends AbstractPdfProcletWithPageBreaks implements Serializable
- serialVersionUID:
- -5894153152920062499L
-
Serialized Fields
-
m_BackgroundTableHeader
Color m_BackgroundTableHeader
the background color for the table header. -
m_ColorGeneralContent
Color m_ColorGeneralContent
the color for general content. -
m_ColorNumericContent
Color m_ColorNumericContent
the color for the numeric content. -
m_ColorTableHeader
Color m_ColorTableHeader
the color for the table header. -
m_Extensions
BaseString[] m_Extensions
the file extensions. -
m_FontGeneralContent
PdfFont m_FontGeneralContent
the font for general content. -
m_FontNumericContent
PdfFont m_FontNumericContent
the font for numeric content. -
m_FontTableHeader
PdfFont m_FontTableHeader
the font for the table header. -
m_HorizontalAlignment
AbstractSpreadSheetPdfProclet.HorizontalAlignment m_HorizontalAlignment
the horizontal alignment (if not 100% wide). -
m_NumDecimals
int m_NumDecimals
the number of decimals for numbers in tables. -
m_Reader
SpreadSheetReader m_Reader
the reader to use for loading the csv files. -
m_RelativeColumnWidths
BaseFloat[] m_RelativeColumnWidths
the relative column widths (ignored if not provided). -
m_UseAbsolutePosition
boolean m_UseAbsolutePosition
whether to use absolute position. -
m_WidthPercentage
float m_WidthPercentage
the percentage of the page width to occupy. -
m_X
float m_X
the absolute X position. -
m_Y
float m_Y
the absolute Y position.
-
-
Class adams.flow.transformer.pdfproclet.Circle extends AbstractPdfProclet implements Serializable
- serialVersionUID:
- 3962046484864891107L
-
Serialized Fields
-
m_Color
Color m_Color
the color. -
m_Extensions
BaseString[] m_Extensions
the file extensions. -
m_Fill
boolean m_Fill
whether to fill the circle. -
m_LineWidth
float m_LineWidth
the line width. -
m_Radius
float m_Radius
the radius. -
m_X
float m_X
the absolute X position. -
m_Y
float m_Y
the absolute Y position.
-
-
Class adams.flow.transformer.pdfproclet.ConfusionMatrix extends AbstractSpreadSheetPdfProclet implements Serializable
- serialVersionUID:
- -5894153152920062499L
-
Serialized Fields
-
m_BackgroundColorGenerator
ColorGradientGenerator m_BackgroundColorGenerator
the color provider to use for the background. -
m_BackgroundDiagonal
Color m_BackgroundDiagonal
the background color for the diagonal. -
m_ValueBasedBackground
boolean m_ValueBasedBackground
whether to color background based on value.
-
-
Class adams.flow.transformer.pdfproclet.DocumentState extends Object implements Serializable
- serialVersionUID:
- 4076944821318913218L
-
Serialized Fields
-
m_CurrentFiles
int m_CurrentFiles
the files added since last page break. -
m_NewPageAdded
boolean m_NewPageAdded
whether a new page got added. -
m_TotalFiles
int m_TotalFiles
the files added so far.
-
-
Class adams.flow.transformer.pdfproclet.FixedText extends AbstractPdfProclet implements Serializable
- serialVersionUID:
- 3962046484864891107L
-
Serialized Fields
-
m_ColorContent
Color m_ColorContent
the color for the content. -
m_Extensions
BaseString[] m_Extensions
the file extensions. -
m_FontContent
PdfFont m_FontContent
the font for the content. -
m_NumFilesPerPage
int m_NumFilesPerPage
the number of files per page. -
m_PageBreakAfter
boolean m_PageBreakAfter
whether to add a page-break after adding the file. -
m_PageBreakBefore
boolean m_PageBreakBefore
whether to add a page-break before adding the file. -
m_TextContent
BaseText m_TextContent
the content to add. -
m_UseAbsolutePosition
boolean m_UseAbsolutePosition
whether to use absolute position. -
m_X
float m_X
the absolute X position. -
m_Y
float m_Y
the absolute Y position.
-
-
Class adams.flow.transformer.pdfproclet.Headline extends AbstractPdfProclet implements Serializable
- serialVersionUID:
- 3962046484864891107L
-
Serialized Fields
-
m_ColorHeadline
Color m_ColorHeadline
the color for the headline. -
m_Extensions
BaseString[] m_Extensions
the file extensions. -
m_FirstPageOnly
boolean m_FirstPageOnly
whether to add it only on the first page. -
m_FontHeadline
PdfFont m_FontHeadline
the font for the headline. -
m_Headline
BaseText m_Headline
the headline to add. -
m_NumFilesPerPage
int m_NumFilesPerPage
the number of files per page. -
m_PageBreakAfter
boolean m_PageBreakAfter
whether to add a page-break after adding the file. -
m_PageBreakBefore
boolean m_PageBreakBefore
whether to add a page-break before adding the file.
-
-
Class adams.flow.transformer.pdfproclet.Image extends AbstractPdfProcletWithPageBreaks implements Serializable
- serialVersionUID:
- 3962046484864891107L
-
Serialized Fields
-
m_Rotation
int m_Rotation
the degrees to rotate images. -
m_Scale
double m_Scale
the percentage (0-1) to scale the images to. -
m_ScalingType
Image.ScalingType m_ScalingType
the type of scaling to use. -
m_UseAbsolutePosition
boolean m_UseAbsolutePosition
whether to use absolute position. -
m_X
float m_X
the absolute X position. -
m_Y
float m_Y
the absolute Y position.
-
-
Class adams.flow.transformer.pdfproclet.Line extends AbstractPdfProclet implements Serializable
- serialVersionUID:
- 3962046484864891107L
-
Serialized Fields
-
m_Color
Color m_Color
the color. -
m_Extensions
BaseString[] m_Extensions
the file extensions. -
m_LineWidth
float m_LineWidth
the line width. -
m_X1
float m_X1
the absolute X1 position. -
m_X2
float m_X2
the absolute X2 position. -
m_Y1
float m_Y1
the absolute Y1 position. -
m_Y2
float m_Y2
the absolute Y2 position.
-
-
Class adams.flow.transformer.pdfproclet.MetaHeadline extends AbstractMetaPdfProclet implements Serializable
- serialVersionUID:
- 3962046484864891107L
-
Serialized Fields
-
m_ColorHeadline
Color m_ColorHeadline
the color for the headline. -
m_Extensions
BaseString[] m_Extensions
the file extensions. -
m_FirstPageOnly
boolean m_FirstPageOnly
whether to add it only on the first page. -
m_FontHeadline
PdfFont m_FontHeadline
the font for the headline. -
m_Headline
BaseText m_Headline
the headline to add. -
m_NumFilesPerPage
int m_NumFilesPerPage
the number of files per page. -
m_PageBreakAfter
boolean m_PageBreakAfter
whether to add a page-break after adding the file. -
m_PageBreakBefore
boolean m_PageBreakBefore
whether to add a page-break before adding the file.
-
-
Class adams.flow.transformer.pdfproclet.NewPage extends AbstractPdfProclet implements Serializable
- serialVersionUID:
- 3962046484864891107L
-
Serialized Fields
-
m_Extensions
BaseString[] m_Extensions
the file extensions.
-
-
Class adams.flow.transformer.pdfproclet.PDFGenerator extends CustomLoggingLevelObject implements Serializable
- serialVersionUID:
- 8778949995989733244L
-
Serialized Fields
-
m_Document
com.itextpdf.text.Document m_Document
the documentation that is being worked on. -
m_Output
PlaceholderFile m_Output
the output file. -
m_PageOrientation
PageOrientation m_PageOrientation
the page orientation. -
m_PageSize
PageSize m_PageSize
the page size. -
m_Proclets
PdfProclet[] m_Proclets
the PDF processors. -
m_State
DocumentState m_State
the document state. -
m_Writer
com.itextpdf.text.pdf.PdfWriter m_Writer
the writer.
-
-
Class adams.flow.transformer.pdfproclet.PlainText extends AbstractPdfProcletWithPageBreaks implements Serializable
- serialVersionUID:
- 3962046484864891107L
-
Serialized Fields
-
m_ColorContent
Color m_ColorContent
the color for the content. -
m_Extensions
BaseString[] m_Extensions
the file extensions. -
m_FontContent
PdfFont m_FontContent
the font for the content. -
m_UseAbsolutePosition
boolean m_UseAbsolutePosition
whether to use absolute position. -
m_X
float m_X
the absolute X position. -
m_Y
float m_Y
the absolute Y position.
-
-
Class adams.flow.transformer.pdfproclet.Rectangle extends AbstractPdfProclet implements Serializable
- serialVersionUID:
- 3962046484864891107L
-
Serialized Fields
-
m_Color
Color m_Color
the color. -
m_Extensions
BaseString[] m_Extensions
the file extensions. -
m_Fill
boolean m_Fill
whether to fill the circle. -
m_Height
float m_Height
the height. -
m_LineWidth
float m_LineWidth
the line width. -
m_Width
float m_Width
the width. -
m_X
float m_X
the absolute X position. -
m_Y
float m_Y
the absolute Y position.
-
-
Class adams.flow.transformer.pdfproclet.SpreadSheet extends AbstractSpreadSheetPdfProclet implements Serializable
- serialVersionUID:
- -5894153152920062499L
-
-
Package adams.flow.transformer.pdfstamp
-
Class adams.flow.transformer.pdfstamp.AbstractPageRangeStamper extends AbstractStamper implements Serializable
- serialVersionUID:
- -8844401168882904723L
-
Serialized Fields
-
m_Pages
Range m_Pages
the page range to work on.
-
-
Class adams.flow.transformer.pdfstamp.AbstractStamper extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -1659556085362111076L
-
Class adams.flow.transformer.pdfstamp.Image extends AbstractPageRangeStamper implements Serializable
- serialVersionUID:
- -2687932798037862212L
-
Serialized Fields
-
m_Image
PlaceholderFile m_Image
the image. -
m_Rotation
float m_Rotation
the rotation. -
m_Scale
float m_Scale
the percentage (0-1) to scale the images to. -
m_X
float m_X
the x position. -
m_Y
float m_Y
the y position.
-
-
Class adams.flow.transformer.pdfstamp.PassThrough extends AbstractStamper implements Serializable
- serialVersionUID:
- -2687932798037862212L
-
Class adams.flow.transformer.pdfstamp.Text extends AbstractPageRangeStamper implements Serializable
- serialVersionUID:
- -2687932798037862212L
-
Serialized Fields
-
m_Alignment
Text.Alignment m_Alignment
the alignment. -
m_Font
PdfFont m_Font
the font. -
m_Rotation
float m_Rotation
the rotation. -
m_Template
String m_Template
the text template. -
m_X
float m_X
the x position. -
m_Y
float m_Y
the y position.
-
-
-
Package adams.flow.transformer.pixelselector
-
Class adams.flow.transformer.pixelselector.AbstractColorProviderPixelSelectorOverlay extends AbstractPixelSelectorOverlay implements Serializable
- serialVersionUID:
- -2158576853112526562L
-
Serialized Fields
-
m_ColorProvider
ColorProvider m_ColorProvider
the color of the overlay.
-
-
Class adams.flow.transformer.pixelselector.AbstractPixelSelectorAction extends AbstractBaseAction implements Serializable
- serialVersionUID:
- -6674327571331925321L
-
Serialized Fields
-
m_OptionManager
OptionManager m_OptionManager
for managing the available options.
-
-
Class adams.flow.transformer.pixelselector.AbstractPixelSelectorOverlay extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -3880315824020638532L
-
Serialized Fields
-
m_Image
AbstractImageContainer m_Image
the underlying image.
-
-
Class adams.flow.transformer.pixelselector.AbstractSingleColorPixelSelectorOverlay extends AbstractPixelSelectorOverlay implements Serializable
- serialVersionUID:
- 6990484211289800474L
-
Serialized Fields
-
m_Color
Color m_Color
the color of the overlay.
-
-
Class adams.flow.transformer.pixelselector.AddClassification extends AbstractPixelSelectorAction implements Serializable
- serialVersionUID:
- 553796438710725814L
-
Serialized Fields
-
m_Labels
BaseString[] m_Labels
the classification labels to use. -
m_RememberLastSelection
boolean m_RememberLastSelection
whether to remember the last selection.
-
-
Class adams.flow.transformer.pixelselector.BottomRightCorner extends AbstractPixelSelectorAction implements Serializable
- serialVersionUID:
- 372080154716324867L
-
Class adams.flow.transformer.pixelselector.ClassificationOverlay extends AbstractSingleColorPixelSelectorOverlay implements Serializable
- serialVersionUID:
- 5524667354695674686L
-
Serialized Fields
-
m_ShowIndex
boolean m_ShowIndex
whether to display the index. -
m_ShowLabel
boolean m_ShowLabel
whether to display the label.
-
-
Class adams.flow.transformer.pixelselector.PixelSelectorPanel extends BasePanel implements Serializable
- serialVersionUID:
- 8742441848602035650L
-
Serialized Fields
-
m_ActionListeners
HashSet<ActionListener> m_ActionListeners
the action listeners. -
m_Actions
AbstractPixelSelectorAction[] m_Actions
the actions that are available from the popup menu. -
m_ButtonCancel
BaseButton m_ButtonCancel
the Cancel button. -
m_ButtonOK
BaseButton m_ButtonOK
the OK button. -
m_Image
AbstractImageContainer m_Image
the current image container. -
m_ImagePanel
ImagePanel m_ImagePanel
the image panel. -
m_LastActionResult
Hashtable<Class,Object> m_LastActionResult
the last action result for a selector action. -
m_MenuBar
JMenuBar m_MenuBar
the menu bar. -
m_ReportTable
ReportFactory.Table m_ReportTable
the report table. -
m_Result
int m_Result
the result (ok or cancel). -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane.
-
-
Class adams.flow.transformer.pixelselector.RectangleOverlay extends AbstractSingleColorPixelSelectorOverlay implements Serializable
- serialVersionUID:
- -5646722242616870109L
-
Class adams.flow.transformer.pixelselector.SimpleOverlay extends AbstractSingleColorPixelSelectorOverlay implements Serializable
- serialVersionUID:
- -3424961839663573502L
-
Class adams.flow.transformer.pixelselector.SimpleSelect extends AbstractPixelSelectorAction implements Serializable
- serialVersionUID:
- 8827194675683943806L
-
Class adams.flow.transformer.pixelselector.TopLeftCorner extends AbstractPixelSelectorAction implements Serializable
- serialVersionUID:
- 4331513793526591543L
-
-
Package adams.flow.transformer.plotgenerator
-
Class adams.flow.transformer.plotgenerator.AbstractPlotGenerator extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -7535085726098063330L
-
Serialized Fields
-
m_DefaultCellValue
double m_DefaultCellValue
the default value for missing or non-numeric cells. -
m_PlotNameRange
SpreadSheetColumnRange m_PlotNameRange
the columns that make up the plot name. -
m_PlotNameSeparator
String m_PlotNameSeparator
the separator for the plot names.
-
-
Class adams.flow.transformer.plotgenerator.AndrewsCurvesGenerator extends AbstractPlotGenerator implements Serializable
- serialVersionUID:
- 5687113015681744506L
-
Serialized Fields
-
m_MetaDataColumns
SpreadSheetColumnRange m_MetaDataColumns
the meta-data columns. -
m_NumPoints
int m_NumPoints
the number of data points. -
m_PlotColumns
SpreadSheetColumnRange m_PlotColumns
the columns to plot. -
m_Prefix
String m_Prefix
the prefix for the plots.
-
-
Class adams.flow.transformer.plotgenerator.NamedPlotGenerator extends AbstractPlotGenerator implements Serializable
- serialVersionUID:
- 114825117464139953L
-
Serialized Fields
-
m_NameColumn
SpreadSheetColumnIndex m_NameColumn
the column for the plot name. -
m_XColumn
SpreadSheetColumnIndex m_XColumn
the X column. -
m_YColumn
SpreadSheetColumnIndex m_YColumn
the Y column.
-
-
Class adams.flow.transformer.plotgenerator.RowWisePlotGenerator extends AbstractPlotGenerator implements Serializable
- serialVersionUID:
- -1679247321811941656L
-
Serialized Fields
-
m_AddColumnName
boolean m_AddColumnName
whether to add the column name as meta-data. -
m_DataColumns
SpreadSheetColumnRange m_DataColumns
the columns to plot. -
m_IDColumn
SpreadSheetColumnIndex m_IDColumn
the (optional) column that identifies a row, uses as plot name. -
m_MetaDataColumns
SpreadSheetColumnRange m_MetaDataColumns
the meta-data columns.
-
-
Class adams.flow.transformer.plotgenerator.SimplePlotGenerator extends AbstractPlotGenerator implements Serializable
- serialVersionUID:
- -1679247321811941656L
-
Serialized Fields
-
m_MetaDataColumns
SpreadSheetColumnRange m_MetaDataColumns
the meta-data columns. -
m_PlotColumns
SpreadSheetColumnRange m_PlotColumns
the columns to plot.
-
-
Class adams.flow.transformer.plotgenerator.XYPlotGenerator extends AbstractPlotGenerator implements Serializable
- serialVersionUID:
- 2881757430571628883L
-
Serialized Fields
-
m_MetaDataColumns
SpreadSheetColumnRange m_MetaDataColumns
the meta-data columns. -
m_PlotColumns
SpreadSheetColumnRange m_PlotColumns
the columns to plot. -
m_PrefixColumns
SpreadSheetColumnRange m_PrefixColumns
the columns to prefix the plot name with. -
m_Separator
String m_Separator
the separator string. -
m_XColumn
SpreadSheetColumnIndex m_XColumn
the (optional) column to use as X value.
-
-
Class adams.flow.transformer.plotgenerator.XYWithErrorsPlotGenerator extends AbstractPlotGenerator implements Serializable
- serialVersionUID:
- 2881757430571628883L
-
Serialized Fields
-
m_MetaDataColumns
SpreadSheetColumnRange m_MetaDataColumns
the meta-data columns. -
m_XColumn
SpreadSheetColumnIndex m_XColumn
the column to use as X value (optional). -
m_XErrorColumns
SpreadSheetColumnRange m_XErrorColumns
the columns to use as X error, 1=delta, 2=low/high (optional). -
m_YColumn
SpreadSheetColumnIndex m_YColumn
the column to use as Y value. -
m_YErrorColumns
SpreadSheetColumnRange m_YErrorColumns
the columns to use as Y error, 1=delta, 2=low/high.
-
-
-
Package adams.flow.transformer.preparefilebaseddataset
-
Class adams.flow.transformer.preparefilebaseddataset.AbstractFileBasedDatasetPreparation extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -3778706669872750731L
-
Class adams.flow.transformer.preparefilebaseddataset.AbstractRandomizableFileBasedDatasetPreparation extends AbstractFileBasedDatasetPreparation<T> implements Serializable
- serialVersionUID:
- -5423856112374249044L
-
Serialized Fields
-
m_Seed
long m_Seed
the seed.
-
-
Class adams.flow.transformer.preparefilebaseddataset.CrossValidation extends AbstractRandomizableFileBasedDatasetPreparation<String[]> implements Serializable
- serialVersionUID:
- 7027794624748574933L
-
Serialized Fields
-
m_ActualNumFolds
int m_ActualNumFolds
the actual number of folds. -
m_NumFolds
int m_NumFolds
the number of folds. -
m_Randomize
boolean m_Randomize
whether to randomize the data.
-
-
Class adams.flow.transformer.preparefilebaseddataset.GroupedCrossValidation extends CrossValidation implements Serializable
- serialVersionUID:
- 7027794624748574933L
-
Serialized Fields
-
m_Group
String m_Group
the group expression. -
m_RegExp
BaseRegExp m_RegExp
the regular expression for the nominal/string attribute. -
m_RemoveExtension
boolean m_RemoveExtension
whether to remove the extension. -
m_UseOnlyName
boolean m_UseOnlyName
whether to only use the name, not the path inthe grouping.
-
-
Class adams.flow.transformer.preparefilebaseddataset.GroupedTrainTestSplit extends TrainTestSplit implements Serializable
- serialVersionUID:
- 7027794624748574933L
-
Serialized Fields
-
m_Group
String m_Group
the group expression. -
m_RegExp
BaseRegExp m_RegExp
the regular expression for the nominal/string attribute. -
m_RemoveExtension
boolean m_RemoveExtension
whether to remove the extension. -
m_UseOnlyName
boolean m_UseOnlyName
whether to only use the name, not the path inthe grouping.
-
-
Class adams.flow.transformer.preparefilebaseddataset.GroupedTrainValidateTestSplit extends TrainValidateTestSplit implements Serializable
- serialVersionUID:
- 7027794624748574933L
-
Serialized Fields
-
m_Group
String m_Group
the group expression. -
m_RegExp
BaseRegExp m_RegExp
the regular expression for the nominal/string attribute. -
m_RemoveExtension
boolean m_RemoveExtension
whether to remove the extension. -
m_UseOnlyName
boolean m_UseOnlyName
whether to only use the name, not the path inthe grouping.
-
-
Class adams.flow.transformer.preparefilebaseddataset.Selected extends AbstractFileBasedDatasetPreparation<String[][]> implements Serializable
- serialVersionUID:
- 7027794624748574933L
-
Class adams.flow.transformer.preparefilebaseddataset.TrainTestSplit extends AbstractRandomizableFileBasedDatasetPreparation<String[]> implements Serializable
- serialVersionUID:
- 7027794624748574933L
-
Serialized Fields
-
m_Percentage
double m_Percentage
the percentage. -
m_PreserveOrder
boolean m_PreserveOrder
whether to preserve the order.
-
-
Class adams.flow.transformer.preparefilebaseddataset.TrainValidateTestSplit extends AbstractRandomizableFileBasedDatasetPreparation<String[]> implements Serializable
- serialVersionUID:
- 7027794624748574933L
-
Serialized Fields
-
m_PreserveOrder
boolean m_PreserveOrder
whether to preserve the order. -
m_TrainPercentage
double m_TrainPercentage
the train percentage. -
m_ValidatePercentage
double m_ValidatePercentage
the validate percentage.
-
-
-
Package adams.flow.transformer.pyrotransformer
-
Class adams.flow.transformer.pyrotransformer.AbstractPyroTransformer extends AbstractPyroCall implements Serializable
- serialVersionUID:
- -1690927665997303089L
-
Class adams.flow.transformer.pyrotransformer.ExampleGreeting extends AbstractPyroTransformer implements Serializable
- serialVersionUID:
- -1549570432184636739L
-
Class adams.flow.transformer.pyrotransformer.Generic extends AbstractPyroTransformer implements Serializable
- serialVersionUID:
- -1549570432184636739L
-
Class adams.flow.transformer.pyrotransformer.Null extends AbstractPyroTransformer implements Serializable
- serialVersionUID:
- -1549570432184636739L
-
-
Package adams.flow.transformer.report
-
Class adams.flow.transformer.report.AbstractReportPostProcessor extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 4489141650668803307L
-
Serialized Fields
-
m_Owner
Actor m_Owner
the owning actor.
-
-
Class adams.flow.transformer.report.AbstractReportPreProcessor extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 4489141650668803307L
-
Serialized Fields
-
m_Owner
Actor m_Owner
the owning actor.
-
-
Class adams.flow.transformer.report.NoPostProcessing extends AbstractReportPostProcessor<T extends Report> implements Serializable
- serialVersionUID:
- -3030813869957150389L
-
Class adams.flow.transformer.report.NoPreProcessing extends AbstractReportPreProcessor<T extends Report> implements Serializable
- serialVersionUID:
- -2567606165350541861L
-
-
Package adams.flow.transformer.splitfile
-
Class adams.flow.transformer.splitfile.AbstractFileSplitter extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 929718454245646770L
-
Serialized Fields
-
m_Extension
String m_Extension
the file extension to use. -
m_Generated
List<File> m_Generated
the files that were generated. -
m_NumDigits
int m_NumDigits
the number of digits to use for the index of output files. -
m_Prefix
PlaceholderFile m_Prefix
the file prefix. -
m_Stopped
boolean m_Stopped
whether the splitting has been stopped.
-
-
Class adams.flow.transformer.splitfile.SplitByLineCount extends AbstractFileSplitter implements Serializable
- serialVersionUID:
- -2726373275364150379L
-
Serialized Fields
-
m_MaxLines
int m_MaxLines
the maximum number of lines.
-
-
Class adams.flow.transformer.splitfile.SplitByNumber extends AbstractFileSplitter implements Serializable
- serialVersionUID:
- 6675923081135115020L
-
Serialized Fields
-
m_NumFiles
int m_NumFiles
the number of files.
-
-
Class adams.flow.transformer.splitfile.SplitBySize extends AbstractFileSplitter implements Serializable
- serialVersionUID:
- 6675923081135115020L
-
Serialized Fields
-
m_MaxSize
long m_MaxSize
the maximum size in bytes.
-
-
-
Package adams.flow.transformer.spreadsheetmethodmerge
-
Class adams.flow.transformer.spreadsheetmethodmerge.AbstractMerge extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 6105022032625366441L
-
Serialized Fields
-
m_ClassColumns
int[][] m_ClassColumns
The set of class columns for the given spreadsheets. -
m_ClassFinder
ColumnFinder m_ClassFinder
The column finder for selecting class columns. -
m_ColumnRenameFindRegexs
BaseRegExp[] m_ColumnRenameFindRegexs
The regexs to use to find columns that require renaming. -
m_ColumnRenameFormatStrings
BaseString[] m_ColumnRenameFormatStrings
The format strings specifying how to rename columns. -
m_EnsureEqualValues
boolean m_EnsureEqualValues
Whether to check columns with multiple sources for equal values among those sources. -
m_MergedSpreadsheetName
String m_MergedSpreadsheetName
The name to give the resulting spreadsheet. -
m_SpreadsheetNames
BaseString[] m_SpreadsheetNames
The name of each spreadsheet to use in column renaming. -
m_Spreadsheets
SpreadSheet[] m_Spreadsheets
The source spreadsheets we are merging.
-
-
Class adams.flow.transformer.spreadsheetmethodmerge.JoinOnID extends AbstractMerge implements Serializable
- serialVersionUID:
- -481246610037807743L
-
Serialized Fields
-
m_CompleteRowsOnly
boolean m_CompleteRowsOnly
Whether or not to skip IDs that don't exist in all source spreadsheets. -
m_UniqueID
String m_UniqueID
The name of the column to use as the merge key.
-
-
Class adams.flow.transformer.spreadsheetmethodmerge.Simple extends AbstractMerge implements Serializable
- serialVersionUID:
- -6094521682120542873L
-
-
Package adams.flow.transformer.summarystatistics
-
Class adams.flow.transformer.summarystatistics.AbstractCategoricalSummaryStatistic extends AbstractSummaryStatistic implements Serializable
- serialVersionUID:
- -3184846086560157381L
-
Serialized Fields
-
m_CategoricalActual
String[] m_CategoricalActual
the actual values. -
m_CategoricalClassDistributionLabels
String[] m_CategoricalClassDistributionLabels
the class distribution labels (required if distributions provided). -
m_CategoricalClassDistributions
double[][] m_CategoricalClassDistributions
the class distributions (optional). -
m_CategoricalPredicted
String[] m_CategoricalPredicted
the predicted values. -
m_CategoricalProbabilities
double[] m_CategoricalProbabilities
the probabilities (optional).
-
-
Class adams.flow.transformer.summarystatistics.AbstractGeneralSummaryStatistic extends AbstractSummaryStatistic implements Serializable
- serialVersionUID:
- -3507256835214071742L
-
Serialized Fields
-
m_CategoricalActual
String[] m_CategoricalActual
the actual values. -
m_CategoricalClassDistributionLabels
String[] m_CategoricalClassDistributionLabels
the class distribution labels (required if distributions provided). -
m_CategoricalClassDistributions
double[][] m_CategoricalClassDistributions
the class distributions (optional). -
m_CategoricalPredicted
String[] m_CategoricalPredicted
the predicted values. -
m_CategoricalProbabilities
double[] m_CategoricalProbabilities
the probabilities (optional). -
m_NumericActual
double[] m_NumericActual
the actual values. -
m_NumericPredicted
double[] m_NumericPredicted
the predicted values.
-
-
Class adams.flow.transformer.summarystatistics.AbstractNumericSummaryStatistic extends AbstractSummaryStatistic implements Serializable
- serialVersionUID:
- -3184846086560157381L
-
Serialized Fields
-
m_NumericActual
double[] m_NumericActual
the actual values. -
m_NumericPredicted
double[] m_NumericPredicted
the predicted values.
-
-
Class adams.flow.transformer.summarystatistics.AbstractSummaryStatistic extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 7599874755655659367L
-
Class adams.flow.transformer.summarystatistics.Accuracy extends AbstractCategoricalSummaryStatistic implements Serializable
- serialVersionUID:
- 9093110343302975610L
-
Class adams.flow.transformer.summarystatistics.CorrelationCoefficient extends AbstractNumericSummaryStatistic implements Serializable
- serialVersionUID:
- -8141027950994364855L
-
Class adams.flow.transformer.summarystatistics.MeanAbsoluteError extends AbstractNumericSummaryStatistic implements Serializable
- serialVersionUID:
- 96425796158048162L
-
Class adams.flow.transformer.summarystatistics.NoPrediction extends AbstractGeneralSummaryStatistic implements Serializable
- serialVersionUID:
- 96425796158048162L
-
Class adams.flow.transformer.summarystatistics.RootMeanSquaredError extends AbstractNumericSummaryStatistic implements Serializable
- serialVersionUID:
- 96425796158048162L
-
-
Package adams.flow.transformer.timeseriessplit
-
Class adams.flow.transformer.timeseriessplit.AbstractSplitOnDate extends AbstractTimeseriesSplitter implements Serializable
- serialVersionUID:
- 259240444289354690L
-
Serialized Fields
-
m_IncludeSplitDate
boolean m_IncludeSplitDate
whether to include the split date in the segments (if exact hit). -
m_Segments
AbstractSplitOnDate.Segments m_Segments
what segment to return.
-
-
Class adams.flow.transformer.timeseriessplit.AbstractTimeseriesSplitter extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 7657662003022052340L
-
Class adams.flow.transformer.timeseriessplit.FixedDate extends AbstractSplitOnDate implements Serializable
- serialVersionUID:
- 259240444289354690L
-
Serialized Fields
-
m_Date
BaseDateTime m_Date
the date to split on.
-
-
Class adams.flow.transformer.timeseriessplit.FixedLengthSegments extends AbstractTimeseriesSplitter implements Serializable
- serialVersionUID:
- 259240444289354690L
-
Serialized Fields
-
m_DiscardPartial
boolean m_DiscardPartial
whether to discard partial segments (ie the last one). -
m_NumPoints
int m_NumPoints
the number of data points.
-
-
Class adams.flow.transformer.timeseriessplit.FixedNumSegments extends AbstractTimeseriesSplitter implements Serializable
- serialVersionUID:
- 259240444289354690L
-
Serialized Fields
-
m_NumSegments
int m_NumSegments
the number of segments.
-
-
Class adams.flow.transformer.timeseriessplit.PassThrough extends AbstractTimeseriesSplitter implements Serializable
- serialVersionUID:
- 259240444289354690L
-
Class adams.flow.transformer.timeseriessplit.ReportDate extends AbstractSplitOnDate implements Serializable
- serialVersionUID:
- 259240444289354690L
-
-
Package adams.flow.transformer.wekaclassifiersetupprocessor
-
Class adams.flow.transformer.wekaclassifiersetupprocessor.AbstractClassifierSetupProcessor extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -5938243697011035109L
-
Class adams.flow.transformer.wekaclassifiersetupprocessor.PassThrough extends AbstractClassifierSetupProcessor implements Serializable
- serialVersionUID:
- 5224698983405582618L
-
Class adams.flow.transformer.wekaclassifiersetupprocessor.VotedPairs extends AbstractClassifierSetupProcessor implements Serializable
- serialVersionUID:
- -2999477464567917216L
-
Serialized Fields
-
m_VotingType
VotedPairs.VotingType m_VotingType
the type of voting to perform .
-
-
-
Package adams.flow.transformer.wekaclusterer
-
Class adams.flow.transformer.wekaclusterer.AbstractClustererPostProcessor extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -6272798304877142955L
-
Class adams.flow.transformer.wekaclusterer.AbstractClusterMembershipPostProcessor extends AbstractClustererPostProcessor implements Serializable
- serialVersionUID:
- 1028684763791331327L
-
Class adams.flow.transformer.wekaclusterer.AddCluster extends AbstractClusterMembershipPostProcessor implements Serializable
- serialVersionUID:
- 5983792992620091051L
-
Serialized Fields
-
m_OutputDistribution
boolean m_OutputDistribution
output distribution instead of cluster index.
-
-
Class adams.flow.transformer.wekaclusterer.AverageSilhouetteCoefficient extends AbstractClustererPostProcessor implements Serializable
- serialVersionUID:
- 1326504894062853934L
-
Serialized Fields
-
m_DistanceFunction
weka.core.DistanceFunction m_DistanceFunction
the distance function to use.
-
-
Class adams.flow.transformer.wekaclusterer.ClusterCenters extends AbstractClusterMembershipPostProcessor implements Serializable
- serialVersionUID:
- 5983792992620091051L
-
Serialized Fields
-
m_UseMedian
boolean m_UseMedian
compute median instead of mean.
-
-
Class adams.flow.transformer.wekaclusterer.ClusterCounts extends AbstractClusterMembershipPostProcessor implements Serializable
- serialVersionUID:
- 5983792992620091051L
-
Class adams.flow.transformer.wekaclusterer.ClusterStatistics extends AbstractClusterMembershipPostProcessor implements Serializable
- serialVersionUID:
- 5983792992620091051L
-
Class adams.flow.transformer.wekaclusterer.MultiClustererPostProcessor extends AbstractClustererPostProcessor implements Serializable
- serialVersionUID:
- 3138007350708781436L
-
Serialized Fields
-
m_PostProcessors
AbstractClustererPostProcessor[] m_PostProcessors
the post-processors to apply.
-
-
Class adams.flow.transformer.wekaclusterer.PassThrough extends AbstractClustererPostProcessor implements Serializable
- serialVersionUID:
- 2365043034989579599L
-
-
Package adams.flow.transformer.wekadatasetsmerge
-
Class adams.flow.transformer.wekadatasetsmerge.AbstractMerge extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 87541569847452058L
-
Serialized Fields
-
m_AttributeRenameFindRegexs
BaseRegExp[] m_AttributeRenameFindRegexs
The regexs to use to find attributes that require renaming. -
m_AttributeRenameFormatStrings
BaseString[] m_AttributeRenameFormatStrings
The format strings specifying how to rename attributes. -
m_ClassAttributes
int[][] m_ClassAttributes
The set of class attributes for the given datasets. -
m_ClassFinder
ColumnFinder m_ClassFinder
The column finder for selecting class attributes. -
m_DatasetNames
BaseString[] m_DatasetNames
The name of each dataset to use in attribute renaming. -
m_Datasets
weka.core.Instances[] m_Datasets
The source datasets we are merging. -
m_EnsureEqualValues
boolean m_EnsureEqualValues
Whether to check attributes with multiple sources for equal values among those sources. -
m_MergedDatasetName
String m_MergedDatasetName
The name to give the resulting dataset.
-
-
Class adams.flow.transformer.wekadatasetsmerge.JoinOnID extends AbstractMerge implements Serializable
- serialVersionUID:
- 5764925655464274742L
-
Serialized Fields
-
m_CompleteRowsOnly
boolean m_CompleteRowsOnly
Whether or not to skip IDs that don't exist in all source datasets. -
m_UniqueID
String m_UniqueID
The name of the attribute to use as the merge key.
-
-
Class adams.flow.transformer.wekadatasetsmerge.Simple extends AbstractMerge implements Serializable
- serialVersionUID:
- 6417253231850358108L
-
-
Package adams.flow.transformer.wekaensemblegenerator
-
Class adams.flow.transformer.wekaensemblegenerator.AbstractWekaEnsembleGenerator extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -5750322265718618569L
-
Class adams.flow.transformer.wekaensemblegenerator.MultiClassifiersCombinerModels extends AbstractWekaEnsembleGenerator implements Serializable
- serialVersionUID:
- -7876743086471307294L
-
Serialized Fields
-
m_Template
weka.classifiers.MultipleClassifiersCombiner m_Template
the vote template.
-
-
Class adams.flow.transformer.wekaensemblegenerator.VotedModels extends AbstractWekaEnsembleGenerator implements Serializable
- serialVersionUID:
- -7876743086471307294L
-
Serialized Fields
-
m_Template
weka.classifiers.meta.Vote m_Template
the vote template.
-
-
-
Package adams.flow.transformer.wekaevaluationpostprocessor
-
Class adams.flow.transformer.wekaevaluationpostprocessor.AbstractNumericClassPostProcessor extends AbstractWekaEvaluationPostProcessor implements Serializable
- serialVersionUID:
- -8126062783012759418L
-
Class adams.flow.transformer.wekaevaluationpostprocessor.AbstractWekaEvaluationPostProcessor extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -1975307519142567955L
-
Class adams.flow.transformer.wekaevaluationpostprocessor.MultiPostProcessor extends AbstractWekaEvaluationPostProcessor implements Serializable
- serialVersionUID:
- 7981725475588023689L
-
Serialized Fields
-
m_PostProcessors
AbstractWekaEvaluationPostProcessor[] m_PostProcessors
the post-processors to combine.
-
-
Class adams.flow.transformer.wekaevaluationpostprocessor.PassThrough extends AbstractWekaEvaluationPostProcessor implements Serializable
- serialVersionUID:
- -6221671630652296700L
-
Class adams.flow.transformer.wekaevaluationpostprocessor.RemoveWorst extends AbstractNumericClassPostProcessor implements Serializable
- serialVersionUID:
- -8126062783012759418L
-
Serialized Fields
-
m_Percent
double m_Percent
the percentage of the worst predictions to remove (0-1).
-
-
Class adams.flow.transformer.wekaevaluationpostprocessor.RemoveWorstStdDev extends AbstractNumericClassPostProcessor implements Serializable
- serialVersionUID:
- -8126062783012759418L
-
Serialized Fields
-
m_Multiplier
double m_Multiplier
the multiplier for the standard deviation.
-
-
Class adams.flow.transformer.wekaevaluationpostprocessor.SimpleSubRange extends AbstractNumericClassPostProcessor implements Serializable
- serialVersionUID:
- -1598212513856588223L
-
Serialized Fields
-
m_Maximum
double m_Maximum
the maximum value. -
m_MaximumIncluded
boolean m_MaximumIncluded
whether the maximum value is included. -
m_Minimum
double m_Minimum
the minimum value. -
m_MinimumIncluded
boolean m_MinimumIncluded
whether the minimum value is included.
-
-
Class adams.flow.transformer.wekaevaluationpostprocessor.SubRange extends AbstractNumericClassPostProcessor implements Serializable
- serialVersionUID:
- -1598212513856588223L
-
Serialized Fields
-
m_Ranges
BaseInterval[] m_Ranges
the intervals.
-
-
-
Package adams.flow.transformer.wekapackagemanageraction
-
Class adams.flow.transformer.wekapackagemanageraction.AbstractWekaPackageManagerAction extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -6652797812165758692L
-
Serialized Fields
-
m_FlowContext
Actor m_FlowContext
the flow context.
-
-
Class adams.flow.transformer.wekapackagemanageraction.InstallFromFile extends AbstractWekaPackageManagerAction implements Serializable
- serialVersionUID:
- 551922326118868830L
-
Class adams.flow.transformer.wekapackagemanageraction.InstallFromURL extends AbstractWekaPackageManagerAction implements Serializable
- serialVersionUID:
- 551922326118868830L
-
Class adams.flow.transformer.wekapackagemanageraction.InstallOfficial extends AbstractWekaPackageManagerAction implements Serializable
- serialVersionUID:
- 551922326118868830L
-
Serialized Fields
-
m_ColName
SpreadSheetColumnIndex m_ColName
the column with the name. -
m_ColVersion
SpreadSheetColumnIndex m_ColVersion
the column with the version.
-
-
Class adams.flow.transformer.wekapackagemanageraction.InstallPackage extends AbstractWekaPackageManagerAction implements Serializable
- serialVersionUID:
- 551922326118868830L
-
Class adams.flow.transformer.wekapackagemanageraction.Uninstall extends AbstractWekaPackageManagerAction implements Serializable
- serialVersionUID:
- 551922326118868830L
-
Serialized Fields
-
m_ColName
SpreadSheetColumnIndex m_ColName
the column with the name.
-
-
-
Package adams.flow.transformer.wekarepeatedcrossvalidationoutput
-
Class adams.flow.transformer.wekarepeatedcrossvalidationoutput.AbstractWekaRepeatedCrossValidationOutput extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -5772893067952940054L
-
Class adams.flow.transformer.wekarepeatedcrossvalidationoutput.Predictions extends AbstractWekaRepeatedCrossValidationOutput<SpreadSheet> implements Serializable
- serialVersionUID:
- -6829245659118360739L
-
Serialized Fields
-
m_Lower
LowerStatistic m_Lower
the lower value to compute. -
m_Statistic
CenterStatistic m_Statistic
the statistic to generate. -
m_Upper
UpperStatistic m_Upper
the upper value to compute.
-
-
Class adams.flow.transformer.wekarepeatedcrossvalidationoutput.SamplePlot extends AbstractWekaRepeatedCrossValidationOutput<SequencePlotterContainer[]> implements Serializable
- serialVersionUID:
- -6829245659118360739L
-
Serialized Fields
-
m_Lower
LowerStatistic m_Lower
the lower value to compute. -
m_Statistic
CenterStatistic m_Statistic
the statistic to generate. -
m_Upper
UpperStatistic m_Upper
the upper value to compute.
-
-
Class adams.flow.transformer.wekarepeatedcrossvalidationoutput.Statistics extends AbstractWekaRepeatedCrossValidationOutput<SpreadSheet> implements Serializable
- serialVersionUID:
- -3653513403897505442L
-
Serialized Fields
-
m_ClassIndex
WekaLabelIndex m_ClassIndex
the index of the class label. -
m_Statistics
EvaluationStatistic[] m_Statistics
the statistics to output.
-
-
-
Package adams.flow.websocket.client
-
Class adams.flow.websocket.client.AbstractWebSocketClientGenerator extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -4615906058085465471L
-
Serialized Fields
-
m_URL
BaseURI m_URL
the URL to connect to.
-
-
Class adams.flow.websocket.client.SimpleSendGenerator extends AbstractWebSocketClientGenerator implements Serializable
- serialVersionUID:
- -1431160448984414483L
-
Class adams.flow.websocket.client.SimpleSendWithQueueGenerator extends AbstractWebSocketClientGenerator implements Serializable
- serialVersionUID:
- -1431160448984414483L
-
Serialized Fields
-
m_StorageName
StorageName m_StorageName
the name of the queue in the internal storage.
-
-
-
Package adams.flow.websocket.server
-
Class adams.flow.websocket.server.AbstractWebSocketServerGenerator extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -4615906058085465471L
-
Class adams.flow.websocket.server.EchoServerGenerator extends AbstractWebSocketServerGenerator implements Serializable
- serialVersionUID:
- -3871912816817034765L
-
Serialized Fields
-
m_Port
int m_Port
the port to bind to.
-
-
-
Package adams.gui
-
Class adams.gui.InstanceCompare extends AbstractFrameWithOptionHandling implements Serializable
- serialVersionUID:
- -8575580776969822903L
-
Serialized Fields
-
m_FirstAttributeRange
Range m_FirstAttributeRange
the first attribute range to use. -
m_FirstFile
PlaceholderFile m_FirstFile
the first file to compare. -
m_FirstRowIndex
Index m_FirstRowIndex
the index of the first attribute to use for matching rows. -
m_PanelCompare
InstanceComparePanel m_PanelCompare
the panel for comparing the datasets. -
m_SecondAttributeRange
Range m_SecondAttributeRange
the second attribute range to use. -
m_SecondFile
PlaceholderFile m_SecondFile
the second file to compare. -
m_SecondRowIndex
Index m_SecondRowIndex
the index of the second attribute to use for matching rows.
-
-
Class adams.gui.Main extends AbstractApplicationFrame implements Serializable
- serialVersionUID:
- -5800519559483605870L
-
-
Package adams.gui.action
-
Class adams.gui.action.AbstractActionWithDialog extends AbstractBaseAction implements Serializable
- serialVersionUID:
- 1688747085207787478L
-
Class adams.gui.action.AbstractBaseAction extends AbstractAction implements Serializable
- serialVersionUID:
- -7695092075151409689L
-
Class adams.gui.action.AbstractBaseActionWithGroup extends AbstractBaseAction implements Serializable
- serialVersionUID:
- 8317879939178154300L
-
Class adams.gui.action.AbstractPropertiesAction extends AbstractActionWithDialog<D extends Dialog> implements Serializable
- serialVersionUID:
- 9209507880496036402L
-
Serialized Fields
-
m_State
T m_State
the state.
-
-
Class adams.gui.action.AbstractPropertiesCheckBoxMenuItemAction extends AbstractPropertiesAction<T,D extends Dialog> implements Serializable
- serialVersionUID:
- -6842831257705457783L
-
Class adams.gui.action.AbstractPropertiesMenuItemAction extends AbstractPropertiesAction<T,D extends Dialog> implements Serializable
- serialVersionUID:
- -6842831257705457783L
-
Class adams.gui.action.AbstractPropertiesSubMenuAction extends AbstractPropertiesAction<T,D extends Dialog> implements Serializable
- serialVersionUID:
- 1168747259624542350L
-
Class adams.gui.action.ToggleAction extends AbstractBaseAction implements Serializable
- serialVersionUID:
- 5065335824297443067L
-
-
Package adams.gui.application
-
Class adams.gui.application.AboutBoxPanel extends BasePanel implements Serializable
- serialVersionUID:
- -5180917605195603000L
-
Serialized Fields
-
m_LabelImage
JLabel m_LabelImage
the label displaying the image. -
m_PanelImage
JPanel m_PanelImage
the panel for the image. -
m_PanelSearch
SearchPanel m_PanelSearch
the search panel. -
m_PanelTitle
JPanel m_PanelTitle
the panel for the title, copyright, etc. -
m_TableModules
SortableAndSearchableTable m_TableModules
the table with the modules.
-
-
Class adams.gui.application.AboutBoxPanel.ModulesTableModel extends AbstractTableModel implements Serializable
- serialVersionUID:
- 3688398640745033949L
-
Class adams.gui.application.AbstractApplicationFrame extends AbstractFrameWithOptionHandling implements Serializable
- serialVersionUID:
- -5800519559483605870L
-
Serialized Fields
-
m_ApplicationTitle
String m_ApplicationTitle
the title of the application. -
m_AppMenu
ApplicationMenu m_AppMenu
the application menu in use. -
m_Children
HashSet<Child> m_Children
contains the child frames/windows (title <-> object). -
m_DbConn
AbstractDatabaseConnection m_DbConn
the global database connection. -
m_DocumentationDirectories
PlaceholderDirectory[] m_DocumentationDirectories
the directories containing PDF documentation. -
m_EnableRestart
boolean m_EnableRestart
whether the application can be restarted (through Launcher class). -
m_InitFinished
boolean m_InitFinished
whether initialization has finished. -
m_Logger
Logger m_Logger
the logger to use. -
m_LoggingLevel
LoggingLevel m_LoggingLevel
the logging level. -
m_MenuWindows
JMenu m_MenuWindows
the "windows" menu. -
m_MinimalWindow
boolean m_MinimalWindow
whether to not maximize the main window. -
m_RemoteScriptingEngine
RemoteScriptingEngine m_RemoteScriptingEngine
the remote command scripting engine. -
m_RemoteScriptingEngineCmdLine
String m_RemoteScriptingEngineCmdLine
the commandline of the remote scripting engine to use at startup time. -
m_RemoteScriptingEngineUpdateListeners
Set<RemoteScriptingEngineUpdateListener> m_RemoteScriptingEngineUpdateListeners
the listeners for changes to the remote scripting engine. -
m_ScriptingLogPanel
ScriptingLogPanel m_ScriptingLogPanel
the scripting log panel. -
m_Self
AbstractApplicationFrame m_Self
the frame itself. -
m_StartUps
BaseString[] m_StartUps
the menu items (classnames with further parameters) to start up immediately. -
m_UserMode
UserMode m_UserMode
the user mode - determines what menu entries to display.
-
-
Class adams.gui.application.AbstractBasicMenuItemDefinition extends AbstractMenuItemDefinition implements Serializable
- serialVersionUID:
- -2406133385745656034L
-
Class adams.gui.application.AbstractInitialization extends Object implements Serializable
- serialVersionUID:
- -2596434986976571342L
-
Class adams.gui.application.AbstractMenuItemDefinition extends Object implements Serializable
- serialVersionUID:
- -2406133385745656034L
-
Serialized Fields
-
m_Owner
AbstractApplicationFrame m_Owner
the owning application.
-
-
Class adams.gui.application.AbstractPreferencesPanel extends BasePanel implements Serializable
- serialVersionUID:
- -7234105748710063237L
-
Class adams.gui.application.AbstractPropertiesPreferencesPanel extends AbstractPreferencesPanel implements Serializable
- serialVersionUID:
- -822178750857036833L
-
Serialized Fields
-
m_PanelPreferences
PropertiesParameterPanel m_PanelPreferences
the panel with the preferences.
-
-
Class adams.gui.application.AbstractSubMenuDefinition extends AbstractMenuItemDefinition implements Serializable
- serialVersionUID:
- 8078220243183072493L
-
Class adams.gui.application.ApplicationMenu extends LoggingObject implements Serializable
- serialVersionUID:
- 7821913342345552227L
-
Serialized Fields
-
m_MenuWindows
JMenu m_MenuWindows
the "windows" menu. -
m_Owner
AbstractApplicationFrame m_Owner
the parent application frame. -
m_Properties
Properties m_Properties
the properties read from the setup file. -
m_Setup
String m_Setup
the file with the layout, shortcuts and blacklisted menu items. -
m_UserMode
UserMode m_UserMode
the user mode.
-
-
Class adams.gui.application.CharsetSettingsPanel extends AbstractPreferencesPanel implements Serializable
- serialVersionUID:
- -5325521437739323748L
-
Serialized Fields
-
m_ComboBoxCharsets
BaseComboBox<String> m_ComboBoxCharsets
the combobox with all the charsets. -
m_PanelParameters
ParameterPanel m_PanelParameters
the panel for the parameters.
-
-
Class adams.gui.application.ChildFrame extends BaseFrame implements Serializable
- serialVersionUID:
- 8588293938686425618L
-
Serialized Fields
-
m_DisposeCalled
boolean m_DisposeCalled
whether the dispose method has been called already manually. -
m_DisposeWindowListenerAdded
boolean m_DisposeWindowListenerAdded
whether a window listener to dispose the frame was added. -
m_IconName
String m_IconName
the name of the icon to use. -
m_InitialTitle
String m_InitialTitle
the initial title. -
m_Parent
AbstractApplicationFrame m_Parent
the parent frame. -
m_Self
ChildFrame m_Self
the frame itself.
-
-
Class adams.gui.application.DatabaseConnections extends AbstractInitialization implements Serializable
- serialVersionUID:
- 8918944463363086116L
-
Class adams.gui.application.EmailSetupPanel extends AbstractPreferencesPanel implements Serializable
- serialVersionUID:
- -7937644706618374284L
-
Serialized Fields
-
m_CheckBoxEnabled
BaseCheckBox m_CheckBoxEnabled
Whether to enable email support. -
m_CheckBoxSmtpRequiresAuthentication
BaseCheckBox m_CheckBoxSmtpRequiresAuthentication
Whether the SMTP server requires authentication. -
m_CheckBoxSmtpStartTLS
BaseCheckBox m_CheckBoxSmtpStartTLS
Whether to start TLS. -
m_CheckBoxSmtpUseSSL
BaseCheckBox m_CheckBoxSmtpUseSSL
Whether to use SSL. -
m_PanelParameters
ParameterPanel m_PanelParameters
the parameters. -
m_SpinnerSmtpPort
JSpinner m_SpinnerSmtpPort
the SMTP port. -
m_SpinnerSmtpTimeout
JSpinner m_SpinnerSmtpTimeout
the SMTP timeout. -
m_TextDefaultFromAddress
BaseTextField m_TextDefaultFromAddress
the default FROM address. -
m_TextDefaultSignature
BaseTextChooserPanel m_TextDefaultSignature
the default signature. -
m_TextSmtpPassword
BasePasswordFieldWithButton m_TextSmtpPassword
the SMTP password. -
m_TextSmtpProtocols
BaseTextField m_TextSmtpProtocols
The protocols to use. -
m_TextSmtpServer
BaseTextField m_TextSmtpServer
the SMTP host. -
m_TextSmtpUser
BaseTextField m_TextSmtpUser
the SMTP user. -
m_TextSupportEmailAddress
BaseTextField m_TextSupportEmailAddress
the support email addres.
-
-
Class adams.gui.application.FlowPreferencesPanel extends AbstractPropertiesPreferencesPanel implements Serializable
- serialVersionUID:
- 3895159356677639564L
-
Class adams.gui.application.Fonts extends AbstractInitialization implements Serializable
- serialVersionUID:
- 7158433567303372491L
-
Class adams.gui.application.FontsPreferencesPanel extends AbstractPropertiesPreferencesPanel implements Serializable
- serialVersionUID:
- 3895159356677639564L
-
Class adams.gui.application.JVisualVMPanel extends AbstractPropertiesPreferencesPanel implements Serializable
- serialVersionUID:
- -5325521437739323748L
-
Serialized Fields
-
m_PanelParameters
ParameterPanel m_PanelParameters
the panel for the parameters.
-
-
Class adams.gui.application.LocaleHelper extends AbstractInitialization implements Serializable
- serialVersionUID:
- -380898549266760244L
-
Class adams.gui.application.LocaleSettingsPanel extends AbstractPreferencesPanel implements Serializable
- serialVersionUID:
- -5325521437739323748L
-
Serialized Fields
-
m_ComboBoxLocales
BaseComboBox<String> m_ComboBoxLocales
the combobox with all the locales. -
m_PanelParameters
ParameterPanel m_PanelParameters
the panel for the parameters.
-
-
Class adams.gui.application.PreferencesManagerPanel extends BasePanel implements Serializable
- serialVersionUID:
- 8245611221697036772L
-
Serialized Fields
-
m_MultiPagePanel
MultiPagePane m_MultiPagePanel
the multi-page pane with all the setups. -
m_Panels
ArrayList<PreferencesPanel> m_Panels
the setup panels.
-
-
Class adams.gui.application.ProxyHelper extends AbstractInitialization implements Serializable
- serialVersionUID:
- 4143706004167949694L
-
Class adams.gui.application.ProxySettingsPanel extends AbstractPreferencesPanel implements Serializable
- serialVersionUID:
- -8502296969739181339L
-
Serialized Fields
-
m_CheckBoxHttpFtpAuthentication
BaseCheckBox m_CheckBoxHttpFtpAuthentication
whether authentication is necessary. -
m_CheckBoxSocksAuthentication
BaseCheckBox m_CheckBoxSocksAuthentication
whether authentication is necessary. -
m_ComboBoxType
BaseComboBox m_ComboBoxType
the combobox for the proxy type. -
m_PanelHttpFtp
ParameterPanel m_PanelHttpFtp
the panel for the http parameters. -
m_PanelSocks
ParameterPanel m_PanelSocks
the panel for the socks parameters. -
m_PanelType
BasePanel m_PanelType
the panel for the type. -
m_SpinnerHttpFtpPort
JSpinner m_SpinnerHttpFtpPort
the http proxy port. -
m_SpinnerSocksPort
JSpinner m_SpinnerSocksPort
the socks proxy port. -
m_TextHttpFtpHost
BaseTextField m_TextHttpFtpHost
the http proxy host. -
m_TextHttpFtpNoProxy
BaseTextField m_TextHttpFtpNoProxy
the hosts that bypass the http proxy . -
m_TextHttpFtpPassword
BasePasswordFieldWithButton m_TextHttpFtpPassword
the http proxy password. -
m_TextHttpFtpUser
BaseTextField m_TextHttpFtpUser
the http proxy user. -
m_TextSocksHost
BaseTextField m_TextSocksHost
the socks proxy host. -
m_TextSocksPassword
BasePasswordFieldWithButton m_TextSocksPassword
the socks proxy password. -
m_TextSocksUser
BaseTextField m_TextSocksUser
the socks proxy user.
-
-
Class adams.gui.application.RegisterEditors extends AbstractInitialization implements Serializable
- serialVersionUID:
- 7158433567303372491L
-
Class adams.gui.application.SMBHelper extends AbstractInitialization implements Serializable
- serialVersionUID:
- 4143706004167949694L
-
Class adams.gui.application.SMBSetupPanel extends AbstractPreferencesPanel implements Serializable
- serialVersionUID:
- -7937644706618374284L
-
Serialized Fields
-
m_PanelParameters
ParameterPanel m_PanelParameters
the parameters. -
m_TextWinsHost
BaseObjectTextField<BaseHostname> m_TextWinsHost
the wins host.
-
-
Class adams.gui.application.SSLHelper extends AbstractInitialization implements Serializable
- serialVersionUID:
- 4143706004167949694L
-
Class adams.gui.application.SSLSetupPanel extends AbstractPreferencesPanel implements Serializable
- serialVersionUID:
- -7937644706618374284L
-
Serialized Fields
-
m_GOEHostnameVerifier
GenericObjectEditorPanel m_GOEHostnameVerifier
the hostname verifier. -
m_GOETrustManager
GenericObjectEditorPanel m_GOETrustManager
the trust manager. -
m_PanelParameters
ParameterPanel m_PanelParameters
the parameters.
-
-
Class adams.gui.application.TerminalSettingsPanel extends AbstractPropertiesPreferencesPanel implements Serializable
- serialVersionUID:
- -5325521437739323748L
-
Class adams.gui.application.TesseractSettingsPanel extends AbstractPreferencesPanel implements Serializable
- serialVersionUID:
- -5325521437739323748L
-
Serialized Fields
-
m_ComboBoxLanguages
BaseComboBox m_ComboBoxLanguages
the combobox with all the languages. -
m_PanelExecutable
FileChooserPanel m_PanelExecutable
the chooser for the executable. -
m_PanelParameters
ParameterPanel m_PanelParameters
the panel for the parameters.
-
-
Class adams.gui.application.TimeZoneHelper extends AbstractInitialization implements Serializable
- serialVersionUID:
- 4143706004167949694L
-
Class adams.gui.application.TimeZoneSettingsPanel extends AbstractPreferencesPanel implements Serializable
- serialVersionUID:
- -5325521437739323748L
-
Serialized Fields
-
m_ComboBoxTimeZones
BaseComboBox<String> m_ComboBoxTimeZones
the combobox with all the timezones. -
m_PanelParameters
ParameterPanel m_PanelParameters
the panel for the parameters.
-
-
Class adams.gui.application.WekaExperimenterPreferencesPanel extends AbstractPropertiesPreferencesPanel implements Serializable
- serialVersionUID:
- 3895159356677639564L
-
Class adams.gui.application.WekaExplorerPreferencesPanel extends AbstractPropertiesPreferencesPanel implements Serializable
- serialVersionUID:
- 3895159356677639564L
-
Class adams.gui.application.WekaInvestigatorPreferencesPanel extends AbstractPropertiesPreferencesPanel implements Serializable
- serialVersionUID:
- 3895159356677639564L
-
Class adams.gui.application.WekaPluginManagerExtensions extends AbstractInitialization implements Serializable
- serialVersionUID:
- -4846777150024246805L
-
Class adams.gui.application.WekaSystemProperties extends AbstractInitialization implements Serializable
- serialVersionUID:
- -4846777150024246805L
-
-
Package adams.gui.chooser
-
Class adams.gui.chooser.AbstractChooserPanel extends BasePanel implements Serializable
- serialVersionUID:
- -824479551072915989L
-
Serialized Fields
-
m_ButtonFavorites
BaseButton m_ButtonFavorites
the button for the favorites. -
m_ButtonSelection
BaseButton m_ButtonSelection
the button for bringing up the chooser dialog. -
m_ChangeListeners
Set<ChangeListener> m_ChangeListeners
listeners that listen to changes of the selected value. -
m_ChooseListeners
Set<AbstractChooserPanel.ChooseListener> m_ChooseListeners
the listeners for choose events. -
m_ColorInvalid
Color m_ColorInvalid
the color for invalid input. -
m_ColorValid
Color m_ColorValid
the color for valid input. -
m_Editable
boolean m_Editable
whether the chooser is editable. -
m_InlineEditingEnabled
boolean m_InlineEditingEnabled
whether inline editing is enabled. -
m_LabelPrefix
JLabel m_LabelPrefix
the prefix label. -
m_LabelPrefixSpacer
JLabel m_LabelPrefixSpacer
a spacer for the prefix label. -
m_NoChooseYet
boolean m_NoChooseYet
whether this is the first choose action ever. -
m_PanelButtons
JPanel m_PanelButtons
the panel for the button(s). -
m_PanelPrefix
JPanel m_PanelPrefix
the panel for the prefix. -
m_PopupMenuCustomizer
AbstractChooserPanel.PopupMenuCustomizer m_PopupMenuCustomizer
optional customizer of the popup. -
m_Self
AbstractChooserPanel m_Self
the panel itself. -
m_TextSelection
BaseTextField m_TextSelection
the text field. -
m_ToolTip
String m_ToolTip
the tool tip (ignore if null).
-
-
Class adams.gui.chooser.AbstractChooserPanelWithIOSupport extends AbstractChooserPanel<T> implements Serializable
- serialVersionUID:
- 5317183406919541169L
-
Class adams.gui.chooser.AbstractConfigurableExtensionFileFilterFileChooser extends AbstractExtensionFileFilterFileChooser<ExtensionFileFilterWithClass> implements Serializable
- serialVersionUID:
- 6245115901277297175L
-
Serialized Fields
-
m_CheckBoxOptions
BaseCheckBox m_CheckBoxOptions
the checkbox for bringing up the GenericObjectEditor.
-
-
Class adams.gui.chooser.AbstractDataContainerFileChooser extends AbstractConfigurableExtensionFileFilterFileChooser<R extends AbstractDataContainerReader,W extends AbstractDataContainerWriter> implements Serializable
- serialVersionUID:
- -5373058011025481738L
-
Class adams.gui.chooser.AbstractDateBasedChooserPanel extends AbstractChooserPanel<T extends Date> implements Serializable
- serialVersionUID:
- -1310837169790165724L
-
Class adams.gui.chooser.AbstractExtensionFileFilterFileChooser extends BaseFileChooser implements Serializable
- serialVersionUID:
- -1607568357690603421L
-
Serialized Fields
-
m_CurrentHandler
Object m_CurrentHandler
the converter that was chosen by the user. -
m_DialogType
int m_DialogType
the type of dialog to display. -
m_FileMustExist
boolean m_FileMustExist
whether the file to be opened must exist (only open dialog). -
m_LastFilter
ExtensionFileFilter m_LastFilter
the last filter that was used for opening/saving. -
m_Listener
PropertyChangeListener m_Listener
the propertychangelistener.
-
-
Class adams.gui.chooser.AbstractReportFileChooser extends AbstractConfigurableExtensionFileFilterFileChooser<R extends AbstractReportReader,W extends AbstractReportWriter> implements Serializable
- serialVersionUID:
- -5373058011025481738L
-
Class adams.gui.chooser.AdamsExperimentFileChooser extends AbstractConfigurableExtensionFileFilterFileChooser<AbstractAdamsExperimentReader,AbstractAdamsExperimentWriter> implements Serializable
- serialVersionUID:
- -6341967475735162796L
-
Class adams.gui.chooser.BaseColorChooser extends ApprovalDialog implements Serializable
- serialVersionUID:
- -3614758629231416689L
-
Serialized Fields
-
m_PanelColorChooser
JColorChooser m_PanelColorChooser
the color chooser panel.
-
-
Class adams.gui.chooser.BaseFileChooser extends JFileChooser implements Serializable
- serialVersionUID:
- -5712455182900852653L
-
Serialized Fields
-
m_AllowGlobFilters
boolean m_AllowGlobFilters
whether glob filters (eg "*.txt") are allowed. -
m_AutoAppendExtension
boolean m_AutoAppendExtension
whether to automatically append extension. -
m_DefaultExtension
String m_DefaultExtension
the default extension. -
m_PanelBookmarks
FileChooserBookmarksPanel m_PanelBookmarks
the bookmarks. -
m_PanelBookmarksAndFilter
JPanel m_PanelBookmarksAndFilter
the panel with the bookmarks and filter. -
m_PanelFilter
FilterPanel m_PanelFilter
the panel for the filter. -
m_PromptOverwriteFile
boolean m_PromptOverwriteFile
whether to ask to overwrite an existing file (using the save dialog).
-
-
Class adams.gui.chooser.BaseTextChooserPanel extends AbstractChooserPanel<BaseText> implements Serializable
- serialVersionUID:
- -8755020252465094120L
-
Class adams.gui.chooser.ColorChooserPanel extends AbstractChooserPanel<Color> implements Serializable
- serialVersionUID:
- -8755020252465094120L
-
Class adams.gui.chooser.DatasetFileChooserPanel extends FileChooserPanel implements Serializable
- serialVersionUID:
- -8755020252465094120L
-
Serialized Fields
-
m_FileChooser
WekaFileChooser m_FileChooser
the filechooser for selecting the dataset. -
m_Loader
weka.core.converters.AbstractFileLoader m_Loader
the current loader. -
m_Saver
weka.core.converters.AbstractFileSaver m_Saver
the current saver.
-
-
Class adams.gui.chooser.DateChooserPanel extends AbstractDateBasedChooserPanel<Date> implements Serializable
- serialVersionUID:
- 7053822955518874219L
-
Class adams.gui.chooser.DatePanel extends BasePanel implements Serializable
- serialVersionUID:
- -2299249311312882915L
-
Serialized Fields
-
actionListeners
HashSet<ActionListener> actionListeners
-
doubleClickAction
boolean doubleClickAction
-
i18nStrings
Properties i18nStrings
-
internalController
DatePanel.InternalController internalController
-
internalModel
DatePanel.InternalCalendarModel internalModel
-
internalView
DatePanel.InternalView internalView
-
showYearButtons
boolean showYearButtons
-
-
Class adams.gui.chooser.DatePanel.InternalTableCellRenderer extends DefaultTableCellRenderer implements Serializable
- serialVersionUID:
- -2341614459632756921L
-
Class adams.gui.chooser.DatePanel.InternalView extends JPanel implements Serializable
- serialVersionUID:
- -6844493839307157682L
-
Serialized Fields
-
centerPanel
JPanel centerPanel
-
dayTable
JTable dayTable
-
dayTableCellRenderer
DatePanel.InternalTableCellRenderer dayTableCellRenderer
-
dayTableHeader
JTableHeader dayTableHeader
-
monthLabel
JLabel monthLabel
-
monthPopupMenu
JPopupMenu monthPopupMenu
-
monthPopupMenuItems
JMenuItem[] monthPopupMenuItems
-
nextButtonPanel
JPanel nextButtonPanel
-
nextMonthButton
BaseButton nextMonthButton
-
nextYearButton
BaseButton nextYearButton
-
noneLabel
JLabel noneLabel
-
northCenterPanel
JPanel northCenterPanel
-
northPanel
JPanel northPanel
-
previousButtonPanel
JPanel previousButtonPanel
-
previousMonthButton
BaseButton previousMonthButton
-
previousYearButton
BaseButton previousYearButton
-
southPanel
JPanel southPanel
-
todayLabel
JLabel todayLabel
-
yearSpinner
JSpinner yearSpinner
-
-
Class adams.gui.chooser.DateTimeChooserPanel extends AbstractDateBasedChooserPanel<DateTime> implements Serializable
- serialVersionUID:
- 7053822955518874219L
-
Class adams.gui.chooser.DateTimePanel extends BasePanel implements Serializable
- serialVersionUID:
- 6960393229067593340L
-
Class adams.gui.chooser.DefaultReportFileChooser extends AbstractReportFileChooser<Report,AbstractReportReader,AbstractReportWriter> implements Serializable
- serialVersionUID:
- -53374407938356183L
-
Class adams.gui.chooser.DirectoryChooserPanel extends AbstractChooserPanelWithIOSupport<File> implements Serializable
- serialVersionUID:
- 6235369491956122980L
-
Serialized Fields
-
m_DirectoryChooser
FileChooser m_DirectoryChooser
the JFileChooser for selecting a file. -
m_DirectoryChooserTitle
String m_DirectoryChooserTitle
the title to use for the dirchooser. -
m_DirectoryChooserTitleDefault
String m_DirectoryChooserTitleDefault
the default dirchooser title. -
m_History
Map<Class,PlaceholderDirectoryHistory> m_History
the history of dirs. -
m_UseAbsolutePath
boolean m_UseAbsolutePath
whether to use absolute path rather than placeholders.
-
-
Class adams.gui.chooser.EmailFileChooser extends AbstractConfigurableExtensionFileFilterFileChooser<EmailFileReader,EmailFileWriter> implements Serializable
- serialVersionUID:
- -6341967475735162796L
-
Class adams.gui.chooser.ExtensionFileFilterWithClass extends ExtensionFileFilter implements Serializable
- serialVersionUID:
- 5863117558505811134L
-
Serialized Fields
-
m_Classname
String m_Classname
the classname.
-
-
Class adams.gui.chooser.FieldChooserPanel extends AbstractChooserPanel<AbstractField> implements Serializable
- serialVersionUID:
- -7800388925398386462L
-
Serialized Fields
-
m_Dialog
SelectFieldDialog m_Dialog
the dialog for selecting a field.
-
-
Class adams.gui.chooser.FileChooserBookmarksPanel extends com.googlecode.jfilechooserbookmarks.AbstractBookmarksPanel implements Serializable
- serialVersionUID:
- -1969362821325599909L
-
Class adams.gui.chooser.FileChooserBookmarksPanel.FileChooserBookmarksFactory extends com.googlecode.jfilechooserbookmarks.DefaultFactory implements Serializable
- serialVersionUID:
- -8327179027505887784L
-
Class adams.gui.chooser.FileChooserBookmarksPanel.FileChooserBookmarksIconLoader extends com.googlecode.jfilechooserbookmarks.AbstractIconLoader implements Serializable
- serialVersionUID:
- 6580294780671707612L
-
Class adams.gui.chooser.FileChooserBookmarksPanel.FileChooserBookmarksPropertiesHandler extends com.googlecode.jfilechooserbookmarks.AbstractPropertiesHandler implements Serializable
- serialVersionUID:
- 396276849965032378L
-
Class adams.gui.chooser.FileChooserPanel extends AbstractChooserPanel<File> implements Serializable
- serialVersionUID:
- -8755020252465094120L
-
Serialized Fields
-
m_FileChooser
BaseFileChooser m_FileChooser
the JFileChooser for selecting a file. -
m_FileChooserTitle
String m_FileChooserTitle
the title to use for the filechooser. -
m_FileChooserTitleDefault
String m_FileChooserTitleDefault
the default filechooser title. -
m_UseAbsolutePath
boolean m_UseAbsolutePath
whether to use absolute path rather than placeholders. -
m_UseSaveDialog
boolean m_UseSaveDialog
whether to use the open or save dialog.
-
-
Class adams.gui.chooser.FlowFileChooser extends AbstractConfigurableExtensionFileFilterFileChooser<FlowReader,FlowWriter> implements Serializable
- serialVersionUID:
- -6341967475735162796L
-
Class adams.gui.chooser.FontChooser extends DialogWithButtons implements Serializable
- serialVersionUID:
- 4228582248866956387L
-
Serialized Fields
-
m_ButtonCancel
BaseButton m_ButtonCancel
the Cancel button. -
m_ButtonOK
BaseButton m_ButtonOK
the OK button. -
m_Current
Font m_Current
The font the user has chosen. -
m_FontPanel
FontChooserPanelWithPreview m_FontPanel
the panel for selecting the font.
-
-
Class adams.gui.chooser.FontChooserPanel extends AbstractChooserPanel<Font> implements Serializable
- serialVersionUID:
- -8755020252465094120L
-
Serialized Fields
-
m_FontChooser
FontChooser m_FontChooser
the dialog to use.
-
-
Class adams.gui.chooser.FontChooserPanelWithPreview extends BasePanel implements Serializable
- serialVersionUID:
- 4228582248866956387L
-
Serialized Fields
-
m_CheckBoxBold
BaseCheckBox m_CheckBoxBold
The bold chooser. -
m_CheckBoxItalic
BaseCheckBox m_CheckBoxItalic
The italic chooser. -
m_Current
Font m_Current
The font the user has chosen. -
m_IgnoreUpdates
boolean m_IgnoreUpdates
whether to ignore updates in the GUI temporarily. -
m_ListFontName
JList m_ListFontName
The font name chooser. -
m_ListFontSize
JList m_ListFontSize
The font size chooser. -
m_ModelFontName
DefaultListModel m_ModelFontName
The font name chooser model. -
m_TextSample
BaseTextArea m_TextSample
The display area.
-
-
Class adams.gui.chooser.FtpDirectoryChooserPanel extends AbstractChooserPanelWithIOSupport<FtpRemoteDirectorySetup> implements Serializable
- serialVersionUID:
- 6235369491956122980L
-
Serialized Fields
-
m_Client
org.apache.commons.net.ftp.FTPClient m_Client
the current client.
-
-
Class adams.gui.chooser.FtpRemoteDirectorySetup extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -8429471751146663032L
-
Serialized Fields
-
m_Client
org.apache.commons.net.ftp.FTPClient m_Client
the FTP client object. -
m_Host
String m_Host
the FTP host. -
m_Password
BasePassword m_Password
the FTP password to use. -
m_RemoteDir
String m_RemoteDir
the directory to list. -
m_UseBinaryMode
boolean m_UseBinaryMode
whether to use binary file transfer mode. -
m_UsePassiveMode
boolean m_UsePassiveMode
whether to use passive mode. -
m_User
String m_User
the FTP user to use.
-
-
Class adams.gui.chooser.ImageFileChooser extends AbstractConfigurableExtensionFileFilterFileChooser<ImageReader,ImageWriter> implements Serializable
- serialVersionUID:
- -4519042048473978377L
-
Serialized Fields
-
m_CheckBoxPreview
BaseCheckBox m_CheckBoxPreview
the checkbox for bringing up the GenericObjectEditor. -
m_ImagePreview
ImagePreview m_ImagePreview
the image preview.
-
-
Class adams.gui.chooser.ImagePreview extends JComponent implements Serializable
- serialVersionUID:
- -2018506061088072140L
-
Serialized Fields
-
m_File
File m_File
the thumbnail. -
m_Owner
JFileChooser m_Owner
the owning filechooser. -
m_PreviewHeight
int m_PreviewHeight
the height of the preview. -
m_PreviewWidth
int m_PreviewWidth
the width of the preview. -
m_Thumbnail
ImageIcon m_Thumbnail
the thumbnail.
-
-
Class adams.gui.chooser.JavaDirectoryChooser extends BaseFileChooser implements Serializable
-
Class adams.gui.chooser.ObjectExporterFileChooser extends AbstractConfigurableExtensionFileFilterFileChooser<Object,AbstractObjectExporter> implements Serializable
- serialVersionUID:
- -8442453722350177493L
-
Serialized Fields
-
m_CurrentClass
Class m_CurrentClass
the current class to export (null for all).
-
-
Class adams.gui.chooser.ObjectFileChooser extends AbstractConfigurableExtensionFileFilterFileChooser<AbstractObjectReader,AbstractObjectWriter> implements Serializable
- serialVersionUID:
- -4519042048473978377L
-
Class adams.gui.chooser.ParameterMapFileChooser extends AbstractConfigurableExtensionFileFilterFileChooser<AbstractParameterMapReader,AbstractParameterMapWriter> implements Serializable
- serialVersionUID:
- -6341967475735162796L
-
Class adams.gui.chooser.PdfFontChooser extends DialogWithButtons implements Serializable
- serialVersionUID:
- 4228582248866956387L
-
Serialized Fields
-
m_ButtonCancel
BaseButton m_ButtonCancel
the Cancel button. -
m_ButtonOK
BaseButton m_ButtonOK
the OK button. -
m_Current
PdfFont m_Current
The font the user has chosen. -
m_FontPanel
PdfFontChooserPanel m_FontPanel
the panel for selecting the font.
-
-
Class adams.gui.chooser.PdfFontChooserPanel extends BasePanel implements Serializable
- serialVersionUID:
- 4228582248866956387L
-
Serialized Fields
-
m_Current
PdfFont m_Current
The font the user has chosen. -
m_IgnoreUpdates
boolean m_IgnoreUpdates
whether to ignore updates in the GUI temporarily. -
m_ListFontFace
JList m_ListFontFace
The face chooser. -
m_ListFontName
JList m_ListFontName
The font name chooser. -
m_ListFontSize
JList m_ListFontSize
The font size chooser. -
m_TextSample
BaseTextArea m_TextSample
The display area.
-
-
Class adams.gui.chooser.SelectOptionPanel extends AbstractChooserPanel<String[]> implements Serializable
- serialVersionUID:
- -4122866764098538057L
-
Class adams.gui.chooser.SerializationFileChooser extends AbstractConfigurableExtensionFileFilterFileChooser<AbstractObjectReader,AbstractObjectWriter> implements Serializable
- serialVersionUID:
- -4519042048473978377L
-
Class adams.gui.chooser.SftpDirectoryChooserPanel extends AbstractChooserPanelWithIOSupport<SftpRemoteDirectorySetup> implements Serializable
- serialVersionUID:
- 6235369491956122980L
-
Serialized Fields
-
m_Provider
SSHSessionProvider m_Provider
the session provider.
-
-
Class adams.gui.chooser.SftpRemoteDirectorySetup extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -8429471751146663032L
-
Serialized Fields
-
m_AuthenticationType
SSHAuthenticationType m_AuthenticationType
the type of authentication to use. -
m_Host
String m_Host
the SSH host. -
m_KnownHosts
PlaceholderFile m_KnownHosts
the file with known hosts. -
m_Password
BasePassword m_Password
the SSH password to use. -
m_Port
int m_Port
the SSH port. -
m_PrivateKeyFile
PlaceholderFile m_PrivateKeyFile
the location of the private key. -
m_PrivateKeyPassphrase
BasePassword m_PrivateKeyPassphrase
the passphrase for the private key. -
m_RemoteDir
String m_RemoteDir
the directory to list. -
m_StrictHostKeyChecking
boolean m_StrictHostKeyChecking
whether to perform strict host key checking (only disable for testing!! insecure!!). -
m_User
String m_User
the SSH user to use.
-
-
Class adams.gui.chooser.SimpleDirectoryChooser extends nz.ac.waikato.cms.adams.simpledirectorychooser.SimpleDirectoryChooser implements Serializable
-
Serialized Fields
-
m_PanelBookmarks
FileChooserBookmarksPanel m_PanelBookmarks
the panel with the bookmarks.
-
-
-
Class adams.gui.chooser.SmbDirectoryChooserPanel extends AbstractChooserPanelWithIOSupport<SmbRemoteDirectorySetup> implements Serializable
- serialVersionUID:
- 6235369491956122980L
-
Serialized Fields
-
m_Provider
SMBAuthenticationProvider m_Provider
the session provider.
-
-
Class adams.gui.chooser.SmbRemoteDirectorySetup extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -8429471751146663032L
-
Serialized Fields
-
m_Domain
String m_Domain
the domain. -
m_Host
String m_Host
the host. -
m_Password
BasePassword m_Password
the SMB password to use. -
m_RemoteDir
String m_RemoteDir
the directory to list. -
m_User
String m_User
the SMB user to use.
-
-
Class adams.gui.chooser.SpreadSheetFileChooser extends AbstractConfigurableExtensionFileFilterFileChooser<SpreadSheetReader,SpreadSheetWriter> implements Serializable
- serialVersionUID:
- -6341967475735162796L
-
Class adams.gui.chooser.SpreadSheetFileChooserPanel extends FileChooserPanel implements Serializable
- serialVersionUID:
- -8755020252465094120L
-
Serialized Fields
-
m_FileChooser
SpreadSheetFileChooser m_FileChooser
the filechooser for selecting the dataset. -
m_Reader
SpreadSheetReader m_Reader
the current reader. -
m_Writer
SpreadSheetWriter m_Writer
the current writer.
-
-
Class adams.gui.chooser.SpreadSheetQueryChooserPanel extends AbstractChooserPanel<SpreadSheetQueryText> implements Serializable
- serialVersionUID:
- -8755020252465094120L
-
Serialized Fields
-
m_DialogSpreadSheetQuery
SpreadSheetQueryDialog m_DialogSpreadSheetQuery
the dialog for editing the query.
-
-
Class adams.gui.chooser.SQLStatementChooserPanel extends AbstractChooserPanel<SQLStatement> implements Serializable
- serialVersionUID:
- -8755020252465094120L
-
Serialized Fields
-
m_DialogSQL
SQLStatementDialog m_DialogSQL
the dialog for editing the SQL statement.
-
-
Class adams.gui.chooser.TextFileChooser extends BaseFileChooser implements Serializable
- serialVersionUID:
- -810326731112492794L
-
Serialized Fields
-
m_FileFilters
List<FileFilter> m_FileFilters
the file filters. -
m_PanelEncoding
TextFileChooser.FileEncodingPanel m_PanelEncoding
the accessory panel.
-
-
Class adams.gui.chooser.TextFileChooser.FileEncodingPanel extends BasePanel implements Serializable
- serialVersionUID:
- -2064293687093129577L
-
Serialized Fields
-
m_ComboBoxEncoding
BaseComboBox m_ComboBoxEncoding
the text field for the encoding. -
m_DefaultBackground
Color m_DefaultBackground
the default background color of the panel. -
m_LabelEncoding
JLabel m_LabelEncoding
the label for the text field. -
m_PanelBookmarks
FileChooserBookmarksPanel m_PanelBookmarks
the bookmarks panel. -
m_PanelEncoding
JPanel m_PanelEncoding
the panel for the encoding.
-
-
Class adams.gui.chooser.TimeChooserPanel extends AbstractDateBasedChooserPanel<Time> implements Serializable
- serialVersionUID:
- 7053822955518874219L
-
Class adams.gui.chooser.TimePanel extends BasePanel implements Serializable
- serialVersionUID:
- -4509241746496910365L
-
Serialized Fields
-
m_ChangeListeners
HashSet<ChangeListener> m_ChangeListeners
the change listeners. -
m_SpinnerHour
JSpinner m_SpinnerHour
the spinner for the hours. -
m_SpinnerMinute
JSpinner m_SpinnerMinute
the spinner for the minutes. -
m_SpinnerSecond
JSpinner m_SpinnerSecond
the spinner for the seconds.
-
-
Class adams.gui.chooser.TimeseriesFileChooser extends AbstractDataContainerFileChooser<Timeseries,AbstractDataContainerReader<Timeseries>,AbstractDataContainerWriter<Timeseries>> implements Serializable
- serialVersionUID:
- -5373058011025481738L
-
Class adams.gui.chooser.WekaFileChooser extends AbstractConfigurableExtensionFileFilterFileChooser<weka.core.converters.AbstractFileLoader,weka.core.converters.AbstractFileSaver> implements Serializable
- serialVersionUID:
- -6341967475735162796L
-
-
Package adams.gui.clipboard
-
Class adams.gui.clipboard.AbstractClipboardData extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 3530762672690723313L
-
Class adams.gui.clipboard.BufferedImage extends AbstractClipboardData<BufferedImage> implements Serializable
- serialVersionUID:
- 3264721542935946632L
-
Class adams.gui.clipboard.String extends AbstractClipboardData<String> implements Serializable
- serialVersionUID:
- -3438585893626588114L
-
-
Package adams.gui.core
-
Class adams.gui.core.AbstractAdvancedScript extends AbstractBaseString implements Serializable
- serialVersionUID:
- 4309078655122480376L
-
Class adams.gui.core.AbstractBaseTableModel extends AbstractTableModel implements Serializable
- serialVersionUID:
- 1379439060928152100L
-
Serialized Fields
-
m_LoggingLevel
LoggingLevel m_LoggingLevel
the logging level.
-
-
Class adams.gui.core.AbstractComponentWithButtons extends BasePanelWithButtons implements Serializable
- serialVersionUID:
- 2480939317042703826L
-
Serialized Fields
-
m_Component
T extends Component m_Component
the component. -
m_LabelInfo
JLabel m_LabelInfo
the label for selection information, etc. -
m_PanelAll
JPanel m_PanelAll
the panel encompassing the component and the information. -
m_PanelInfo
JPanel m_PanelInfo
the panel for the information JLabel. -
m_ScrollPane
BaseScrollPane m_ScrollPane
the scroll pane, if in use.
-
-
Class adams.gui.core.AbstractDoubleClickableComponentWithButtons extends AbstractComponentWithButtons<T extends Component> implements Serializable
- serialVersionUID:
- 5421965370098048279L
-
Serialized Fields
-
m_DoubleClickAction
BaseAction m_DoubleClickAction
action that gets executed when double-clicking list element. -
m_DoubleClickButton
BaseButton m_DoubleClickButton
button that gets clicked when double-clicking list element.
-
-
Class adams.gui.core.AbstractFrameWithOptionHandling extends BaseFrame implements Serializable
- serialVersionUID:
- -5800519559483605870L
-
Serialized Fields
-
m_Home
String m_Home
the directory to use as the project's home directory. -
m_OptionManager
OptionManager m_OptionManager
for managing the available options.
-
-
Class adams.gui.core.AbstractMoveableTableModel extends AbstractBaseTableModel implements Serializable
- serialVersionUID:
- -6087402226242041322L
-
Class adams.gui.core.AbstractNamedHistoryPanel extends BasePanel implements Serializable
- serialVersionUID:
- -6028207793460507677L
-
Serialized Fields
-
m_AllowRemove
boolean m_AllowRemove
whether to allow removing of entries. -
m_AllowRename
boolean m_AllowRename
whether to allow renaming of entries. -
m_ButtonDown
BaseFlatButton m_ButtonDown
the move down button. -
m_ButtonRemove
BaseFlatButton m_ButtonRemove
the remove button. -
m_ButtonRemoveAll
BaseFlatButton m_ButtonRemoveAll
the remove all button. -
m_ButtonUp
BaseFlatButton m_ButtonUp
the move up button. -
m_Entries
Hashtable<String,T> m_Entries
stores the actual objects (name <-> object relation). -
m_HistoryEntrySelectionListeners
HashSet<AbstractNamedHistoryPanel.HistoryEntrySelectionListener> m_HistoryEntrySelectionListeners
the history entry selection listeners. -
m_HistoryEntryToolTipProvider
AbstractNamedHistoryPanel.HistoryEntryToolTipProvider<T> m_HistoryEntryToolTipProvider
the tool tip generator. -
m_List
BaseList m_List
the JList listing the history entries. -
m_ListModel
DefaultListModel m_ListModel
the underlying list model. -
m_ListModelFiltered
DefaultListModel m_ListModelFiltered
the filtered model. -
m_PanelList
BasePanel m_PanelList
the panel for the list. -
m_PanelListButtons
BasePanel m_PanelListButtons
the panel for the list buttons. -
m_PanelSearch
SearchPanel m_PanelSearch
the panel for searching the entry names. -
m_Payloads
Hashtable<String,Object> m_Payloads
stores the optional payloads (name <-> object relation). -
m_PopupCustomizer
AbstractNamedHistoryPanel.PopupCustomizer m_PopupCustomizer
an optional customizer for the popup on the JList. -
m_SearchRegexp
boolean m_SearchRegexp
whether the current search is using regular expressions. -
m_SearchString
String m_SearchString
the current search term.
-
-
Class adams.gui.core.AbstractNamedHistoryPanel.AbstractHistoryEntryFrame extends BaseFrame implements Serializable
- serialVersionUID:
- 2552148773749071235L
-
Serialized Fields
-
m_EntryName
String m_EntryName
the history entry name . -
m_EntryOwner
AbstractNamedHistoryPanel<T> m_EntryOwner
the history panel that opened this frame.
-
-
Class adams.gui.core.AbstractNamedHistoryPanel.HistoryEntrySelectionEvent extends EventObject implements Serializable
- serialVersionUID:
- 6402304240357916438L
-
Serialized Fields
-
m_Names
String[] m_Names
the names of the entries.
-
-
Class adams.gui.core.AbstractQuickSearchPanel extends BasePanel implements Serializable
- serialVersionUID:
- -9124265315754284681L
-
Serialized Fields
-
m_CancelListeners
Set<ChangeListener> m_CancelListeners
the cancel listeners (hitting ESC). -
m_ChangeListeners
Set<ChangeListener> m_ChangeListeners
the change listeners. -
m_DelayedAction
DelayedActionRunnable m_DelayedAction
for updating the search etc. -
m_ItemFilter
AbstractItemFilter m_ItemFilter
the filter to use. -
m_ListItems
SearchableBaseList m_ListItems
the flow editor for displaying the items. -
m_SelectionListeners
Set<ListSelectionListener> m_SelectionListeners
the selection listeners (double click or enter). -
m_TextSearch
BaseTextField m_TextSearch
the search panel.
-
-
Class adams.gui.core.AbstractRecentItemsHandler extends LoggingObject implements Serializable
- serialVersionUID:
- 7532226757387619342L
-
Serialized Fields
-
m_AddShortcuts
boolean m_AddShortcuts
whether to add keyboard shortcuts. -
m_IgnoreChanges
boolean m_IgnoreChanges
whether to ignore changes temporarily. -
m_Listeners
HashSet<RecentItemListener<M,T>> m_Listeners
the event listeners. -
m_MaxCount
int m_MaxCount
the maximum number of items to keep. -
m_Menu
M m_Menu
the menu to add the items as sub-items to. -
m_PropertiesFile
String m_PropertiesFile
the props file to use. -
m_PropertyPrefix
String m_PropertyPrefix
the prefix for the properties. -
m_RecentItems
List<T> m_RecentItems
the items.
-
-
Class adams.gui.core.AbstractSimpleScript extends AbstractBaseString implements Serializable
- serialVersionUID:
- 4309078655122480376L
-
Class adams.gui.core.AbstractTextAreaPanelWithAdvancedSyntaxHighlighting extends BasePanel implements Serializable
- serialVersionUID:
- -6446220610454192959L
-
Serialized Fields
-
m_ChangeListeners
HashSet<ChangeListener> m_ChangeListeners
the listeners for modification events. -
m_CurrentFile
File m_CurrentFile
the current file. -
m_IgnoreChanges
boolean m_IgnoreChanges
whether to ignore changes. -
m_LastFind
String m_LastFind
the last search string used. -
m_Modified
boolean m_Modified
whether the content was modified. -
m_ScrollPane
org.fife.ui.rtextarea.RTextScrollPane m_ScrollPane
the scroll pane. -
m_TextArea
org.fife.ui.rsyntaxtextarea.RSyntaxTextArea m_TextArea
the text area.
-
-
Class adams.gui.core.AbstractTextEditorPanelWithSimpleSyntaxHighlighting extends StyledTextEditorPanel implements Serializable
- serialVersionUID:
- 7416099580088156868L
-
Class adams.gui.core.AdjustableGridPanel extends BasePanel implements Serializable
- serialVersionUID:
- -4160391815317620105L
-
Serialized Fields
-
m_ButtonApply
BaseButton m_ButtonApply
the button for applying the dimensions. -
m_Columns
int m_Columns
the columns. -
m_Items
List<Component> m_Items
the items to display. -
m_PanelContent
JPanel m_PanelContent
the panel for the actual content. -
m_PanelControl
JPanel m_PanelControl
the panel with the dimensions. -
m_Rows
int m_Rows
the rows. -
m_SpinnerColumns
JSpinner m_SpinnerColumns
the spinner for the columns. -
m_SpinnerRows
JSpinner m_SpinnerRows
the spinner for the rows.
-
-
Class adams.gui.core.BaseButton extends JButton implements Serializable
- serialVersionUID:
- 443538647764642995L
-
Class adams.gui.core.BaseButtonWithDropDownMenu extends BaseButton implements Serializable
- serialVersionUID:
- 6616758688778479716L
-
Serialized Fields
-
m_Menu
JPopupMenu m_Menu
the menu to display (if not to generate automatically). -
m_MenuItems
List<JMenuItem> m_MenuItems
the menu items.
-
-
Class adams.gui.core.BaseCheckBox extends JCheckBox implements Serializable
- serialVersionUID:
- -9127780163796872854L
-
Class adams.gui.core.BaseColorTextField extends BasePanel implements Serializable
- serialVersionUID:
- -6624338080908941975L
-
Serialized Fields
-
m_Button
BaseFlatButton m_Button
the button for displaying the color and popping up the color picker dialog. -
m_TextField
BaseColorTextField.CustomColorTextField m_TextField
the actual text field.
-
-
Class adams.gui.core.BaseColorTextField.CustomColorTextField extends BaseObjectTextField<BaseColor> implements Serializable
- serialVersionUID:
- 2620268109385119824L
-
Class adams.gui.core.BaseComboBox extends JComboBox<E> implements Serializable
- serialVersionUID:
- -4382196370744637495L
-
Class adams.gui.core.BaseComboBoxModel extends DefaultComboBoxModel<E> implements Serializable
- serialVersionUID:
- -2804568752240468248L
-
Class adams.gui.core.BaseDialog extends JDialog implements Serializable
- serialVersionUID:
- 6155286585412623451L
-
Serialized Fields
-
m_AfterHideActions
Set<Runnable> m_AfterHideActions
the actions to execute after the dialog has been hidden. -
m_AfterShowActions
Set<Runnable> m_AfterShowActions
the actions to execute after the dialog has been made visible. -
m_BeforeHideActions
Set<Runnable> m_BeforeHideActions
the actions to execute before the dialog is hidden. -
m_BeforeShowActions
Set<Runnable> m_BeforeShowActions
the actions to execute before the dialog is made visible. -
m_DisposeCalled
boolean m_DisposeCalled
whether the dispose method has been called already manually. -
m_UISettingsApplied
boolean m_UISettingsApplied
whether UI settings were applied. -
m_UISettingsPrefix
String m_UISettingsPrefix
the UI settings prefix to use. -
m_UISettingsStored
boolean m_UISettingsStored
whether the UI settings got stored.
-
-
Class adams.gui.core.BaseEditorPane extends JEditorPane implements Serializable
- serialVersionUID:
- -468246726891443535L
-
Class adams.gui.core.BaseFlatButton extends BaseButton implements Serializable
- serialVersionUID:
- 443538647764642995L
-
Class adams.gui.core.BaseFlatButtonWithDropDownMenu extends BaseFlatButton implements Serializable
- serialVersionUID:
- 6616758688778479716L
-
Serialized Fields
-
m_Menu
JPopupMenu m_Menu
the menu to display (if not to generate automatically). -
m_MenuItems
List<JMenuItem> m_MenuItems
the menu items.
-
-
Class adams.gui.core.BaseFlatSplitButton extends BasePanel implements Serializable
-
Serialized Fields
-
m_ButtonMain
BaseFlatButton m_ButtonMain
the main button. -
m_ButtonMenu
BaseFlatButtonWithDropDownMenu m_ButtonMenu
the menu button.
-
-
-
Class adams.gui.core.BaseFrame extends JFrame implements Serializable
- serialVersionUID:
- -4853427519044621963L
-
Serialized Fields
-
m_MaximizationFixWindowListener
MaximizationFixWindowListener m_MaximizationFixWindowListener
the maximization fix listener. -
m_UISettingsApplied
boolean m_UISettingsApplied
whether UI settings were applied. -
m_UISettingsPrefix
String m_UISettingsPrefix
the UI settings prefix to use. -
m_UISettingsStored
boolean m_UISettingsStored
whether the UI settings got stored.
-
-
Class adams.gui.core.BaseHtmlEditorPane extends BaseEditorPane implements Serializable
- serialVersionUID:
- -468246726891443535L
-
Serialized Fields
-
m_DefaultHyperlinkListener
BrowserHelper.DefaultHyperlinkListener m_DefaultHyperlinkListener
the default hyperlink listener.
-
-
Class adams.gui.core.BaseList extends JList implements Serializable
- serialVersionUID:
- -3859605644790923061L
-
Serialized Fields
-
m_RemoveItemsListeners
HashSet<RemoveItemsListener> m_RemoveItemsListeners
the listeners for items to be removed.
-
-
Class adams.gui.core.BaseListWithButtons extends AbstractDoubleClickableComponentWithButtons<BaseList> implements Serializable
- serialVersionUID:
- 1935542795448084154L
-
Serialized Fields
-
m_CountModelListener
ListDataListener m_CountModelListener
the model listener for updating the counts.
-
-
Class adams.gui.core.BaseLogPanel extends BasePanel implements Serializable
-
Serialized Fields
-
m_ButtonClearLog
BaseButton m_ButtonClearLog
the button for clearing the log. -
m_ButtonCopyLog
BaseButton m_ButtonCopyLog
the button for copy the log. -
m_ButtonSaveLog
BaseButton m_ButtonSaveLog
the button for saving the log. -
m_FileChooser
BaseFileChooser m_FileChooser
the file chooser for saving the log. -
m_TextLog
BaseTextArea m_TextLog
the text area for the log.
-
-
-
Class adams.gui.core.BaseMenu extends JMenu implements Serializable
- serialVersionUID:
- -4652341738136722664L
-
Class adams.gui.core.BaseObjectTextField extends CheckedTextField implements Serializable
- serialVersionUID:
- -6624338080908941975L
-
Class adams.gui.core.BaseObjectTextField.BaseObjectCheckModel extends CheckedTextField.AbstractCheckModel implements Serializable
- serialVersionUID:
- -2579549735806129821L
-
Serialized Fields
-
m_Check
T extends BaseObject m_Check
the object used for the checks.
-
-
Class adams.gui.core.BasePanel extends JPanel implements Serializable
- serialVersionUID:
- -6780889707840400801L
-
Class adams.gui.core.BasePanelWithButtons extends BasePanel implements Serializable
- serialVersionUID:
- 2480939317042703826L
-
Serialized Fields
-
m_LayoutButtons
GridLayout m_LayoutButtons
the layout for the buttons. -
m_PanelButtons
JPanel m_PanelButtons
the panel containing the buttons.
-
-
Class adams.gui.core.BasePanelWithDatabaseConnection extends BasePanel implements Serializable
- serialVersionUID:
- 399941129570919254L
-
Serialized Fields
-
m_DatabaseConnection
AbstractDatabaseConnection m_DatabaseConnection
the database connection.
-
-
Class adams.gui.core.BasePasswordField extends JPasswordField implements Serializable
-
Serialized Fields
-
m_AnyChangeListeners
Set<ChangeListener> m_AnyChangeListeners
the listeners for any changes to the text. -
m_EchoChar
char m_EchoChar
the echo character in use. -
m_EchoCharChangeListeners
Set<ChangeListener> m_EchoCharChangeListeners
the listener for any changes to the echo char. -
m_ShowPopupMenu
boolean m_ShowPopupMenu
whether to show the popup menu.
-
-
-
Class adams.gui.core.BasePasswordFieldWithButton extends BasePanel implements Serializable
-
Serialized Fields
-
m_Button
BaseButton m_Button
the button for showing/hiding the password. -
m_Field
BasePasswordField m_Field
the password field.
-
-
-
Class adams.gui.core.BasePopupMenu extends JPopupMenu implements Serializable
- serialVersionUID:
- -2475983585897650618L
-
Class adams.gui.core.BaseScrollPane extends JScrollPane implements Serializable
- serialVersionUID:
- 256425097215624088L
-
Class adams.gui.core.BaseShortcut extends AbstractBaseString implements Serializable
- serialVersionUID:
- 1589904769256830344L
-
Class adams.gui.core.BaseSizeSequence extends SizeSequence implements Serializable
- serialVersionUID:
- 4086903170875698686L
-
Class adams.gui.core.BaseSplitButton extends BasePanel implements Serializable
-
Serialized Fields
-
m_ButtonMain
BaseButton m_ButtonMain
the main button. -
m_ButtonMenu
BaseButtonWithDropDownMenu m_ButtonMenu
the menu button.
-
-
-
Class adams.gui.core.BaseSplitPane extends JSplitPane implements Serializable
- serialVersionUID:
- -1785298915994980413L
-
Serialized Fields
-
m_DividerLocationBeforeHiding
Integer m_DividerLocationBeforeHiding
the divider location before hiding a component. -
m_HiddenBottomComponent
Component m_HiddenBottomComponent
the hidden bottom/right component. -
m_HiddenTopComponent
Component m_HiddenTopComponent
the hidden top/left component. -
m_SettingsClass
Class m_SettingsClass
the settings class for storing the divider location. -
m_SettingsProperty
String m_SettingsProperty
the settings property for storing the divider location.
-
-
Class adams.gui.core.BaseStatusBar extends BasePanel implements Serializable
- serialVersionUID:
- 4700122818727471957L
-
Serialized Fields
-
m_ClearTaskLeft
TimerTask m_ClearTaskLeft
the current timer for the left message. -
m_ClearTaskRight
TimerTask m_ClearTaskRight
the current timer for the right message. -
m_DialogSize
Dimension m_DialogSize
the default dimension for displaying the status. -
m_ExpiryTimeLeft
int m_ExpiryTimeLeft
the expiry time in seconds for clearing the left status automatically. -
m_ExpiryTimeRight
int m_ExpiryTimeRight
the expiry time in seconds for clearing the right status automatically. -
m_LabelStatusLeft
JLabel m_LabelStatusLeft
a label for displaying a status. -
m_LabelStatusRight
JLabel m_LabelStatusRight
the label for the right status. -
m_MouseListener
MouseListener m_MouseListener
a mouse listener for displaying the message in a dialog. -
m_PopupMenuCustomizer
BaseStatusBar.PopupMenuCustomizer m_PopupMenuCustomizer
the popup menu customizer to use. -
m_StatusDialogTitle
String m_StatusDialogTitle
the title for the status dialog. -
m_StatusLeft
String m_StatusLeft
the current status (left). -
m_StatusProcessor
BaseStatusBar.StatusProcessor m_StatusProcessor
for custom processing the status message before displaying it. -
m_StatusRight
String m_StatusRight
the current status (right). -
m_TimerLeft
Timer m_TimerLeft
the timer for the left message. -
m_TimerRight
Timer m_TimerRight
the timer for the right message.
-
-
Class adams.gui.core.BaseTabbedPane extends JTabbedPane implements Serializable
- serialVersionUID:
- 3893515959380608202L
-
Serialized Fields
-
m_CloseTabsWithMiddleMouseButton
boolean m_CloseTabsWithMiddleMouseButton
Allows the user to close tabs with the middle mouse button. -
m_DetachableTabs
boolean m_DetachableTabs
whether to make tabs detachable. -
m_MaxTabCloseUndo
int m_MaxTabCloseUndo
the maximum number of tabs to keep for undo. -
m_MaxTitleLength
int m_MaxTitleLength
the maximum length in chars for titles before getting shortened. -
m_MiddleMouseButtonCloseApprover
BaseTabbedPane.MiddleMouseButtonCloseApprover m_MiddleMouseButtonCloseApprover
the approver for the middle mouse button. -
m_PromptUserWhenClosingTab
boolean m_PromptUserWhenClosingTab
whether to prompt user when closing a tab. -
m_ShowCloseTabButton
boolean m_ShowCloseTabButton
whether to show a "close tab" button. -
m_SkipTabUndo
boolean m_SkipTabUndo
whether to skip tab undo. -
m_TabChangeListeners
Set<ChangeListener> m_TabChangeListeners
the listeners for tab changes. -
m_TabClosedListeners
Set<TabClosedListener> m_TabClosedListeners
the listeners for tabs being closed.
-
-
Class adams.gui.core.BaseTabbedPane.TabUndoList extends ArrayList<BaseTabbedPane.TabUndo> implements Serializable
- serialVersionUID:
- 5710141119325238633L
-
Class adams.gui.core.BaseTabbedPaneWithTabHiding extends BaseTabbedPane implements Serializable
- serialVersionUID:
- 3893515959380608202L
-
Serialized Fields
-
m_HiddenPages
Hashtable<Component,BaseTabbedPaneWithTabHiding.PageBackup<Component>> m_HiddenPages
for storing the hidden tabs. -
m_TabVisibilityChangeListeners
HashSet<TabVisibilityChangeListener> m_TabVisibilityChangeListeners
the listeners for tab visibility changes.
-
-
Class adams.gui.core.BaseTabbedPaneWithTabHiding.PageBackup extends Object implements Serializable
- serialVersionUID:
- -8446679315630104192L
-
Class adams.gui.core.BaseTable extends JTable implements Serializable
- serialVersionUID:
- -2360462659067336490L
-
Serialized Fields
-
m_CellPopupMenuListeners
HashSet<PopupMenuListener> m_CellPopupMenuListeners
the popup menu listeners for the cells. -
m_ColumnWidthApproach
BaseTable.ColumnWidthApproach m_ColumnWidthApproach
whether to automatically set optimal column widths. -
m_FileChooser
SpreadSheetFileChooser m_FileChooser
the file chooser for saving the spreadsheet. -
m_HeaderPopupMenuListeners
HashSet<PopupMenuListener> m_HeaderPopupMenuListeners
the popup menu listeners for the header row. -
m_MaxColumnOptimalColumnWidthCalc
int m_MaxColumnOptimalColumnWidthCalc
the maximum number of columns for optimal column width calculation. -
m_MaxColumnOptimalHeaderWidthCalc
int m_MaxColumnOptimalHeaderWidthCalc
the maximum number of columns for optimal header width calculation. -
m_RemoveItemsListeners
HashSet<RemoveItemsListener> m_RemoveItemsListeners
the listeners for items to be removed. -
m_ShowSimpleCellPopupMenu
boolean m_ShowSimpleCellPopupMenu
whether to show a simple cell popup menu. -
m_ShowSimpleHeaderPopupMenu
boolean m_ShowSimpleHeaderPopupMenu
whether to show a simple header popup menu. -
m_SimpleCellPopupMenuListener
PopupMenuListener m_SimpleCellPopupMenuListener
the simple cell popup menu listener. -
m_SimpleHeaderPopupMenuListener
PopupMenuListener m_SimpleHeaderPopupMenuListener
the simple header popup menu listener. -
m_TableHelper
JTableHelper m_TableHelper
for setting the optimal column width. -
m_TooManyColumnsDefaultWidth
int m_TooManyColumnsDefaultWidth
the column width to use when too many columns present.
-
-
Class adams.gui.core.BaseTableWithButtons extends AbstractDoubleClickableComponentWithButtons<BaseTable> implements Serializable
- serialVersionUID:
- 1935542795448084154L
-
Serialized Fields
-
m_CountModelListener
TableModelListener m_CountModelListener
the model listener for updating the counts.
-
-
Class adams.gui.core.BaseTextArea extends JTextArea implements Serializable
- serialVersionUID:
- 7970608693979989912L
-
Serialized Fields
-
m_AnyChangeListeners
Set<ChangeListener> m_AnyChangeListeners
the listeners for any changes to the text.
-
-
Class adams.gui.core.BaseTextAreaWithButtons extends AbstractComponentWithButtons<BaseTextArea> implements Serializable
- serialVersionUID:
- 1935542795448084154L
-
Class adams.gui.core.BaseTextField extends JTextField implements Serializable
- serialVersionUID:
- 1849599255714467739L
-
Serialized Fields
-
m_AnyChangeListeners
Set<ChangeListener> m_AnyChangeListeners
the listeners for any changes to the text.
-
-
Class adams.gui.core.BaseTextPane extends JTextPane implements Serializable
- serialVersionUID:
- 5053144101104728014L
-
Serialized Fields
-
m_AnyChangeListeners
Set<ChangeListener> m_AnyChangeListeners
the listeners for any changes to the text.
-
-
Class adams.gui.core.BaseTextPaneWithButtons extends AbstractComponentWithButtons<BaseTextPaneWithWordWrap> implements Serializable
- serialVersionUID:
- -8562372761976614736L
-
Class adams.gui.core.BaseTextPaneWithWordWrap extends BasePanel implements Serializable
- serialVersionUID:
- 1382187615423454310L
-
Serialized Fields
-
m_PanelWrapper
JPanel m_PanelWrapper
the wrapper panel. -
m_ScrollPane
BaseScrollPane m_ScrollPane
the scroll pane. -
m_TextPane
BaseTextPane m_TextPane
the wrapped text pane. -
m_WordWrap
boolean m_WordWrap
whether wordwrap is on.
-
-
Class adams.gui.core.BaseToggleButton extends JToggleButton implements Serializable
- serialVersionUID:
- 443538647764642995L
-
Class adams.gui.core.BaseTree extends JTree implements Serializable
- serialVersionUID:
- 7574481276254738172L
-
Class adams.gui.core.BaseTreeNode extends DefaultMutableTreeNode implements Serializable
- serialVersionUID:
- 4553408733581911316L
-
Class adams.gui.core.BaseWindow extends JWindow implements Serializable
- serialVersionUID:
- 6176039693692479862L
-
Serialized Fields
-
m_Logger
Logger m_Logger
the logger.
-
-
Class adams.gui.core.BooleanExpressionEditorPanel extends AbstractTextEditorPanelWithSimpleSyntaxHighlighting implements Serializable
- serialVersionUID:
- -6311158717675828816L
-
Class adams.gui.core.BufferHistoryPanel extends AbstractNamedHistoryPanel<StringBuilder> implements Serializable
- serialVersionUID:
- 1704390033157269580L
-
Serialized Fields
-
m_CaretAtStart
boolean m_CaretAtStart
whether to position the caret at beginning instead of end. -
m_Frames
Hashtable<String,BufferHistoryPanel.BufferFrame> m_Frames
the frames that are being displayed. -
m_LineWrap
boolean m_LineWrap
use line wrap. -
m_TextArea
BaseTextArea m_TextArea
the text area to display the result in. -
m_WrapStyleWord
boolean m_WrapStyleWord
use word wrap style.
-
-
Class adams.gui.core.BufferHistoryPanel.BufferFrame extends AbstractNamedHistoryPanel.AbstractHistoryEntryFrame<StringBuilder> implements Serializable
- serialVersionUID:
- 2552148773749071235L
-
Serialized Fields
-
m_TextArea
BaseTextArea m_TextArea
the text area to display the StringBuilder in.
-
-
Class adams.gui.core.ButtonTabComponent extends JPanel implements Serializable
- serialVersionUID:
- -6719514041129909013L
-
Serialized Fields
-
m_Button
BaseButton m_Button
-
m_Label
JLabel m_Label
-
m_ShowIcon
boolean m_ShowIcon
whether to show the icon. -
pane
JTabbedPane pane
-
-
Class adams.gui.core.ButtonTabComponent.TabButton extends BaseButton implements Serializable
- serialVersionUID:
- 1628783933894855989L
-
Class adams.gui.core.CheckableTableModel extends AbstractBaseTableModel implements Serializable
- serialVersionUID:
- -9169425499326950832L
-
Serialized Fields
-
m_CheckColName
String m_CheckColName
the name for the "check" column. -
m_Model
T extends TableModel m_Model
the wrapped table model. -
m_Selected
boolean[] m_Selected
whether a row got checked.
-
-
Class adams.gui.core.CheckedTextField extends BaseTextField implements Serializable
- serialVersionUID:
- -1011286612484850433L
-
Serialized Fields
-
m_CheckModel
CheckedTextField.AbstractCheckModel m_CheckModel
the checkmodel in use. -
m_DefaultForeground
Color m_DefaultForeground
the default foreground color. -
m_IgnoreUpdates
boolean m_IgnoreUpdates
whether to ignore updates to the text.
-
-
Class adams.gui.core.CheckedTextField.AbstractCheckModel extends Object implements Serializable
- serialVersionUID:
- -8150917807970079198L
-
Serialized Fields
-
m_DefaultValue
String m_DefaultValue
the default text.
-
-
Class adams.gui.core.CheckedTextField.StringCheckModel extends CheckedTextField.AbstractCheckModel implements Serializable
- serialVersionUID:
- 451762705522167701L
-
Class adams.gui.core.ClassQuickSearchPanel extends AbstractQuickSearchPanel implements Serializable
- serialVersionUID:
- -8297241550756579552L
-
Class adams.gui.core.ConsolePanel extends BasePanel implements Serializable
- serialVersionUID:
- -2339480199106797838L
-
Serialized Fields
-
m_Listeners
HashSet<ConsolePanelListener> m_Listeners
the listeners. -
m_Log
PlaceholderFile m_Log
the name of the log file. -
m_MenuBar
JMenuBar m_MenuBar
the menu bar. -
m_MenuItemClear
JMenuItem m_MenuItemClear
the clear item. -
m_MenuItemClearAll
JMenuItem m_MenuItemClearAll
the clear all item. -
m_MenuItemCopy
JMenuItem m_MenuItemCopy
the copy item. -
m_MenuItemExit
JMenuItem m_MenuItemExit
the close item. -
m_MenuItemFind
JMenuItem m_MenuItemFind
the find item. -
m_MenuItemFindNext
JMenuItem m_MenuItemFindNext
the find next item. -
m_MenuItemSaveAs
JMenuItem m_MenuItemSaveAs
the save as item. -
m_PanelAll
ConsolePanel.OutputPanel m_PanelAll
the ALL panel. -
m_PanelError
ConsolePanel.OutputPanel m_PanelError
the error panel. -
m_TabbedPane
BaseTabbedPane m_TabbedPane
the tabbed pane for the various outputs.
-
-
Class adams.gui.core.ConsolePanel.OutputPanel extends BasePanel implements Serializable
- serialVersionUID:
- 8547336176163250862L
-
Serialized Fields
-
m_ButtonClear
BaseButton m_ButtonClear
the button for clearing the output. -
m_ButtonEnabledDisable
BaseButton m_ButtonEnabledDisable
the button for enabling/disabling the output. -
m_LevelAttributeSets
HashMap<LoggingLevel,AttributeSet> m_LevelAttributeSets
the level/color association. -
m_OutputEnabled
boolean m_OutputEnabled
whether output is enabled. -
m_SpinnerMaxLines
JSpinner m_SpinnerMaxLines
the spinner for the maximum number of lines. -
m_TextArea
StyledTextEditorPanel m_TextArea
the text area for the output. -
m_Title
String m_Title
the title of the panel.
-
-
Class adams.gui.core.CustomColorImageIcon extends ImageIcon implements Serializable
-
Class adams.gui.core.DateTextField extends CheckedTextField implements Serializable
- serialVersionUID:
- 662410175911423633L
-
Class adams.gui.core.DateTextField.DateCheckModel extends CheckedTextField.AbstractCheckModel implements Serializable
- serialVersionUID:
- -2579549735806129821L
-
Serialized Fields
-
m_Format
String m_Format
the format in use.
-
-
Class adams.gui.core.DefaultTextAreaPanelWithAdvancedSyntaxHighlighting extends AbstractTextAreaPanelWithAdvancedSyntaxHighlighting implements Serializable
- serialVersionUID:
- -7436330527814666077L
-
Class adams.gui.core.DelayedActionRunnable extends RunnableWithLogging implements Serializable
- serialVersionUID:
- 7479660819444650932L
-
Serialized Fields
-
m_Action
DelayedActionRunnable.AbstractAction m_Action
the action to execute. -
m_Decrement
int m_Decrement
the increment for counting down. -
m_Delay
int m_Delay
the delay in msec. -
m_Remaining
int m_Remaining
the remaining delay.
-
-
Class adams.gui.core.DescriptionPanel extends BasePanel implements Serializable
- serialVersionUID:
- -8706194264102837649L
-
Serialized Fields
-
m_ScrollPaneDescription
BaseScrollPane m_ScrollPaneDescription
the scroll pane for the description. -
m_TextDescription
BaseTextPane m_TextDescription
the description of the page.
-
-
Class adams.gui.core.DetachablePanel extends BasePanel implements Serializable
- serialVersionUID:
- -2818808520522758309L
-
Serialized Fields
-
m_ButtonReattach
BaseButton m_ButtonReattach
the button for reattaching. -
m_ContentPanel
BasePanel m_ContentPanel
the content panel. -
m_DetachedFrame
BaseFrame m_DetachedFrame
the frame for detaching the component. -
m_DetachListeners
Set<ChangeListener> m_DetachListeners
the detach listeners. -
m_FrameTitle
String m_FrameTitle
the frame title to use. -
m_LastFramePosition
Point m_LastFramePosition
the last position of the frame. -
m_LastFrameSize
Dimension m_LastFrameSize
the last size of the frame. -
m_PanelReattach
BasePanel m_PanelReattach
the panel with a "reattach" frame. -
m_PopupMenuCustomizer
PopupMenuCustomizer<DetachablePanel> m_PopupMenuCustomizer
the optional popup menu customizer. -
m_ReattachListeners
Set<ChangeListener> m_ReattachListeners
the reattach listeners.
-
-
Class adams.gui.core.DragAndDropTabbedPane extends BaseTabbedPane implements Serializable
- serialVersionUID:
- 4341372770299945895L
-
Serialized Fields
-
m_DragTabIndex
int m_DragTabIndex
-
m_GlassPane
DragAndDropTabbedPane.GhostGlassPane m_GlassPane
-
m_HasGhost
boolean m_HasGhost
-
m_IsPaintScrollArea
boolean m_IsPaintScrollArea
-
m_LineColor
Color m_LineColor
-
m_LineRect
Rectangle m_LineRect
-
m_MovingTab
boolean m_MovingTab
whether the tab is being moved.
-
-
Class adams.gui.core.DragAndDropTabbedPane.GhostGlassPane extends JPanel implements Serializable
- serialVersionUID:
- -1731274272252890281L
-
Serialized Fields
-
m_Composite
AlphaComposite m_Composite
-
m_DraggingGhost
BufferedImage m_DraggingGhost
-
m_Location
Point m_Location
-
-
Class adams.gui.core.DragAndDropTree extends BaseTree implements Serializable
- serialVersionUID:
- 9095408256996103054L
-
Serialized Fields
-
m_ColorCueLine
Color m_ColorCueLine
The color of the line hinting whether the node is dropped. -
m_CueLineExtension
int m_CueLineExtension
the amount of pixels for the cue line to extend further out. -
m_DragSource
DragSource m_DragSource
manages the drag source. -
m_DropTarget
DropTarget m_DropTarget
manages the drop target. -
m_ExpansionDelay
int m_ExpansionDelay
the time in msecs before expanding a node during drag'n'drop. -
m_ExpansionExecutor
ScheduledExecutorService m_ExpansionExecutor
used for expanding nodes during drag'n'drop. -
m_NodeDroppedListeners
HashSet<NodeDroppedListener> m_NodeDroppedListeners
the listeners for node-drop events. -
m_Offset
Point m_Offset
the offset for the "ghost" image. -
m_RectCueLine
Rectangle2D m_RectCueLine
The rectangle for the line hinting where to drop the node. -
m_SourceNode
BaseTreeNode[] m_SourceNode
the source node of the d'n'd.
-
-
Class adams.gui.core.DragAndDropTreeNodeCollection extends Object implements Serializable
- serialVersionUID:
- -7713547721629308103L
-
Serialized Fields
-
m_Nodes
ArrayList<N extends BaseTreeNode> m_Nodes
the nodes.
-
-
Class adams.gui.core.ErrorMessagePanel extends BasePanel implements Serializable
- serialVersionUID:
- -5725086584842991503L
-
Serialized Fields
-
m_CheckBoxConsole
BaseCheckBox m_CheckBoxConsole
the checkbox for including the console output. -
m_ErrorMessage
String m_ErrorMessage
the error message itself. -
m_PanelBottom
BasePanel m_PanelBottom
the bottom panel withBorderLayout
. -
m_TextPanel
TextPanel m_TextPanel
the text panel for displaying the error.
-
-
Class adams.gui.core.ExtensionFileFilter extends FileFilter implements Serializable
- serialVersionUID:
- -2053536869521888824L
-
Class adams.gui.core.FileListWithButtons extends BaseListWithButtons implements Serializable
- serialVersionUID:
- 4722609868753213745L
-
Serialized Fields
-
m_ButtonAdd
BaseButton m_ButtonAdd
the button for adding a file. -
m_ButtonMoveDown
BaseButton m_ButtonMoveDown
the button for moving an entry down. -
m_ButtonMoveUp
BaseButton m_ButtonMoveUp
the button for moving an entry up. -
m_ButtonRemove
BaseButton m_ButtonRemove
the button for removing file(s). -
m_ButtonRemoveAll
BaseButton m_ButtonRemoveAll
the button for removing all files. -
m_FileChooser
BaseFileChooser m_FileChooser
the file chooser for selecting files.
-
-
Class adams.gui.core.FilePanel extends BasePanel implements Serializable
- serialVersionUID:
- -3704016792074293012L
-
Serialized Fields
-
m_Comparator
FileObjectComparator m_Comparator
the comparator. -
m_DirectoryChangeListeners
Set<ChangeListener> m_DirectoryChangeListeners
the listeners for when the directory gets updated. -
m_FileDoubleClickListeners
Set<FilePanel.FileDoubleClickListener> m_FileDoubleClickListeners
the double click listener for a file. -
m_Files
List<FileObject> m_Files
the currently listed files. -
m_FilesChangeListeners
Set<ChangeListener> m_FilesChangeListeners
the listeners for when the files get updated. -
m_FocusAdapter
FocusAdapter m_FocusAdapter
the focus adapter. -
m_IgnoreChanges
boolean m_IgnoreChanges
whether to ignore changes. -
m_KeyAdapter
KeyAdapter m_KeyAdapter
the key adapter. -
m_List
SearchableBaseList m_List
the List for the non-detailed view. -
m_Lister
DirectoryLister m_Lister
for listing the content of the directory. -
m_MouseAdapter
MouseAdapter m_MouseAdapter
the mouse adapter. -
m_MultiSelection
boolean m_MultiSelection
whether to allow multiple files to be selected. -
m_PanelSearch
SearchPanel m_PanelSearch
the search panel. -
m_SelectionChangeListeners
Set<ChangeListener> m_SelectionChangeListeners
the listeners for when the selection changes. -
m_ShowDetails
Boolean m_ShowDetails
whether to show details on the files. -
m_ShowHidden
boolean m_ShowHidden
whether to show hidden files. -
m_Table
SortableAndSearchableTable m_Table
the table for the detailed view. -
m_Worker
SwingWorker m_Worker
the currently running swingworker.
-
-
Class adams.gui.core.FilePanel.FileDoubleClickEvent extends EventObject implements Serializable
- serialVersionUID:
- 6602862166542558303L
-
Serialized Fields
-
m_File
FileObject m_File
the file that got double clicked.
-
-
Class adams.gui.core.FileWrapperListModel extends AbstractListModel<String> implements Serializable
- serialVersionUID:
- -5631974196097641601L
-
Serialized Fields
-
m_Files
List<FileObject> m_Files
the files. -
m_ShowParentDirs
boolean m_ShowParentDirs
whether to show parent dirs.
-
-
Class adams.gui.core.FileWrapperTableModel extends AbstractBaseTableModel implements Serializable
- serialVersionUID:
- -4874766549376555318L
-
Serialized Fields
-
m_DateFormat
DateFormat m_DateFormat
the date formatter. -
m_Files
List<FileObject> m_Files
the files. -
m_ShowParentDirs
boolean m_ShowParentDirs
whether to show parent dirs.
-
-
Class adams.gui.core.FilterPanel extends BasePanel implements Serializable
- serialVersionUID:
- 7310268615807229210L
-
Serialized Fields
-
m_ChangeListeners
Set<ChangeListener> m_ChangeListeners
the filter listeners. -
m_LabelFilter
JLabel m_LabelFilter
the label for the filter. -
m_LabelFilterClear
JLabel m_LabelFilterClear
the icon for clearing the text field. -
m_Layout
int m_Layout
the type of layout to use. -
m_TextColumns
int m_TextColumns
the text width in columns -
m_TextFilter
BaseTextField m_TextFilter
the edit field for the filter.
-
-
Class adams.gui.core.GroovySyntaxEditorPanel extends AbstractTextAreaPanelWithAdvancedSyntaxHighlighting implements Serializable
- serialVersionUID:
- -6311158717675828816L
-
Class adams.gui.core.GUIHelper.AbstractInputPanel extends BasePanel implements Serializable
-
Serialized Fields
-
m_Icon
String m_Icon
the icon.
-
-
-
Class adams.gui.core.GUIHelper.DialogCommunication extends Object implements Serializable
- serialVersionUID:
- -7319896279709161892L
-
Serialized Fields
-
m_CloseDialogRequested
boolean m_CloseDialogRequested
whether the dialog should get closed.
-
-
Class adams.gui.core.GUIHelper.InputPanelWithButtons extends GUIHelper.AbstractInputPanel implements Serializable
-
Serialized Fields
-
m_Buttons
List<BaseButton> m_Buttons
the buttons. -
m_LabelMessage
JLabel m_LabelMessage
the label for the message. -
m_PanelButtons
JPanel m_PanelButtons
the panel with the buttons. -
m_Value
String m_Value
the selected value.
-
-
-
Class adams.gui.core.GUIHelper.InputPanelWithComboBox extends GUIHelper.AbstractInputPanel implements Serializable
-
Serialized Fields
-
m_ComboBox
BaseComboBox<String> m_ComboBox
the combobox. -
m_LabelMessage
JLabel m_LabelMessage
the label for the message.
-
-
-
Class adams.gui.core.GUIHelper.InputPanelWithTextArea extends GUIHelper.AbstractInputPanel implements Serializable
-
Serialized Fields
-
m_LabelMessage
JLabel m_LabelMessage
the label for the message. -
m_TextArea
BaseTextArea m_TextArea
the text area.
-
-
-
Class adams.gui.core.GUIPrompt extends LoggingObject implements Serializable
- serialVersionUID:
- 8900171025794575993L
-
Serialized Fields
-
m_Properties
Properties m_Properties
the properties.
-
-
Class adams.gui.core.IndexTextField extends CheckedTextField implements Serializable
- serialVersionUID:
- -6624338080908941975L
-
Class adams.gui.core.IndexTextField.IndexCheckModel extends CheckedTextField.AbstractCheckModel implements Serializable
- serialVersionUID:
- -2579549735806129821L
-
Class adams.gui.core.JComponentList extends JList implements Serializable
- serialVersionUID:
- -5162054751544750195L
-
Serialized Fields
-
m_Self
JComponentList m_Self
the list itself.
-
-
Class adams.gui.core.JComponentList.CheckBoxListItem extends BaseCheckBox implements Serializable
- serialVersionUID:
- -5615085802034434150L
-
Serialized Fields
-
m_Disabled
HashSet<JComponentList.CheckBoxListItem.Actions> m_Disabled
contains the disabled actions. -
m_Display
Hashtable<JComponentList.CheckBoxListItem.Actions,String> m_Display
contains overrides for the display string per action. -
m_List
JComponentList m_List
the list this item belongs to.
-
-
Class adams.gui.core.JComponentList.JComponentListModel extends DefaultListModel implements Serializable
- serialVersionUID:
- 962859537727414215L
-
Class adams.gui.core.JComponentList.LabelListItem extends JLabel implements Serializable
- serialVersionUID:
- -1281892849183281829L
-
Serialized Fields
-
m_Disabled
HashSet<JComponentList.LabelListItem.Actions> m_Disabled
contains the disabled actions. -
m_Display
Hashtable<JComponentList.LabelListItem.Actions,String> m_Display
contains overrides for the display string per action. -
m_List
JComponentList m_List
the list this item belongs to.
-
-
Class adams.gui.core.JComponentList.ListCellRenderer extends DefaultListCellRenderer implements Serializable
- serialVersionUID:
- -5578231619307079271L
-
Class adams.gui.core.KeyValuePairTableModel extends AbstractBaseTableModel implements Serializable
- serialVersionUID:
- -8212085458244592181L
-
Class adams.gui.core.LazyExpansionTreeNode extends BaseTreeNode implements Serializable
- serialVersionUID:
- -3931549349098523711L
-
Serialized Fields
-
m_ExpansionOccurred
boolean m_ExpansionOccurred
whether the tree node has been expanded before.
-
-
Class adams.gui.core.LookUpUpdateEditorPanel extends AbstractTextEditorPanelWithSimpleSyntaxHighlighting implements Serializable
- serialVersionUID:
- -3179672756270528025L
-
Class adams.gui.core.MapTableModel extends KeyValuePairTableModel implements Serializable
- serialVersionUID:
- -8212085458244592181L
-
Serialized Fields
-
m_TypeValue
Class m_TypeValue
the type of the value column.
-
-
Class adams.gui.core.MathematicalExpressionEditorPanel extends AbstractTextEditorPanelWithSimpleSyntaxHighlighting implements Serializable
- serialVersionUID:
- -6311158717675828816L
-
Class adams.gui.core.MemoryMonitorPanel extends BasePanel implements Serializable
- serialVersionUID:
- 649755316726537053L
-
Serialized Fields
-
m_Counter
NamedCounter m_Counter
for keeping track of the tokens. -
m_Divisor
double m_Divisor
the divisor for the bytes. -
m_Interval
int m_Interval
the interval for refresh (in msec). -
m_Memory
MemoryMXBean m_Memory
the memory MX bean. -
m_Monitor
Runnable m_Monitor
performs the actual monitoring. -
m_PlotPanel
SequencePlotterPanel m_PlotPanel
for plotting the data. -
m_PostProcessor
AbstractSequencePostProcessor m_PostProcessor
the post-processor. -
m_Running
boolean m_Running
whether the monitoring is running.
-
-
Class adams.gui.core.MultiPagePane extends BasePanel implements Serializable
- serialVersionUID:
- -2108092957035381345L
-
Serialized Fields
-
m_ButtonAction
BaseSplitButton m_ButtonAction
the action button. -
m_ButtonDown
BaseFlatButton m_ButtonDown
the move down button. -
m_ButtonRemove
BaseFlatButton m_ButtonRemove
the remove button. -
m_ButtonRemoveAll
BaseFlatButton m_ButtonRemoveAll
the remove all button. -
m_ButtonUndo
BaseFlatButton m_ButtonUndo
the undo button. -
m_ButtonUp
BaseFlatButton m_ButtonUp
the move up button. -
m_ChangeListeners
HashSet<ChangeListener> m_ChangeListeners
the listeners when pages get selected. -
m_IgnoreUpdates
boolean m_IgnoreUpdates
whether to ignore updates. -
m_LeftPanel
BasePanel m_LeftPanel
the panel with the list and buttons. -
m_MaxPageCloseUndo
int m_MaxPageCloseUndo
the maximum number of tabs to keep for undo. -
m_PageCloseApprover
MultiPagePane.PageCloseApprover m_PageCloseApprover
for approving page closing. -
m_PageList
BaseList m_PageList
the page list. -
m_PageListModel
DefaultListModel<MultiPagePane.PageContainer> m_PageListModel
the list model. -
m_PanelContent
BasePanel m_PanelContent
the content pane for the pages. -
m_PanelListButtons
BasePanel m_PanelListButtons
the panel for the list buttons. -
m_PopupCustomizer
MultiPagePane.PopupCustomizer m_PopupCustomizer
an optional customizer for the popup on the JList. -
m_ReadOnly
boolean m_ReadOnly
whether the page list is readonly. -
m_SkipPageUndo
boolean m_SkipPageUndo
whether to skip tab undo. -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane. -
m_ToolTipCustomizer
MultiPagePane.ToolTipCustomizer m_ToolTipCustomizer
an optional customizer for the tooltips of the JList.
-
-
Class adams.gui.core.MultiPagePane.DetachablePage extends DetachablePanel implements Serializable
- serialVersionUID:
- 1968992223273451733L
-
Serialized Fields
-
m_Component
Component m_Component
the component to wrap.
-
-
Class adams.gui.core.MultiPagePane.PageContainer extends Object implements Serializable
- serialVersionUID:
- -7918640108273902031L
-
Serialized Fields
-
m_DetachablePage
MultiPagePane.DetachablePage m_DetachablePage
the detachable panel. -
m_Icon
ImageIcon m_Icon
the current icon (can be null). -
m_MetaData
Map<String,Object> m_MetaData
for storing meta-data. -
m_Page
Component m_Page
the page. -
m_RemovalAllowed
boolean m_RemovalAllowed
whether this page can be removed, even if readonly. -
m_Title
String m_Title
the title.
-
-
Class adams.gui.core.MultiPagePane.TitleRenderer extends DefaultListCellRenderer implements Serializable
- serialVersionUID:
- 662711521384106051L
-
Serialized Fields
-
m_BorderFocused
Border m_BorderFocused
the border for focused. -
m_BorderNoFocus
Border m_BorderNoFocus
the border for no focus. -
m_Owner
MultiPagePane m_Owner
the owner.
-
-
Class adams.gui.core.NumberTextField extends CheckedTextField implements Serializable
- serialVersionUID:
- -2752548576627240791L
-
Class adams.gui.core.NumberTextField.BoundedNumberCheckModel extends NumberTextField.NumberCheckModel implements Serializable
- serialVersionUID:
- -6009963184478082822L
-
Class adams.gui.core.NumberTextField.NumberCheckModel extends CheckedTextField.AbstractCheckModel implements Serializable
- serialVersionUID:
- -6009963184478082822L
-
Serialized Fields
-
m_Type
NumberTextField.Type m_Type
the type of numbers to handle.
-
-
Class adams.gui.core.OneTouchPanel extends BasePanel implements Serializable
- serialVersionUID:
- 1075582220201234307L
-
Serialized Fields
-
m_ButtonVisibility
BaseButton m_ButtonVisibility
the button for hiding/showing the content. -
m_IconHidden
String m_IconHidden
the icon when the content is hidden. -
m_IconVisible
String m_IconVisible
the icon when the content is visible. -
m_Location
OneTouchPanel.Location m_Location
the location of the button when hidden. -
m_PanelContent
BasePanel m_PanelContent
the panel for adding the actual content. -
m_ToolTipHidden
String m_ToolTipHidden
the tooltip when hidden. -
m_ToolTipVisible
String m_ToolTipVisible
the tooltip when open.
-
-
Class adams.gui.core.ParameterPanel extends BasePanel implements Serializable
- serialVersionUID:
- 7164103981772081436L
-
Serialized Fields
-
m_ActionListener
ActionListener m_ActionListener
the action listener. -
m_ActualParameters
List<Component> m_ActualParameters
the actual parameters. -
m_ChangeListeners
Set<ChangeListener> m_ChangeListeners
the change listeners. -
m_CheckBoxes
List<BaseCheckBox> m_CheckBoxes
the check boxes. -
m_DocumentListener
DocumentListener m_DocumentListener
the document listener. -
m_GapHorizontal
int m_GapHorizontal
the horizontal gap. -
m_GapVertical
int m_GapVertical
the vertical gap. -
m_Labels
List<JLabel> m_Labels
the labels. -
m_MinDimensionJComboBox
Dimension m_MinDimensionJComboBox
the minimum dimensions for BaseComboBox components. -
m_Parameters
List<Component> m_Parameters
the parameters. -
m_PreferredDimensionJSpinner
Dimension m_PreferredDimensionJSpinner
the preferred dimensions for JSpinner components. -
m_PropertyChangeListener
PropertyChangeListener m_PropertyChangeListener
the property change listener. -
m_UseCheckBoxes
boolean m_UseCheckBoxes
whether to use checkboxes. -
m_UseMnemonicIndicators
boolean m_UseMnemonicIndicators
whether to use mnemonic indicators (_ precedes the mnemonic letter).
-
-
Class adams.gui.core.ParameterPanelWithButtons extends BasePanelWithButtons implements Serializable
- serialVersionUID:
- 2480939317042703826L
-
Serialized Fields
-
m_PanelParameters
ParameterPanel m_PanelParameters
the parameter panel.
-
-
Class adams.gui.core.Point2DComparator extends Object implements Serializable
- serialVersionUID:
- -5536677097973106152L
-
Serialized Fields
-
m_Ascending
boolean m_Ascending
whether to compare ascending or descending. -
m_UseOnlyX
boolean m_UseOnlyX
whether to only use X for comparison.
-
-
Class adams.gui.core.PropertiesParameterPanel extends BasePanel implements Serializable
- serialVersionUID:
- -822178750857036833L
-
Serialized Fields
-
m_ActualPropertyTypes
Map<String,PropertiesParameterPanel.PropertyType> m_ActualPropertyTypes
the actual property/property type relation. -
m_ArrayClass
Map<String,Class> m_ArrayClass
the property/arrayclass relation. -
m_ArraySeparator
Map<String,String> m_ArraySeparator
the property/arrayseparator relation. -
m_ButtonLoad
BaseButton m_ButtonLoad
the load props button. -
m_ButtonSave
BaseButton m_ButtonSave
the save props button. -
m_Choosers
Map<String,AbstractChooserPanel> m_Choosers
the property/chooser relation. -
m_Component
Map<String,Component> m_Component
the property/component relation. -
m_DefaultSQLDimension
Dimension m_DefaultSQLDimension
the default size for SQL fields. -
m_Enums
Map<String,Class> m_Enums
the property/enum relation. -
m_FileChooser
BaseFileChooser m_FileChooser
the filechooser for loading/saving properties. -
m_Help
Map<String,String> m_Help
the property/help relation. -
m_Identifiers
List<String> m_Identifiers
the identifiers of the property. -
m_Label
Map<String,String> m_Label
the property/label relation. -
m_ListDefaults
Map<String,String> m_ListDefaults
the property/list default relation. -
m_Lists
Map<String,String[]> m_Lists
the property/lists relation. -
m_Order
List<String> m_Order
the custom order for the properties. -
m_PanelButtons
JPanel m_PanelButtons
the panel for the buttons. -
m_PanelProperties
ParameterPanel m_PanelProperties
the panel for the properties. -
m_PropertyHints
Map<String,Set<PropertiesParameterPanel.PropertyHint>> m_PropertyHints
the property/hints relation. -
m_PropertyTypes
Map<String,PropertiesParameterPanel.PropertyType> m_PropertyTypes
the property/property type relation. -
m_RegExp
Map<String,BaseRegExp> m_RegExp
the property/regexp relation.
-
-
Class adams.gui.core.PropertiesTableModel extends KeyValuePairTableModel implements Serializable
- serialVersionUID:
- -7651644993347866043L
-
Class adams.gui.core.RangeTextField extends CheckedTextField implements Serializable
- serialVersionUID:
- -6624338080908941975L
-
Class adams.gui.core.RangeTextField.RangeCheckModel extends CheckedTextField.AbstractCheckModel implements Serializable
- serialVersionUID:
- -2579549735806129821L
-
Class adams.gui.core.RecentFilesHandler extends AbstractRecentItemsHandler<M,File> implements Serializable
- serialVersionUID:
- 7532226757387619342L
-
Serialized Fields
-
m_MinNumParentDirs
int m_MinNumParentDirs
the minimum number of parent directories to use.
-
-
Class adams.gui.core.RecentFilesHandlerWithCommandline extends AbstractRecentItemsHandler<M,RecentFilesHandlerWithCommandline.Setup> implements Serializable
- serialVersionUID:
- -8311791192535405075L
-
Serialized Fields
-
m_MinNumParentDirs
int m_MinNumParentDirs
the minimum number of parent directories to use.
-
-
Class adams.gui.core.RecentFilesWithEncodingHandler extends AbstractRecentItemsHandler<M,String> implements Serializable
- serialVersionUID:
- 7532226757387619342L
-
Serialized Fields
-
m_MinNumParentDirs
int m_MinNumParentDirs
the minimum number of parent directories to use.
-
-
Class adams.gui.core.RecentSpreadSheetQueriesHandler extends AbstractRecentItemsHandler<M,SpreadSheetQueryText> implements Serializable
- serialVersionUID:
- 7532226757387619342L
-
Class adams.gui.core.RecentSQLStatementsHandler extends AbstractRecentItemsHandler<M,SQLStatement> implements Serializable
- serialVersionUID:
- 7532226757387619342L
-
Class adams.gui.core.RegExpConstrainedTextField extends CheckedTextField implements Serializable
- serialVersionUID:
- -6624338080908941975L
-
Class adams.gui.core.RegExpConstrainedTextField.RegExpConstraintCheckModel extends CheckedTextField.AbstractCheckModel implements Serializable
- serialVersionUID:
- -2579549735806129821L
-
Serialized Fields
-
m_RegExp
BaseRegExp m_RegExp
the regular expression to use for checking.
-
-
Class adams.gui.core.RegExpTextField extends BaseObjectTextField<BaseRegExp> implements Serializable
- serialVersionUID:
- -6624338080908941975L
-
Class adams.gui.core.ResultSetTableModel extends AbstractBaseTableModel implements Serializable
- serialVersionUID:
- 3381325114377596348L
-
Class adams.gui.core.SearchableBaseList extends BaseList implements Serializable
- serialVersionUID:
- -5870481646786200108L
-
Serialized Fields
-
m_Model
SearchableWrapperListModel m_Model
the searchable model.
-
-
Class adams.gui.core.SearchableBaseListWithButtons extends BaseListWithButtons implements Serializable
- serialVersionUID:
- 8988746409098190469L
-
Serialized Fields
-
m_PanelSearch
SearchPanel m_PanelSearch
the search panel, if search is required.
-
-
Class adams.gui.core.SearchableWrapperListModel extends AbstractListModel implements Serializable
- serialVersionUID:
- 1379439060928152100L
-
Serialized Fields
-
m_ActualToDisplayIndex
gnu.trove.map.TIntIntMap m_ActualToDisplayIndex
the relation between actual and display index. -
m_DisplayIndices
gnu.trove.list.TIntList m_DisplayIndices
the indices of the indices to display that match a search string. -
m_DisplayIndicesSet
gnu.trove.set.TIntSet m_DisplayIndicesSet
the indices of the indices to display that match a search string. -
m_Model
ListModel m_Model
the actual list model. -
m_RegExpSearch
boolean m_RegExpSearch
whether the search was a regular expression based one. -
m_SearchString
String m_SearchString
the string that was searched for.
-
-
Class adams.gui.core.SearchPanel extends BasePanel implements Serializable
- serialVersionUID:
- 984508072481111930L
-
Serialized Fields
-
m_ButtonCaption
String m_ButtonCaption
the caption (+ optional mnemonic indicator) for the search button. -
m_ButtonClear
JLabel m_ButtonClear
the button for clearing the search. -
m_ButtonSearch
JLabel m_ButtonSearch
the button for performing the search. -
m_CheckboxRegExp
BaseCheckBox m_CheckboxRegExp
whether to use regular expressions for searching or plain string comparison. -
m_Incremental
boolean m_Incremental
whether incremental search is enabled. -
m_LabelPrefix
JLabel m_LabelPrefix
the label for the text field. -
m_LastSearch
String m_LastSearch
the last search term. -
m_LayoutType
SearchPanel.LayoutType m_LayoutType
the layout. -
m_MinimumChars
int m_MinimumChars
the minimum number of characters before triggering search events. -
m_PanelButtons
JPanel m_PanelButtons
the button panel. -
m_PanelSearchText
JPanel m_PanelSearchText
the panel for the search text and clear button. -
m_PanelWidgets
JPanel m_PanelWidgets
the panel with the buttons and search box. -
m_Prefix
String m_Prefix
the prefix (caption + optional mnemonic indicator). -
m_RegExpEnabled
boolean m_RegExpEnabled
whether regular expressions are enabled. -
m_SearchListeners
Set<SearchListener> m_SearchListeners
the listeners for a search being initiated. -
m_TextSearch
BaseTextField m_TextSearch
the text field for entering the search text. -
m_Widgets
List<Component> m_Widgets
the widgets.
-
-
Class adams.gui.core.SimpleLogPanel extends BasePanel implements Serializable
- serialVersionUID:
- -3366953177421000811L
-
Serialized Fields
-
m_ButtonClear
BaseButton m_ButtonClear
the button for emptying the log. -
m_ButtonCopy
BaseButton m_ButtonCopy
the button for copying the text. -
m_ButtonSave
BaseButton m_ButtonSave
the button for saving the text. -
m_CheckBoxLineWrap
BaseCheckBox m_CheckBoxLineWrap
the checkbox for linewrap. -
m_TextLog
BaseTextAreaWithButtons m_TextLog
the text area for the log.
-
-
Class adams.gui.core.SortableAndSearchableTable extends BaseTable implements Serializable
- serialVersionUID:
- -3176811618121454828L
-
Serialized Fields
-
m_Model
SortableAndSearchableWrapperTableModel m_Model
the sortable/searchable model. -
m_SortNewTableModel
boolean m_SortNewTableModel
whether to automatically sort table models that get set via setModel.
-
-
Class adams.gui.core.SortableAndSearchableTableWithButtons extends AbstractDoubleClickableComponentWithButtons<T extends SortableAndSearchableTable> implements Serializable
- serialVersionUID:
- -773857386370817514L
-
Serialized Fields
-
m_CountModelListener
TableModelListener m_CountModelListener
the model listener for updating the counts.
-
-
Class adams.gui.core.SortableAndSearchableWrapperTableModel extends AbstractTableModel implements Serializable
- serialVersionUID:
- 1379439060928152100L
-
Serialized Fields
-
m_ColumnFilters
gnu.trove.map.hash.TIntObjectHashMap<String> m_ColumnFilters
the filter strings per column. -
m_ColumnFiltersNumeric
gnu.trove.map.hash.TIntObjectHashMap<Double> m_ColumnFiltersNumeric
the numeric filter strings per column. -
m_ColumnFiltersRegExp
gnu.trove.map.hash.TIntObjectHashMap<BaseRegExp> m_ColumnFiltersRegExp
the filter regexps per column. -
m_ColumnIsNumeric
boolean[] m_ColumnIsNumeric
whether a column is numeric. -
m_DisplayIndices
gnu.trove.list.array.TIntArrayList m_DisplayIndices
the indices of the rows to display that match a search string. -
m_IsComparableTableModel
boolean m_IsComparableTableModel
the model is a comparable one. -
m_Model
TableModel m_Model
the actual table model. -
m_MouseListener
MouseListener m_MouseListener
the mouse listener in use. -
m_RegExpSearch
boolean m_RegExpSearch
whether the search was a regular expression based one. -
m_SearchString
String m_SearchString
the string that was searched for. -
m_SortAscending
boolean m_SortAscending
whether sorting is ascending or descending. -
m_SortCaseSensitive
boolean m_SortCaseSensitive
whether sorting is case-sensitive (default). -
m_SortColumn
int m_SortColumn
the sort column. -
m_SortedIndices
int[] m_SortedIndices
the mapping between displayed and actual index.
-
-
Class adams.gui.core.SplitPanelWithOptionalComponents extends BasePanel implements Serializable
-
Serialized Fields
-
m_LeftComponent
JComponent m_LeftComponent
the left component. -
m_LeftDetachable
boolean m_LeftDetachable
whether the left component is detachable. -
m_LeftDetachableButtonVisible
boolean m_LeftDetachableButtonVisible
whether a button to detach left component is visible. -
m_LeftDetachablePanel
DetachablePanel m_LeftDetachablePanel
the detachable panel for the left component. -
m_Orientation
int m_Orientation
the orientation. -
m_RightComponent
JComponent m_RightComponent
the right component. -
m_RightDetachable
boolean m_RightDetachable
whether the right component is detachable. -
m_RightDetachableButtonVisible
boolean m_RightDetachableButtonVisible
whether a button to detach right component is visible. -
m_RightDetachablePanel
DetachablePanel m_RightDetachablePanel
the detachable panel for the right component. -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane.
-
-
-
Class adams.gui.core.SpreadSheetCellRenderer extends DefaultTableCellRenderer implements Serializable
- serialVersionUID:
- -6070112998601610760L
-
Class adams.gui.core.SpreadSheetColumnComboBox extends BaseComboBox implements Serializable
- serialVersionUID:
- 5256160332596403161L
-
Serialized Fields
-
m_Table
SpreadSheetTable m_Table
the associated table.
-
-
Class adams.gui.core.SpreadSheetColumnComboBox.ColumnContainer extends Object implements Serializable
- serialVersionUID:
- 8359213625873465324L
-
Class adams.gui.core.SpreadSheetFormulaEditorPanel extends AbstractTextEditorPanelWithSimpleSyntaxHighlighting implements Serializable
- serialVersionUID:
- -3179672756270528025L
-
Class adams.gui.core.SpreadSheetQueryEditorPanel extends AbstractTextEditorPanelWithSimpleSyntaxHighlighting implements Serializable
- serialVersionUID:
- -3179672756270528025L
-
Class adams.gui.core.SpreadSheetTable extends SortableAndSearchableTable implements Serializable
- serialVersionUID:
- 1333317577811620786L
-
Serialized Fields
-
m_CellPopupMenuCustomizer
PopupMenuCustomizer m_CellPopupMenuCustomizer
the customizer for the table cells popup menu. -
m_HeaderPopupMenuCustomizer
PopupMenuCustomizer m_HeaderPopupMenuCustomizer
the customizer for the table header popup menu. -
m_LastSetup
HashMap<String,Object> m_LastSetup
for keeping track of the setups being used (classname-{plot|process}-{column|row} - setup).
-
-
Class adams.gui.core.SpreadSheetTableModel extends AbstractBaseTableModel implements Serializable
- serialVersionUID:
- 8062515320279133441L
-
Serialized Fields
-
m_CellRenderingCustomizer
CellRenderingCustomizer m_CellRenderingCustomizer
for customizing the cell rendering. -
m_ColumnType
Cell.ContentType[] m_ColumnType
the types of the columns. -
m_Modified
boolean m_Modified
whether the model is modified. -
m_NumDecimals
int m_NumDecimals
the number of decimals to display. -
m_ReadOnly
boolean m_ReadOnly
whether the model is read-only (default). -
m_Sheet
SpreadSheet m_Sheet
the underlying spreadsheet. -
m_ShowCellTypes
boolean m_ShowCellTypes
whether to show the types instead of the values. -
m_ShowFormulas
boolean m_ShowFormulas
whether to show formulas rather than the result. -
m_ShowRowColumn
boolean m_ShowRowColumn
whether to show the row column as well. -
m_UseSimpleHeader
boolean m_UseSimpleHeader
whether to use a simple header.
-
-
Class adams.gui.core.SpreadSheetTableWithButtons extends BaseTableWithButtons implements Serializable
- serialVersionUID:
- -6412636552722254765L
-
Class adams.gui.core.SpreadSheetTableWithSearch extends SpreadSheetTableWithButtons implements Serializable
- serialVersionUID:
- -228126271855184258L
-
Serialized Fields
-
m_ComboBoxColumnsDropdown
SpreadSheetColumnComboBox m_ComboBoxColumnsDropdown
combobox with the columns. -
m_PanelColumnsDropdown
JPanel m_PanelColumnsDropdown
the panel for the columns combobox. -
m_PanelSearch
SearchPanel m_PanelSearch
for searching the spreadsheet.
-
-
Class adams.gui.core.SqlConnectionPanel extends BasePanel implements Serializable
- serialVersionUID:
- 8008764357731780782L
-
Serialized Fields
-
m_ButtonConnection
BaseButton m_ButtonConnection
the button for opening the connection dialog. -
m_ButtonHistory
BaseButton m_ButtonHistory
the button for the history. -
m_ConnectionChangeListeners
Set<ChangeListener> m_ConnectionChangeListeners
the change listeners for database connection changes. -
m_DatabaseConnection
AbstractDatabaseConnection m_DatabaseConnection
the current connection. -
m_EchoChar
char m_EchoChar
the echo char to use. -
m_LabelConnection
JLabel m_LabelConnection
the label for the showing the active connection.
-
-
Class adams.gui.core.SQLSyntaxEditorPanel extends AbstractTextEditorPanelWithSimpleSyntaxHighlighting implements Serializable
- serialVersionUID:
- -6311158717675828816L
-
Class adams.gui.core.StringExpressionEditorPanel extends AbstractTextEditorPanelWithSimpleSyntaxHighlighting implements Serializable
- serialVersionUID:
- -6311158717675828816L
-
Class adams.gui.core.StringQuickSearchPanel extends AbstractQuickSearchPanel implements Serializable
- serialVersionUID:
- -8297241550756579552L
-
Class adams.gui.core.StyledTextEditorPanel extends BasePanel implements Serializable
- serialVersionUID:
- 3594108882868668611L
-
Serialized Fields
-
m_ChangeListeners
HashSet<ChangeListener> m_ChangeListeners
the listeners for modification events. -
m_CurrentFile
File m_CurrentFile
the current file. -
m_IgnoreChanges
boolean m_IgnoreChanges
whether to ignore changes. -
m_LastFind
String m_LastFind
the last search string used. -
m_Modified
boolean m_Modified
whether the content was modified. -
m_TextPane
BaseTextPaneWithWordWrap m_TextPane
for displaying the text. -
m_Undo
UndoManager m_Undo
for managing undo/redo.
-
-
Class adams.gui.core.TextEditorPanel extends BasePanel implements Serializable
- serialVersionUID:
- 3594108882868668611L
-
Serialized Fields
-
m_ChangeListeners
HashSet<ChangeListener> m_ChangeListeners
the listeners for modification events. -
m_CurrentEncoding
String m_CurrentEncoding
the current file encoding. -
m_CurrentFile
File m_CurrentFile
the current file. -
m_IgnoreChanges
boolean m_IgnoreChanges
whether to ignore changes. -
m_LastFind
String m_LastFind
the last search string used. -
m_Modified
boolean m_Modified
whether the content was modified. -
m_PopupMenuCustomizer
PopupMenuCustomizer<TextEditorPanel> m_PopupMenuCustomizer
for customizing the popup menu. -
m_TextArea
TextEditorPanel.TextEditorArea m_TextArea
for displaying the text. -
m_Undo
UndoManager m_Undo
for managing undo/redo.
-
-
Class adams.gui.core.TextEditorPanel.TextEditorArea extends BaseTextArea implements Serializable
- serialVersionUID:
- -7941638500983219814L
-
Serialized Fields
-
m_AppendListeners
HashSet<ChangeListener> m_AppendListeners
the listeners for append events. -
m_SetTextListeners
HashSet<ChangeListener> m_SetTextListeners
the listeners for setText events.
-
-
Class adams.gui.core.TitleGenerator extends Object implements Serializable
- serialVersionUID:
- 6278140781437652946L
-
Serialized Fields
-
m_Enabled
boolean m_Enabled
whether the generator is enabled. -
m_MaxChars
int m_MaxChars
the maximum chars for shortening. -
m_Shortening
ShorteningType m_Shortening
whether to shorten the file (or parent). -
m_Split
boolean m_Split
whether to split the full filename into path and filename. -
m_Title
String m_Title
the base title.
-
-
Class adams.gui.core.ToolBarPanel extends BasePanel implements Serializable
- serialVersionUID:
- -5948851044915629484L
-
Serialized Fields
-
m_ContentPanel
BasePanel m_ContentPanel
the actual content panel. -
m_Location
ToolBarPanel.ToolBarLocation m_Location
the location of the toolbar. -
m_ToolBar
JToolBar m_ToolBar
the toolbar.
-
-
Class adams.gui.core.ToolBarUndoPanel extends ToolBarPanel implements Serializable
- serialVersionUID:
- -8319815232257188840L
-
Serialized Fields
-
m_Undo
Undo m_Undo
the undo manager.
-
-
Class adams.gui.core.Undo.UndoPoint extends Object implements Serializable
- serialVersionUID:
- -8911750482537649987L
-
Class adams.gui.core.UndoPanel extends BasePanel implements Serializable
- serialVersionUID:
- -8319815232257188840L
-
Serialized Fields
-
m_Undo
Undo m_Undo
the undo manager.
-
-
Class adams.gui.core.XSLTSyntaxEditorPanel extends AbstractTextAreaPanelWithAdvancedSyntaxHighlighting implements Serializable
- serialVersionUID:
- -6311158717675828816L
-
-
Package adams.gui.core.dom
-
Class adams.gui.core.dom.DOMNode extends BaseTreeNode implements Serializable
- serialVersionUID:
- 9062259637831548370L
-
Serialized Fields
-
m_Value
Object m_Value
the value.
-
-
Class adams.gui.core.dom.DOMRenderer extends DefaultTreeCellRenderer implements Serializable
- serialVersionUID:
- -3242391430220560720L
-
Serialized Fields
-
m_Icon
Icon m_Icon
the general icon for elements.
-
-
Class adams.gui.core.dom.DOMTree extends BaseTree implements Serializable
- serialVersionUID:
- -3618290386432060103L
-
Serialized Fields
-
m_Node
Node m_Node
the underlying Node object.
-
-
Class adams.gui.core.dom.DOMTreeWithPreview extends BasePanel implements Serializable
- serialVersionUID:
- 7811577045901194135L
-
Serialized Fields
-
m_Model
KeyValuePairTableModel m_Model
the key-value pair table model. -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane to use. -
m_Table
SortableAndSearchableTable m_Table
the preview table. -
m_Tree
DOMTree m_Tree
the underlying XML tree.
-
-
-
Package adams.gui.core.dotnotationtree
-
Class adams.gui.core.dotnotationtree.AbstractInfoNode extends BaseTreeNode implements Serializable
- serialVersionUID:
- 4449823274091175685L
-
Class adams.gui.core.dotnotationtree.AbstractInfoNodeGenerator extends Object implements Serializable
- serialVersionUID:
- 6568199845831230467L
-
Class adams.gui.core.dotnotationtree.DotNotationNode extends BaseTreeNode implements Serializable
- serialVersionUID:
- 9062259637831548370L
-
Serialized Fields
-
m_Item
String m_Item
the item.
-
-
Class adams.gui.core.dotnotationtree.DotNotationRenderer extends DefaultTreeCellRenderer implements Serializable
- serialVersionUID:
- -3242391430220560720L
-
Class adams.gui.core.dotnotationtree.DotNotationTree extends DragAndDropTree implements Serializable
- serialVersionUID:
- 1489354474021395304L
-
Serialized Fields
-
m_Compress
boolean m_Compress
whether to compress the tree as much as possible. -
m_Filter
AbstractItemFilter m_Filter
the item filter in use. -
m_InfoNodeGenerators
List<AbstractInfoNodeGenerator> m_InfoNodeGenerators
the info node generators to use. -
m_Items
List<String> m_Items
the underlying dot notations. -
m_PopupMenuHandler
PopupMenuHandler m_PopupMenuHandler
the right-click menu handler. -
m_Search
String m_Search
the current search string. -
m_SelectionMode
int m_SelectionMode
the selection mode to use. -
m_Sorted
boolean m_Sorted
whether the items need to be sorted.
-
-
-
Package adams.gui.core.json
-
Class adams.gui.core.json.JsonNode extends BaseTreeNode implements Serializable
- serialVersionUID:
- 9062259637831548370L
-
Serialized Fields
-
m_Value
Object m_Value
the value.
-
-
Class adams.gui.core.json.JsonRenderer extends DefaultTreeCellRenderer implements Serializable
- serialVersionUID:
- -3242391430220560720L
-
Serialized Fields
-
m_IconArray
Icon m_IconArray
the icon for JSON arrays. -
m_IconBool
Icon m_IconBool
the icon for other booleans. -
m_IconNum
Icon m_IconNum
the icon for other numbers. -
m_IconObject
Icon m_IconObject
the icon for JSON objects. -
m_IconOther
Icon m_IconOther
the icon for other objects. -
m_IconStr
Icon m_IconStr
the icon for other strings.
-
-
Class adams.gui.core.json.JsonTree extends BaseTree implements Serializable
- serialVersionUID:
- -3618290386432060103L
-
Serialized Fields
-
m_JSON
net.minidev.json.JSONAware m_JSON
the underlying JSON object. -
m_SortKeys
boolean m_SortKeys
whether to sort the keys of aJSONObject
.
-
-
Class adams.gui.core.json.JsonTreeWithPreview extends BasePanel implements Serializable
- serialVersionUID:
- 7380711856972284896L
-
Serialized Fields
-
m_ButtonCopy
BaseButton m_ButtonCopy
the button for copying. -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane. -
m_TextArea
BaseTextArea m_TextArea
the preview. -
m_Tree
JsonTree m_Tree
the JSON tree.
-
-
-
Package adams.gui.core.spreadsheetpreview
-
Class adams.gui.core.spreadsheetpreview.AbstractSpreadSheetPreview extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 7564861110651227717L
-
Class adams.gui.core.spreadsheetpreview.AbstractSpreadSheetPreview.AbstractSpreadSheetPreviewPanel extends BasePanel implements Serializable
- serialVersionUID:
- 6219517977593904L
-
Class adams.gui.core.spreadsheetpreview.NullPreview extends AbstractSpreadSheetPreview implements Serializable
- serialVersionUID:
- 6041892781802016568L
-
Class adams.gui.core.spreadsheetpreview.SimpleHTML extends AbstractSpreadSheetPreview implements Serializable
- serialVersionUID:
- -3455538265861369251L
-
Serialized Fields
-
m_Columns
SpreadSheetColumnRange m_Columns
the column range to display. -
m_MissingValue
String m_MissingValue
the string to use for missing values.
-
-
Class adams.gui.core.spreadsheetpreview.SimpleHTML.SimpleTextPanel extends AbstractSpreadSheetPreview.AbstractSpreadSheetPreviewPanel implements Serializable
- serialVersionUID:
- -3009467848041701061L
-
Serialized Fields
-
m_Columns
SpreadSheetColumnRange m_Columns
the column range to display. -
m_MissingValue
String m_MissingValue
the string to use for missing values. -
m_PaneHTML
BaseHtmlEditorPane m_PaneHTML
the pane for displaying the HTML.
-
-
Class adams.gui.core.spreadsheetpreview.SimpleText extends AbstractSpreadSheetPreview implements Serializable
- serialVersionUID:
- -3455538265861369251L
-
Serialized Fields
-
m_Columns
SpreadSheetColumnRange m_Columns
the column range to display. -
m_Font
Font m_Font
the font to use. -
m_MissingValue
String m_MissingValue
the string to use for missing values.
-
-
Class adams.gui.core.spreadsheetpreview.SimpleText.SimpleTextPanel extends AbstractSpreadSheetPreview.AbstractSpreadSheetPreviewPanel implements Serializable
- serialVersionUID:
- -3009467848041701061L
-
Serialized Fields
-
m_Columns
SpreadSheetColumnRange m_Columns
the column range to display. -
m_MissingValue
String m_MissingValue
the string to use for missing values. -
m_TextArea
BaseTextArea m_TextArea
the text area for displaying the data.
-
-
-
Package adams.gui.core.spreadsheettable
-
Class adams.gui.core.spreadsheettable.AbstractCellRenderingCustomizer extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -4927739958774377498L
-
Class adams.gui.core.spreadsheettable.AbstractColoredCellRenderingCustomizer extends AbstractCellRenderingCustomizer implements Serializable
- serialVersionUID:
- -4927739958774377498L
-
Serialized Fields
-
m_BackgroundNegative
Color m_BackgroundNegative
the custom background color for negative values. -
m_BackgroundPositive
Color m_BackgroundPositive
the custom background color for positive values. -
m_UseBackgroundNegative
boolean m_UseBackgroundNegative
whether to use negative background. -
m_UseBackgroundPositive
boolean m_UseBackgroundPositive
whether to use positive background.
-
-
Class adams.gui.core.spreadsheettable.AbstractPlotColumn extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 6555579088265005460L
-
Class adams.gui.core.spreadsheettable.AbstractPlotRow extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -1128790870421132832L
-
Class adams.gui.core.spreadsheettable.AbstractPlotSelectedRows extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 7979833588446267882L
-
Serialized Fields
-
m_MenuItemText
String m_MenuItemText
the menu item caption.
-
-
Class adams.gui.core.spreadsheettable.AbstractProcessCell extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -1050881505327794503L
-
Class adams.gui.core.spreadsheettable.AbstractProcessColumn extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -1050881505327794503L
-
Class adams.gui.core.spreadsheettable.AbstractProcessRow extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 7979833588446267882L
-
Class adams.gui.core.spreadsheettable.AbstractProcessSelectedRows extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 7979833588446267882L
-
Serialized Fields
-
m_MenuItemText
String m_MenuItemText
the menu item caption.
-
-
Class adams.gui.core.spreadsheettable.ArrayStatistic extends AbstractProcessSelectedRows implements Serializable
- serialVersionUID:
- 3101728458818516005L
-
Class adams.gui.core.spreadsheettable.Binning extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -2452746814708360637L
-
Class adams.gui.core.spreadsheettable.ChangeColumnType extends AbstractProcessColumn implements Serializable
- serialVersionUID:
- 3101728458818516005L
-
Class adams.gui.core.spreadsheettable.ColumnStatistic extends AbstractProcessColumn implements Serializable
- serialVersionUID:
- 3101728458818516005L
-
Class adams.gui.core.spreadsheettable.ConfusionMatrixCellRenderingCustomizer extends AbstractCellRenderingCustomizer implements Serializable
- serialVersionUID:
- -5036118898148310042L
-
Serialized Fields
-
m_BackgroundColorGenerator
ColorGradientGenerator m_BackgroundColorGenerator
the color provider to use for the background. -
m_Highlight
Color m_Highlight
the color to use for highlighting. -
m_ValueBasedBackground
boolean m_ValueBasedBackground
whether to color background based on value.
-
-
Class adams.gui.core.spreadsheettable.CopySelectedFiles extends AbstractProcessSelectedRows implements Serializable
- serialVersionUID:
- 7786133414905315983L
-
Class adams.gui.core.spreadsheettable.DataSort extends AbstractProcessColumn implements Serializable
- serialVersionUID:
- 7761583015659462758L
-
Serialized Fields
-
m_SortPanel
SortPanel m_SortPanel
the sort panel.
-
-
Class adams.gui.core.spreadsheettable.DefaultCellRenderingCustomizer extends AbstractColoredCellRenderingCustomizer implements Serializable
- serialVersionUID:
- 581759740968152666L
-
Class adams.gui.core.spreadsheettable.DistinctValueCellRenderingCustomizer extends AbstractCellRenderingCustomizer implements Serializable
- serialVersionUID:
- 5621920609459687288L
-
Serialized Fields
-
m_ColorProvider
ColorProvider m_ColorProvider
the color provider to use for the background. -
m_PredefinedValues
BaseString[] m_PredefinedValues
the predefined values.
-
-
Class adams.gui.core.spreadsheettable.HeatmapCellRenderingCustomizer extends AbstractCellRenderingCustomizer implements Serializable
- serialVersionUID:
- 5621920609459687288L
-
Serialized Fields
-
m_BackgroundColorGenerator
ColorGradientGenerator m_BackgroundColorGenerator
the color provider to use for the background.
-
-
Class adams.gui.core.spreadsheettable.Histogram extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -2452746814708360637L
-
Class adams.gui.core.spreadsheettable.JFreeChart extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -5624002368001818142L
-
Class adams.gui.core.spreadsheettable.MultiCellRenderingCustomizer extends AbstractCellRenderingCustomizer implements Serializable
- serialVersionUID:
- 2309521459919868974L
-
Serialized Fields
-
m_Renderers
CellRenderingCustomizer[] m_Renderers
the sub-renderers to use.
-
-
Class adams.gui.core.spreadsheettable.NumericRangeCellRenderingCustomizer extends AbstractCellRenderingCustomizer implements Serializable
- serialVersionUID:
- 9158498328244673972L
-
Serialized Fields
-
m_Columns
SpreadSheetColumnRange m_Columns
the columns to work on. -
m_Highlight
Color m_Highlight
the color to use for highlighting. -
m_Ranges
BaseInterval[] m_Ranges
the intervals.
-
-
Class adams.gui.core.spreadsheettable.PreviewSelectedFile extends AbstractProcessRow implements Serializable
- serialVersionUID:
- 7786133414905315983L
-
Class adams.gui.core.spreadsheettable.RowStatistic extends AbstractProcessRow implements Serializable
- serialVersionUID:
- 3101728458818516005L
-
Class adams.gui.core.spreadsheettable.SimplePlot extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -5624002368001818142L
-
Class adams.gui.core.spreadsheettable.UniqueValues extends AbstractProcessColumn implements Serializable
- serialVersionUID:
- 3101728458818516005L
-
Class adams.gui.core.spreadsheettable.ViewCell extends AbstractProcessCell implements Serializable
- serialVersionUID:
- -6533662585721463186L
-
-
Package adams.gui.dialog
-
Class adams.gui.dialog.AbstractConfigDatabaseConnectionPanel extends AbstractDatabaseConnectionPanel implements Serializable
- serialVersionUID:
- -5065572637368668864L
-
Serialized Fields
-
m_DatabaseConnection
AbstractDatabaseConnection m_DatabaseConnection
the database connection in use.
-
-
Class adams.gui.dialog.AbstractDatabaseConnectionPanel extends BasePanel implements Serializable
- serialVersionUID:
- -8207475445903090661L
-
Serialized Fields
-
m_ButtonConnect
BaseButton m_ButtonConnect
the button connecting/disconnecting the database. -
m_ButtonMakeDefault
BaseButton m_ButtonMakeDefault
the button for making a connection the default one. -
m_ButtonNew
BaseButton m_ButtonNew
the button for creating a new connection. -
m_ButtonRemove
BaseButton m_ButtonRemove
the button removing the database connection. -
m_ChangeListeners
HashSet<ChangeListener> m_ChangeListeners
the change listeners. -
m_CheckBoxAutoCommit
BaseCheckBox m_CheckBoxAutoCommit
the checkbox for auto-commit. -
m_CheckBoxConnectOnStartUp
BaseCheckBox m_CheckBoxConnectOnStartUp
the checkbox for connecting on startup. -
m_ComboBoxConnections
BaseComboBox<ConnectionParameters> m_ComboBoxConnections
the combobox with the available connections. -
m_ComboBoxLoggingLevel
BaseComboBox<LoggingLevel> m_ComboBoxLoggingLevel
the combobox for the logging level. -
m_LabelStatus
JLabel m_LabelStatus
the label for status messages. -
m_PanelParameters
ParameterPanel m_PanelParameters
for the parameters. -
m_Self
AbstractDatabaseConnectionPanel m_Self
the panel itself. -
m_TextPassword
BasePasswordFieldWithButton m_TextPassword
the edit field for the database password. -
m_TextURL
BaseTextField m_TextURL
the edit field for the database URL. -
m_TextUser
BaseTextField m_TextUser
the edit field for the database user.
-
-
Class adams.gui.dialog.AbstractDirectoryExportDialog extends ApprovalDialog implements Serializable
- serialVersionUID:
- 201725070566669323L
-
Serialized Fields
-
m_PanelDir
DirectoryChooserPanel m_PanelDir
the panel with the directory. -
m_PanelGOE
GenericObjectEditorPanel m_PanelGOE
the GOE panel for the export format. -
m_PanelParams
ParameterPanel m_PanelParams
the panel for the parameters.
-
-
Class adams.gui.dialog.AbstractFileExportDialog extends ApprovalDialog implements Serializable
- serialVersionUID:
- 201725070566669323L
-
Serialized Fields
-
m_PanelFile
FileChooserPanel m_PanelFile
the panel with the file. -
m_PanelGOE
GenericObjectEditorPanel m_PanelGOE
the GOE panel for the export format. -
m_PanelParams
ParameterPanel m_PanelParams
the panel for the parameters.
-
-
Class adams.gui.dialog.AbstractFileImportDialog extends ApprovalDialog implements Serializable
- serialVersionUID:
- 201725070566669323L
-
Serialized Fields
-
m_PanelFile
FileChooserPanel m_PanelFile
the panel with the file. -
m_PanelGOE
GenericObjectEditorPanel m_PanelGOE
the GOE panel for the import format. -
m_PanelParams
ParameterPanel m_PanelParams
the panel for the parameters.
-
-
Class adams.gui.dialog.AbstractReplaceDialog extends ApprovalDialog implements Serializable
- serialVersionUID:
- -679877900759195772L
-
Serialized Fields
-
m_CheckBoxRecursive
BaseCheckBox m_CheckBoxRecursive
the recursive checkbox. -
m_LabelRecursive
JLabel m_LabelRecursive
the recursive label.
-
-
Class adams.gui.dialog.ApprovalDialog extends DialogWithButtons implements Serializable
- serialVersionUID:
- -7382983170735594052L
-
Serialized Fields
-
m_ButtonApprove
BaseButton m_ButtonApprove
the Approve button. -
m_ButtonCancel
BaseButton m_ButtonCancel
the Cancel button. -
m_ButtonDiscard
BaseButton m_ButtonDiscard
the Discard button. -
m_Option
int m_Option
the option selected by the user (CANCEL_OPTION, APPROVE_OPTION).
-
-
Class adams.gui.dialog.ComposeEmailDialog extends BaseDialog implements Serializable
- serialVersionUID:
- 3653191762492506746L
-
Serialized Fields
-
m_CloseOnSend
boolean m_CloseOnSend
whether to close the dialog when successfully sent. -
m_DialogClosedByUser
boolean m_DialogClosedByUser
whether the user closed the dialog. -
m_Panel
ComposeEmailPanel m_Panel
the compose panel.
-
-
Class adams.gui.dialog.ComposeEmailPanel extends BasePanel implements Serializable
- serialVersionUID:
- 8667404133601287157L
-
Serialized Fields
-
m_ButtonSend
BaseButton m_ButtonSend
the button for sending. -
m_GAEPanelAttachments
GenericArrayEditorPanel m_GAEPanelAttachments
the attachments. -
m_GAEPanelBCC
GenericArrayEditorPanel m_GAEPanelBCC
the "bcc recipients". -
m_GAEPanelCC
GenericArrayEditorPanel m_GAEPanelCC
the "cc recipients". -
m_GAEPanelTO
GenericArrayEditorPanel m_GAEPanelTO
the "to recipients". -
m_LastSendResult
String m_LastSendResult
the last "send" result. -
m_Listeners
HashSet<ActionListener> m_Listeners
the send listeners. -
m_TabbedPane
BaseTabbedPane m_TabbedPane
the tabbed pane for recipients and attachments. -
m_TextBody
BaseTextArea m_TextBody
the body. -
m_TextFrom
BaseTextField m_TextFrom
the "from". -
m_TextSignature
BaseTextArea m_TextSignature
the signature. -
m_TextSubject
BaseTextField m_TextSubject
the subject.
-
-
Class adams.gui.dialog.DatabaseConnectionDialog extends BaseDialog implements Serializable
- serialVersionUID:
- -1846927534390634983L
-
Serialized Fields
-
m_ButtonClose
BaseButton m_ButtonClose
the Close button. -
m_Panel
DatabaseConnectionPanel m_Panel
database connection panel. -
m_Self
DatabaseConnectionDialog m_Self
the dialog itself.
-
-
Class adams.gui.dialog.DatabaseConnectionPanel extends AbstractDatabaseConnectionPanel implements Serializable
- serialVersionUID:
- -5065572637368668864L
-
Serialized Fields
-
m_ScriptingEngine
AbstractScriptingEngine m_ScriptingEngine
the scripting engine to use.
-
-
Class adams.gui.dialog.DatabaseConnectionsDialog extends BaseDialog implements Serializable
- serialVersionUID:
- 3625063329591593840L
-
Serialized Fields
-
m_ButtonClose
BaseButton m_ButtonClose
the Close button. -
m_ButtonDisconnect
BaseButton m_ButtonDisconnect
the Disconnect button. -
m_Panel
DatabaseConnectionsPanel m_Panel
database connection panel. -
m_Self
DatabaseConnectionsDialog m_Self
the dialog itself.
-
-
Class adams.gui.dialog.DatabaseConnectionsPanel extends BasePanel implements Serializable
- serialVersionUID:
- -4151139612136850913L
-
Serialized Fields
-
m_ChangeListeners
Set<ChangeListener> m_ChangeListeners
the change listeners. -
m_Panels
List<AbstractDatabaseConnectionPanel> m_Panels
the panels. -
m_TabbedPane
BaseTabbedPane m_TabbedPane
the tabbed pane for the connection panels.
-
-
Class adams.gui.dialog.DialogWithButtons extends BaseDialog implements Serializable
- serialVersionUID:
- -7382983170735594052L
-
Class adams.gui.dialog.DisplayEmailPanel extends BasePanel implements Serializable
- serialVersionUID:
- 8638983030175738046L
-
Serialized Fields
-
m_Email
Email m_Email
the underlying email. -
m_ModelAttachments
KeyValuePairTableModel m_ModelAttachments
the attachments model. -
m_ModelRecipients
KeyValuePairTableModel m_ModelRecipients
the recipients model. -
m_ScrollPaneAttachments
BaseScrollPane m_ScrollPaneAttachments
the attachmentss scroll pane. -
m_ScrollPaneRecipients
BaseScrollPane m_ScrollPaneRecipients
the recipients scroll pane. -
m_TableAttachments
BaseTable m_TableAttachments
the attachements. -
m_TableRecipients
BaseTable m_TableRecipients
the recipients. -
m_TextBody
BaseTextArea m_TextBody
the body. -
m_TextSender
BaseTextField m_TextSender
the sender. -
m_TextSubject
BaseTextField m_TextSubject
the subject.
-
-
Class adams.gui.dialog.MultiSpreadSheetDialog extends ApprovalDialog implements Serializable
- serialVersionUID:
- 7604505322768892726L
-
Serialized Fields
-
m_CellPopupMenuCustomizer
PopupMenuCustomizer m_CellPopupMenuCustomizer
the customizer for the table cells popup menu. -
m_CellRenderingCustomizer
CellRenderingCustomizer m_CellRenderingCustomizer
for customizing the cell rendering. -
m_MultiPagePane
MultiPagePane m_MultiPagePane
the tabbed pane for the spreadsheets. -
m_NumDecimals
int m_NumDecimals
the number of decimals to display. -
m_ShowColumnComboBox
boolean m_ShowColumnComboBox
whether to show the combobox with column names. -
m_ShowFormulas
boolean m_ShowFormulas
whether to show formulas rather than the result. -
m_ShowSearch
boolean m_ShowSearch
whether to show the search box.
-
-
Class adams.gui.dialog.PasswordDialog extends ApprovalDialog implements Serializable
- serialVersionUID:
- -2132414163522707681L
-
Serialized Fields
-
m_LabelPassword
JLabel m_LabelPassword
the password label. -
m_TextComments
BaseTextArea m_TextComments
the comments box. -
m_TextPassword
BasePasswordFieldWithButton m_TextPassword
the text field for entering the password.
-
-
Class adams.gui.dialog.PreviewBrowserDialog extends BaseDialog implements Serializable
- serialVersionUID:
- -1765490389240554880L
-
Serialized Fields
-
m_PanelPreview
PreviewBrowserPanel m_PanelPreview
the preview panel.
-
-
Class adams.gui.dialog.PropertiesParameterDialog extends ApprovalDialog implements Serializable
- serialVersionUID:
- -3557570624720397564L
-
Serialized Fields
-
m_PropertiesParameterPanel
PropertiesParameterPanel m_PropertiesParameterPanel
the properties panel in use.
-
-
Class adams.gui.dialog.ReplaceFieldDialog extends AbstractReplaceDialog<AbstractField> implements Serializable
- serialVersionUID:
- 2899497954651703559L
-
Serialized Fields
-
m_ComboBoxType
BaseComboBox m_ComboBoxType
the type combobox. -
m_LabelType
JLabel m_LabelType
the type label. -
m_PanelFind
FieldChooserPanel m_PanelFind
the field to find. -
m_PanelReplace
FieldChooserPanel m_PanelReplace
the field to replace with.
-
-
Class adams.gui.dialog.SimplePreviewBrowserDialog extends BaseDialog implements Serializable
- serialVersionUID:
- -1765490389240554880L
-
Serialized Fields
-
m_PanelDisplay
PreviewDisplay m_PanelDisplay
the preview panel. -
m_TextFilename
BaseTextField m_TextFilename
for displaying the filename.
-
-
Class adams.gui.dialog.SpreadSheetDialog extends ApprovalDialog implements Serializable
- serialVersionUID:
- 7604505322768892726L
-
Serialized Fields
-
m_Panel
SpreadSheetPanel m_Panel
the table for displaying the spreadsheet.
-
-
Class adams.gui.dialog.SpreadSheetPanel extends BasePanel implements Serializable
- serialVersionUID:
- 8089541494489119743L
-
Serialized Fields
-
m_ColumnComboBox
SpreadSheetColumnComboBox m_ColumnComboBox
the combobox for jumping to columns. -
m_FileChooser
SpreadSheetFileChooser m_FileChooser
the filedialog for saving the spreadsheet. -
m_MenuBar
JMenuBar m_MenuBar
the menu bar, if used. -
m_MenuItemFileExit
JMenuItem m_MenuItemFileExit
the "exit" menu item. -
m_MenuItemFileSaveAs
JMenuItem m_MenuItemFileSaveAs
the "save as" menu item. -
m_MenuItemViewDisplayedDecimals
JMenuItem m_MenuItemViewDisplayedDecimals
the "displayed decimals" menu item. -
m_MenuItemViewPositiveBackground
JMenuItem m_MenuItemViewPositiveBackground
the "positive background" menu item. -
m_MenuItemViewRendering
JMenuItem m_MenuItemViewRendering
the "negative background" menu item. -
m_MenuItemViewShowFormulas
JMenuItem m_MenuItemViewShowFormulas
the "show formulas" menu item. -
m_PanelColumnComboBox
JPanel m_PanelColumnComboBox
the panel for the column combobox. -
m_PanelSearch
SearchPanel m_PanelSearch
the search panel. -
m_Table
SpreadSheetTable m_Table
the table for displaying the spreadsheet. -
m_TableModel
SpreadSheetTableModel m_TableModel
the table model.
-
-
Class adams.gui.dialog.SpreadSheetQueryDialog extends ApprovalDialog implements Serializable
- serialVersionUID:
- -4162026774918001534L
-
Serialized Fields
-
m_PanelSQL
SpreadSheetQueryPanel m_PanelSQL
the panel with the SQL statement editor.
-
-
Class adams.gui.dialog.SpreadSheetQueryPanel extends BasePanel implements Serializable
- serialVersionUID:
- -4419661519749458767L
-
Serialized Fields
-
m_ButtonHelp
BaseButton m_ButtonHelp
the button for displaying the help. -
m_ButtonHistory
BaseButton m_ButtonHistory
the button for the history. -
m_ButtonOptions
BaseButton m_ButtonOptions
the button for the options. -
m_PanelBottom
JPanel m_PanelBottom
the panel for the buttons at the bottom. -
m_PanelButtonsLeft
JPanel m_PanelButtonsLeft
the panel for the buttons on the left. -
m_PanelButtonsRight
JPanel m_PanelButtonsRight
the panel for the buttons on the right. -
m_PanelQuery
SpreadSheetQueryEditorPanel m_PanelQuery
the panel with the query. -
m_PopupMenu
JPopupMenu m_PopupMenu
the popup menu for the recent items. -
m_QueryChangeListeners
Set<ChangeListener> m_QueryChangeListeners
the change listeners. -
m_RecentStatementsHandler
RecentSpreadSheetQueriesHandler<JPopupMenu> m_RecentStatementsHandler
the recent files handler.
-
-
Class adams.gui.dialog.SqlQueryDialog extends ApprovalDialog implements Serializable
- serialVersionUID:
- -2162869597803771001L
-
Serialized Fields
-
m_PanelSQL
SqlQueryPanel m_PanelSQL
the SQL panel.
-
-
Class adams.gui.dialog.SQLStatementDialog extends ApprovalDialog implements Serializable
- serialVersionUID:
- -4162026774918001534L
-
Serialized Fields
-
m_PanelSQL
SQLStatementPanel m_PanelSQL
the panel with the SQL statement editor.
-
-
Class adams.gui.dialog.SQLStatementPanel extends BasePanel implements Serializable
- serialVersionUID:
- -4419661519749458767L
-
Serialized Fields
-
m_ButtonHelp
BaseButton m_ButtonHelp
the button for displaying the help. -
m_ButtonHistory
BaseButton m_ButtonHistory
the button for the history. -
m_ButtonOptions
BaseButtonWithDropDownMenu m_ButtonOptions
the button for the options. -
m_PanelBottom
JPanel m_PanelBottom
the panel for the buttons at the bottom. -
m_PanelButtonsLeft
JPanel m_PanelButtonsLeft
the panel for the buttons on the left. -
m_PanelButtonsRight
JPanel m_PanelButtonsRight
the panel for the buttons on the right. -
m_PanelStatement
SQLSyntaxEditorPanel m_PanelStatement
the panel with the statement. -
m_PopupMenu
JPopupMenu m_PopupMenu
the popup menu for the recent items. -
m_QueryChangeListeners
Set<ChangeListener> m_QueryChangeListeners
the list of query change listeners. -
m_RecentStatementsHandler
RecentSQLStatementsHandler<JPopupMenu> m_RecentStatementsHandler
the recent files handler.
-
-
Class adams.gui.dialog.TextDialog extends BaseDialog implements Serializable
- serialVersionUID:
- -5335911070392516986L
-
Serialized Fields
-
m_TextPanel
TextPanel m_TextPanel
for displaying the text.
-
-
Class adams.gui.dialog.TextPanel extends BasePanel implements Serializable
- serialVersionUID:
- -5335911070392516986L
-
Serialized Fields
-
m_CanOpenFiles
boolean m_CanOpenFiles
whether the editor is allowed to open files as well. -
m_LabelInfo
JLabel m_LabelInfo
the label with the option info text. -
m_MenuBar
JMenuBar m_MenuBar
the menu bar. -
m_MenuFileLoadRecent
JMenu m_MenuFileLoadRecent
the "load recent" submenu. -
m_MenuItemEditCopy
JMenuItem m_MenuItemEditCopy
the copy menu item. -
m_MenuItemEditCut
JMenuItem m_MenuItemEditCut
the cut menu item. -
m_MenuItemEditFind
JMenuItem m_MenuItemEditFind
the find menu item. -
m_MenuItemEditFindNext
JMenuItem m_MenuItemEditFindNext
the find next menu item. -
m_MenuItemEditPaste
JMenuItem m_MenuItemEditPaste
the paste menu item. -
m_MenuItemEditRedo
JMenuItem m_MenuItemEditRedo
the redo menu item. -
m_MenuItemEditSelectAll
JMenuItem m_MenuItemEditSelectAll
the select all menu item. -
m_MenuItemEditUndo
JMenuItem m_MenuItemEditUndo
the undo menu item. -
m_MenuItemFileNew
JMenuItem m_MenuItemFileNew
the new menu item. -
m_MenuItemFileOpen
JMenuItem m_MenuItemFileOpen
the open menu item. -
m_MenuItemFileSave
JMenuItem m_MenuItemFileSave
the save menu item. -
m_MenuItemFileSaveAs
JMenuItem m_MenuItemFileSaveAs
the save as menu item. -
m_MenuItemViewFont
JMenuItem m_MenuItemViewFont
the select font menu item. -
m_MenuItemViewLineWrap
JCheckBoxMenuItem m_MenuItemViewLineWrap
the line wrap menu item. -
m_MenuItemViewTabSize
JMenuItem m_MenuItemViewTabSize
the tab size menu item. -
m_PanelInfo
JPanel m_PanelInfo
the panel with optional info text. -
m_RecentFilesHandler
RecentFilesWithEncodingHandler<JMenu> m_RecentFilesHandler
the recent files handler. -
m_TextPanel
TextEditorPanel m_TextPanel
for displaying the text. -
m_TitleGenerator
TitleGenerator m_TitleGenerator
for generating the title.
-
-
-
Package adams.gui.event
-
Class adams.gui.event.ActorChangeEvent extends EventObject implements Serializable
- serialVersionUID:
- -3412999977330314107L
-
Serialized Fields
-
m_Nodes
Node[] m_Nodes
the nodes that triggered the event. -
m_Type
ActorChangeEvent.Type m_Type
the type of event.
-
-
Class adams.gui.event.ConsolePanelEvent extends EventObject implements Serializable
- serialVersionUID:
- -3065555728637944776L
-
Serialized Fields
-
m_Level
LoggingLevel m_Level
the logging level. -
m_Message
String m_Message
the message.
-
-
Class adams.gui.event.DataChangeEvent extends EventObject implements Serializable
- serialVersionUID:
- 3847803691713697508L
-
Serialized Fields
-
m_Containers
AbstractContainer[] m_Containers
the replaced containers. -
m_Indices
int[] m_Indices
the indices of the modified containers. -
m_Type
DataChangeEvent.Type m_Type
the type of event.
-
-
Class adams.gui.event.DoubleClickEvent extends EventObject implements Serializable
- serialVersionUID:
- 6504052809968807029L
-
Class adams.gui.event.FieldCacheUpdateEvent extends EventObject implements Serializable
- serialVersionUID:
- 8769821211266240856L
-
Class adams.gui.event.FilterEvent extends EventObject implements Serializable
- serialVersionUID:
- 5898322483535512283L
-
Serialized Fields
-
m_Filter
Filter<T extends DataContainer> m_Filter
the filter to use. -
m_OverlayOriginalData
boolean m_OverlayOriginalData
whether to overlay the original data.
-
-
Class adams.gui.event.HistorySelectionEvent extends EventObject implements Serializable
- serialVersionUID:
- 45824542929908105L
-
Serialized Fields
-
m_HistoryItem
Object m_HistoryItem
the selected favorite.
-
-
Class adams.gui.event.ImagePanelLeftClickEvent extends EventObject implements Serializable
- serialVersionUID:
- 722590085059939598L
-
Serialized Fields
-
m_ModifiersEx
int m_ModifiersEx
the associated modifiers. -
m_Position
Point m_Position
the position of the click.
-
-
Class adams.gui.event.ImagePanelSelectionEvent extends EventObject implements Serializable
- serialVersionUID:
- 722590085059939598L
-
Class adams.gui.event.InstancesSortSetupEvent extends EventObject implements Serializable
- serialVersionUID:
- -1322917092297786611L
-
Serialized Fields
-
m_SortDefinitionPanel
InstancesSortDefinitionPanel m_SortDefinitionPanel
the definition panel that was added/removed. -
m_Type
InstancesSortSetupEvent.EventType m_Type
what type of event occurred.
-
-
Class adams.gui.event.NodeDroppedEvent extends EventObject implements Serializable
- serialVersionUID:
- -7524242153886240526L
-
Serialized Fields
-
m_Nodes
BaseTreeNode[] m_Nodes
the nodes that got dropped. -
m_NotificationTime
NodeDroppedEvent.NotificationTime m_NotificationTime
the time of notification.
-
-
Class adams.gui.event.PaintEvent extends EventObject implements Serializable
- serialVersionUID:
- 7509294691540485379L
-
Serialized Fields
-
m_Graphics
Graphics m_Graphics
the graphics context. -
m_PaintMoment
PaintEvent.PaintMoment m_PaintMoment
the paint momment.
-
-
Class adams.gui.event.PlotPanelPanningEvent extends EventObject implements Serializable
- serialVersionUID:
- 6890099792235484607L
-
Serialized Fields
-
m_EventType
PlotPanelPanningEvent.PanningEventType m_EventType
the event type.
-
-
Class adams.gui.event.PlotPanelZoomEvent extends EventObject implements Serializable
- serialVersionUID:
- 6890099792235484607L
-
Serialized Fields
-
m_EventType
PlotPanelZoomEvent.ZoomEventType m_EventType
the event type.
-
-
Class adams.gui.event.RecentItemEvent extends EventObject implements Serializable
- serialVersionUID:
- 4812680587917660625L
-
Serialized Fields
-
m_Item
T m_Item
the affected item.
-
-
Class adams.gui.event.RemoteControlCenterEvent extends EventObject implements Serializable
- serialVersionUID:
- -8645797554948304600L
-
Serialized Fields
-
m_SubPanel
AbstractRemoteControlCenterTab m_SubPanel
the sub-panel that triggered the event (if any). -
m_Type
RemoteControlCenterEvent.EventType m_Type
the event type.
-
-
Class adams.gui.event.RemoteScriptingEngineUpdateEvent extends EventObject implements Serializable
- serialVersionUID:
- -1232191938871689448L
-
Class adams.gui.event.RemoveItemsEvent extends EventObject implements Serializable
- serialVersionUID:
- 9211592165507512950L
-
Serialized Fields
-
m_Indices
int[] m_Indices
the indices of the items that were removed.
-
-
Class adams.gui.event.ScriptingEvent extends EventObject implements Serializable
- serialVersionUID:
- 5373990735194119669L
-
Serialized Fields
-
m_Cmd
ScriptingCommand m_Cmd
the command that was run. -
m_Error
String m_Error
optional error message. -
m_Success
boolean m_Success
whether the command was successfully run.
-
-
Class adams.gui.event.ScriptingInfoEvent extends EventObject implements Serializable
- serialVersionUID:
- 5373990735194119669L
-
Serialized Fields
-
m_Cmd
String m_Cmd
the command that was run.
-
-
Class adams.gui.event.SearchEvent extends EventObject implements Serializable
- serialVersionUID:
- 1051763837438899324L
-
Serialized Fields
-
m_Parameters
SearchParameters m_Parameters
the search parameters.
-
-
Class adams.gui.event.SortSetupEvent extends EventObject implements Serializable
- serialVersionUID:
- -1322917092297786611L
-
Serialized Fields
-
m_SortDefinitionPanel
SortDefinitionPanel m_SortDefinitionPanel
the definition panel that was added/removed. -
m_Type
SortSetupEvent.EventType m_Type
what type of event occurred.
-
-
Class adams.gui.event.SpreadSheetProcessorEvent extends EventObject implements Serializable
- serialVersionUID:
- -1322917092297786611L
-
Serialized Fields
-
m_Message
String m_Message
optional message. -
m_Type
SpreadSheetProcessorEvent.EventType m_Type
what type of event occurred.
-
-
Class adams.gui.event.SqlQueryPanelEvent extends EventObject implements Serializable
- serialVersionUID:
- -1322917092297786611L
-
Serialized Fields
-
m_Type
SqlQueryPanelEvent.EventType m_Type
what type of event occurred.
-
-
Class adams.gui.event.TabClosedEvent extends EventObject implements Serializable
- serialVersionUID:
- -6446664500080231501L
-
Serialized Fields
-
m_Component
Component m_Component
the component that got removed. -
m_TabIndex
int m_TabIndex
the index of the removed tab.
-
-
Class adams.gui.event.TabVisibilityChangeEvent extends EventObject implements Serializable
- serialVersionUID:
- 2987454130978038905L
-
Serialized Fields
-
m_Component
Component m_Component
the component of the tab that was made visible or got hidden. -
m_Type
TabVisibilityChangeEvent.Type m_Type
the type of event.
-
-
Class adams.gui.event.UndoEvent extends EventObject implements Serializable
- serialVersionUID:
- 1054597438625837914L
-
Serialized Fields
-
m_Success
boolean m_Success
whether the action was successful. -
m_Type
UndoEvent.UndoType m_Type
the type of event. -
m_UndoPoint
Undo.UndoPoint m_UndoPoint
the undo point that got added, removed, etc.
-
-
Class adams.gui.event.WekaInvestigatorDataEvent extends EventObject implements Serializable
- serialVersionUID:
- 5757793515769813912L
-
Serialized Fields
-
m_Rows
int[] m_Rows
the affected rows, null for all. -
m_Type
int m_Type
the event type.
-
-
-
Package adams.gui.flow
-
Class adams.gui.flow.ActorTreePanel extends BasePanel implements Serializable
- serialVersionUID:
- 4442327828371369542L
-
Serialized Fields
-
m_ClassTree
ClassTree m_ClassTree
the tree with the actors. -
m_SearchPanel
SearchPanel m_SearchPanel
the search panel.
-
-
Class adams.gui.flow.ExportDialog extends AbstractFileExportDialog<OptionProducer> implements Serializable
- serialVersionUID:
- 201725070566669323L
-
Serialized Fields
-
m_PanelFile
FileChooserPanel m_PanelFile
the panel with the file. -
m_PanelGOE
GenericObjectEditorPanel m_PanelGOE
the GOE panel for the export format.
-
-
Class adams.gui.flow.FlowControlCenterPanel extends BasePanel implements Serializable
- serialVersionUID:
- 4732793588874582421L
-
Serialized Fields
-
m_ButtonAdd
BaseButton m_ButtonAdd
the button for adding a setup. -
m_ButtonEdit
BaseButton m_ButtonEdit
the button for editing a setup. -
m_ButtonEditFlow
BaseButton m_ButtonEditFlow
the button for editing a flow directly. -
m_ButtonMoveDown
BaseButton m_ButtonMoveDown
the button for moving the selected setups down. -
m_ButtonMoveUp
BaseButton m_ButtonMoveUp
the button for moving the selected setups up. -
m_ButtonPauseAndResume
BaseButton m_ButtonPauseAndResume
the button for pausing/resuming setups. -
m_ButtonRemove
BaseButton m_ButtonRemove
the button for removing a setup. -
m_ButtonRemoveAll
BaseButton m_ButtonRemoveAll
the button for removing all setups. -
m_ButtonStart
BaseButton m_ButtonStart
the button for starting setups. -
m_ButtonStop
BaseButton m_ButtonStop
the button for stopping setups. -
m_CurrentFile
File m_CurrentFile
the filename of the current flow. -
m_FileChooser
BaseFileChooser m_FileChooser
the filedialog for loading/saving flows. -
m_FilenameProposer
FilenameProposer m_FilenameProposer
for proposing filenames for new flows. -
m_GOEDialog
GenericObjectEditorDialog m_GOEDialog
the GOE for editing the setups. -
m_Manager
FlowSetupManager m_Manager
for managing the setups. -
m_MenuBar
JMenuBar m_MenuBar
the menu bar, if used. -
m_MenuItemFileClose
JMenuItem m_MenuItemFileClose
the "exit" menu item. -
m_MenuItemFileNew
JMenuItem m_MenuItemFileNew
the "new" menu item. -
m_MenuItemFileOpen
JMenuItem m_MenuItemFileOpen
the "open" menu item. -
m_MenuItemFileOpenRecent
JMenu m_MenuItemFileOpenRecent
the "open recent" menu. -
m_MenuItemFileRevert
JMenuItem m_MenuItemFileRevert
the "rever" menu item. -
m_MenuItemFileSave
JMenuItem m_MenuItemFileSave
the "save" menu item. -
m_MenuItemFileSaveAs
JMenuItem m_MenuItemFileSaveAs
the "save as" menu item. -
m_RecentFilesHandler
RecentFilesHandler<JMenu> m_RecentFilesHandler
the recent files handler. -
m_Self
FlowControlCenterPanel m_Self
the panel itself. -
m_StatusBar
BaseStatusBar m_StatusBar
the status. -
m_TableModelSetups
FlowSetupTableModel m_TableModelSetups
the table model for the setups. -
m_TableSetups
BaseTableWithButtons m_TableSetups
the table displaying the setups. -
m_TitleGenerator
TitleGenerator m_TitleGenerator
for generating the title.
-
-
Class adams.gui.flow.FlowEditorDialog extends BaseDialog implements Serializable
- serialVersionUID:
- 545478782839955844L
-
Serialized Fields
-
m_FlowEditorPanel
FlowEditorPanel m_FlowEditorPanel
the underlying Flow panel.
-
-
Class adams.gui.flow.FlowEditorPanel extends ToolBarPanel implements Serializable
- serialVersionUID:
- -3579084888256133873L
-
Serialized Fields
-
m_ActionActiveClearGraphicalOutput
FlowEditorAction m_ActionActiveClearGraphicalOutput
the "Clear graphical output" action. -
m_ActionActiveDebug
FlowEditorAction m_ActionActiveDebug
the "run (debug)" action. -
m_ActionActiveDisplayErrors
FlowEditorAction m_ActionActiveDisplayErrors
the "display errors" action. -
m_ActionActiveGC
FlowEditorAction m_ActionActiveGC
the "gc" action. -
m_ActionActiveHeadless
FlowEditorAction m_ActionActiveHeadless
the "headless" action. -
m_ActionActiveKill
FlowEditorAction m_ActionActiveKill
the "kill" action. -
m_ActionActivePauseAndResume
FlowEditorAction m_ActionActivePauseAndResume
the "pause" action. -
m_ActionActiveRun
FlowEditorAction m_ActionActiveRun
the "run" action. -
m_ActionActiveStop
FlowEditorAction m_ActionActiveStop
the "stop" action. -
m_ActionActiveStorage
FlowEditorAction m_ActionActiveStorage
the "storage" action. -
m_ActionActiveValidateSetup
FlowEditorAction m_ActionActiveValidateSetup
the "check setup" action. -
m_ActionActiveVariables
FlowEditorAction m_ActionActiveVariables
the "variables" action. -
m_ActionDuplicateTab
FlowEditorAction m_ActionDuplicateTab
the "duplicate tab" action. -
m_ActionDuplicateTabInNewWindow
FlowEditorAction m_ActionDuplicateTabInNewWindow
the "duplicate tab in new window" action. -
m_ActionEditCheckVariables
FlowEditorAction m_ActionEditCheckVariables
the check variables action. -
m_ActionEditCleanUpFlow
FlowEditorAction m_ActionEditCleanUpFlow
the remove disabled actors action. -
m_ActionEditClearClipboard
FlowEditorAction m_ActionEditClearClipboard
the clear clipboard action. -
m_ActionEditDiff
FlowEditorAction m_ActionEditDiff
the diff action. -
m_ActionEditEnableUndo
FlowEditorAction m_ActionEditEnableUndo
the toggle undo action. -
m_ActionEditFind
FlowEditorAction m_ActionEditFind
the find action. -
m_ActionEditIgnoreNameChanges
FlowEditorAction m_ActionEditIgnoreNameChanges
the ignore name changes action. -
m_ActionEditInteractiveActors
FlowEditorAction m_ActionEditInteractiveActors
the interactive actors action. -
m_ActionEditListTODOs
FlowEditorAction m_ActionEditListTODOs
the "list TODOs" action. -
m_ActionEditLocateActor
FlowEditorAction m_ActionEditLocateActor
the locate actor action. -
m_ActionEditLocateStorageName
FlowEditorAction m_ActionEditLocateStorageName
the locate storage name action. -
m_ActionEditLocateVariable
FlowEditorAction m_ActionEditLocateVariable
the locate variable action. -
m_ActionEditProcessActors
FlowEditorAction m_ActionEditProcessActors
the "process actors" action. -
m_ActionEditRedo
FlowEditorAction m_ActionEditRedo
the redo action. -
m_ActionEditTimedActors
FlowEditorAction m_ActionEditTimedActors
the timed actors action. -
m_ActionEditUndo
FlowEditorAction m_ActionEditUndo
the undo action. -
m_ActionFileCheckOnSave
FlowEditorAction m_ActionFileCheckOnSave
the "check on save" action. -
m_ActionFileClose
FlowEditorAction m_ActionFileClose
the "close" action. -
m_ActionFileClosePage
FlowEditorAction m_ActionFileClosePage
the "close page" action. -
m_ActionFileExport
FlowEditorAction m_ActionFileExport
the "export" action. -
m_ActionFileImport
FlowEditorAction m_ActionFileImport
the "import" action. -
m_ActionFileNew
FlowEditorAction m_ActionFileNew
the "new" action. -
m_ActionFileNewFromClipboard
FlowEditorAction m_ActionFileNewFromClipboard
the "new from clipboard" action. -
m_ActionFileOpen
FlowEditorAction m_ActionFileOpen
the "open" action. -
m_ActionFileProperties
FlowEditorAction m_ActionFileProperties
the "properties" action. -
m_ActionFileRevert
FlowEditorAction m_ActionFileRevert
the "revert" action. -
m_ActionFileSave
FlowEditorAction m_ActionFileSave
the "save" action. -
m_ActionFileSaveAs
FlowEditorAction m_ActionFileSaveAs
the "save as" action. -
m_ActionHalfHeight
FlowEditorAction m_ActionHalfHeight
the "half height" action. -
m_ActionHalfWidth
FlowEditorAction m_ActionHalfWidth
the "half width" action. -
m_ActionHelpActors
FlowEditorAction m_ActionHelpActors
the "help actors" action. -
m_ActionHelpBooleanExpression
FlowEditorAction m_ActionHelpBooleanExpression
the "help boolean expression" action. -
m_ActionHelpClasses
FlowEditorAction m_ActionHelpClasses
the "help classes" action. -
m_ActionHelpMathematicalExpression
FlowEditorAction m_ActionHelpMathematicalExpression
the "help math expression" action. -
m_ActionHelpStringExpression
FlowEditorAction m_ActionHelpStringExpression
the "help string expression" action. -
m_ActionHelpVariables
FlowEditorAction m_ActionHelpVariables
the "help variables" action. -
m_ActionMoveToNewWindow
FlowEditorAction m_ActionMoveToNewWindow
the "move to new window" action. -
m_ActionNewWindow
FlowEditorAction m_ActionNewWindow
the "new window" action. -
m_ActionRunClearGraphicalOutput
FlowEditorAction m_ActionRunClearGraphicalOutput
the "Clear graphical output" action. -
m_ActionRunDebug
FlowEditorAction m_ActionRunDebug
the "run (debug)" action. -
m_ActionRunDisableAllBreakpoints
FlowEditorAction m_ActionRunDisableAllBreakpoints
the "disable all breakpoints" action. -
m_ActionRunDisplayErrors
FlowEditorAction m_ActionRunDisplayErrors
the "display errors" action. -
m_ActionRunEnableAllBreakpoints
FlowEditorAction m_ActionRunEnableAllBreakpoints
the "enable all breakpoints" action. -
m_ActionRunGC
FlowEditorAction m_ActionRunGC
the "gc" action. -
m_ActionRunHeadless
FlowEditorAction m_ActionRunHeadless
the "headless" action. -
m_ActionRunKill
FlowEditorAction m_ActionRunKill
the "kill" action. -
m_ActionRunParseError
FlowEditorAction m_ActionRunParseError
the parse error action. -
m_ActionRunPauseAndResume
FlowEditorAction m_ActionRunPauseAndResume
the "pause" action. -
m_ActionRunRemoveAllBreakpoints
FlowEditorAction m_ActionRunRemoveAllBreakpoints
the "remove all breakpoints" action. -
m_ActionRunRun
FlowEditorAction m_ActionRunRun
the "run" action. -
m_ActionRunRunAll
FlowEditorAction m_ActionRunRunAll
the "run all" action. -
m_ActionRunStop
FlowEditorAction m_ActionRunStop
the "stop" action. -
m_ActionRunStopAll
FlowEditorAction m_ActionRunStopAll
the "stop all" action. -
m_ActionRunStorage
FlowEditorAction m_ActionRunStorage
the "storage" action. -
m_ActionRunValidateSetup
FlowEditorAction m_ActionRunValidateSetup
the "check setup" action. -
m_ActionRunVariables
FlowEditorAction m_ActionRunVariables
the "variables" action. -
m_ActionViewFullExpansion
FlowEditorAction m_ActionViewFullExpansion
the "full expansion" action. -
m_ActionViewRedraw
FlowEditorAction m_ActionViewRedraw
the "redraw" action. -
m_ActionViewShowAnnotations
FlowEditorAction m_ActionViewShowAnnotations
the "show annotations" action. -
m_ActionViewShowInputOutput
FlowEditorAction m_ActionViewShowInputOutput
the "show input/output" action. -
m_ActionViewShowQuickInfo
FlowEditorAction m_ActionViewShowQuickInfo
the "show quick info" action. -
m_ActionViewShowSource
FlowEditorAction m_ActionViewShowSource
the "show source" action. -
m_ActionViewShowToolbar
FlowEditorAction m_ActionViewShowToolbar
the "show toolbar" action. -
m_ActionViewStatistics
FlowEditorAction m_ActionViewStatistics
the "statistic" action. -
m_ActionViewZoom
FlowEditorAction m_ActionViewZoom
the "zoom" action. -
m_AdditionalMenuItems
List<AbstractFlowEditorMenuItem> m_AdditionalMenuItems
additional menu items. -
m_FileChooser
FlowFileChooser m_FileChooser
the filedialog for loading/saving flows. -
m_FilenameProposer
FilenameProposer m_FilenameProposer
for proposing filenames for new flows. -
m_FlowPanels
FlowMultiPagePane m_FlowPanels
the tabbedpane for the flow panels. -
m_MenuActive
JMenu m_MenuActive
the "active" menu. -
m_MenuBar
JMenuBar m_MenuBar
the menu bar, if used. -
m_MenuEditRecentActorProcessors
JMenu m_MenuEditRecentActorProcessors
recent actor processors menu. -
m_MenuFileNew
JMenu m_MenuFileNew
the "new" sub-menu. -
m_MenuFileOpenRecent
JMenu m_MenuFileOpenRecent
the "open recent" submenu. -
m_MenuItems
List<FlowEditorAction> m_MenuItems
menu items. -
m_PreferredToolBarLocation
ToolBarPanel.ToolBarLocation m_PreferredToolBarLocation
the default toolbar location to use. -
m_RecentActorProcessorHandler
RecentActorProcessorHandler<JMenu> m_RecentActorProcessorHandler
Recent file handler for actor processors -
m_RecentFilesHandler
RecentFilesHandlerWithCommandline<JMenu> m_RecentFilesHandler
the recent files handler. -
m_Self
FlowEditorPanel m_Self
the panel itself. -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane for displaying flow and tabs. -
m_StatusBar
BaseStatusBar m_StatusBar
the status. -
m_Tabs
FlowTabManager m_Tabs
the tabbedpane for the tabs. -
m_ToolBarActiveButtons
List<JButton> m_ToolBarActiveButtons
the "active" buttons in the toolbar.
-
-
Class adams.gui.flow.FlowMultiPagePane extends MultiPagePane implements Serializable
- serialVersionUID:
- -1675887825433207074L
-
Serialized Fields
-
m_ActiveFlow
FlowPanel m_ActiveFlow
the active flow. -
m_FlowPanelClass
Class m_FlowPanelClass
the flowpanel class to use. -
m_MenuItems
List<AbstractMultiPageMenuItem> m_MenuItems
the menu items. -
m_Owner
FlowEditorPanel m_Owner
the owning editor.
-
-
Class adams.gui.flow.FlowMultiPagePane.FlowTitleRenderer extends MultiPagePane.TitleRenderer implements Serializable
- serialVersionUID:
- 206875248088135198L
-
Class adams.gui.flow.FlowPanel extends UndoPanel implements Serializable
- serialVersionUID:
- -3579084888256133873L
-
Serialized Fields
-
m_CheckLargeFlowsOnSave
Boolean m_CheckLargeFlowsOnSave
whether to check large flows before saving. -
m_CheckOnSave
boolean m_CheckOnSave
whether to check before saving. -
m_CurrentFile
File m_CurrentFile
the filename of the current flow. -
m_CurrentThread
Thread m_CurrentThread
the current worker thread. -
m_CurrentWorker
FlowWorker m_CurrentWorker
the current worker. -
m_DebugTree
Tree m_DebugTree
the tree displaying the debug flow structure. -
m_FlowFileMonitor
MultiMonitor m_FlowFileMonitor
for monitoring file changes. -
m_Headless
boolean m_Headless
whether to execute the flow in headless mode. -
m_LastFlow
Actor m_LastFlow
the last flow that was run. -
m_LastReader
FlowReader m_LastReader
the last flow reader used. -
m_LastVariableSearch
String m_LastVariableSearch
the last variable search performed. -
m_LastWriter
FlowWriter m_LastWriter
the last flow writer used. -
m_Logger
Logger m_Logger
the logger instance. -
m_Owner
FlowMultiPagePane m_Owner
the owner. -
m_PanelBottom
BasePanel m_PanelBottom
the bottom panel. -
m_PanelDebugTree
JPanel m_PanelDebugTree
the panel with the debug tree. -
m_PanelNotification
FlowPanelNotificationArea m_PanelNotification
the panel for showing notifications. -
m_PanelStorage
StoragePanel m_PanelStorage
the panel with the variables. -
m_PanelVariables
VariableManagementPanel m_PanelVariables
the panel with the variables. -
m_RecentFilesHandler
RecentFilesHandlerWithCommandline<JMenu> m_RecentFilesHandler
the recent files handler. -
m_RunGC
boolean m_RunGC
whether to perform a GC after the flow execution. -
m_RunningSwingWorker
boolean m_RunningSwingWorker
whether a swingworker is currently running. -
m_SplitPaneEditor
BaseSplitPane m_SplitPaneEditor
the split pane to use for tree and notification area. -
m_SplitPaneTrees
BaseSplitPane m_SplitPaneTrees
the split pane for the trees (edit/debug). -
m_Status
String m_Status
the current status. -
m_TabHandlers
List<AbstractTabHandler> m_TabHandlers
the tab handlers. -
m_Title
String m_Title
the current title. -
m_TitleGenerator
TitleGenerator m_TitleGenerator
for generating the title of the dialog/frame. -
m_Tree
Tree m_Tree
the tree displaying the flow structure.
-
-
Class adams.gui.flow.FlowPanelNotificationArea extends BasePanel implements Serializable
- serialVersionUID:
- -6807606526180616742L
-
Serialized Fields
-
m_Actions
List<AbstractNotificationAreaAction> m_Actions
the available actions. -
m_ButtonAction
BaseFlatSplitButton m_ButtonAction
the action button. -
m_ButtonClose
BaseFlatButton m_ButtonClose
the close button. -
m_CheckBoxConsole
BaseCheckBox m_CheckBoxConsole
the checkbox for including the console output. -
m_CloseListeners
HashSet<ActionListener> m_CloseListeners
the close listeners. -
m_Notification
String m_Notification
the notification string. -
m_Owner
FlowWorkerHandler m_Owner
the owner. -
m_PanelButtons
JPanel m_PanelButtons
the panel for the buttons. -
m_TextNotification
TextPanel m_TextNotification
for displaying the text. -
m_Type
FlowPanelNotificationArea.NotificationType m_Type
the type of notification.
-
-
Class adams.gui.flow.FlowRunnerPanel extends ToolBarPanel implements Serializable
- serialVersionUID:
- -4599322589770009727L
-
Serialized Fields
-
m_ActionClose
AbstractBaseAction m_ActionClose
the "close" action. -
m_ActionDuplicateWindow
AbstractBaseAction m_ActionDuplicateWindow
the "duplicate window" action. -
m_ActionExecutionDisplayErrors
AbstractBaseAction m_ActionExecutionDisplayErrors
the "display errors" action. -
m_ActionExecutionLogErrors
AbstractBaseAction m_ActionExecutionLogErrors
the "log errors" action. -
m_ActionHeadless
AbstractBaseAction m_ActionHeadless
the "headless" item. -
m_ActionLoad
AbstractBaseAction m_ActionLoad
the "load" action. -
m_ActionNewWindow
AbstractBaseAction m_ActionNewWindow
the "new window" action. -
m_ActionPauseAndResume
AbstractBaseAction m_ActionPauseAndResume
the "pause" item. -
m_ActionRun
AbstractBaseAction m_ActionRun
the "run" item. -
m_ActionStop
AbstractBaseAction m_ActionStop
the "stop" action. -
m_CurrentFile
File m_CurrentFile
the filename of the current flow. -
m_CurrentFlow
Actor m_CurrentFlow
the current flow. -
m_CurrentHelpButtons
List<BaseButton> m_CurrentHelpButtons
the buttons for the current SetVariable singletons. -
m_CurrentParameters
List<BaseTextField> m_CurrentParameters
the textfields for the current SetVariable singletons. -
m_CurrentSetVariables
List<SetVariable> m_CurrentSetVariables
the current SetVariable singletons (used for displaying the parameters). -
m_CurrentThread
Thread m_CurrentThread
the current worker thread. -
m_CurrentWorker
FlowWorker m_CurrentWorker
the current worker. -
m_FileChooser
FlowFileChooser m_FileChooser
the filedialog for loading/saving flows. -
m_LabelFlowAnnotation
JLabel m_LabelFlowAnnotation
the label for the flow annotation. -
m_LastFlow
Actor m_LastFlow
the last flow that was run. -
m_MenuBar
JMenuBar m_MenuBar
the menu bar, if used. -
m_MenuItemLoadRecent
JMenu m_MenuItemLoadRecent
the "load recent" submenu. -
m_PanelBottom
BasePanel m_PanelBottom
the panel at the bottom. -
m_PanelNotification
FlowPanelNotificationArea m_PanelNotification
the panel for showing notifications. -
m_PanelParameters
JPanel m_PanelParameters
the panel for the SetVariable singletons. -
m_ParameterScrollPane
BaseScrollPane m_ParameterScrollPane
the scroll pane for the parameters. -
m_RecentFilesHandler
RecentFilesHandler<JMenu> m_RecentFilesHandler
the recent files handler. -
m_RunningSwingWorker
boolean m_RunningSwingWorker
whether a flow is currently being loaded, etc. using a SwingWorker. -
m_Self
FlowRunnerPanel m_Self
the panel itself. -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane to use for tree and notification area. -
m_StatusBar
BaseStatusBar m_StatusBar
the status. -
m_TitleGenerator
TitleGenerator m_TitleGenerator
for generating the title.
-
-
Class adams.gui.flow.FlowWorker extends CustomLoggingLevelObject implements Serializable
- serialVersionUID:
- -3462535846381489083L
-
Serialized Fields
-
m_Debug
boolean m_Debug
whether to run in debug mode. -
m_File
File m_File
the current flow file. -
m_Flow
Actor m_Flow
the flow to execute. -
m_Output
String m_Output
generated output. -
m_Owner
FlowWorkerHandler m_Owner
the panel this flow belongs to. -
m_Running
boolean m_Running
whether the flow is still being executed. -
m_ShowNotification
boolean m_ShowNotification
whether to show a notification. -
m_StartTime
long m_StartTime
the start time. -
m_StopMessage
String m_StopMessage
the stop message. -
m_Stopping
boolean m_Stopping
whether the flow is being stopped.
-
-
Class adams.gui.flow.ImportDialog extends AbstractFileImportDialog<OptionConsumer> implements Serializable
- serialVersionUID:
- 201725070566669323L
-
Class adams.gui.flow.RecentActorProcessorHandler extends AbstractRecentItemsHandler<M,ActorProcessor> implements Serializable
- serialVersionUID:
- 8256752129584941151L
-
-
Package adams.gui.flow.menu
-
Class adams.gui.flow.menu.AbstractFlowEditorCheckBoxMenuItemAction extends AbstractPropertiesCheckBoxMenuItemAction<FlowEditorPanel,GenericObjectEditorDialog> implements Serializable
- serialVersionUID:
- -6842831257705457783L
-
Class adams.gui.flow.menu.AbstractFlowEditorMenuItem extends LoggingObject implements Serializable
- serialVersionUID:
- -6136183940974324177L
-
Serialized Fields
-
m_Action
AbstractBaseAction m_Action
the underlying action. -
m_MenuItem
JMenuItem m_MenuItem
the underlying menuitem. -
m_Owner
FlowEditorPanel m_Owner
the owner. -
m_SubMenu
JMenu m_SubMenu
the underlying submenu.
-
-
Class adams.gui.flow.menu.AbstractFlowEditorMenuItemAction extends AbstractPropertiesMenuItemAction<FlowEditorPanel,GenericObjectEditorDialog> implements Serializable
- serialVersionUID:
- -6842831257705457783L
-
Class adams.gui.flow.menu.AbstractFlowEditorSubMenuAction extends AbstractPropertiesSubMenuAction<FlowEditorPanel,GenericObjectEditorDialog> implements Serializable
- serialVersionUID:
- 1168747259624542350L
-
Class adams.gui.flow.menu.ActiveClearGraphicalOutput extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.ActiveDebug extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.ActiveDisplayErrors extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.ActiveGC extends AbstractFlowEditorCheckBoxMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.ActiveHeadless extends AbstractFlowEditorCheckBoxMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.ActiveKill extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.ActivePauseResume extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.ActiveRun extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.ActiveStop extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.ActiveStorage extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.ActiveValidateSetup extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.ActiveVariables extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.EditCheckVariables extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.EditCleanUpFlow extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.EditClearClipboard extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.EditDiff extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.EditEnableUndo extends AbstractFlowEditorCheckBoxMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.EditFind extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.EditIgnoreNameChanges extends AbstractFlowEditorCheckBoxMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.EditInteractiveActors extends AbstractFlowEditorCheckBoxMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.EditListTODOs extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.EditLocateActor extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.EditLocateStorageName extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.EditLocateVariable extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.EditProcessActors extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.EditRedo extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.EditTimedActors extends AbstractFlowEditorCheckBoxMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.EditUndo extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.FileCheckOnSave extends AbstractFlowEditorCheckBoxMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.FileClose extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.FileClosePage extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.FileExport extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Serialized Fields
-
m_ExportDialog
ExportDialog m_ExportDialog
the dialog for exporting the flow.
-
-
Class adams.gui.flow.menu.FileImport extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Serialized Fields
-
m_ImportDialog
ImportDialog m_ImportDialog
the dialog for importing the flow.
-
-
Class adams.gui.flow.menu.FileNewFlow extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.FileNewFromClipboard extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.FileOpen extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.FileProperties extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.FileRevert extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.FileSave extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.FileSaveAs extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.HelpActors extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.HelpBooleanExpression extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.HelpClasses extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.HelpMathematicalExpression extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.HelpStringExpression extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.HelpVariables extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.RunClearGraphicalOutput extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.RunDebug extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.RunDisableAllBreakpoints extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.RunDisplayErrors extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.RunEnableAllBreakpoints extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.RunGC extends AbstractFlowEditorCheckBoxMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.RunHeadless extends AbstractFlowEditorCheckBoxMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.RunKill extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.RunParseError extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.RunPauseResume extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.RunRemoveAllBreakpoints extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.RunRun extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.RunRunAll extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.RunStop extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.RunStopAll extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.RunStorage extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.RunValidateSetup extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.RunVariables extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.ShowTriggers extends AbstractFlowEditorMenuItem implements Serializable
- serialVersionUID:
- 4736251620576615831L
-
Class adams.gui.flow.menu.ViewFullExpansion extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.ViewRedraw extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.ViewShowAnnotations extends AbstractFlowEditorCheckBoxMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.ViewShowInputOutput extends AbstractFlowEditorCheckBoxMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.ViewShowQuickInfo extends AbstractFlowEditorCheckBoxMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.ViewShowSource extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.ViewShowToolbar extends AbstractFlowEditorCheckBoxMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.ViewStatistics extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.ViewZoom extends AbstractFlowEditorSubMenuAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.WindowDuplicateInTab extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.WindowDuplicateInWindow extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.WindowHalfHeight extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.WindowHalfWidth extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.WindowMoveToNewWindow extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.flow.menu.WindowNew extends AbstractFlowEditorMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
-
Package adams.gui.flow.multipageaction
-
Class adams.gui.flow.multipageaction.AbstractMultiPageMenuItem extends LoggingObject implements Serializable
- serialVersionUID:
- -1421960726075633479L
-
Class adams.gui.flow.multipageaction.CleanUp extends AbstractMultiPageMenuItem implements Serializable
- serialVersionUID:
- 1297273340581059101L
-
Class adams.gui.flow.multipageaction.CompareFlows extends AbstractMultiPageMenuItem implements Serializable
- serialVersionUID:
- 1297273340581059101L
-
Class adams.gui.flow.multipageaction.CopyFilename extends AbstractMultiPageMenuItem implements Serializable
- serialVersionUID:
- 1297273340581059101L
-
Class adams.gui.flow.multipageaction.OpenContainingFolder extends AbstractMultiPageMenuItem implements Serializable
- serialVersionUID:
- 1297273340581059101L
-
Class adams.gui.flow.multipageaction.RenameFlow extends AbstractMultiPageMenuItem implements Serializable
- serialVersionUID:
- 1297273340581059101L
-
Class adams.gui.flow.multipageaction.Revert extends AbstractMultiPageMenuItem implements Serializable
- serialVersionUID:
- 1297273340581059101L
-
Class adams.gui.flow.multipageaction.Windows extends AbstractMultiPageMenuItem implements Serializable
- serialVersionUID:
- 1297273340581059101L
-
-
Package adams.gui.flow.notificationareaaction
-
Class adams.gui.flow.notificationareaaction.AbstractNotificationAreaAction extends AbstractBaseAction implements Serializable
- serialVersionUID:
- -3555111594280198534L
-
Serialized Fields
-
m_Owner
FlowPanelNotificationArea m_Owner
the owner.
-
-
Class adams.gui.flow.notificationareaaction.CloseAndCleanUp extends AbstractNotificationAreaAction implements Serializable
- serialVersionUID:
- -2884370713454014768L
-
Class adams.gui.flow.notificationareaaction.Copy extends AbstractNotificationAreaAction implements Serializable
- serialVersionUID:
- -2884370713454014768L
-
Class adams.gui.flow.notificationareaaction.Print extends AbstractNotificationAreaAction implements Serializable
- serialVersionUID:
- -2884370713454014768L
-
Class adams.gui.flow.notificationareaaction.Save extends AbstractNotificationAreaAction implements Serializable
- serialVersionUID:
- -2884370713454014768L
-
Class adams.gui.flow.notificationareaaction.SendErrorReport extends AbstractNotificationAreaAction implements Serializable
- serialVersionUID:
- -2884370713454014768L
-
-
Package adams.gui.flow.setup
-
Class adams.gui.flow.setup.FlowSetupCellEditor extends DefaultCellEditor implements Serializable
- serialVersionUID:
- -6644028610827361425L
-
Serialized Fields
-
m_ComboBox
JComboBox m_ComboBox
the JCombobox used for displaying the flow setup names. -
m_TableModel
FlowSetupTableModel m_TableModel
the table model to use.
-
-
Class adams.gui.flow.setup.FlowSetupTableModel extends AbstractMoveableTableModel implements Serializable
- serialVersionUID:
- 3035229549624468704L
-
Serialized Fields
-
m_Manager
FlowSetupManager m_Manager
the underlying setups.
-
-
-
Package adams.gui.flow.tab
-
Class adams.gui.flow.tab.AbstractEditorTab extends BasePanel implements Serializable
- serialVersionUID:
- -1380932223368136260L
-
Serialized Fields
-
m_Owner
FlowTabManager m_Owner
the owning tab manager.
-
-
Class adams.gui.flow.tab.AbstractTabChangeAwareEditorTab extends AbstractEditorTab implements Serializable
- serialVersionUID:
- 1854676009541931025L
-
Class adams.gui.flow.tab.ActorHelpTab extends AbstractEditorTab implements Serializable
- serialVersionUID:
- 3860012648562358118L
-
Serialized Fields
-
m_TextArea
BaseHtmlEditorPane m_TextArea
for displaying the help text.
-
-
Class adams.gui.flow.tab.ActorParametersTab extends AbstractEditorTab implements Serializable
- serialVersionUID:
- 3860012648562358118L
-
Serialized Fields
-
m_TextArea
BaseHtmlEditorPane m_TextArea
for displaying the help text.
-
-
Class adams.gui.flow.tab.ActorTreeTab extends AbstractEditorTab implements Serializable
- serialVersionUID:
- 5660819043419968252L
-
Serialized Fields
-
m_ActorTreePanel
ActorTreePanel m_ActorTreePanel
the panel with the actors.
-
-
Class adams.gui.flow.tab.AttachedVariablesTab extends AbstractTabChangeAwareEditorTab implements Serializable
- serialVersionUID:
- 1745841596971673114L
-
Serialized Fields
-
m_ButtonRefresh
BaseButton m_ButtonRefresh
the button for refreshing the variable list. -
m_ModelVariables
DefaultTableModel m_ModelVariables
the model for the variables. -
m_TableVariables
BaseTableWithButtons m_TableVariables
for listing all the variables.
-
-
Class adams.gui.flow.tab.Clipboard extends AbstractEditorTab implements Serializable
- serialVersionUID:
- 8054086756987403832L
-
Serialized Fields
-
m_ButtonAdd
BaseButton m_ButtonAdd
the button for adding the actor to the clipboard. -
m_ButtonClear
BaseButton m_ButtonClear
the button for clearing the clipboard. -
m_ButtonCopy
BaseButton m_ButtonCopy
the button for copying the actor to the clipboard. -
m_ButtonRemove
BaseButton m_ButtonRemove
the button for removing the selected items from the clipboard. -
m_ListItems
BaseList m_ListItems
for storing the clipboard items. -
m_ListItemsModel
DefaultListModel m_ListItemsModel
the underlying list model. -
m_PanelButtons
JPanel m_PanelButtons
the panel for the buttons. -
m_PanelPreview
FlowPanel m_PanelPreview
the preview. -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane for list and preview.
-
-
Class adams.gui.flow.tab.Clipboard.ClipboardItem extends Object implements Serializable
- serialVersionUID:
- 7449734120644203603L
-
Class adams.gui.flow.tab.EffectiveTagsTab extends AbstractEditorTab implements Serializable
- serialVersionUID:
- 3860012648562358118L
-
Serialized Fields
-
m_Model
KeyValuePairTableModel m_Model
the model for the tags. -
m_Table
SortableAndSearchableTable m_Table
for displaying the help text.
-
-
Class adams.gui.flow.tab.FlowTabManager extends BaseTabbedPaneWithTabHiding implements Serializable
- serialVersionUID:
- 3685631497946681192L
-
Serialized Fields
-
m_Owner
FlowEditorPanel m_Owner
the flow editor that the tab manager belongs to. -
m_TabList
List<AbstractEditorTab> m_TabList
all the available tabs.
-
-
Class adams.gui.flow.tab.GraphicalActorProcessorTab extends AbstractTabChangeAwareEditorTab implements Serializable
- serialVersionUID:
- 9136385384294940943L
-
Class adams.gui.flow.tab.GraphicalFlowExecutionListenersTab extends AbstractTabChangeAwareEditorTab implements Serializable
- serialVersionUID:
- 3636125950515045125L
-
Serialized Fields
-
m_TabbedDisplays
BaseTabbedPane m_TabbedDisplays
the tabbed pane.
-
-
Class adams.gui.flow.tab.ParsedErrorTab extends AbstractEditorTab implements Serializable
- serialVersionUID:
- 9136385384294940943L
-
Class adams.gui.flow.tab.RegisteredDisplaysTab extends AbstractTabChangeAwareEditorTab implements Serializable
- serialVersionUID:
- 3636125950515045125L
-
Serialized Fields
-
m_TabbedDisplays
BaseTabbedPane m_TabbedDisplays
the tabbed pane.
-
-
Class adams.gui.flow.tab.StorageNamesTab extends AbstractTabChangeAwareEditorTab implements Serializable
- serialVersionUID:
- 1745841596971673114L
-
Serialized Fields
-
m_ButtonRefresh
BaseButton m_ButtonRefresh
the button for refreshing the variable list. -
m_ButtonUsages
BaseButton m_ButtonUsages
the button for locating the usages. -
m_ListStorageNames
BaseListWithButtons m_ListStorageNames
for listing all the names. -
m_ModelStorageNames
DefaultListModel<String> m_ModelStorageNames
the model for the names. -
m_PanelUsages
JPanel m_PanelUsages
the panel for the usages. -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane.
-
-
Class adams.gui.flow.tab.VariablesTab extends AbstractTabChangeAwareEditorTab implements Serializable
- serialVersionUID:
- 1745841596971673114L
-
Serialized Fields
-
m_ButtonRefresh
BaseButton m_ButtonRefresh
the button for refreshing the variable list. -
m_ButtonUsages
BaseButton m_ButtonUsages
the button for locating the usages. -
m_ListVariables
BaseListWithButtons m_ListVariables
for listing all the variables. -
m_ModelVariables
DefaultListModel<String> m_ModelVariables
the model for the variables. -
m_PanelUsages
JPanel m_PanelUsages
the panel for the usages. -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane.
-
-
-
Package adams.gui.flow.tabhandler
-
Class adams.gui.flow.tabhandler.AbstractTabHandler extends CustomLoggingLevelObject implements Serializable
- serialVersionUID:
- 5686865821382789408L
-
Serialized Fields
-
m_Owner
FlowPanel m_Owner
the owning flow panel.
-
-
Class adams.gui.flow.tabhandler.GraphicalActorProcessorHandler extends AbstractTabHandler implements Serializable
- serialVersionUID:
- -6875576523702915436L
-
Serialized Fields
-
m_Outputs
List<GraphicalActorProcessorHandler.Output> m_Outputs
the output.
-
-
Class adams.gui.flow.tabhandler.GraphicalActorProcessorHandler.Output extends Object implements Serializable
- serialVersionUID:
- -7492661828510106722L
-
Class adams.gui.flow.tabhandler.GraphicalFlowExecutionListenersHandler extends AbstractTabHandler implements Serializable
- serialVersionUID:
- -6801903616813756519L
-
Serialized Fields
-
m_Displays
Set<GraphicalFlowExecutionListener> m_Displays
the registered panels: class of panel - (name of panel - AbstractDisplay instance).
-
-
Class adams.gui.flow.tabhandler.ParsedErrorHandler extends AbstractTabHandler implements Serializable
- serialVersionUID:
- -6875576523702915436L
-
Serialized Fields
-
m_Outputs
List<ParsedErrorHandler.ParseOutput> m_Outputs
the output.
-
-
Class adams.gui.flow.tabhandler.ParsedErrorHandler.ParseOutput extends Object implements Serializable
- serialVersionUID:
- -7492661828510106722L
-
Serialized Fields
-
m_Error
String m_Error
an optional error. -
m_List
BaseListWithButtons m_List
the list with the paths. -
m_Owner
FlowPanel m_Owner
the owner. -
m_Pane
BaseSplitPane m_Pane
the panel. -
m_Paths
List<String> m_Paths
the extracted paths. -
m_Title
String m_Title
the title.
-
-
Class adams.gui.flow.tabhandler.RegisteredDisplaysHandler extends AbstractTabHandler implements Serializable
- serialVersionUID:
- -6801903616813756519L
-
Serialized Fields
-
m_Displays
Map<Class,HashMap<String,AbstractDisplay>> m_Displays
the registered panels: class of panel - (name of panel - AbstractDisplay instance).
-
-
-
Package adams.gui.flow.tree
-
Class adams.gui.flow.tree.ClipboardActorContainer extends AbstractActor implements Serializable
- serialVersionUID:
- 8826708859698352085L
-
Class adams.gui.flow.tree.Node extends LazyExpansionTreeNode implements Serializable
- serialVersionUID:
- 8994468228049539761L
-
Serialized Fields
-
m_Bookmarked
boolean m_Bookmarked
whether the node is currently bookmarked. -
m_CommandLine
String m_CommandLine
the commandline (cache for undo/redo). -
m_Editable
boolean m_Editable
whether the node is editable. -
m_ExternalFlowMonitor
AbstractFileChangeMonitor m_ExternalFlowMonitor
for monitoring external actor files. -
m_RenderString
String m_RenderString
the render string. -
m_Variables
HashSet<String> m_Variables
the variables.
-
-
Class adams.gui.flow.tree.Renderer extends DefaultTreeCellRenderer implements Serializable
- serialVersionUID:
- -2445498431457837008L
-
Class adams.gui.flow.tree.SelectionModel extends DefaultTreeSelectionModel implements Serializable
- serialVersionUID:
- 5457981531733561691L
-
Class adams.gui.flow.tree.TransferableNestedList extends Object implements Serializable
- serialVersionUID:
- -4291529156857201031L
-
Serialized Fields
-
m_Data
List[] m_Data
the nodes to transfer.
-
-
Class adams.gui.flow.tree.Tree extends DragAndDropTree implements Serializable
- serialVersionUID:
- -6052602093735801950L
-
Serialized Fields
-
m_ActorChangeListeners
HashSet<ActorChangeListener> m_ActorChangeListeners
the listeners for changes in the actors. -
m_ActorNameColor
String m_ActorNameColor
the HTML color string of the actor names (e.g., 'black' or '#000000'). -
m_ActorNameSize
String m_ActorNameSize
the HTML font tag size of the actor names (e.g., '3' or '-1'). -
m_AllowKeyboardShortcuts
boolean m_AllowKeyboardShortcuts
whether to allow keyboard shortcuts. -
m_AllowNodePopup
boolean m_AllowNodePopup
whether to allow the popup menu. -
m_AllowNodeQuickAction
boolean m_AllowNodeQuickAction
whether to allow the quick action menu. -
m_AnnotationsColor
String m_AnnotationsColor
the HTML color string of the annotations (e.g., 'blue' or '#0000FF'). -
m_AnnotationsSize
String m_AnnotationsSize
the HTML font tag size of the annotations (e.g., '3' or '-2'). -
m_BookmarkHighlightBackground
String m_BookmarkHighlightBackground
the background HTML color string of the bookmark highlights (e.g., 'orange' or '#FFDD00'). -
m_CurrentEditingNode
Node m_CurrentEditingNode
the node that is currently being edited. -
m_CurrentEditingParent
Node m_CurrentEditingParent
the parent of the currently edited node or node to be added. -
m_Debug
boolean m_Debug
whether it is a debug flow (ie copy). -
m_File
File m_File
the file this actor is based on (if at all). -
m_IgnoreNameChanges
boolean m_IgnoreNameChanges
whether to ignore name changes of actors (suppressing application of post-processors). -
m_InputOutputColor
String m_InputOutputColor
the HTML color string of the input/output info (e.g., 'green' or '#008800'). -
m_InputOutputPrefixes
String[] m_InputOutputPrefixes
the input/output class prefixes to remove. -
m_InputOutputSize
String m_InputOutputSize
the HTML font tag size of the input/output info (e.g., '3' or '-2'). -
m_KeyboardActions
List<AbstractKeyboardAction> m_KeyboardActions
the keyboard actions. -
m_LastSearchString
String m_LastSearchString
the last search string used. -
m_LastTemplate
AbstractActorTemplate m_LastTemplate
the last template that was added via 'Add template'. -
m_LastTemplateInsertPosition
TreeOperations.InsertPosition m_LastTemplateInsertPosition
the position of the last template that was added via 'Add template'. -
m_Modified
boolean m_Modified
whether the setup was modified or not. -
m_NodePopupCache
List<Object> m_NodePopupCache
the classes for the tree popup. -
m_Operations
TreeOperations m_Operations
for complex operations. -
m_Owner
FlowPanel m_Owner
the owner. -
m_PlaceholdersColor
String m_PlaceholdersColor
the HTML color string of the placeholders (e.g., 'navy' or '#0000FF'). -
m_PlaceholdersSize
String m_PlaceholdersSize
the HTML font tag size of the placeholders (e.g., '3' or '-2'). -
m_QuickInfoColor
String m_QuickInfoColor
the HTML color string of the quick info (e.g., 'green' or '#008800'). -
m_QuickInfoSize
String m_QuickInfoSize
the HTML font tag size of the quick info (e.g., '3' or '-2'). -
m_RecordAdd
boolean m_RecordAdd
whether to record the adding of actors to improve suggestions. -
m_RecordEnclose
boolean m_RecordEnclose
whether to record the enclosing of actors to improve suggestions. -
m_Self
Tree m_Self
the tree itself. -
m_Shortcuts
List<TreePopupAction> m_Shortcuts
the actions with shortcuts. -
m_ShowAnnotations
boolean m_ShowAnnotations
whether to show the annotations or not. -
m_ShowInputOutput
boolean m_ShowInputOutput
whether to display the input/output info or not. -
m_ShowQuickInfo
boolean m_ShowQuickInfo
whether to display the quick info or not. -
m_VariableHighlightBackground
String m_VariableHighlightBackground
the background HTML color string of the variable highlights (e.g., 'red' or '#FFDD88').
-
-
Class adams.gui.flow.tree.TreeModel extends DefaultTreeModel implements Serializable
- serialVersionUID:
- 5319049932782128289L
-
Class adams.gui.flow.tree.TreeNodeCollection extends DragAndDropTreeNodeCollection<Node> implements Serializable
- serialVersionUID:
- 8624532382080344377L
-
Class adams.gui.flow.tree.TreeOperations extends Object implements Serializable
- serialVersionUID:
- -7841526414048795652L
-
Serialized Fields
-
m_DialogProcessActors
GenericObjectEditorDialog m_DialogProcessActors
the dialog for processing actors. -
m_Owner
Tree m_Owner
the tree to operate on.
-
-
-
Package adams.gui.flow.tree.actorswap
-
Class adams.gui.flow.tree.actorswap.AbstractActorSwapSuggestion extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -3692601200334292986L
-
Class adams.gui.flow.tree.actorswap.ActorHandlerSuggestion extends AbstractActorSwapSuggestion implements Serializable
- serialVersionUID:
- -2879844263173160775L
-
Class adams.gui.flow.tree.actorswap.SimpleSuggestion extends AbstractActorSwapSuggestion implements Serializable
- serialVersionUID:
- -2879844263173160775L
-
-
Package adams.gui.flow.tree.annotations
-
Class adams.gui.flow.tree.annotations.AbstractAnnotationProcessor extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -884528900861143801L
-
Class adams.gui.flow.tree.annotations.PlainText extends AbstractAnnotationProcessor implements Serializable
- serialVersionUID:
- 9193469949051099987L
-
-
Package adams.gui.flow.tree.enclose
-
Class adams.gui.flow.tree.enclose.AbstractEncloseActor extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -3692601200334292986L
-
Class adams.gui.flow.tree.enclose.ArrayDisplayEnclosure extends AbstractEncloseActor implements Serializable
- serialVersionUID:
- -2613401104529816325L
-
Class adams.gui.flow.tree.enclose.DisplayPanelManagerEnclosure extends AbstractEncloseActor implements Serializable
- serialVersionUID:
- -2613401104529816325L
-
Class adams.gui.flow.tree.enclose.TryCatchEnclosure extends AbstractEncloseActor implements Serializable
- serialVersionUID:
- -2613401104529816325L
-
-
Package adams.gui.flow.tree.keyboardaction
-
Class adams.gui.flow.tree.keyboardaction.AbstractAddActor extends AbstractKeyboardActionWithActor implements Serializable
- serialVersionUID:
- 9158512844896786075L
-
Serialized Fields
-
m_DisplayActorOptions
boolean m_DisplayActorOptions
whether to display the GOE with the actor. -
m_ShowClassTree
boolean m_ShowClassTree
whether to show the class tree in the GOE.
-
-
Class adams.gui.flow.tree.keyboardaction.AbstractAddTemplate extends AbstractKeyboardAction implements Serializable
- serialVersionUID:
- 9158512844896786075L
-
Serialized Fields
-
m_Template
AbstractActorTemplate m_Template
the template to use.
-
-
Class adams.gui.flow.tree.keyboardaction.AbstractFavoriteActor extends AbstractKeyboardAction implements Serializable
- serialVersionUID:
- 9158512844896786075L
-
Class adams.gui.flow.tree.keyboardaction.AbstractKeyboardAction extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -889725470778358596L
-
Serialized Fields
-
m_Name
String m_Name
the name of the action. -
m_Shortcut
BaseShortcut m_Shortcut
the shortcut.
-
-
Class adams.gui.flow.tree.keyboardaction.AbstractKeyboardActionWithActor extends AbstractKeyboardAction implements Serializable
- serialVersionUID:
- 9158512844896786075L
-
Serialized Fields
-
m_Actor
Actor m_Actor
the actor to use.
-
-
Class adams.gui.flow.tree.keyboardaction.AbstractQuickSearchActor extends AbstractKeyboardAction implements Serializable
- serialVersionUID:
- 9158512844896786075L
-
Serialized Fields
-
m_DisplayActorOptions
boolean m_DisplayActorOptions
whether to display the GOE with the actor. -
m_ShowClassTree
boolean m_ShowClassTree
whether to show the class tree in the GOE.
-
-
Class adams.gui.flow.tree.keyboardaction.AbstractSearchActor extends AbstractKeyboardAction implements Serializable
- serialVersionUID:
- 9158512844896786075L
-
Serialized Fields
-
m_DisplayActorOptions
boolean m_DisplayActorOptions
whether to display the GOE with the actor.
-
-
Class adams.gui.flow.tree.keyboardaction.ActionQuickSearch extends AbstractKeyboardAction implements Serializable
- serialVersionUID:
- 8171584749198453214L
-
Class adams.gui.flow.tree.keyboardaction.AddActorAfter extends AbstractAddActor implements Serializable
- serialVersionUID:
- 5437085259210069183L
-
Class adams.gui.flow.tree.keyboardaction.AddActorBeneath extends AbstractAddActor implements Serializable
- serialVersionUID:
- 5437085259210069183L
-
Class adams.gui.flow.tree.keyboardaction.AddActorHere extends AbstractAddActor implements Serializable
- serialVersionUID:
- 5437085259210069183L
-
Class adams.gui.flow.tree.keyboardaction.AddTemplateAfter extends AbstractAddTemplate implements Serializable
- serialVersionUID:
- 5437085259210069183L
-
Class adams.gui.flow.tree.keyboardaction.AddTemplateBeneath extends AbstractAddTemplate implements Serializable
- serialVersionUID:
- 5437085259210069183L
-
Class adams.gui.flow.tree.keyboardaction.AddTemplateHere extends AbstractAddTemplate implements Serializable
- serialVersionUID:
- 5437085259210069183L
-
Class adams.gui.flow.tree.keyboardaction.EncloseActor extends AbstractKeyboardActionWithActor implements Serializable
- serialVersionUID:
- 5437085259210069183L
-
Class adams.gui.flow.tree.keyboardaction.FavoriteActorAfter extends AbstractFavoriteActor implements Serializable
- serialVersionUID:
- 5437085259210069183L
-
Class adams.gui.flow.tree.keyboardaction.FavoriteActorBeneath extends AbstractFavoriteActor implements Serializable
- serialVersionUID:
- 5437085259210069183L
-
Class adams.gui.flow.tree.keyboardaction.FavoriteActorHere extends AbstractFavoriteActor implements Serializable
- serialVersionUID:
- 5437085259210069183L
-
Class adams.gui.flow.tree.keyboardaction.PullUpActor extends AbstractKeyboardActionWithActor implements Serializable
- serialVersionUID:
- 5437085259210069183L
-
Class adams.gui.flow.tree.keyboardaction.QuickAction extends AbstractKeyboardAction implements Serializable
- serialVersionUID:
- 5437085259210069183L
-
Class adams.gui.flow.tree.keyboardaction.QuickSearchActorAfter extends AbstractQuickSearchActor implements Serializable
- serialVersionUID:
- 5437085259210069183L
-
Class adams.gui.flow.tree.keyboardaction.QuickSearchActorBeneath extends AbstractQuickSearchActor implements Serializable
- serialVersionUID:
- 5437085259210069183L
-
Class adams.gui.flow.tree.keyboardaction.QuickSearchActorHere extends AbstractQuickSearchActor implements Serializable
- serialVersionUID:
- 5437085259210069183L
-
Class adams.gui.flow.tree.keyboardaction.SearchActorAfter extends AbstractSearchActor implements Serializable
- serialVersionUID:
- 5437085259210069183L
-
Class adams.gui.flow.tree.keyboardaction.SearchActorBeneath extends AbstractSearchActor implements Serializable
- serialVersionUID:
- 5437085259210069183L
-
Class adams.gui.flow.tree.keyboardaction.SearchActorHere extends AbstractSearchActor implements Serializable
- serialVersionUID:
- 5437085259210069183L
-
-
Package adams.gui.flow.tree.menu
-
Class adams.gui.flow.tree.menu.AbstractAddBreakpointAction extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.AbstractAddMostCommonActorAction extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- -4230209427910258312L
-
Class adams.gui.flow.tree.menu.AbstractCompareActors extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.AbstractEncloseActor extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.AbstractFromTemplateAction extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- -658661047850659634L
-
Class adams.gui.flow.tree.menu.AbstractTreePopupMenuItemAction extends AbstractPropertiesMenuItemAction<StateContainer,GenericObjectEditorDialog> implements Serializable
- serialVersionUID:
- -5921557331961517641L
-
Class adams.gui.flow.tree.menu.AbstractTreePopupSubMenuAction extends AbstractPropertiesSubMenuAction<StateContainer,GenericObjectEditorDialog> implements Serializable
- serialVersionUID:
- -5921557331961517641L
-
Class adams.gui.flow.tree.menu.AddActor extends AbstractTreePopupSubMenuAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.AddActorAfter extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.AddActorBeneath extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.AddActorHere extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.AddBookmark extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.AddBreakpoint extends AbstractTreePopupSubMenuAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.AddBreakpointAfter extends AbstractAddBreakpointAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.AddBreakpointBeneath extends AbstractAddBreakpointAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.AddBreakpointHere extends AbstractAddBreakpointAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.AddFromTemplate extends AbstractTreePopupSubMenuAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.AddFromTemplateAfter extends AbstractFromTemplateAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.AddFromTemplateBeneath extends AbstractFromTemplateAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.AddFromTemplateHere extends AbstractFromTemplateAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.AddMostCommonActor extends AbstractTreePopupSubMenuAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.AddMostCommonActorAfter extends AbstractAddMostCommonActorAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.AddMostCommonActorBeneath extends AbstractAddMostCommonActorAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.AddMostCommonActorHere extends AbstractAddMostCommonActorAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.AnnotateActor extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.AttachBreakpointHere extends AbstractAddBreakpointAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.AttachListener extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.Bookmark extends AbstractTreePopupSubMenuAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.CleanUpActorName extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.CollapseAll extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.CompareActors extends AbstractTreePopupSubMenuAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.CompareJustActors extends AbstractCompareActors implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.CompareSubFlows extends AbstractCompareActors implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.CopyActor extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.CopyActorCommandline extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.CopyActorMore extends AbstractTreePopupSubMenuAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.CopyActorName extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.CopyActorPath extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.CopyActorPlainText extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.CopyStorageName extends AbstractTreePopupSubMenuAction implements Serializable
- serialVersionUID:
- -5579105202655859516L
-
Class adams.gui.flow.tree.menu.CopyVariableName extends AbstractTreePopupSubMenuAction implements Serializable
- serialVersionUID:
- -5579105202655859516L
-
Class adams.gui.flow.tree.menu.CreateCallableActor extends AbstractTreePopupSubMenuAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.CutActor extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.EditActor extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.EditExternalFlow extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.EditListeners extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.EncloseActor extends AbstractEncloseActor implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.EncloseActorAll extends AbstractEncloseActor implements Serializable
- serialVersionUID:
- 8240644179693415397L
-
Class adams.gui.flow.tree.menu.EncloseActorCommon extends AbstractEncloseActor implements Serializable
- serialVersionUID:
- 8240644179693415397L
-
Class adams.gui.flow.tree.menu.EncloseActorCompact extends AbstractEncloseActor implements Serializable
- serialVersionUID:
- 8240644179693415397L
-
Class adams.gui.flow.tree.menu.EncloseActorSpecial extends AbstractEncloseActor implements Serializable
- serialVersionUID:
- 8240644179693415397L
-
Class adams.gui.flow.tree.menu.ExpandAll extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.ExpandCollapseExternalFlow extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.ExportActor extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.ExternalFlow extends AbstractTreePopupSubMenuAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.ExternalizeActor extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.FindUsages extends AbstractTreePopupSubMenuAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.GoTo extends AbstractTreePopupSubMenuAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.Help extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.InspectMemory extends AbstractTreePopupSubMenuAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.InspectMemoryDetails extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.InspectMemorySize extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.LastTemplate extends AbstractFromTemplateAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.Listeners extends AbstractTreePopupSubMenuAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.MakeConditional extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.MakeInteractive extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.MakeTimed extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.MaterializeExternalActor extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.MenuHeader extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.PasteActor extends AbstractTreePopupSubMenuAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.PasteActorAfter extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.PasteActorBeneath extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.PasteActorHere extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.PullUpActor extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.RemoveActor extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.RemoveBookmark extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.RemoveBreakpoints extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.RemoveListeners extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.RenameActor extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.RunToHere extends AbstractAddBreakpointAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.Separator extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.SwapActor extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
Class adams.gui.flow.tree.menu.ToggleState extends AbstractTreePopupMenuItemAction implements Serializable
- serialVersionUID:
- 3991575839421394939L
-
-
Package adams.gui.flow.tree.postprocessor
-
Class adams.gui.flow.tree.postprocessor.AbstractEditPostProcessor extends LoggingObject implements Serializable
- serialVersionUID:
- -1710283049516306816L
-
Class adams.gui.flow.tree.postprocessor.CallableActorRenamed extends AbstractEditPostProcessor implements Serializable
- serialVersionUID:
- 4776606137570074080L
-
Class adams.gui.flow.tree.postprocessor.EventRenamed extends AbstractEditPostProcessor implements Serializable
- serialVersionUID:
- 4776606137570074080L
-
Class adams.gui.flow.tree.postprocessor.StorageValueRenamed extends AbstractEditPostProcessor implements Serializable
- serialVersionUID:
- -8661419635908219055L
-
Class adams.gui.flow.tree.postprocessor.VariableRenamed extends AbstractEditPostProcessor implements Serializable
- serialVersionUID:
- -8661419635908219055L
-
-
Package adams.gui.flow.tree.quickaction
-
Class adams.gui.flow.tree.quickaction.AbstractGOEQuickAction extends AbstractTreeQuickMenuItemAction implements Serializable
- serialVersionUID:
- -6455846796708144253L
-
Class adams.gui.flow.tree.quickaction.AbstractTreeQuickMenuItemAction extends AbstractPropertiesMenuItemAction<StateContainer,GenericObjectEditorDialog> implements Serializable
- serialVersionUID:
- -5921557331961517641L
-
Class adams.gui.flow.tree.quickaction.ChangeCallableActor extends AbstractTreeQuickMenuItemAction implements Serializable
- serialVersionUID:
- -6455846796708144253L
-
Class adams.gui.flow.tree.quickaction.ChangeExternalActorFile extends AbstractTreeQuickMenuItemAction implements Serializable
- serialVersionUID:
- -6455846796708144253L
-
Class adams.gui.flow.tree.quickaction.ChangeStorageName extends AbstractTreeQuickMenuItemAction implements Serializable
- serialVersionUID:
- -6455846796708144253L
-
Class adams.gui.flow.tree.quickaction.ChangeVariableName extends AbstractTreeQuickMenuItemAction implements Serializable
- serialVersionUID:
- -6455846796708144253L
-
Class adams.gui.flow.tree.quickaction.ChangeVariableValue extends AbstractTreeQuickMenuItemAction implements Serializable
- serialVersionUID:
- -6455846796708144253L
-
Class adams.gui.flow.tree.quickaction.EditBooleanCondition extends AbstractGOEQuickAction implements Serializable
- serialVersionUID:
- -6455846796708144253L
-
Class adams.gui.flow.tree.quickaction.EditBooleanExpressionText extends AbstractTreeQuickMenuItemAction implements Serializable
- serialVersionUID:
- -6455846796708144253L
-
Class adams.gui.flow.tree.quickaction.EditCombineXExpression extends AbstractTreeQuickMenuItemAction implements Serializable
- serialVersionUID:
- -6455846796708144253L
-
Class adams.gui.flow.tree.quickaction.EditConversion extends AbstractGOEQuickAction implements Serializable
- serialVersionUID:
- -6455846796708144253L
-
Class adams.gui.flow.tree.quickaction.EditMathematicalExpressionText extends AbstractTreeQuickMenuItemAction implements Serializable
- serialVersionUID:
- -6455846796708144253L
-
Class adams.gui.flow.tree.quickaction.EditStorageValuesArrayNames extends AbstractTreeQuickMenuItemAction implements Serializable
- serialVersionUID:
- -6455846796708144253L
-
Class adams.gui.flow.tree.quickaction.EditStringConstantsStrings extends AbstractTreeQuickMenuItemAction implements Serializable
- serialVersionUID:
- -6455846796708144253L
-
Class adams.gui.flow.tree.quickaction.EditVariablesArrayVariables extends AbstractTreeQuickMenuItemAction implements Serializable
- serialVersionUID:
- -6455846796708144253L
-
Class adams.gui.flow.tree.quickaction.EditWekaASEvaluator extends AbstractGOEQuickAction implements Serializable
- serialVersionUID:
- -6455846796708144253L
-
Class adams.gui.flow.tree.quickaction.EditWekaASSearch extends AbstractGOEQuickAction implements Serializable
- serialVersionUID:
- -6455846796708144253L
-
Class adams.gui.flow.tree.quickaction.EditWekaClassifier extends AbstractGOEQuickAction implements Serializable
- serialVersionUID:
- -6455846796708144253L
-
Class adams.gui.flow.tree.quickaction.EditWekaClusterer extends AbstractGOEQuickAction implements Serializable
- serialVersionUID:
- -6455846796708144253L
-
Class adams.gui.flow.tree.quickaction.EditWekaDataGenerator extends AbstractGOEQuickAction implements Serializable
- serialVersionUID:
- -6455846796708144253L
-
Class adams.gui.flow.tree.quickaction.EditWekaFilter extends AbstractGOEQuickAction implements Serializable
- serialVersionUID:
- -6455846796708144253L
-
Class adams.gui.flow.tree.quickaction.EditWekaStreamableFilter extends AbstractGOEQuickAction implements Serializable
- serialVersionUID:
- -6455846796708144253L
-
Class adams.gui.flow.tree.quickaction.RenameActor extends AbstractTreeQuickMenuItemAction implements Serializable
- serialVersionUID:
- -6455846796708144253L
-
-
Package adams.gui.flow.tree.record.add
-
Class adams.gui.flow.tree.record.add.AbstractRecordActorAdded extends ConsoleLoggingObject implements Serializable
- serialVersionUID:
- 6333200461304637302L
-
Class adams.gui.flow.tree.record.add.MostCommon extends AbstractRecordActorAdded implements Serializable
- serialVersionUID:
- -546112832751723598L
-
Class adams.gui.flow.tree.record.add.SimpleLog extends AbstractRecordActorAdded implements Serializable
- serialVersionUID:
- -6799588540903263127L
-
-
Package adams.gui.flow.tree.record.enclose
-
Class adams.gui.flow.tree.record.enclose.AbstractRecordActorEnclosed extends ConsoleLoggingObject implements Serializable
- serialVersionUID:
- 6333200461304637302L
-
Class adams.gui.flow.tree.record.enclose.MostCommon extends AbstractRecordActorEnclosed implements Serializable
- serialVersionUID:
- -546112832751723598L
-
Class adams.gui.flow.tree.record.enclose.SimpleLog extends AbstractRecordActorEnclosed implements Serializable
- serialVersionUID:
- -6799588540903263127L
-
-
Package adams.gui.goe
-
Class adams.gui.goe.AbstractEditorRegistration extends Object implements Serializable
- serialVersionUID:
- 4364270584642868600L
-
Serialized Fields
-
m_Logger
Logger m_Logger
the logger in use.
-
-
Class adams.gui.goe.AbstractGenericObjectEditorHandler extends Object implements Serializable
- serialVersionUID:
- 5769901293009589319L
-
Class adams.gui.goe.AdamsEditorsRegistration extends AbstractEditorRegistration implements Serializable
- serialVersionUID:
- -2684948043146113560L
-
Class adams.gui.goe.AdamsGenericObjectEditorHandler extends AbstractGenericObjectEditorHandler implements Serializable
- serialVersionUID:
- -8738786085338970854L
-
Class adams.gui.goe.DefaultGenericObjectEditorHandler extends AbstractGenericObjectEditorHandler implements Serializable
- serialVersionUID:
- -8738786085338970854L
-
Class adams.gui.goe.Favorites extends LoggingObject implements Serializable
- serialVersionUID:
- -6275908166147814829L
-
Serialized Fields
-
m_AutoSave
boolean m_AutoSave
whether to save the properties whenever a change happened. -
m_Modified
boolean m_Modified
whether the favorites were modified. -
m_Properties
Properties m_Properties
the properties. -
m_TempProperties
Properties m_TempProperties
the temporary favorites.
-
-
Class adams.gui.goe.Favorites.Favorite extends LoggingObject implements Serializable
- serialVersionUID:
- 9155308607371430795L
-
Class adams.gui.goe.Favorites.FavoriteSelectionEvent extends EventObject implements Serializable
- serialVersionUID:
- -3355442271698515292L
-
Serialized Fields
-
m_Favorite
Favorites.Favorite m_Favorite
the selected favorite.
-
-
Class adams.gui.goe.GenericArrayEditor extends BasePanel implements Serializable
- serialVersionUID:
- 3914616975334750480L
-
Serialized Fields
-
m_ActionRestore
AbstractBaseAction m_ActionRestore
the restore action. -
m_ActionSortAsc
AbstractBaseAction m_ActionSortAsc
the sort (asc) action. -
m_ActionSortDesc
AbstractBaseAction m_ActionSortDesc
the sort (desc) action. -
m_ArrayChangeListeners
Set<ChangeListener> m_ArrayChangeListeners
the change listeners (get notified whenever items get added/removed/updated). -
m_ButtonActions
BaseButtonWithDropDownMenu m_ButtonActions
More actions. -
m_ButtonAdd
BaseButton m_ButtonAdd
Click to add the current object configuration to the array. -
m_ButtonAddMultiple
BaseButton m_ButtonAddMultiple
Click to add multiple objects to the array. -
m_ButtonCancel
BaseButton m_ButtonCancel
Click to cancel the dialog. -
m_ButtonCopy
BaseButton m_ButtonCopy
Click to copy the currently selected object in array into the edit field. -
m_ButtonDown
BaseButton m_ButtonDown
Click this to move the selected array value(s) one down. -
m_ButtonEdit
BaseButton m_ButtonEdit
Click this to edit the selected array value. -
m_ButtonOK
BaseButton m_ButtonOK
Click to OK the dialog. -
m_ButtonRemove
BaseButton m_ButtonRemove
Click this to delete the selected array values. -
m_ButtonRemoveAll
BaseButton m_ButtonRemoveAll
Click this to delete all the array values. -
m_ButtonSetFavorites
BaseButton m_ButtonSetFavorites
Click to set favorites. -
m_ButtonUp
BaseButton m_ButtonUp
Click this to move the selected array value(s) one up. -
m_CanSort
boolean m_CanSort
whether the objects implement comparable. -
m_Dialog
GenericObjectEditorDialog m_Dialog
The currently displayed property dialog, if any. -
m_ElementClass
Class m_ElementClass
The class of objects allowed in the array. -
m_ElementEditor
PropertyEditor m_ElementEditor
The property editor for the class we are editing. -
m_ElementList
BaseListWithButtons m_ElementList
The list component displaying current values. -
m_IsPrimitive
boolean m_IsPrimitive
whether the objects are wrapped with BaseObject. -
m_Label
JLabel m_Label
The label for when we can't edit that type. -
m_ListModel
DefaultListModel<Object> m_ListModel
The defaultlistmodel holding our data. -
m_ListModelBackup
DefaultListModel<Object> m_ListModelBackup
The defaultlistmodel holding the backup of our data. -
m_ModelListener
ListDataListener m_ModelListener
the listener for model updates. -
m_Modified
boolean m_Modified
whether the content got modified. -
m_OkAlwaysEnabled
boolean m_OkAlwaysEnabled
whether the OK button is always enabled. -
m_PanelDialogButtons
JPanel m_PanelDialogButtons
the panel for the buttons. -
m_Support
PropertyChangeSupport m_Support
Handles property change notification. -
m_View
Component m_View
the view in use. -
m_WindowAdapter
WindowAdapter m_WindowAdapter
to catch the event when the user is closing the dialog via the "X".
-
-
Class adams.gui.goe.GenericArrayEditorDialog extends BaseDialog implements Serializable
- serialVersionUID:
- 6595810269220104762L
-
Serialized Fields
-
m_Current
Object m_Current
the current object. -
m_Editor
GenericArrayEditor m_Editor
the underlying editor. -
m_Result
int m_Result
whether the dialog was cancelled or ok'ed.
-
-
Class adams.gui.goe.GenericArrayEditorPanel extends AbstractChooserPanel implements Serializable
- serialVersionUID:
- -2499362435055386967L
-
Serialized Fields
-
m_Current
Object m_Current
the current value. -
m_Default
Object m_Default
the default value. -
m_Dialog
GenericArrayEditorDialog m_Dialog
the dialog for displaying the editor. -
m_MaxDisplayItems
int m_MaxDisplayItems
the maximum number of array items to display via toString().
-
-
Class adams.gui.goe.GenericObjectEditor.GOEPanel extends JPanel implements Serializable
- serialVersionUID:
- 3656028520876011335L
-
Serialized Fields
-
m_ButtonCancel
BaseButton m_ButtonCancel
cancel button. -
m_ButtonCopyPaste
BaseButton m_ButtonCopyPaste
the button for copy/paste menu. -
m_ButtonLogClear
BaseButton m_ButtonLogClear
the button for clearing the log message. -
m_ButtonLogCopy
BaseButton m_ButtonLogCopy
the button for copying the log message. -
m_ButtonOK
BaseButton m_ButtonOK
ok button. -
m_ButtonOpen
BaseButton m_ButtonOpen
Open object from disk. -
m_ButtonSave
BaseButton m_ButtonSave
Save object to disk. -
m_ButtonUndo
BaseButton m_ButtonUndo
undo button. -
m_ComboBoxClassname
BaseComboBox<String> m_ComboBoxClassname
The names of the proposed classes. -
m_FirstUpdate
boolean m_FirstUpdate
whether it is the first update. -
m_IgnoreChanges
boolean m_IgnoreChanges
whether to ignore selection changes to the combobox. -
m_LabelClassname
JLabel m_LabelClassname
The name of the current class. -
m_PanelButtons
JPanel m_PanelButtons
the panel with the buttons. -
m_PanelLeft
JPanel m_PanelLeft
the left panel. -
m_PanelLog
JPanel m_PanelLog
the panel for the log messages. -
m_PanelLogAndButtons
JPanel m_PanelLogAndButtons
the panel for the log and buttons. -
m_PanelRight
JPanel m_PanelRight
the right panel. -
m_PanelTree
GenericObjectEditorClassTreePanel m_PanelTree
the class tree. -
m_PropertySheetChild
PropertySheetPanel m_PropertySheetChild
The component that performs object customization. -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane. -
m_TextLog
BaseTextAreaWithButtons m_TextLog
the text area for the log message. -
m_TopPanel
JPanel m_TopPanel
the top panel with the classname and choose button. -
m_Tree
ClassTree m_Tree
the tree to use. -
m_UpdateSize
boolean m_UpdateSize
whether to update the dialog size.
-
-
Class adams.gui.goe.GenericObjectEditorClassTreePanel extends BasePanel implements Serializable
- serialVersionUID:
- -3404546329655057387L
-
Serialized Fields
-
m_CheckBoxFilter
BaseCheckBox m_CheckBoxFilter
The checkbox for enabling/disabling the class tree filter. -
m_CheckBoxStrict
BaseCheckBox m_CheckBoxStrict
The checkbox for enabling/disabling strict filtering. -
m_CloseButton
BaseButton m_CloseButton
The button for closing the popup again. -
m_LabelInfo
JLabel m_LabelInfo
the info text at the top. -
m_MinimumChars
int m_MinimumChars
the minimum number of characters before triggering search events. -
m_PanelFilter
FilterPanel m_PanelFilter
the filter text box. -
m_PanelFilterArea
JPanel m_PanelFilterArea
the panel for the filter. -
m_PanelInfo
JPanel m_PanelInfo
the info panel at the top. -
m_ScrollPane
BaseScrollPane m_ScrollPane
The scroll pane. -
m_Self
GenericObjectEditorClassTreePanel m_Self
the popup itself. -
m_Tree
ClassTree m_Tree
The tree.
-
-
Class adams.gui.goe.GenericObjectEditorClassTreePopupMenu extends BasePopupMenu implements Serializable
- serialVersionUID:
- -3404546329655057387L
-
Serialized Fields
-
m_PanelTree
GenericObjectEditorClassTreePanel m_PanelTree
the tree panel.
-
-
Class adams.gui.goe.GenericObjectEditorDialog extends BaseDialog implements Serializable
- serialVersionUID:
- 450801082654308978L
-
Serialized Fields
-
m_Current
Object m_Current
the current object. -
m_Editor
PropertyEditor m_Editor
the underlying editor. -
m_Result
int m_Result
whether the dialog was cancelled or ok'ed.
-
-
Class adams.gui.goe.GenericObjectEditorPanel extends AbstractChooserPanel implements Serializable
- serialVersionUID:
- -8351558686664299781L
-
Serialized Fields
-
m_CanChangeClass
boolean m_CanChangeClass
whether the class can be changed. -
m_ClassType
Class m_ClassType
the super class to manage. -
m_Dialog
GenericObjectEditorDialog m_Dialog
the dialog for displaying the editor. -
m_History
PersistentObjectHistory m_History
the history of used setups.
-
-
Class adams.gui.goe.GenericObjectEditorPopupMenu extends BasePopupMenu implements Serializable
- serialVersionUID:
- -5216584001020734521L
-
Serialized Fields
-
m_ChangeListeners
HashSet<ChangeListener> m_ChangeListeners
listeners that get notified when the user changes the setup.
-
-
Class adams.gui.goe.InlineEditor extends BasePanel implements Serializable
- serialVersionUID:
- 2445831775173113711L
-
Serialized Fields
-
m_ButtonEditor
BaseButton m_ButtonEditor
the button for bringing up the custom editor. -
m_DefaultBackground
Color m_DefaultBackground
the default background color of the panel. -
m_Editor
PropertyEditor m_Editor
The property editor. -
m_PropertyChangeListeners
HashSet<PropertyChangeListener> m_PropertyChangeListeners
the property change listeners. -
m_PropertySheetPanel
PropertySheetPanel m_PropertySheetPanel
whether the editor is located in a PropertySheetPanel. -
m_TextField
BaseTextField m_TextField
the text field. -
m_UpdateTextAfterDisplay
boolean m_UpdateTextAfterDisplay
whether to update the text after the actual editor was displayed.
-
-
Class adams.gui.goe.MultiLineValueDialog extends ApprovalDialog implements Serializable
- serialVersionUID:
- -3749635663753848815L
-
Serialized Fields
-
m_Editor
TextEditorPanel m_Editor
the editor for entering the text. -
m_LabelCount
JLabel m_LabelCount
the label with count of items. -
m_LabelInfo
JLabel m_LabelInfo
the label with the info text. -
m_PanelAll
JPanel m_PanelAll
encloses all panels. -
m_PanelBottom
JPanel m_PanelBottom
the panel at the bottom for additional options. -
m_PanelInfo
JPanel m_PanelInfo
the panel for the info text. -
m_PrefixCount
String m_PrefixCount
the count prefix.
-
-
Class adams.gui.goe.PersistentObjectHistory extends AbstractPersistentHistory<Object> implements Serializable
- serialVersionUID:
- -1470748187005326115L
-
Class adams.gui.goe.PropertyPanel extends BasePanel implements Serializable
- serialVersionUID:
- 5370025273466728904L
-
Serialized Fields
-
m_ButtonProperties
BaseButton m_ButtonProperties
the button for bringing up the properties. -
m_Dialog
GenericObjectEditorDialog m_Dialog
The currently displayed property dialog, if any. -
m_Editor
PropertyEditor m_Editor
The property editor. -
m_HasCustomPanel
boolean m_HasCustomPanel
Whether the editor has provided its own panel. -
m_PanelCustom
JPanel m_PanelCustom
the custom panel, if any. -
m_PanelText
BasePanel m_PanelText
the panel to draw the text on. -
m_Self
PropertyPanel m_Self
the panel itself.
-
-
Class adams.gui.goe.PropertySheetPanel extends BasePanel implements Serializable
- serialVersionUID:
- -557854258929870536L
-
Serialized Fields
-
m_Editors
PropertyEditor[] m_Editors
Holds property editors of the object. -
m_GlobalInfo
String m_GlobalInfo
the text from the globalInfo method, if any. -
m_Methods
MethodDescriptor[] m_Methods
Holds the methods of the target. -
m_Options
List<AbstractOption> m_Options
Holds the options of this object, if it implements OptionHandler. -
m_PanelAbout
BaseTextAreaWithButtons m_PanelAbout
The panel holding global info and help, if provided by the object being editied. -
m_PanelHelp
BaseHtmlEditorPane m_PanelHelp
the editor pane. -
m_ParameterPanel
ParameterPanel m_ParameterPanel
the panel for the parameters. -
m_Properties
PropertyDescriptor[] m_Properties
Holds properties of the target. -
m_ShowAboutBox
boolean m_ShowAboutBox
whether to show/suppress the about box. -
m_SplitPaneContent
BaseSplitPane m_SplitPaneContent
the panel with the content. -
m_Support
PropertyChangeSupport m_Support
A support object for handling property change listeners. -
m_TabbedPane
BaseTabbedPane m_TabbedPane
the tabbed pane. -
m_Target
Object m_Target
The target object being edited. -
m_TipTexts
String[] m_TipTexts
The tool tip text for each property. -
m_UserMode
UserMode m_UserMode
the user mode to use. -
m_Values
Object[] m_Values
Holds current object values for each property. -
m_VarButtons
BaseFlatButton[] m_VarButtons
the buttons for the variable popup menu. -
m_Views
JComponent[] m_Views
Stores GUI components containing each editing component.
-
-
Class adams.gui.goe.PropertyText extends BaseTextField implements Serializable
- serialVersionUID:
- -3915342928825822730L
-
Serialized Fields
-
m_Editor
PropertyEditor m_Editor
The property editor.
-
-
Class adams.gui.goe.PropertyValueSelector extends BaseComboBox implements Serializable
- serialVersionUID:
- 128041237745933212L
-
Serialized Fields
-
m_Editor
PropertyEditor m_Editor
The property editor.
-
-
Class adams.gui.goe.WekaEditorsRegistration extends AbstractEditorRegistration implements Serializable
- serialVersionUID:
- -2908979337117222215L
-
Class adams.gui.goe.WekaExperimentFileEditor.SimpleSetupDialog extends JDialog implements Serializable
- serialVersionUID:
- 7551996596456389490L
-
Serialized Fields
-
m_ButtonCancel
BaseButton m_ButtonCancel
the Cancel button. -
m_ButtonOK
BaseButton m_ButtonOK
the OK button. -
m_Experiment
weka.experiment.Experiment m_Experiment
the current experiment. -
m_Panel
weka.gui.experiment.SimpleSetupPanel m_Panel
the setup panel.
-
-
Class adams.gui.goe.WekaGenericArrayEditorDialog extends BaseDialog implements Serializable
- serialVersionUID:
- 6595810269220104762L
-
Serialized Fields
-
m_Current
Object m_Current
the current object. -
m_Editor
weka.gui.GenericArrayEditor m_Editor
the underlying editor. -
m_Result
int m_Result
whether the dialog was cancelled or ok'ed.
-
-
Class adams.gui.goe.WekaGenericArrayEditorPanel extends AbstractChooserPanel implements Serializable
- serialVersionUID:
- -2499362435055386967L
-
Serialized Fields
-
m_Current
Object m_Current
the current value. -
m_Default
Object m_Default
the default value. -
m_Dialog
WekaGenericArrayEditorDialog m_Dialog
the dialog for displaying the editor. -
m_MaxDisplayItems
int m_MaxDisplayItems
the maximum number of array items to display via toString().
-
-
Class adams.gui.goe.WekaGenericObjectEditorDialog extends BaseDialog implements Serializable
- serialVersionUID:
- 450801082654308978L
-
Serialized Fields
-
m_Current
Object m_Current
the current object. -
m_Editor
PropertyEditor m_Editor
the underlying editor. -
m_Result
int m_Result
whether the dialog was cancelled or ok'ed.
-
-
Class adams.gui.goe.WekaGenericObjectEditorHandler extends AbstractGenericObjectEditorHandler implements Serializable
- serialVersionUID:
- 7963512759650622657L
-
Class adams.gui.goe.WekaGenericObjectEditorPanel extends AbstractChooserPanel implements Serializable
- serialVersionUID:
- -8351558686664299781L
-
Serialized Fields
-
m_ClassType
Class m_ClassType
the class type. -
m_Dialog
WekaGenericObjectEditorDialog m_Dialog
the dialog for displaying the editor. -
m_Editor
weka.gui.GenericObjectEditor m_Editor
the generic object editor. -
m_History
PersistentObjectHistory m_History
the history of used setups.
-
-
Class adams.gui.goe.WekaGenericObjectEditorPopupMenu extends BasePopupMenu implements Serializable
- serialVersionUID:
- -5216584001020734521L
-
Serialized Fields
-
m_ChangeListeners
HashSet<ChangeListener> m_ChangeListeners
listeners that get notified when the user changes the setup.
-
-
-
Package adams.gui.goe.actorpathtree
-
Class adams.gui.goe.actorpathtree.ActorPathNode extends DotNotationNode implements Serializable
- serialVersionUID:
- 7329048118794889190L
-
Serialized Fields
-
m_Classname
String m_Classname
the classname of the actor. -
m_IconClassname
String m_IconClassname
the classname to use for the icon (if notActorPathNode.m_Classname
available).
-
-
Class adams.gui.goe.actorpathtree.ActorPathTree extends DotNotationTree<T extends ActorPathNode> implements Serializable
- serialVersionUID:
- 6343911349519910301L
-
Serialized Fields
-
m_FlowTree
Tree m_FlowTree
the underlying flow.
-
-
Class adams.gui.goe.actorpathtree.ActorPathTreeRenderer extends DotNotationRenderer<ActorPathNode> implements Serializable
- serialVersionUID:
- -800697802084012705L
-
-
Package adams.gui.goe.callableactorstree
-
Class adams.gui.goe.callableactorstree.CallableActorsTree extends ActorPathTree<ActorPathNode> implements Serializable
- serialVersionUID:
- 1489354474021395304L
-
-
Package adams.gui.goe.classtree
-
Class adams.gui.goe.classtree.ClassNode extends DotNotationNode implements Serializable
- serialVersionUID:
- 9062259637831548370L
-
Serialized Fields
-
m_Deprecated
Boolean m_Deprecated
whether the class is deprecated.
-
-
Class adams.gui.goe.classtree.ClassTree extends DotNotationTree<ClassNode> implements Serializable
- serialVersionUID:
- 1489354474021395304L
-
Class adams.gui.goe.classtree.ClassTreeNodeCollection extends DragAndDropTreeNodeCollection<ClassNode> implements Serializable
- serialVersionUID:
- 8624532382080344377L
-
Class adams.gui.goe.classtree.ClassTreeRenderer extends DotNotationRenderer<ClassNode> implements Serializable
- serialVersionUID:
- -3242391430220560720L
-
Class adams.gui.goe.classtree.GlobalInfoNode extends AbstractInfoNode implements Serializable
- serialVersionUID:
- 8936685183758376890L
-
Serialized Fields
-
m_GlobalInfo
String m_GlobalInfo
the global info.
-
-
Class adams.gui.goe.classtree.GlobalInfoNodeGenerator extends AbstractInfoNodeGenerator implements Serializable
- serialVersionUID:
- -8530798109543087462L
-
-
Package adams.gui.goe.eventstree
-
Class adams.gui.goe.eventstree.EventsTree extends ActorPathTree<ActorPathNode> implements Serializable
- serialVersionUID:
- 6343911349519910301L
-
-
Package adams.gui.goe.popupmenu
-
Class adams.gui.goe.popupmenu.AbstractGenericObjectEditorPopupMenuCustomizer extends LoggingObject implements Serializable
- serialVersionUID:
- 8656456412857517697L
-
Class adams.gui.goe.popupmenu.Edit extends AbstractGenericObjectEditorPopupMenuCustomizer implements Serializable
- serialVersionUID:
- -3815928335494719525L
-
Class adams.gui.goe.popupmenu.EncloseBooleanCondition extends AbstractGenericObjectEditorPopupMenuCustomizer implements Serializable
- serialVersionUID:
- 1425725787002837224L
-
Class adams.gui.goe.popupmenu.EncloseClassifier extends AbstractGenericObjectEditorPopupMenuCustomizer implements Serializable
- serialVersionUID:
- 7573235626494111377L
-
Class adams.gui.goe.popupmenu.EncloseClusterer extends AbstractGenericObjectEditorPopupMenuCustomizer implements Serializable
- serialVersionUID:
- 7573235626494111377L
-
Class adams.gui.goe.popupmenu.EncloseConversion extends AbstractGenericObjectEditorPopupMenuCustomizer implements Serializable
- serialVersionUID:
- 1425725787002837224L
-
Class adams.gui.goe.popupmenu.Favorites extends AbstractGenericObjectEditorPopupMenuCustomizer implements Serializable
- serialVersionUID:
- -681726804679815767L
-
Class adams.gui.goe.popupmenu.History extends AbstractGenericObjectEditorPopupMenuCustomizer implements Serializable
- serialVersionUID:
- -3815928335494719525L
-
Class adams.gui.goe.popupmenu.InvertInstancesColumnFinder extends AbstractGenericObjectEditorPopupMenuCustomizer implements Serializable
- serialVersionUID:
- 1425725787002837224L
-
Class adams.gui.goe.popupmenu.InvertInstancesRowFinder extends AbstractGenericObjectEditorPopupMenuCustomizer implements Serializable
- serialVersionUID:
- 1425725787002837224L
-
Class adams.gui.goe.popupmenu.InvertSpreadSheetColumnFinder extends AbstractGenericObjectEditorPopupMenuCustomizer implements Serializable
- serialVersionUID:
- 1425725787002837224L
-
Class adams.gui.goe.popupmenu.InvertSpreadSheetRowFinder extends AbstractGenericObjectEditorPopupMenuCustomizer implements Serializable
- serialVersionUID:
- 1425725787002837224L
-
Class adams.gui.goe.popupmenu.PullUpBooleanCondition extends AbstractGenericObjectEditorPopupMenuCustomizer implements Serializable
- serialVersionUID:
- 1425725787002837224L
-
Class adams.gui.goe.popupmenu.PullUpClassifier extends AbstractGenericObjectEditorPopupMenuCustomizer implements Serializable
- serialVersionUID:
- 7573235626494111377L
-
Class adams.gui.goe.popupmenu.PullUpClusterer extends AbstractGenericObjectEditorPopupMenuCustomizer implements Serializable
- serialVersionUID:
- 7573235626494111377L
-
Class adams.gui.goe.popupmenu.PullUpInstancesColumnFinder extends AbstractGenericObjectEditorPopupMenuCustomizer implements Serializable
- serialVersionUID:
- 1425725787002837224L
-
Class adams.gui.goe.popupmenu.PullUpInstancesRowFinder extends AbstractGenericObjectEditorPopupMenuCustomizer implements Serializable
- serialVersionUID:
- 1425725787002837224L
-
Class adams.gui.goe.popupmenu.PullUpSpreadSheetColumnFinder extends AbstractGenericObjectEditorPopupMenuCustomizer implements Serializable
- serialVersionUID:
- 1425725787002837224L
-
Class adams.gui.goe.popupmenu.PullUpSpreadSheetRowFinder extends AbstractGenericObjectEditorPopupMenuCustomizer implements Serializable
- serialVersionUID:
- 1425725787002837224L
-
Class adams.gui.goe.popupmenu.SwapActor extends AbstractGenericObjectEditorPopupMenuCustomizer implements Serializable
- serialVersionUID:
- -3626038863078370162L
-
Class adams.gui.goe.popupmenu.Variables extends AbstractGenericObjectEditorPopupMenuCustomizer implements Serializable
- serialVersionUID:
- -3815928335494719525L
-
-
Package adams.gui.help
-
Class adams.gui.help.HelpFrame extends BaseFrame implements Serializable
- serialVersionUID:
- -2182546218856998120L
-
Serialized Fields
-
m_MenuItemClear
JMenuItem m_MenuItemClear
the clear menu item. -
m_MenuItemClose
JMenuItem m_MenuItemClose
the close menu item. -
m_MenuItemSaveAs
JMenuItem m_MenuItemSaveAs
the save as menu item. -
m_PanelHistory
HelpHistoryPanel m_PanelHistory
for displaying the help. -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane. -
m_Text
BaseHtmlEditorPane m_Text
the editor pane.
-
-
Class adams.gui.help.HelpHistoryPanel extends AbstractNamedHistoryPanel<HelpContainer> implements Serializable
- serialVersionUID:
- 1704390033157269580L
-
Serialized Fields
-
m_CaretAtStart
boolean m_CaretAtStart
whether to position the caret at beginning instead of end. -
m_FilterHtml
ExtensionFileFilter m_FilterHtml
the html filter. -
m_FilterText
ExtensionFileFilter m_FilterText
the text filter. -
m_Frames
Hashtable<String,HelpHistoryPanel.SingleHelpFrame> m_Frames
the frames that are being displayed. -
m_Text
JEditorPane m_Text
the editor pane to display the help in.
-
-
Class adams.gui.help.HelpHistoryPanel.SingleHelpFrame extends AbstractNamedHistoryPanel.AbstractHistoryEntryFrame<HelpContainer> implements Serializable
- serialVersionUID:
- 2552148773749071235L
-
Serialized Fields
-
m_Text
BaseHtmlEditorPane m_Text
the text area to display the StringBuilder in.
-
-
-
Package adams.gui.laf
-
Class adams.gui.laf.AbstractFlatLaf extends AbstractLookAndFeel implements Serializable
- serialVersionUID:
- 2394913538898207432L
-
Class adams.gui.laf.AbstractLookAndFeel extends LoggingObject implements Serializable
- serialVersionUID:
- 741817667889232890L
-
Class adams.gui.laf.AbstractSimpleLookAndFeel extends AbstractLookAndFeel implements Serializable
- serialVersionUID:
- -1937345062210504141L
-
Class adams.gui.laf.CrossPlatform extends AbstractSimpleLookAndFeel implements Serializable
- serialVersionUID:
- -8114643816562107835L
-
Class adams.gui.laf.FlatLafIntelliJ extends AbstractFlatLaf implements Serializable
- serialVersionUID:
- 2394913538898207432L
-
Class adams.gui.laf.FlatLafLight extends AbstractFlatLaf implements Serializable
- serialVersionUID:
- 2394913538898207432L
-
Class adams.gui.laf.GTK extends AbstractSimpleLookAndFeel implements Serializable
- serialVersionUID:
- -8114643816562107835L
-
Class adams.gui.laf.Windows extends AbstractSimpleLookAndFeel implements Serializable
- serialVersionUID:
- -8114643816562107835L
-
-
Package adams.gui.menu
-
Class adams.gui.menu.About extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- -771667287275117680L
-
Class adams.gui.menu.AbstractClassifierBasedGeneticAlgorithmWizard extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 7586443345167287461L
-
Serialized Fields
-
m_Current
AbstractClassifierBasedGeneticAlgorithm m_Current
the current algorithm.
-
-
Class adams.gui.menu.AbstractClassifierBasedGeneticAlgorithmWizard.PerformancePlot extends SequencePlotterPanel implements Serializable
- serialVersionUID:
- -4899150268392572586L
-
Serialized Fields
-
m_Owner
AbstractClassifierBasedGeneticAlgorithm m_Owner
the owner.
-
-
Class adams.gui.menu.AbstractJDKMenuItemDefinition extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 5622223654165288462L
-
Class adams.gui.menu.AbstractParameterHandlingMenuItemDefinition extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 1668108539323372465L
-
Serialized Fields
-
m_Parameters
String[] m_Parameters
the additional parameters.
-
-
Class adams.gui.menu.AbstractParameterHandlingWekaMenuItemDefinition extends AbstractWekaMenuItemDefinition implements Serializable
- serialVersionUID:
- 1668108539323372465L
-
Serialized Fields
-
m_Parameters
String[] m_Parameters
the additional parameters.
-
-
Class adams.gui.menu.AbstractSequenceViewer extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- -1041273949195204507L
-
Class adams.gui.menu.AbstractURLMenuItemDefinition extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 4757574306275240997L
-
Class adams.gui.menu.AbstractWekaMenuItemDefinition extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 1668108539323372465L
-
Class adams.gui.menu.ActorUsage extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- -6548349613973153076L
-
Serialized Fields
-
m_FlowEditor
FlowEditorPanel m_FlowEditor
the flow editor for displaying flows.
-
-
Class adams.gui.menu.AdamsHomeDir extends AbstractJDKMenuItemDefinition implements Serializable
- serialVersionUID:
- -1502903491659697700L
-
Class adams.gui.menu.AntiAliasing extends AbstractMenuItemDefinition implements Serializable
- serialVersionUID:
- 7586443345167287461L
-
Class adams.gui.menu.AppendDatasets extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 7586443345167287461L
-
Class adams.gui.menu.ArffViewer extends AbstractParameterHandlingWekaMenuItemDefinition implements Serializable
- serialVersionUID:
- 1279360379007337239L
-
Class adams.gui.menu.BatchFilterDatasets extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 7586443345167287461L
-
Class adams.gui.menu.BayesNetEditor extends AbstractWekaMenuItemDefinition implements Serializable
- serialVersionUID:
- -1041273949195204507L
-
Class adams.gui.menu.BoundaryVisualizer extends AbstractWekaMenuItemDefinition implements Serializable
- serialVersionUID:
- -771667287275117680L
-
Serialized Fields
-
m_FileChooser
JFileChooser m_FileChooser
filechooser for BoundaryVisualizers.
-
-
Class adams.gui.menu.ClassHelp extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- -6548349613973153076L
-
Class adams.gui.menu.ConfigureOptionHandler extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 1947370537357191065L
-
Serialized Fields
-
m_Panel
ConfigureOptionHandlerPanel m_Panel
the generated panel.
-
-
Class adams.gui.menu.ConnectToDatabases extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- -1363910914896201632L
-
Class adams.gui.menu.ConsoleOutputAnalyzer extends AbstractParameterHandlingMenuItemDefinition implements Serializable
- serialVersionUID:
- 8649421185696649308L
-
Class adams.gui.menu.ConsoleWindow extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- -5771925420824138797L
-
Class adams.gui.menu.ContainerNesting extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 6149133251059325645L
-
Class adams.gui.menu.CostCurve extends AbstractParameterHandlingWekaMenuItemDefinition implements Serializable
- serialVersionUID:
- -771667287275117680L
-
Serialized Fields
-
m_FileChooser
weka.gui.ConverterFileChooser m_FileChooser
filechooser for ROCs.
-
-
Class adams.gui.menu.DarkLord extends AbstractClassifierBasedGeneticAlgorithmWizard implements Serializable
- serialVersionUID:
- 7586443345167287461L
-
Class adams.gui.menu.DatasetCompatibility extends AbstractParameterHandlingMenuItemDefinition implements Serializable
- serialVersionUID:
- 7586443345167287461L
-
Class adams.gui.menu.DateTest extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 1947370537357191065L
-
Class adams.gui.menu.Diff extends AbstractParameterHandlingMenuItemDefinition implements Serializable
- serialVersionUID:
- 4141518148195553256L
-
Class adams.gui.menu.Documentation extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- -6548349613973153076L
-
Class adams.gui.menu.EmailAddressBook extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 8681134168969359442L
-
Class adams.gui.menu.Experimenter extends AbstractWekaMenuItemDefinition implements Serializable
- serialVersionUID:
- 3333253363775943976L
-
Class adams.gui.menu.Explorer extends AbstractParameterHandlingWekaMenuItemDefinition implements Serializable
- serialVersionUID:
- 3941702242700593202L
-
Class adams.gui.menu.FavoritesManagement extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 6922396347446530139L
-
Class adams.gui.menu.FileChooserBookmarksManagement extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 7296096432573720259L
-
Class adams.gui.menu.FileCommander extends AbstractParameterHandlingMenuItemDefinition implements Serializable
- serialVersionUID:
- 7907139922742800770L
-
Class adams.gui.menu.FileMonitor extends AbstractParameterHandlingMenuItemDefinition implements Serializable
- serialVersionUID:
- -993239671663669946L
-
Class adams.gui.menu.FindClass extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 1947370537357191065L
-
Class adams.gui.menu.FindInFiles extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- -2688798836965476377L
-
Class adams.gui.menu.FlowControlCenter extends AbstractParameterHandlingMenuItemDefinition implements Serializable
- serialVersionUID:
- -7896350435136393906L
-
Class adams.gui.menu.FlowEditor extends AbstractParameterHandlingMenuItemDefinition implements Serializable
- serialVersionUID:
- 7907139922742800770L
-
Serialized Fields
-
m_FlowEditorPanel
FlowEditorPanel m_FlowEditorPanel
the last editor that was launched.
-
-
Class adams.gui.menu.FlowRunner extends AbstractParameterHandlingMenuItemDefinition implements Serializable
- serialVersionUID:
- -993239671663669946L
-
Class adams.gui.menu.GarbageCollector extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- -2688798836965476377L
-
Class adams.gui.menu.GraphVisualizer extends AbstractParameterHandlingWekaMenuItemDefinition implements Serializable
- serialVersionUID:
- -771667287275117680L
-
Serialized Fields
-
m_FileChooser
BaseFileChooser m_FileChooser
filechooser for GraphVisualizers.
-
-
Class adams.gui.menu.GroovyConsole extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- -771667287275117680L
-
Class adams.gui.menu.HeapDump extends AbstractJDKMenuItemDefinition implements Serializable
- serialVersionUID:
- -1502903491659697700L
-
Class adams.gui.menu.Hermione extends AbstractClassifierBasedGeneticAlgorithmWizard implements Serializable
- serialVersionUID:
- 7586443345167287461L
-
Class adams.gui.menu.Homepage extends AbstractURLMenuItemDefinition implements Serializable
- serialVersionUID:
- -6548349613973153076L
-
Class adams.gui.menu.ImageProcessor extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 9146857448447940626L
-
Class adams.gui.menu.ImageViewer extends AbstractParameterHandlingMenuItemDefinition implements Serializable
- serialVersionUID:
- 7586443345167287461L
-
Class adams.gui.menu.InstanceCompare extends AbstractParameterHandlingWekaMenuItemDefinition implements Serializable
- serialVersionUID:
- 7586443345167287461L
-
Class adams.gui.menu.InstanceExplorer extends AbstractParameterHandlingWekaMenuItemDefinition implements Serializable
- serialVersionUID:
- -1360818360099840848L
-
Class adams.gui.menu.InstancesPlot extends AbstractParameterHandlingWekaMenuItemDefinition implements Serializable
- serialVersionUID:
- -771667287275117680L
-
Serialized Fields
-
m_FileChooser
weka.gui.ConverterFileChooser m_FileChooser
filechooser for Plots.
-
-
Class adams.gui.menu.JConsole extends AbstractJDKMenuItemDefinition implements Serializable
- serialVersionUID:
- 7557643894279210336L
-
Class adams.gui.menu.JDeps extends AbstractJDKMenuItemDefinition implements Serializable
- serialVersionUID:
- -1502903491659697700L
-
Class adams.gui.menu.JMap extends AbstractJDKMenuItemDefinition implements Serializable
- serialVersionUID:
- -1502903491659697700L
-
Class adams.gui.menu.LogEntryDatabaseViewer extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- -5168636137737391649L
-
Class adams.gui.menu.MakeCompatibleDatasets extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 7586443345167287461L
-
Class adams.gui.menu.MarginCurve extends AbstractParameterHandlingWekaMenuItemDefinition implements Serializable
- serialVersionUID:
- -771667287275117680L
-
Serialized Fields
-
m_FileChooser
weka.gui.ConverterFileChooser m_FileChooser
filechooser for ROCs.
-
-
Class adams.gui.menu.MemoryMonitor extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- -771667287275117680L
-
Class adams.gui.menu.MergeDatasets extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 7586443345167287461L
-
Class adams.gui.menu.MultiExplorer extends AbstractParameterHandlingWekaMenuItemDefinition implements Serializable
- serialVersionUID:
- 3941702242700593202L
-
Class adams.gui.menu.NestedFormatViewer extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 6209511586781848922L
-
Class adams.gui.menu.OptionsConversion extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- -3102369171000332548L
-
Class adams.gui.menu.OptionTree extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 6149133251059325645L
-
Class adams.gui.menu.PackageManager extends AbstractWekaMenuItemDefinition implements Serializable
- serialVersionUID:
- 3941702242700593202L
-
Class adams.gui.menu.PDFViewer extends AbstractParameterHandlingMenuItemDefinition implements Serializable
- serialVersionUID:
- -441809889362588560L
-
Class adams.gui.menu.PlaceholderManagement extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 8649421185696649308L
-
Class adams.gui.menu.PlotAttributeVsAttribute extends AbstractParameterHandlingWekaMenuItemDefinition implements Serializable
- serialVersionUID:
- -771667287275117680L
-
Class adams.gui.menu.PlotPanelTest extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 1947370537357191065L
-
Class adams.gui.menu.Preferences extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 3773253573560315512L
-
Class adams.gui.menu.PrettyPrintJSON extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- -3102369171000332548L
-
Class adams.gui.menu.PrettyPrintXML extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- -3102369171000332548L
-
Class adams.gui.menu.PreviewBrowser extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 8649421185696649308L
-
Class adams.gui.menu.ProgramExit extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 2322866186840295800L
-
Class adams.gui.menu.ProgramLookAndFeel extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 2322866186840295800L
-
Class adams.gui.menu.ProgramRestart extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 7895198900202058018L
-
Class adams.gui.menu.ProgramRestartWithMoreHeap extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 7895198900202058018L
-
Class adams.gui.menu.ProgramUserMode extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 2322866186840295800L
-
Class adams.gui.menu.PropertiesViewer extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- -8413317945344400456L
-
Class adams.gui.menu.RegExpTest extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 1947370537357191065L
-
Class adams.gui.menu.RemoteCommands extends AbstractSubMenuDefinition implements Serializable
- serialVersionUID:
- -6548349613973153076L
-
Serialized Fields
-
m_LastCommand
RemoteCommand m_LastCommand
the last command sent. -
m_LastCommandProcessor
RemoteCommandProcessor m_LastCommandProcessor
the last command processor used. -
m_LastConnection
Connection m_LastConnection
the last connection used. -
m_MenuItemCC
JMenuItem m_MenuItemCC
the control center menu item. -
m_MenuItemSend
JMenuItem m_MenuItemSend
the send menu item. -
m_MenuItemStart
JMenuItem m_MenuItemStart
the start listening menu item. -
m_MenuItemStop
JMenuItem m_MenuItemStop
the stop listening menu item.
-
-
Class adams.gui.menu.ROC extends AbstractParameterHandlingWekaMenuItemDefinition implements Serializable
- serialVersionUID:
- -771667287275117680L
-
Serialized Fields
-
m_FileChooser
weka.gui.ConverterFileChooser m_FileChooser
filechooser for ROCs.
-
-
Class adams.gui.menu.RunTool extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 4141518148195553256L
-
Class adams.gui.menu.ScriptingLog extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- -2260458201891948961L
-
Class adams.gui.menu.SendErrorReport extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 4542388996174240562L
-
Class adams.gui.menu.SpreadSheetExplorer extends AbstractParameterHandlingMenuItemDefinition implements Serializable
- serialVersionUID:
- -1360818360099840848L
-
Class adams.gui.menu.SpreadSheetFileViewer extends AbstractParameterHandlingMenuItemDefinition implements Serializable
- serialVersionUID:
- -441809889362588560L
-
Class adams.gui.menu.SpreadSheetProcessor extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- -441809889362588560L
-
Class adams.gui.menu.SqlViewer extends AbstractWekaMenuItemDefinition implements Serializable
- serialVersionUID:
- -1041273949195204507L
-
Class adams.gui.menu.SqlWorkbench extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- -441809889362588560L
-
Class adams.gui.menu.SSH extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 7877532863708882918L
-
Class adams.gui.menu.StringConversion extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- -3102369171000332548L
-
Class adams.gui.menu.SystemInfo extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 8793960724995111227L
-
Class adams.gui.menu.SystemPerformance extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 7586443345167287461L
-
Class adams.gui.menu.TakeScreenshot extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- -1502903491659697700L
-
Class adams.gui.menu.Terminal extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- -1476004907427664251L
-
Class adams.gui.menu.TextEditor extends AbstractParameterHandlingMenuItemDefinition implements Serializable
- serialVersionUID:
- -7769165939866172623L
-
Class adams.gui.menu.TimeseriesExplorer extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- 1836650181993639510L
-
Class adams.gui.menu.TreeVisualizer extends AbstractParameterHandlingWekaMenuItemDefinition implements Serializable
- serialVersionUID:
- -771667287275117680L
-
Serialized Fields
-
m_FileChooser
JFileChooser m_FileChooser
filechooser for TreeVisualizers.
-
-
Class adams.gui.menu.WekaCommandToCode extends AbstractWekaMenuItemDefinition implements Serializable
- serialVersionUID:
- 7586443345167287461L
-
Class adams.gui.menu.WekaInvestigator extends AbstractParameterHandlingMenuItemDefinition implements Serializable
- serialVersionUID:
- 3941702242700593202L
-
Class adams.gui.menu.WekaMultiExperimenter extends AbstractWekaMenuItemDefinition implements Serializable
- serialVersionUID:
- 3941702242700593202L
-
Class adams.gui.menu.WekaSimpleCLI extends AbstractWekaMenuItemDefinition implements Serializable
- serialVersionUID:
- 3941702242700593202L
-
Class adams.gui.menu.Workbench extends AbstractParameterHandlingWekaMenuItemDefinition implements Serializable
- serialVersionUID:
- 3941702242700593202L
-
Class adams.gui.menu.XSLT extends AbstractBasicMenuItemDefinition implements Serializable
- serialVersionUID:
- -3102369171000332548L
-
-
Package adams.gui.plugin
-
Class adams.gui.plugin.AbstractToolPlugin extends LoggingObject implements Serializable
- serialVersionUID:
- -8139858776265449470L
-
-
Package adams.gui.print
-
Class adams.gui.print.BMPWriter extends BufferedImageBasedWriter implements Serializable
- serialVersionUID:
- -9088591039855846249L
-
Class adams.gui.print.BufferedImageBasedWriter extends ScalableComponentWriter implements Serializable
- serialVersionUID:
- 137689227628055443L
-
Serialized Fields
-
m_Background
Color m_Background
the background color. -
m_Type
BufferedImageBasedWriter.Type m_Type
the color format of the image.
-
-
Class adams.gui.print.JComponentWriter extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -3764183253552888494L
-
Serialized Fields
-
m_CustomHeight
int m_CustomHeight
the custom height. -
m_CustomWidth
int m_CustomWidth
the custom width. -
m_Enabled
boolean m_Enabled
whether the writer is enabled. -
m_OutputFile
PlaceholderFile m_OutputFile
the file to write the output stream to. -
m_UseCustomDimensions
boolean m_UseCustomDimensions
whether to use custom dimensions.
-
-
Class adams.gui.print.JComponentWriterFileChooser extends BaseFileChooser implements Serializable
- serialVersionUID:
- -7671035763970202570L
-
Serialized Fields
-
m_CheckBoxOptions
BaseCheckBox m_CheckBoxOptions
the checkbox for bringing up the GenericObjectEditor. -
m_CurrentConverter
Object m_CurrentConverter
the converter that was chosen by the user. -
m_DialogType
int m_DialogType
the type of dialog to display. -
m_Editor
GenericObjectEditor m_Editor
the GOE for displaying the options of a reader/writer. -
m_ImagePreview
ImagePreview m_ImagePreview
the image preview. -
m_LastFilter
FileFilter m_LastFilter
the last filter that was used for opening/saving. -
m_Listener
PropertyChangeListener m_Listener
the propertychangelistener. -
m_PreferredWriter
JComponentWriter m_PreferredWriter
the preferred filter.
-
-
Class adams.gui.print.JComponentWriterFileFilter extends ExtensionFileFilter implements Serializable
- serialVersionUID:
- -2521950307763877692L
-
Serialized Fields
-
m_Writer
JComponentWriter m_Writer
the associated writer.
-
-
Class adams.gui.print.JPEGWriter extends BufferedImageBasedWriter implements Serializable
- serialVersionUID:
- -6501256101213777499L
-
Serialized Fields
-
m_Quality
double m_Quality
the quality of the image.
-
-
Class adams.gui.print.NullWriter extends JComponentWriter implements Serializable
- serialVersionUID:
- 6067496733898037178L
-
Class adams.gui.print.PDFWriter extends BufferedImageBasedWriter implements Serializable
- serialVersionUID:
- -3177842835940277934L
-
Serialized Fields
-
m_ImageRotation
int m_ImageRotation
the degrees to rotate images. -
m_ImageScale
double m_ImageScale
the percentage (0-1) to scale the images to.
-
-
Class adams.gui.print.PNGWriter extends BufferedImageBasedWriter implements Serializable
- serialVersionUID:
- 6023849818803480377L
-
Class adams.gui.print.PostscriptWriter extends ScalableComponentWriter implements Serializable
- serialVersionUID:
- -8501713979661829063L
-
Class adams.gui.print.ScalableComponentWriter extends JComponentWriter implements Serializable
- serialVersionUID:
- -2075028313807733655L
-
Serialized Fields
-
m_ScalingEnabled
boolean m_ScalingEnabled
whether scaling is enabled. -
m_xScale
double m_xScale
the x scale factor. -
m_yScale
double m_yScale
the y scale factor.
-
-
Class adams.gui.print.TIFFWriter extends BufferedImageBasedWriter implements Serializable
- serialVersionUID:
- 3324725056211114889L
-
Serialized Fields
-
m_Compress
boolean m_Compress
whether to compress the image.
-
-
-
Package adams.gui.scripting
-
Class adams.gui.scripting.AbstractCommandProcessor extends LoggingObject implements Serializable
- serialVersionUID:
- 5363881783406430165L
-
Serialized Fields
-
m_Actions
Hashtable<String,AbstractScriptlet> m_Actions
the action <-> scriptlet relation. -
m_BasePanel
BasePanel m_BasePanel
the base panel to use. -
m_Owner
AbstractScriptingEngine m_Owner
the scripting engine this processor belongs to.
-
-
Class adams.gui.scripting.AbstractDatabaseScriptlet extends AbstractScriptlet implements Serializable
- serialVersionUID:
- -7051048031205784713L
-
Class adams.gui.scripting.AbstractDataContainerPanelScriptlet extends AbstractUndoScriptlet implements Serializable
- serialVersionUID:
- 1693024372320455031L
-
Class adams.gui.scripting.AbstractDataContainerUpdatingPostProcessor extends Object implements Serializable
- serialVersionUID:
- 2269820505356261133L
-
Serialized Fields
-
m_Owner
AbstractCommandProcessor m_Owner
the owning processor.
-
-
Class adams.gui.scripting.AbstractDataContainerUpdatingScriptlet extends AbstractDataContainerPanelScriptlet implements Serializable
- serialVersionUID:
- -623707457032656271L
-
Serialized Fields
-
m_PostProcessor
AbstractDataContainerUpdatingPostProcessor m_PostProcessor
for post-processing the containers.
-
-
Class adams.gui.scripting.AbstractFileReaderScriptlet extends AbstractDataContainerPanelScriptlet implements Serializable
- serialVersionUID:
- -1034823252709521416L
-
Class adams.gui.scripting.AbstractFilterScriptlet extends AbstractDataContainerUpdatingScriptlet implements Serializable
- serialVersionUID:
- -9200477598539423747L
-
Class adams.gui.scripting.AbstractFlowScriptlet extends AbstractDataContainerUpdatingScriptlet implements Serializable
- serialVersionUID:
- -2467186252442407554L
-
Class adams.gui.scripting.AbstractScriptingDialog extends BaseDialog implements Serializable
- serialVersionUID:
- -4712521872103092592L
-
Serialized Fields
-
m_BasePanel
BasePanel m_BasePanel
the base panel this dialog should operate on. -
m_CurrentFile
File m_CurrentFile
the currently loaded file. -
m_DatabaseConnection
AbstractDatabaseConnection m_DatabaseConnection
the database connection to use. -
m_FileChooser
BaseFileChooser m_FileChooser
for loading/saving the scripts. -
m_FilenameProposer
FilenameProposer m_FilenameProposer
for proposing filenames for new flows. -
m_Menu
JMenuBar m_Menu
the menu. -
m_MenuItemEditAppendRecorded
JMenuItem m_MenuItemEditAppendRecorded
the append recorded menu item. -
m_MenuItemEditClear
JMenuItem m_MenuItemEditClear
the clear menu item. -
m_MenuItemEditRedo
JMenuItem m_MenuItemEditRedo
the redo menu item. -
m_MenuItemEditUndo
JMenuItem m_MenuItemEditUndo
the undo menu item. -
m_MenuItemFileClose
JMenuItem m_MenuItemFileClose
the close menu item. -
m_MenuItemFileLoad
JMenuItem m_MenuItemFileLoad
the load menu item. -
m_MenuItemFileLoadRecent
JMenu m_MenuItemFileLoadRecent
the load recent submenu. -
m_MenuItemFileNew
JMenuItem m_MenuItemFileNew
the new menu item. -
m_MenuItemFilePrint
JMenuItem m_MenuItemFilePrint
the print menu item. -
m_MenuItemFileSave
JMenuItem m_MenuItemFileSave
the save menu item. -
m_MenuItemFileSaveAs
JMenuItem m_MenuItemFileSaveAs
the save as menu item. -
m_MenuItemHelp
JMenuItem m_MenuItemHelp
the help menu item. -
m_MenuItemScriptStart
JMenuItem m_MenuItemScriptStart
the execute menu item. -
m_MenuItemScriptStop
JMenuItem m_MenuItemScriptStop
the stop menu item. -
m_MenuItemViewWordWrap
JMenuItem m_MenuItemViewWordWrap
the line wrap menu item. -
m_Modified
boolean m_Modified
whether the current content was modified. -
m_Properties
Properties m_Properties
the properties for scripting. -
m_RecentFilesHandler
RecentFilesHandler<JMenu> m_RecentFilesHandler
the recent files handler. -
m_Self
AbstractScriptingDialog m_Self
the dialog itself. -
m_StatusBar
BaseStatusBar m_StatusBar
the status. -
m_TextScript
ScriptingTextEditorPanel m_TextScript
the text panel with the loaded script. -
m_TitleGenerator
TitleGenerator m_TitleGenerator
for generating the title. -
m_Undo
UndoManager m_Undo
the undo manager for the text pane.
-
-
Class adams.gui.scripting.AbstractScriptingEngine extends LoggingObject implements Serializable
- serialVersionUID:
- -532845009254256601L
-
Serialized Fields
-
m_DbConn
AbstractDatabaseConnection m_DbConn
the database connection to use. -
m_History
List<String> m_History
the history of all (successfully run) commands since instantiation. -
m_LastError
String m_LastError
the last last error that was encountered. -
m_LoggingEnabled
boolean m_LoggingEnabled
whether logging is enabled. -
m_ProcessingThread
ScriptingEngineThread m_ProcessingThread
the thread to use for executing the commands. -
m_Processor
AbstractCommandProcessor m_Processor
the command processor for executing the commands. -
m_Recorded
List<String> m_Recorded
the currently recorded commands. -
m_Recording
boolean m_Recording
whether the commands are currently being recorded. -
m_ScriptingInfoListeners
HashSet<ScriptingInfoListener> m_ScriptingInfoListeners
the listeners for changes in commands being run, etc.
-
-
Class adams.gui.scripting.AbstractScriptlet extends LoggingObject implements Serializable
- serialVersionUID:
- 8460215813832005436L
-
Serialized Fields
-
m_DataProvider
DataProvider m_DataProvider
the data provider to use. -
m_Owner
AbstractCommandProcessor m_Owner
the owner. -
m_Parameters
Hashtable<String,Object> m_Parameters
additional parameters. -
m_Stopped
boolean m_Stopped
whether the scriptlet has been stopped.
-
-
Class adams.gui.scripting.AbstractUndoScriptlet extends AbstractScriptlet implements Serializable
- serialVersionUID:
- 7823149146820368462L
-
Class adams.gui.scripting.AbstractVisibilityScriplet extends AbstractDataContainerPanelScriptlet implements Serializable
- serialVersionUID:
- 8803594650276164515L
-
Class adams.gui.scripting.AddData extends AbstractDataContainerPanelScriptlet implements Serializable
- serialVersionUID:
- 4553264683463986572L
-
Class adams.gui.scripting.AddDataFile extends AbstractFileReaderScriptlet implements Serializable
- serialVersionUID:
- -3048379013750352301L
-
Class adams.gui.scripting.AddDataFiles extends AbstractFileReaderScriptlet implements Serializable
- serialVersionUID:
- -3048379013750352301L
-
Class adams.gui.scripting.ClearData extends AbstractDataContainerPanelScriptlet implements Serializable
- serialVersionUID:
- 2693537020807299394L
-
Class adams.gui.scripting.CommandProcessor extends AbstractCommandProcessor implements Serializable
- serialVersionUID:
- -3273834981579030456L
-
Class adams.gui.scripting.Connect extends AbstractDatabaseScriptlet implements Serializable
- serialVersionUID:
- 5029475846064359798L
-
Class adams.gui.scripting.DeleteData extends AbstractScriptlet implements Serializable
- serialVersionUID:
- 1714520838655609203L
-
Class adams.gui.scripting.DisableUndo extends AbstractUndoScriptlet implements Serializable
- serialVersionUID:
- 6068266172629633766L
-
Class adams.gui.scripting.Disconnect extends AbstractDatabaseScriptlet implements Serializable
- serialVersionUID:
- 2760286358879561274L
-
Class adams.gui.scripting.EnableUndo extends AbstractUndoScriptlet implements Serializable
- serialVersionUID:
- 6068266172629633766L
-
Class adams.gui.scripting.Filter extends AbstractFilterScriptlet implements Serializable
- serialVersionUID:
- -9200477598539423747L
-
Class adams.gui.scripting.FilterOverlay extends AbstractFilterScriptlet implements Serializable
- serialVersionUID:
- -8718688474577262409L
-
Class adams.gui.scripting.Invisible extends AbstractVisibilityScriplet implements Serializable
- serialVersionUID:
- -3965165243658858219L
-
Class adams.gui.scripting.RemoveData extends AbstractDataContainerPanelScriptlet implements Serializable
- serialVersionUID:
- -4530704396431542201L
-
Class adams.gui.scripting.RunFlow extends AbstractFlowScriptlet implements Serializable
- serialVersionUID:
- -2210176790250818043L
-
Class adams.gui.scripting.RunFlowOverlay extends AbstractFlowScriptlet implements Serializable
- serialVersionUID:
- 6501404255520088400L
-
Class adams.gui.scripting.RunTool extends AbstractScriptlet implements Serializable
- serialVersionUID:
- 2954163003128167687L
-
Class adams.gui.scripting.ScriptingDialog extends AbstractScriptingDialog implements Serializable
- serialVersionUID:
- 8200417116225554201L
-
Class adams.gui.scripting.ScriptingEngine extends AbstractScriptingEngine implements Serializable
- serialVersionUID:
- -2966869686762723507L
-
Class adams.gui.scripting.ScriptingEngineManager extends Object implements Serializable
- serialVersionUID:
- 739416057351690903L
-
Serialized Fields
-
m_Engines
Hashtable<String,AbstractScriptingEngine> m_Engines
for storing the engine objects.
-
-
Class adams.gui.scripting.ScriptingLogPanel extends BasePanel implements Serializable
- serialVersionUID:
- 7316507289818697814L
-
Serialized Fields
-
m_ButtonClear
BaseButton m_ButtonClear
the button for clearing the log. -
m_ButtonClose
BaseButton m_ButtonClose
the button for closing the log. -
m_ButtonSave
BaseButton m_ButtonSave
the button for saving the log. -
m_FileChooser
BaseFileChooser m_FileChooser
the file chooser for saving the log. -
m_FilenameProposer
FilenameProposer m_FilenameProposer
for proposing filenames for new flows. -
m_TextLog
BaseTextPane m_TextLog
the text pane for displaying the commands.
-
-
Class adams.gui.scripting.ScriptingTextEditorPanel extends AbstractTextEditorPanelWithSimpleSyntaxHighlighting implements Serializable
- serialVersionUID:
- 2811465827523143114L
-
Class adams.gui.scripting.SetData extends AbstractFileReaderScriptlet implements Serializable
- serialVersionUID:
- -5936800338572570006L
-
Class adams.gui.scripting.SyntaxDocument extends DefaultStyledDocument implements Serializable
- serialVersionUID:
- -3642426465631271381L
-
Serialized Fields
-
m_AddMatchingEndBlocks
boolean m_AddMatchingEndBlocks
whether to add matching brackets. -
m_BackgroundColor
Color m_BackgroundColor
the background color. -
m_BlockEnd
String m_BlockEnd
the end of a block. -
m_BlockStart
String m_BlockStart
the start of a block. -
m_CaseSensitive
boolean m_CaseSensitive
whether keywords are case-sensitive. -
m_Delimiters
String m_Delimiters
the delimiters. -
m_FontName
String m_FontName
the font name. -
m_FontSize
int m_FontSize
the font size. -
m_Indentation
String m_Indentation
the number of spaces used for indentation. -
m_InsideMultiLineComment
boolean m_InsideMultiLineComment
whether we're currently in a multi-line comment. -
m_Keywords
HashMap<String,MutableAttributeSet> m_Keywords
the keywords. -
m_MultiLineComment
boolean m_MultiLineComment
whether multi-line comments are enabled. -
m_MultiLineCommentEnd
String m_MultiLineCommentEnd
the multi-line comment end. -
m_MultiLineCommentStart
String m_MultiLineCommentStart
the multi-line comment start. -
m_QuoteDelimiters
String m_QuoteDelimiters
the quote delimiter. -
m_QuoteEscape
String m_QuoteEscape
the quote escape. -
m_RootElement
Element m_RootElement
the root element. -
m_Self
DefaultStyledDocument m_Self
the document. -
m_SingleLineComment
boolean m_SingleLineComment
whether single-line comments are enabled. -
m_SingleLineCommentStart
String m_SingleLineCommentStart
the single-line comment start. -
m_UseBlanks
boolean m_UseBlanks
whether to use blanks instead of tabs.
-
-
Class adams.gui.scripting.TimeseriesCommandProcessor extends CommandProcessor implements Serializable
- serialVersionUID:
- -4413109517993138096L
-
Class adams.gui.scripting.Visible extends AbstractVisibilityScriplet implements Serializable
- serialVersionUID:
- -1762450264044102197L
-
-
Package adams.gui.selection
-
Class adams.gui.selection.AbstractConditionalDatabaseSelectionPanel extends AbstractDatabaseSelectionPanel<T> implements Serializable
- serialVersionUID:
- 6833350757448286729L
-
Serialized Fields
-
m_ButtonOptions
BaseButton m_ButtonOptions
the button for setting the name retrieval options. -
m_Conditions
C extends AbstractConditions m_Conditions
the conditions for retrieving the items.
-
-
Class adams.gui.selection.AbstractDatabaseSelectionDialog extends AbstractTableBasedSelectionDialog<T,P extends AbstractDatabaseSelectionPanel> implements Serializable
- serialVersionUID:
- -4600292804155253498L
-
Class adams.gui.selection.AbstractDatabaseSelectionPanel extends AbstractTableBasedSelectionPanel<T> implements Serializable
- serialVersionUID:
- 3870916380764854145L
-
Serialized Fields
-
m_ButtonRefresh
BaseButton m_ButtonRefresh
the button for refreshing the fields. -
m_DatabaseConnection
AbstractDatabaseConnection m_DatabaseConnection
the database connection in use. -
m_DataDisplayed
boolean m_DataDisplayed
whether data has been displayed already.
-
-
Class adams.gui.selection.AbstractFieldCacheItem extends Object implements Serializable
- serialVersionUID:
- 6989601817204575826L
-
Serialized Fields
-
m_CacheListeners
Hashtable<FieldType,HashSet<FieldCacheUpdateListener>> m_CacheListeners
the listeners. -
m_Provider
FieldProvider m_Provider
the field provider to use. -
m_Values
Hashtable<FieldType,List<AbstractField>> m_Values
the actual cache.
-
-
Class adams.gui.selection.AbstractFieldCacheManager extends Object implements Serializable
- serialVersionUID:
- -6836635614654765458L
-
Serialized Fields
-
m_Items
Hashtable<String,AbstractFieldCacheItem> m_Items
the cache items to manage.
-
-
Class adams.gui.selection.AbstractSelectDatabaseFieldDialog extends AbstractDatabaseSelectionDialog<T extends AbstractField,AbstractSelectDatabaseFieldPanel> implements Serializable
- serialVersionUID:
- -8270032576082341389L
-
Class adams.gui.selection.AbstractSelectDatabaseFieldPanel extends AbstractDatabaseSelectionPanel<T extends AbstractField> implements Serializable
- serialVersionUID:
- -3858687917199734023L
-
Serialized Fields
-
m_ComboBoxDataType
BaseComboBox m_ComboBoxDataType
the data types to display. -
m_FieldType
FieldType m_FieldType
the type of fields to display. -
m_LabelDataType
JLabel m_LabelDataType
the label for the data type combobox. -
m_LabelManualFields
JLabel m_LabelManualFields
the label for the manual list. -
m_TextManualFields
BaseTextField m_TextManualFields
the textfield for manually entering a list of fields (blank separated).
-
-
Class adams.gui.selection.AbstractSelectionDialog extends ApprovalDialog implements Serializable
- serialVersionUID:
- -8270032576082341389L
-
Serialized Fields
-
m_Panel
P extends AbstractSelectionPanel m_Panel
the selection panel.
-
-
Class adams.gui.selection.AbstractSelectionPanel extends BasePanel implements Serializable
- serialVersionUID:
- -132005556563237265L
-
Class adams.gui.selection.AbstractTableBasedSelectionDialog extends AbstractSelectionDialog<T,P extends AbstractTableBasedSelectionPanel> implements Serializable
- serialVersionUID:
- -5900377961538534246L
-
Serialized Fields
-
m_Current
T[] m_Current
the chosen items.
-
-
Class adams.gui.selection.AbstractTableBasedSelectionPanel extends AbstractSelectionPanel implements Serializable
- serialVersionUID:
- -2196072150751857296L
-
Serialized Fields
-
m_Current
T[] m_Current
the selected items. -
m_DoubleClickListeners
HashSet<DoubleClickListener> m_DoubleClickListeners
the double-click listeners. -
m_LabelCounts
JLabel m_LabelCounts
the label for displaying the total and selected counts. -
m_PanelAdditional
JPanel m_PanelAdditional
the panel for additional components. -
m_PanelAll
JPanel m_PanelAll
the panel that encompasses all widgets. -
m_PanelCounts
JPanel m_PanelCounts
the panel for displaying total and selected count. -
m_PopupMenuSupplier
AbstractTableBasedSelectionPanel.SelectionPopupMenuSupplier m_PopupMenuSupplier
the popup menu supplier. -
m_SearchPanel
SearchPanel m_SearchPanel
the search panel. -
m_Self
AbstractTableBasedSelectionPanel<T> m_Self
the panel itself. -
m_TableData
SortableAndSearchableTable m_TableData
the table for displaying the items. -
m_TableDataModel
AbstractTableBasedSelectionPanel.AbstractSelectionTableModel<T> m_TableDataModel
the underlying table model.
-
-
Class adams.gui.selection.AbstractTableBasedSelectionPanel.AbstractSelectionTableModel extends AbstractBaseTableModel implements Serializable
- serialVersionUID:
- -6034857465096265433L
-
Class adams.gui.selection.FieldCacheTableModel extends AbstractTableBasedSelectionPanel.AbstractSelectionTableModel<AbstractField> implements Serializable
- serialVersionUID:
- 7823434093663335692L
-
Class adams.gui.selection.SelectEmailAddressDialog extends AbstractTableBasedSelectionDialog<EmailAddress,SelectEmailAddressPanel> implements Serializable
- serialVersionUID:
- -8270032576082341389L
-
Class adams.gui.selection.SelectEmailAddressPanel extends AbstractTableBasedSelectionPanel<EmailContact> implements Serializable
- serialVersionUID:
- 8172361673639083461L
-
Serialized Fields
-
m_ButtonAddressBook
BaseButton m_ButtonAddressBook
the button for bringing up the addressbook. -
m_LabelManualAddresses
JLabel m_LabelManualAddresses
the label for the manual list. -
m_TextManualAddresses
BaseTextField m_TextManualAddresses
the textfield for manually entering a list of addresses (blank separated).
-
-
Class adams.gui.selection.SelectEmailAddressPanel.TableModel extends AbstractTableBasedSelectionPanel.AbstractSelectionTableModel<EmailContact> implements Serializable
- serialVersionUID:
- 6097860917524908958L
-
Serialized Fields
-
m_Values
List<EmailContact> m_Values
the contacts.
-
-
Class adams.gui.selection.SelectFieldDialog extends ApprovalDialog implements Serializable
- serialVersionUID:
- -8270032576082341389L
-
Serialized Fields
-
m_Current
AbstractField[] m_Current
the chosen items. -
m_Panel
SelectFieldPanel m_Panel
the selection panel.
-
-
Class adams.gui.selection.SelectFieldPanel extends BasePanel implements Serializable
- serialVersionUID:
- -3858687917199734023L
-
Serialized Fields
-
m_ComboBoxDataType
BaseComboBox m_ComboBoxDataType
the data types to display. -
m_FieldType
FieldType m_FieldType
the type of fields to display. -
m_MultipleSelection
boolean m_MultipleSelection
whether to allow multi-selection (blank-separated list). -
m_Panel
ParameterPanel m_Panel
panel for the parameters. -
m_TextFields
BaseTextField m_TextFields
the textfield for entering a list of fields (blank separated).
-
-
-
Package adams.gui.sendto
-
Class adams.gui.sendto.AbstractSendToAction extends LoggingObject implements Serializable
- serialVersionUID:
- 4432813063252680408L
-
Serialized Fields
-
m_Owner
SendToActionSupporter m_Owner
the owner.
-
-
Class adams.gui.sendto.Clipboard extends AbstractSendToAction implements Serializable
- serialVersionUID:
- -5286281737195775697L
-
Class adams.gui.sendto.CopyTableAsImage extends AbstractSendToAction implements Serializable
- serialVersionUID:
- -5286281737195775697L
-
Class adams.gui.sendto.EmailRecipient extends AbstractSendToAction implements Serializable
- serialVersionUID:
- 5177606045614245912L
-
Class adams.gui.sendto.ExportAsImage extends AbstractSendToAction implements Serializable
- serialVersionUID:
- -5286281737195775697L
-
Class adams.gui.sendto.ExportAsSpreadsheet extends AbstractSendToAction implements Serializable
- serialVersionUID:
- -5286281737195775697L
-
Class adams.gui.sendto.ExportTableAsImage extends AbstractSendToAction implements Serializable
- serialVersionUID:
- -5286281737195775697L
-
Class adams.gui.sendto.PDFPrinter extends AbstractSendToAction implements Serializable
- serialVersionUID:
- -6357616730945070639L
-
Class adams.gui.sendto.Printer extends AbstractSendToAction implements Serializable
- serialVersionUID:
- -6357616730945070639L
-
Class adams.gui.sendto.TextFile extends AbstractSendToAction implements Serializable
- serialVersionUID:
- -6880030063760028278L
-
-
Package adams.gui.tools
-
Class adams.gui.tools.AbstractLogEntryViewerPanel extends BasePanel implements Serializable
- serialVersionUID:
- -3659016045308129874L
-
Serialized Fields
-
m_ButtonDisplay
BaseButton m_ButtonDisplay
the button for displaying a key-value pair of the message. -
m_DetailsDialog
TextDialog m_DetailsDialog
the dialog for displaying entries from the message. -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane for entries/message details. -
m_TableEntries
BaseTableWithButtons m_TableEntries
the table displaying the LogEntry objects. -
m_TableMessage
BaseTableWithButtons m_TableMessage
the table for displaying the properties (message). -
m_TableModelEntries
LogEntryViewerTableModel m_TableModelEntries
the model containing the LogEntry objects.
-
-
Class adams.gui.tools.AbstractManagementPanel extends BasePanel implements Serializable
- serialVersionUID:
- 3181901882660335578L
-
Serialized Fields
-
m_ButtonAdd
BaseButton m_ButtonAdd
the button for adding an object. -
m_ButtonClear
BaseButton m_ButtonClear
the button for clearing the input. -
m_ButtonLoad
BaseButton m_ButtonLoad
the button for loading the selected object. -
m_ButtonRefresh
BaseButton m_ButtonRefresh
the button for refreshing the table. -
m_ButtonRemove
BaseButton m_ButtonRemove
the button for deleting selected objects. -
m_ButtonUpdate
BaseButton m_ButtonUpdate
the button for updating an object. -
m_FileChooser
SpreadSheetFileChooser m_FileChooser
the file chooser for saving the spreadsheet. -
m_MenuBar
JMenuBar m_MenuBar
the menu bar. -
m_MenuItemEditAdd
JMenuItem m_MenuItemEditAdd
the menu item for adding. -
m_MenuItemEditClear
JMenuItem m_MenuItemEditClear
the menu item for clearing. -
m_MenuItemEditRemove
JMenuItem m_MenuItemEditRemove
the menu item for removing. -
m_MenuItemEditUpdate
JMenuItem m_MenuItemEditUpdate
the menu item for updating. -
m_MenuItemFileRefresh
JMenuItem m_MenuItemFileRefresh
the menu item for refreshing. -
m_ModelValues
AbstractManagementTableModel<T extends Comparable> m_ModelValues
the table model for the objects. -
m_PanelSearch
SearchPanel m_PanelSearch
the search panel. -
m_PanelTable
JPanel m_PanelTable
the panel with the currently available objects. -
m_PanelValues
ParameterPanelWithButtons m_PanelValues
the panel with the values for adding/updating objects. -
m_TableValues
SortableAndSearchableTableWithButtons m_TableValues
the table for displaying the objects.
-
-
Class adams.gui.tools.AbstractManagementPanelWithDatabase extends AbstractManagementPanel<T extends Comparable> implements Serializable
- serialVersionUID:
- 3181901882660335578L
-
Serialized Fields
-
m_DatabaseConnection
AbstractDatabaseConnection m_DatabaseConnection
the database connection.
-
-
Class adams.gui.tools.AbstractManagementPanelWithDatabaseConnectionListener extends AbstractManagementPanelWithDatabase<T extends Comparable> implements Serializable
- serialVersionUID:
- 2808242925776366132L
-
Class adams.gui.tools.AbstractManagementPanelWithProperties extends AbstractManagementPanel<T extends Comparable> implements Serializable
- serialVersionUID:
- 153385171161348941L
-
Serialized Fields
-
m_Properties
Properties m_Properties
the underlying properties.
-
-
Class adams.gui.tools.AbstractManagementPanelWithSelectableDatabase extends AbstractManagementPanelWithDatabase<T extends Comparable> implements Serializable
- serialVersionUID:
- 3181901882660335578L
-
Serialized Fields
-
m_DialogDatabase
ApprovalDialog m_DialogDatabase
the dialog for selecting a database. -
m_MenuItemFileDatabase
JMenuItem m_MenuItemFileDatabase
the menu item for selecting a database. -
m_PanelDatabaseConnection
SqlConnectionPanel m_PanelDatabaseConnection
the panel for connecting.
-
-
Class adams.gui.tools.AbstractManagementTableModel extends AbstractTableBasedSelectionPanel.AbstractSelectionTableModel<T extends Comparable> implements Serializable
- serialVersionUID:
- 7481209191067222765L
-
Serialized Fields
-
m_Sorted
boolean m_Sorted
whether the model is sorted. -
m_Values
List<T extends Comparable> m_Values
the objects to display.
-
-
Class adams.gui.tools.AbstractRunToolPanel extends BasePanel implements Serializable
- serialVersionUID:
- -7309370485661269159L
-
Serialized Fields
-
m_CurrentTool
AbstractTool m_CurrentTool
the current tool.
-
-
Class adams.gui.tools.AbstractSequenceViewerPanel extends BasePanel implements Serializable
- serialVersionUID:
- -2118371024397646256L
-
Serialized Fields
-
m_ButtonExecute
BaseButton m_ButtonExecute
the button for executing the SQL. -
m_ComboboxTemplates
BaseComboBox m_ComboboxTemplates
the combobox with the templates. -
m_PanelResults
JPanel m_PanelResults
the panel for the results. -
m_PanelSQL
JPanel m_PanelSQL
the panel for the SQL statement. -
m_TabbedPaneResults
BaseTabbedPane m_TabbedPaneResults
the tabbed pane for the results. -
m_TextSQL
BaseTextPane m_TextSQL
the text area for the SQL statement.
-
-
Class adams.gui.tools.AbstractSimpleConversionPanel extends BasePanel implements Serializable
- serialVersionUID:
- -2881786410361917678L
-
Serialized Fields
-
m_ButtonConvert
BaseButton m_ButtonConvert
the button initiating the conversion. -
m_ButtonInputCopy
BaseButton m_ButtonInputCopy
the button for copying the input. -
m_ButtonInputOpen
BaseButton m_ButtonInputOpen
the button for loading the input from file. -
m_ButtonInputPaste
BaseButton m_ButtonInputPaste
the button for pasting the input. -
m_ButtonOutputCopy
BaseButton m_ButtonOutputCopy
the button for copying the output. -
m_ButtonOutputPaste
BaseButton m_ButtonOutputPaste
the button for pasting the output. -
m_ButtonOutputSave
BaseButton m_ButtonOutputSave
the button for saving the output to a file. -
m_FileChooserInput
BaseFileChooser m_FileChooserInput
the file chooser for loading the options. -
m_FileChooserOutput
BaseFileChooser m_FileChooserOutput
the file chooser for saving the options. -
m_TextAreaInput
BaseTextAreaWithButtons m_TextAreaInput
the text area for the input. -
m_TextAreaOutput
BaseTextAreaWithButtons m_TextAreaOutput
the text area for the output.
-
-
Class adams.gui.tools.ClassHelpPanel extends BasePanel implements Serializable
- serialVersionUID:
- 1459345403620296387L
-
Serialized Fields
-
m_ChangeListeners
Set<ChangeListener> m_ChangeListeners
the change listeners. -
m_DelayedAction
DelayedActionRunnable m_DelayedAction
for updating the search etc. -
m_DoubleClickListener
DoubleClickListener m_DoubleClickListener
the double click listener. -
m_ListClasses
SearchableBaseList m_ListClasses
the flow editor for displaying flows. -
m_TextPaneHelp
BaseHtmlEditorPane m_TextPaneHelp
for displaying the help. -
m_TextSearch
BaseTextField m_TextSearch
the search panel.
-
-
Class adams.gui.tools.ConfigureOptionHandlerPanel extends BasePanel implements Serializable
- serialVersionUID:
- 1459345403620296387L
-
Serialized Fields
-
m_DelayedAction
DelayedActionRunnable m_DelayedAction
for updating the search etc. -
m_ListClasses
SearchableBaseList m_ListClasses
the flow editor for displaying flows. -
m_PanelObject
GenericObjectEditorPanel m_PanelObject
for configuring the class. -
m_TextSearch
BaseTextField m_TextSearch
the search panel.
-
-
Class adams.gui.tools.ConsoleOutputAnalyzerPanel extends BasePanel implements Serializable
- serialVersionUID:
- -9220648401733691034L
-
Serialized Fields
-
m_ButtonClearSearch
BaseButton m_ButtonClearSearch
the button for clearing the search. -
m_ButtonSearch
BaseButton m_ButtonSearch
the button for triggering the search. -
m_ComboBoxOrigin
BaseComboBox m_ComboBoxOrigin
the combobox with all origins. -
m_ComboBoxType
BaseComboBox m_ComboBoxType
the combobox with the types. -
m_CurrentEncoding
String m_CurrentEncoding
the current file encoding. -
m_CurrentFile
File m_CurrentFile
the file the console output was loaded from. -
m_Filtered
ConsoleOutputAnalyzerPanel.ConsoleOutput m_Filtered
the filtered console output. -
m_MenuBar
JMenuBar m_MenuBar
the menu bar, if used. -
m_MenuFileLoadRecent
JMenu m_MenuFileLoadRecent
the "load recent" submenu. -
m_MenuFileReload
JMenuItem m_MenuFileReload
the "reload" menu item. -
m_Original
ConsoleOutputAnalyzerPanel.ConsoleOutput m_Original
the original console output. -
m_PanelSearch
ParameterPanel m_PanelSearch
the panel with the search parameters. -
m_RecentFilesHandler
RecentFilesWithEncodingHandler<JMenu> m_RecentFilesHandler
the recent files handler. -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane to use. -
m_Table
SpreadSheetTable m_Table
the table for displaying the output. -
m_TableModel
SpreadSheetTableModel m_TableModel
the table model. -
m_TextOrigin
BaseTextField m_TextOrigin
the regexp for the origin. -
m_TextOutput
BaseTextField m_TextOutput
the regexp for the output. -
m_TitleGenerator
TitleGenerator m_TitleGenerator
for generating the title of the dialog/frame.
-
-
Class adams.gui.tools.ConsoleOutputAnalyzerPanel.ConsoleOutput extends Object implements Serializable
- serialVersionUID:
- 4261087821410856963L
-
Class adams.gui.tools.ConsoleOutputAnalyzerPanel.ConsoleOutputEntry extends Object implements Serializable
- serialVersionUID:
- -7650152159132046191L
-
Serialized Fields
-
m_LineNo
int m_LineNo
the line number of this entry in the output. -
m_Origin
String m_Origin
the origin, e.g., path to actor. -
m_Output
String m_Output
the actual output. -
m_Raw
String m_Raw
the raw content. -
m_Timestamp
String m_Timestamp
the timestamp. -
m_Type
String m_Type
the type of output (ERR/OUT/DEBUG).
-
-
Class adams.gui.tools.DatasetCompatibilityPanel extends BasePanel implements Serializable
- serialVersionUID:
- -5581002075106885237L
-
Serialized Fields
-
m_CurrentFiles
File[] m_CurrentFiles
the selected files. -
m_CurrentLoader
weka.core.converters.AbstractFileLoader m_CurrentLoader
the current loader. -
m_FileChooser
WekaFileChooser m_FileChooser
the filechooser for selecting the datasets. -
m_MenuBar
JMenuBar m_MenuBar
the menu bar. -
m_MenuItemReload
JMenuItem m_MenuItemReload
the reload menu item. -
m_TextArea
BaseTextArea m_TextArea
the text area to output the results in.
-
-
Class adams.gui.tools.DiffPanel extends BasePanel implements Serializable
- serialVersionUID:
- 1623023054538026169L
-
Serialized Fields
-
m_ButtonPasteLeft
BaseButton m_ButtonPasteLeft
the button for pasting the left content. -
m_ButtonPasteRight
BaseButton m_ButtonPasteRight
the button for pasting the right content. -
m_ClipboardLeft
ArrayList<String> m_ClipboardLeft
the left content from the clipboard (null if none). -
m_ClipboardRight
ArrayList<String> m_ClipboardRight
the right content from the clipboard (null if none). -
m_FileLeft
File m_FileLeft
the file with the left content. -
m_FileRight
File m_FileRight
the file with the right content. -
m_LoadDialog
DiffPanel.LoadDialog m_LoadDialog
the dialog for opening the files. -
m_MenuBar
JMenuBar m_MenuBar
the menu bar, if used. -
m_MenuFileLoadRecentLeft
JMenu m_MenuFileLoadRecentLeft
the "load recent (left)" submenu. -
m_MenuFileLoadRecentRight
JMenu m_MenuFileLoadRecentRight
the "load recent (right)" submenu. -
m_MenuItemEditPasteLeft
JMenuItem m_MenuItemEditPasteLeft
the "Paste (left)" submenu. -
m_MenuItemEditPasteRight
JMenuItem m_MenuItemEditPasteRight
the "Paste (right)" submenu. -
m_PanelDiff
SideBySideDiffPanel m_PanelDiff
the diff panel. -
m_RecentFilesHandlerLeft
RecentFilesHandler<JMenu> m_RecentFilesHandlerLeft
the recent files handler (left). -
m_RecentFilesHandlerRight
RecentFilesHandler<JMenu> m_RecentFilesHandlerRight
the recent files handler (right).
-
-
Class adams.gui.tools.DiffPanel.LoadDialog extends ApprovalDialog implements Serializable
- serialVersionUID:
- 4178028433029613223L
-
Serialized Fields
-
m_PanelFile1
FileChooserPanel m_PanelFile1
the first file. -
m_PanelFile2
FileChooserPanel m_PanelFile2
the second file. -
m_PanelFiles
ParameterPanel m_PanelFiles
the panel for the files.
-
-
Class adams.gui.tools.EmailAddressBookPanel extends AbstractManagementPanelWithProperties<EmailContact> implements Serializable
- serialVersionUID:
- 2870352856009767535L
-
Serialized Fields
-
m_TextAddress
BaseTextArea m_TextAddress
the address. -
m_TextEmail
BaseTextField m_TextEmail
the email address. -
m_TextFirstName
BaseTextField m_TextFirstName
the first name. -
m_TextLastName
BaseTextField m_TextLastName
the last name. -
m_TextNote
BaseTextArea m_TextNote
the note. -
m_TextPhone
BaseTextArea m_TextPhone
the phone number.
-
-
Class adams.gui.tools.EmailAddressBookPanel.TableModel extends AbstractManagementTableModel<EmailContact> implements Serializable
- serialVersionUID:
- 6097860917524908958L
-
Class adams.gui.tools.ExpressionWatchPanel extends BasePanel implements Serializable
- serialVersionUID:
- -1541211757878841209L
-
Serialized Fields
-
m_ButtonAdd
BaseButton m_ButtonAdd
the button for adding an expression. -
m_ButtonEdit
BaseButton m_ButtonEdit
the button for editing an expression. -
m_ButtonRefresh
BaseButton m_ButtonRefresh
the button for refreshing an expression. -
m_ButtonRefreshAll
BaseButton m_ButtonRefreshAll
the button for refreshing all expression. -
m_ButtonRemove
BaseButton m_ButtonRemove
the button for removing an expression. -
m_ButtonRemoveAll
BaseButton m_ButtonRemoveAll
the button for removing all expressions. -
m_DialogExpression
ExpressionWatchPanel.ExpressionDialog m_DialogExpression
the dialog for adding expressions. -
m_ExpressionsModel
ExpressionWatchPanel.TableModel m_ExpressionsModel
the table model. -
m_Table
BaseTableWithButtons m_Table
the table.
-
-
Class adams.gui.tools.ExpressionWatchPanel.ExpressionDialog extends ApprovalDialog implements Serializable
- serialVersionUID:
- -8201358257732667201L
-
Serialized Fields
-
m_ComboBoxType
BaseComboBox m_ComboBoxType
the combobox with the expression types. -
m_TextExpression
BaseTextField m_TextExpression
the text field for the expression.
-
-
Class adams.gui.tools.ExpressionWatchPanel.TableModel extends AbstractBaseTableModel implements Serializable
- serialVersionUID:
- -7414970810033285323L
-
Class adams.gui.tools.FavoritesManagementPanel extends BasePanel implements Serializable
- serialVersionUID:
- 7641450241106552195L
-
Serialized Fields
-
m_ButtonFavoriteAdd
BaseButton m_ButtonFavoriteAdd
the button for adding a favorite. -
m_ButtonFavoriteEdit
BaseButton m_ButtonFavoriteEdit
the button for editing a favorite. -
m_ButtonFavoriteRemove
BaseButton m_ButtonFavoriteRemove
the button for removing a favorite. -
m_ButtonFavoriteRemoveAll
BaseButton m_ButtonFavoriteRemoveAll
the button for removing all favorites. -
m_ButtonFavoriteRename
BaseButton m_ButtonFavoriteRename
the button for renaming a favorite. -
m_ButtonSuperclassAdd
BaseButton m_ButtonSuperclassAdd
the button for adding a superclass. -
m_ButtonSuperclassRemove
BaseButton m_ButtonSuperclassRemove
the button for removing a superclass. -
m_ButtonSuperclassRemoveAll
BaseButton m_ButtonSuperclassRemoveAll
the button for removing all superclasses. -
m_Favorites
Favorites m_Favorites
the favorites in use. -
m_GAEDialog
GenericArrayEditorDialog m_GAEDialog
the generic array editor for manipulating the favorites. -
m_GOEDialog
GenericObjectEditorDialog m_GOEDialog
the generic object editor for manipulating the favorites. -
m_ListModelFavorites
FavoritesManagementPanel.FavoritesListModel m_ListModelFavorites
the list model for the superclasses. -
m_ListModelSuperclass
FavoritesManagementPanel.SuperclassListModel m_ListModelSuperclass
the list model for the superclasses. -
m_MenuBar
JMenuBar m_MenuBar
the menu bar, if used. -
m_MenuItemClose
JMenuItem m_MenuItemClose
the "close" menu item. -
m_MenuItemRevert
JMenuItem m_MenuItemRevert
the "revert" menu item. -
m_MenuItemSave
JMenuItem m_MenuItemSave
the "save" menu item. -
m_PanelFavorites
BaseListWithButtons m_PanelFavorites
the panel for the favorites. -
m_PanelSuperclasses
BaseListWithButtons m_PanelSuperclasses
the panel for the superclasses.
-
-
Class adams.gui.tools.FavoritesManagementPanel.AbstractFavoritesListModel extends DefaultListModel implements Serializable
- serialVersionUID:
- -4439263856723765375L
-
Serialized Fields
-
m_Favorites
Favorites m_Favorites
the underlying favorites.
-
-
Class adams.gui.tools.FavoritesManagementPanel.FavoritesListModel extends FavoritesManagementPanel.AbstractFavoritesListModel implements Serializable
- serialVersionUID:
- -4331009712660382052L
-
Serialized Fields
-
m_Array
boolean m_Array
whether we are managing arrays. -
m_Superclass
Class m_Superclass
the superclass to display.
-
-
Class adams.gui.tools.FavoritesManagementPanel.SuperclassListModel extends FavoritesManagementPanel.AbstractFavoritesListModel implements Serializable
- serialVersionUID:
- -744836869993575297L
-
Class adams.gui.tools.FileChooserBookmarksManagementPanel extends AbstractManagementPanelWithProperties<com.googlecode.jfilechooserbookmarks.Bookmark> implements Serializable
- serialVersionUID:
- 2870352856009767535L
-
Serialized Fields
-
m_ButtonDown
BaseButton m_ButtonDown
the move down button. -
m_ButtonUp
BaseButton m_ButtonUp
the move up button. -
m_Factory
FileChooserBookmarksPanel.FileChooserBookmarksFactory m_Factory
the manager. -
m_PanelDirectory
DirectoryChooserPanel m_PanelDirectory
the directory. -
m_TextName
BaseTextField m_TextName
the name.
-
-
Class adams.gui.tools.FileChooserBookmarksManagementPanel.TableModel extends AbstractManagementTableModel<com.googlecode.jfilechooserbookmarks.Bookmark> implements Serializable
- serialVersionUID:
- 6097860917524908958L
-
Class adams.gui.tools.FileCommanderPanel extends BasePanel implements Serializable
- serialVersionUID:
- 3894304347424478383L
-
Serialized Fields
-
m_Actions
List<AbstractFileCommanderAction> m_Actions
the available actions. -
m_ButtonAction
BaseSplitButton m_ButtonAction
the action button. -
m_ButtonCopy
BaseFlatButton m_ButtonCopy
the button for copying the file. -
m_ButtonDelete
BaseFlatButton m_ButtonDelete
the button for deleting. -
m_ButtonMkDir
BaseFlatButton m_ButtonMkDir
the button for creating a directory. -
m_ButtonMove
BaseFlatButton m_ButtonMove
the button for moving. -
m_ButtonQuit
BaseFlatButton m_ButtonQuit
the button for quitting. -
m_ButtonReload
BaseFlatButton m_ButtonReload
the button for reloading the files. -
m_ButtonRename
BaseFlatButton m_ButtonRename
the button for renaming. -
m_ButtonStop
BaseFlatButton m_ButtonStop
the button for stopping an operation. -
m_ButtonView
BaseFlatButton m_ButtonView
the button for viewing the file. -
m_FileOperations
FileOperations m_FileOperations
the current file operations. -
m_FilesActive
FileCommanderDirectoryPanel m_FilesActive
the active panel. -
m_FilesInactive
FileCommanderDirectoryPanel m_FilesInactive
the inactive panel. -
m_MenuBar
JMenuBar m_MenuBar
the menubar. -
m_MenuItemLeftShowHidden
JMenuItem m_MenuItemLeftShowHidden
whether left panel shows hidden files. -
m_MenuItemRightShowHidden
JMenuItem m_MenuItemRightShowHidden
whether right panel shows hidden files. -
m_PanelButtons
JPanel m_PanelButtons
the panel with the buttons. -
m_PanelLeft
FileCommanderDirectoryPanel m_PanelLeft
the left panel. -
m_PanelRight
FileCommanderDirectoryPanel m_PanelRight
the right panel. -
m_StatusBar
BaseStatusBar m_StatusBar
the statusbar. -
m_Stopped
boolean m_Stopped
whether the operation was stopped by the user. -
m_Worker
SwingWorker m_Worker
the worker thread.
-
-
Class adams.gui.tools.FileMonitorPanel extends BasePanel implements Serializable
- serialVersionUID:
- -3090959157666111892L
-
Serialized Fields
-
m_CurrentFile
File m_CurrentFile
the filename of the current file. -
m_FileChooser
BaseFileChooser m_FileChooser
the filedialog for loading files. -
m_MenuBar
JMenuBar m_MenuBar
the menu bar, if used. -
m_MenuItemClose
JMenuItem m_MenuItemClose
the "close" submenu. -
m_MenuItemOpen
JMenuItem m_MenuItemOpen
the "open" submenu. -
m_MenuItemOpenRecent
JMenu m_MenuItemOpenRecent
the "open recent" submenu. -
m_RecentFilesHandler
RecentFilesHandler<JMenu> m_RecentFilesHandler
the recent files handler. -
m_TextMonitor
BaseTextArea m_TextMonitor
for displaying the content. -
m_TitleGenerator
TitleGenerator m_TitleGenerator
for generating the title.
-
-
Class adams.gui.tools.FindInFilesPanel extends BasePanel implements Serializable
- serialVersionUID:
- -7039965284917973727L
-
Serialized Fields
-
m_Actions
List<AbstractFindInFilesAction> m_Actions
the actions. -
m_ButtonActions
BaseButtonWithDropDownMenu m_ButtonActions
the action button. -
m_ButtonStart
BaseButton m_ButtonStart
the button for starting the search. -
m_ButtonStop
BaseButton m_ButtonStop
the button for stopping the search. -
m_CheckBoxCaseSensitive
BaseCheckBox m_CheckBoxCaseSensitive
whether to search case-sensitive. -
m_CheckBoxRecursive
BaseCheckBox m_CheckBoxRecursive
whether to search recursively. -
m_ComboBoxMatching
BaseComboBox<String> m_ComboBoxMatching
the type of search to perform. -
m_CurrentHandler
FileSearchHandler m_CurrentHandler
the current search handler. -
m_ExceptionHandler
ExceptionHandler m_ExceptionHandler
the exception handler. -
m_Lister
LocalDirectoryLister m_Lister
the file lister to use. -
m_ListResults
BaseListWithButtons m_ListResults
for listing the files that matched. -
m_Logger
Logger m_Logger
for logging. -
m_ModelResults
DefaultListModel<String> m_ModelResults
the model for the results. -
m_PanelDir
DirectoryChooserPanel m_PanelDir
the directory. -
m_PanelParameters
ParameterPanel m_PanelParameters
for the parameters. -
m_Running
boolean m_Running
whether search is currently running. -
m_StatusBar
BaseStatusBar m_StatusBar
the status bar. -
m_Stopped
boolean m_Stopped
whether the search has been stopped. -
m_TextFileRegExp
RegExpTextField m_TextFileRegExp
the regexp for the files. -
m_TextSearchText
BaseTextField m_TextSearchText
the search expression.
-
-
Class adams.gui.tools.ImageProcessorMultiPagePane extends MultiPagePane implements Serializable
- serialVersionUID:
- 4949565559707097445L
-
Serialized Fields
-
m_Owner
ImageProcessorPanel m_Owner
the owner.
-
-
Class adams.gui.tools.ImageProcessorPanel extends BasePanel implements Serializable
- serialVersionUID:
- 5882173310359920644L
-
Serialized Fields
-
m_ButtonCheck
BaseButton m_ButtonCheck
the "check flow" button. -
m_ButtonLoad
BaseButton m_ButtonLoad
the "load flow" button. -
m_ButtonNew
BaseButton m_ButtonNew
the "new flow" button. -
m_ButtonRun
BaseButton m_ButtonRun
the "run flow" button. -
m_ButtonSave
BaseButton m_ButtonSave
the "save flow" button. -
m_FileChooserFlow
FlowFileChooser m_FileChooserFlow
the file chooser for the flows. -
m_FileChooserImage
ImageFileChooser m_FileChooserImage
the file chooser for the pictures. -
m_LabelProgress
JLabel m_LabelProgress
the label for the progress. -
m_LastImageOverlayOriginal
ImageOverlay m_LastImageOverlayOriginal
the last image overlay in use (original). -
m_LastImageOverlayProcessed
ImageOverlay m_LastImageOverlayProcessed
the last image overlay in use (processed). -
m_LastObjectLocatorOriginal
AbstractObjectLocator m_LastObjectLocatorOriginal
the last object locator in use (original). -
m_LastObjectLocatorProcessed
AbstractObjectLocator m_LastObjectLocatorProcessed
the last object locator in use (processed). -
m_MenuBar
JMenuBar m_MenuBar
the menu bar, if used. -
m_MenuItemEditRedo
JMenuItem m_MenuItemEditRedo
the menu item "redo". -
m_MenuItemEditUndo
JMenuItem m_MenuItemEditUndo
the menu item "undo". -
m_MenuItemFileClose
JMenuItem m_MenuItemFileClose
the menu item "close". -
m_MenuItemFileCloseAll
JMenuItem m_MenuItemFileCloseAll
the menu item "close all". -
m_MenuItemFileLoadRecent
JMenu m_MenuItemFileLoadRecent
the "load recent" submenu. -
m_MenuItemFileOpen
JMenuItem m_MenuItemFileOpen
the menu item "open". -
m_MenuItemViewHorizontal
JMenuItem m_MenuItemViewHorizontal
the menu item "horizontal". -
m_MenuItemViewVertical
JMenuItem m_MenuItemViewVertical
the menu item "vertical". -
m_MenuViewLocateObjects
JMenuItem m_MenuViewLocateObjects
the menu "locate objects". -
m_MenuViewRemoveOverlays
JMenuItem m_MenuViewRemoveOverlays
the menu "remove overlays". -
m_MultiPagePane
ImageProcessorMultiPagePane m_MultiPagePane
the tabbed pane for the images. -
m_PanelFlow
FlowPanel m_PanelFlow
the flow panel. -
m_RecentFilesHandler
RecentFilesHandlerWithCommandline<JMenu> m_RecentFilesHandler
the recent files handler. -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane. -
m_TitleGenerator
TitleGenerator m_TitleGenerator
for generating the title.
-
-
Class adams.gui.tools.ImageProcessorSubPanel extends BasePanel implements Serializable
- serialVersionUID:
- -5617124372054881553L
-
Serialized Fields
-
m_LayoutType
ImageProcessorSubPanel.LayoutType m_LayoutType
the layout. -
m_Owner
ImageProcessorMultiPagePane m_Owner
the owner. -
m_PanelOriginal
ImagePanel m_PanelOriginal
the original image. -
m_PanelProcessed
ImagePanel m_PanelProcessed
the processed image. -
m_SplitImages
BaseSplitPane m_SplitImages
the splitpane for the images.
-
-
Class adams.gui.tools.LogEntryDatabaseViewerPanel extends AbstractLogEntryViewerPanel implements Serializable
- serialVersionUID:
- -5878423449289564310L
-
Serialized Fields
-
m_ButtonDelete
BaseButton m_ButtonDelete
the button for deleting the entries. -
m_ButtonOptions
BaseButton m_ButtonOptions
the button for displaying the options. -
m_ButtonRefresh
BaseButton m_ButtonRefresh
the button for refreshing the entries. -
m_Conditions
LogEntryConditions m_Conditions
the conditions currently in use. -
m_DatabaseConnection
AbstractDatabaseConnection m_DatabaseConnection
the database connection. -
m_OptionsDialog
GenericObjectEditorDialog m_OptionsDialog
the GOE dialog for the conditions.
-
-
Class adams.gui.tools.LogEntryViewerPanel extends AbstractLogEntryViewerPanel implements Serializable
- serialVersionUID:
- -6159575511977628201L
-
Class adams.gui.tools.LogEntryViewerTableModel extends AbstractBaseTableModel implements Serializable
- serialVersionUID:
- -7031190404664584447L
-
Class adams.gui.tools.NestedFormatViewerPanel extends BasePanel implements Serializable
- serialVersionUID:
- -2759137600779907146L
-
Serialized Fields
-
m_FileChooser
BaseFileChooser m_FileChooser
the file chooser for loading the files in nested format. -
m_MenuBar
JMenuBar m_MenuBar
the menu bar, if used. -
m_Tree
BaseTree m_Tree
the tree for displaying the nested format.
-
-
Class adams.gui.tools.NestedFormatViewerPanel.Renderer extends DefaultTreeCellRenderer implements Serializable
- serialVersionUID:
- 8669721980782126964L
-
Class adams.gui.tools.OptionsConversionPanel extends BasePanel implements Serializable
- serialVersionUID:
- -2881786410361917678L
-
Serialized Fields
-
m_ButtonCodeOutputCopy
BaseButton m_ButtonCodeOutputCopy
the button for copying the code output. -
m_ButtonCodeOutputPaste
BaseButton m_ButtonCodeOutputPaste
the button for pasting the code output. -
m_ButtonCodeOutputSave
BaseButton m_ButtonCodeOutputSave
the button for saving the code output to a file. -
m_ButtonConvert
BaseButton m_ButtonConvert
the button initiating the conversion. -
m_ButtonInputCopy
BaseButton m_ButtonInputCopy
the button for copying the input. -
m_ButtonInputOpen
BaseButton m_ButtonInputOpen
the button for loading the input from file. -
m_ButtonInputPaste
BaseButton m_ButtonInputPaste
the button for pasting the input. -
m_ButtonOutputCopy
BaseButton m_ButtonOutputCopy
the button for copying the output. -
m_ButtonOutputPaste
BaseButton m_ButtonOutputPaste
the button for pasting the output. -
m_ButtonOutputSave
BaseButton m_ButtonOutputSave
the button for saving the output to a file. -
m_FileChooserCodeOutput
BaseFileChooser m_FileChooserCodeOutput
the file chooser for saving the code options. -
m_FileChooserInput
BaseFileChooser m_FileChooserInput
the file chooser for loading the options. -
m_FileChooserOutput
BaseFileChooser m_FileChooserOutput
the file chooser for saving the options. -
m_InputFormat
GenericObjectEditorPanel m_InputFormat
the GOE panel for the input. -
m_OutputFormat
GenericObjectEditorPanel m_OutputFormat
the GOE panel for the output. -
m_TextAreaCodeOutput
BaseTextAreaWithButtons m_TextAreaCodeOutput
the text area for the code output. -
m_TextAreaInput
BaseTextAreaWithButtons m_TextAreaInput
the text area for the input. -
m_TextAreaOutput
BaseTextAreaWithButtons m_TextAreaOutput
the text area for the output.
-
-
Class adams.gui.tools.OptionTree extends BasePanel implements Serializable
- serialVersionUID:
- 8177217505366217714L
-
Serialized Fields
-
m_ButtonCopy
BaseButton m_ButtonCopy
the button to copy the partial options to clipboard. -
m_ButtonUpdate
BaseButton m_ButtonUpdate
the button to update the tree. -
m_CheckBoxPropsFile
BaseCheckBox m_CheckBoxPropsFile
the checkbox for properties file pre-processing. -
m_TextOptionsFull
BaseTextField m_TextOptionsFull
the text field for pasting the complete option string. -
m_TextOptionsSelected
BaseTextField m_TextOptionsSelected
the text field for options represented by the currently selected sub-tree. -
m_TreeOptions
JTree m_TreeOptions
the tree for displaying the options hierarchy.
-
-
Class adams.gui.tools.PlaceholderManagementPanel extends BasePanel implements Serializable
- serialVersionUID:
- -7798984060662041747L
-
Serialized Fields
-
m_ButtonAdd
BaseButton m_ButtonAdd
the button for adding a placeholder. -
m_ButtonRemove
BaseButton m_ButtonRemove
the button for removing the selected placeholders. -
m_DirChooser
FileChooser m_DirChooser
the directory chooser for choosing directories. -
m_MenuBar
JMenuBar m_MenuBar
the menu bar, if used. -
m_MenuItemClose
JMenuItem m_MenuItemClose
the "close" menu item. -
m_MenuItemRevert
JMenuItem m_MenuItemRevert
the "revert" menu item. -
m_MenuItemSave
JMenuItem m_MenuItemSave
the "save" menu item. -
m_Model
PlaceholderManagementPanel.PlaceholderTableModel m_Model
the underlying table model. -
m_TabbedPane
BaseTabbedPane m_TabbedPane
the tabbed pane. -
m_Table
BaseTableWithButtons m_Table
the table holding the placeholders.
-
-
Class adams.gui.tools.PlaceholderManagementPanel.PlaceholderTableCellEditor extends DefaultCellEditor implements Serializable
- serialVersionUID:
- 8824466216235970313L
-
Serialized Fields
-
m_DirChooser
FileChooser m_DirChooser
the underlying directory chooser. -
m_Table
BaseTable m_Table
the table. -
m_TableModel
PlaceholderManagementPanel.PlaceholderTableModel m_TableModel
the table model to use. -
m_TextPath
BaseTextField m_TextPath
the BaseTextField used for displaying the path.
-
-
Class adams.gui.tools.PlaceholderManagementPanel.PlaceholderTableModel extends AbstractBaseTableModel implements Serializable
- serialVersionUID:
- -7703129343528534771L
-
Class adams.gui.tools.PrettyPrintJSONConversionPanel extends AbstractSimpleConversionPanel implements Serializable
- serialVersionUID:
- 4355704946007035655L
-
Class adams.gui.tools.PrettyPrintXMLConversionPanel extends AbstractSimpleConversionPanel implements Serializable
- serialVersionUID:
- 4355704946007035655L
-
Class adams.gui.tools.PreviewBrowserPanel extends BasePanel implements Serializable
- serialVersionUID:
- 5284765971012530865L
-
Serialized Fields
-
m_ArchiveHandler
AbstractArchiveHandler m_ArchiveHandler
the current archive handler. -
m_ChangeMonitor
FileChangeMonitor m_ChangeMonitor
the file change monitor. -
m_ComboBoxArchiveHandlers
BaseComboBox m_ComboBoxArchiveHandlers
the combobox with the archive handlers (if more than one available). -
m_CurrentFiles
File[] m_CurrentFiles
the currently selected files. -
m_FileChooser
BaseFileChooser m_FileChooser
the file chooser for opening files. -
m_FileChooserNotes
NotesFileChooser m_FileChooserNotes
the file chooser for the notes. -
m_IgnoreArchiveHandlerChanges
boolean m_IgnoreArchiveHandlerChanges
whether to ignore selections of the archive handler combobox temporarily. -
m_ListArchiveFiles
SearchableBaseList m_ListArchiveFiles
the list with the archive files. -
m_ListLocalFiles
SearchableBaseList m_ListLocalFiles
the list with the local files. -
m_ListLocalFilesRenderer
ListCellRenderer m_ListLocalFilesRenderer
the renderer for the local files. -
m_LocalFilesActions
List<AbstractLocalFilesAction> m_LocalFilesActions
the actions for local files. -
m_MenuBar
JMenuBar m_MenuBar
the menu bar, if used. -
m_MenuFileLoadRecent
JMenu m_MenuFileLoadRecent
the "load recent" submenu. -
m_MenuItemCacheViews
JMenuItem m_MenuItemCacheViews
the "cache views" menu item. -
m_MenuItemClearNotesAll
JMenuItem m_MenuItemClearNotesAll
the "clear notes (global)" menu item. -
m_MenuItemClearNotesDir
JMenuItem m_MenuItemClearNotesDir
the "clear notes (current dir)" menu item. -
m_MenuItemSaveNotes
JMenuItem m_MenuItemSaveNotes
the "save notes" menu item. -
m_MenuItemShowHiddenFiles
JMenuItem m_MenuItemShowHiddenFiles
the "show hidden files" menu item. -
m_MenuItemShowTempFiles
JMenuItem m_MenuItemShowTempFiles
the "show temp files" menu item. -
m_MenuItemUseFixedHandler
JMenuItem m_MenuItemUseFixedHandler
the "use fixed handler" menu item. -
m_MenuItemViewNotes
JMenuItem m_MenuItemViewNotes
the "show notes" menu item. -
m_ModelArchiveFiles
DefaultListModel m_ModelArchiveFiles
the model for the archive files. -
m_ModelArchiveHandlers
DefaultComboBoxModel<String> m_ModelArchiveHandlers
the model of the combobox. -
m_ModelLocalFiles
DefaultListModel<String> m_ModelLocalFiles
the model for the local files. -
m_PaneBrowsing
BaseSplitPane m_PaneBrowsing
the panel for browsing. -
m_PanelArchiveFiles
BasePanel m_PanelArchiveFiles
the panel with the archive files. -
m_PanelArchiveFilesBottom
BasePanel m_PanelArchiveFilesBottom
the panel with the archive files (bottom). -
m_PanelArchiveHandlers
BasePanel m_PanelArchiveHandlers
the panel with the archive handlers. -
m_PanelContent
PreviewDisplay m_PanelContent
the panel for the content display. -
m_PanelDir
DirectoryChooserPanel m_PanelDir
for selecting the directory to browse. -
m_PanelLocalFiles
BasePanel m_PanelLocalFiles
the panel with the local files. -
m_RecentFilesHandler
RecentFilesHandler<JMenu> m_RecentFilesHandler
the recent files handler. -
m_SearchArchiveFiles
SearchPanel m_SearchArchiveFiles
the search panel for the archive files. -
m_SearchLocalFiles
SearchPanel m_SearchLocalFiles
the search panel for the local files. -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane in use. -
m_TitleGenerator
TitleGenerator m_TitleGenerator
for generating the title of the dialog/frame.
-
-
Class adams.gui.tools.PreviewBrowserPanel.LocalFilesListCellRenderer extends DefaultListCellRenderer implements Serializable
-
Serialized Fields
-
m_Owner
PreviewBrowserPanel m_Owner
the owner.
-
-
-
Class adams.gui.tools.PropertiesViewerPanel extends BasePanel implements Serializable
- serialVersionUID:
- -3421194728424946082L
-
Serialized Fields
-
m_ComboBoxKeys
BaseComboBox m_ComboBoxKeys
the combobox with the properties keys. -
m_CurrentFile
File m_CurrentFile
the current props file. -
m_FileChooser
BaseFileChooser m_FileChooser
the file chooser for loading external props files. -
m_MenuBar
JMenuBar m_MenuBar
the menu bar, if used. -
m_MenuItemClose
JMenuItem m_MenuItemClose
the "close" menu item. -
m_MenuItemOpen
JMenuItem m_MenuItemOpen
the "open" menu item. -
m_MenuItemSave
JMenuItem m_MenuItemSave
the "save" menu item. -
m_MenuLoadRecent
JMenu m_MenuLoadRecent
the "load recent" submenu. -
m_PanelSearch
SearchPanel m_PanelSearch
the search panel. -
m_RecentFilesHandler
RecentFilesHandler<JMenu> m_RecentFilesHandler
the recent files handler. -
m_Table
SortableAndSearchableTable m_Table
the table displaying the information. -
m_TableModel
PropertiesTableModel m_TableModel
the table model displaying the data.
-
-
Class adams.gui.tools.RunToolPanel extends AbstractRunToolPanel implements Serializable
- serialVersionUID:
- -2859158797113257026L
-
Class adams.gui.tools.SpreadSheetProcessorPanel extends BasePanel implements Serializable
- serialVersionUID:
- -8779070213062972306L
-
Serialized Fields
-
m_DataProcessor
SpreadSheet m_DataProcessor
the processed data. -
m_DataSource
SpreadSheet m_DataSource
the source data. -
m_FileChooserConfiguration
SerializationFileChooser m_FileChooserConfiguration
filechooser for load/save configurations. -
m_GeneratedFlows
List<Actor> m_GeneratedFlows
the generated flows (eg charts). -
m_MenuBar
JMenuBar m_MenuBar
the menu bar, if used. -
m_PanelProcessor
SpreadSheetProcessorPanel.WidgetPanel m_PanelProcessor
the widget panel for the processor. -
m_PanelSource
SpreadSheetProcessorPanel.WidgetPanel m_PanelSource
the widget panel for the source. -
m_PanelTarget
SpreadSheetProcessorPanel.WidgetPanel m_PanelTarget
the widget panel for the target. -
m_SplitPanelCenter
BaseSplitPane m_SplitPanelCenter
the center split pane. -
m_SplitPanelLeft
BaseSplitPane m_SplitPanelLeft
the left split pane. -
m_SplitPanelRight
BaseSplitPane m_SplitPanelRight
the right split pane. -
m_SplitPanelVert1
BaseSplitPane m_SplitPanelVert1
the 1st vertical split pane. -
m_SplitPanelVert2
BaseSplitPane m_SplitPanelVert2
the 2nd vertical split pane. -
m_StatusBar
BaseStatusBar m_StatusBar
the status bar. -
m_TableModelProcessor
SpreadSheetTableModel m_TableModelProcessor
the spreadsheet model. -
m_TableModelSource
SpreadSheetTableModel m_TableModelSource
the spreadsheet model. -
m_TableProcessor
SpreadSheetTableWithSearch m_TableProcessor
the table for displaying the processed spreadsheet. -
m_TableSource
SpreadSheetTableWithSearch m_TableSource
the table for displaying the spreadsheet.
-
-
Class adams.gui.tools.SpreadSheetProcessorPanel.WidgetPanel extends BasePanel implements Serializable
- serialVersionUID:
- -2509485998585342076L
-
Serialized Fields
-
m_ComboBoxWidgets
BaseComboBox<AbstractWidget> m_ComboBoxWidgets
the combobox with the widgets. -
m_CurrentWidget
AbstractWidget m_CurrentWidget
the current widget. -
m_DefaultWidget
AbstractWidget m_DefaultWidget
the default widget. -
m_Label
String m_Label
the label to use. -
m_Owner
SpreadSheetProcessorPanel m_Owner
the owner. -
m_PanelWidget
BasePanel m_PanelWidget
the panel for the widget. -
m_WidgetClass
Class m_WidgetClass
the widget class. -
m_Widgets
List<AbstractWidget> m_Widgets
the available widgets.
-
-
Class adams.gui.tools.SpreadSheetViewerPanel extends ToolBarPanel implements Serializable
- serialVersionUID:
- -7759194648757624838L
-
Serialized Fields
-
m_ActionDataChart
SpreadSheetViewerAction m_ActionDataChart
the "Chart" menu item. -
m_ActionDataComputeDifference
SpreadSheetViewerAction m_ActionDataComputeDifference
the "compute difference" menu item. -
m_ActionDataConvert
SpreadSheetViewerAction m_ActionDataConvert
the "Convert" menu item. -
m_ActionDataFilterColumns
SpreadSheetViewerAction m_ActionDataFilterColumns
the "filter columns" menu item. -
m_ActionDataFilterRows
SpreadSheetViewerAction m_ActionDataFilterRows
the "filter rows" menu item. -
m_ActionDataSort
SpreadSheetViewerAction m_ActionDataSort
the "Sort" menu item. -
m_ActionDataTransform
SpreadSheetViewerAction m_ActionDataTransform
the "Transform" menu item. -
m_ActionEditClearClipboard
SpreadSheetViewerAction m_ActionEditClearClipboard
the "clear clipboard" menu item. -
m_ActionEditPasteFromClipboard
SpreadSheetViewerAction m_ActionEditPasteFromClipboard
the "paste from clipboard" menu item. -
m_ActionFileClosePage
SpreadSheetViewerAction m_ActionFileClosePage
the "close" menu item. -
m_ActionFileExit
SpreadSheetViewerAction m_ActionFileExit
the "exit" menu item. -
m_ActionFileGarbageCollectionOnClose
SpreadSheetViewerAction m_ActionFileGarbageCollectionOnClose
the "use GC" menu item. -
m_ActionFileOpen
SpreadSheetViewerAction m_ActionFileOpen
the "open" menu item. -
m_ActionFileSave
SpreadSheetViewerAction m_ActionFileSave
the "save" menu item. -
m_ActionFileSaveAs
SpreadSheetViewerAction m_ActionFileSaveAs
the "save as" menu item. -
m_ActionHelpFormulas
SpreadSheetViewerAction m_ActionHelpFormulas
the "formulas" help menu item. -
m_Actions
List<SpreadSheetViewerAction> m_Actions
menu items. -
m_ActionViewApplyToAll
SpreadSheetViewerAction m_ActionViewApplyToAll
the "apply to all" menu item. -
m_ActionViewCellRenderingCustomizer
SpreadSheetViewerAction m_ActionViewCellRenderingCustomizer
the "rendering" menu item. -
m_ActionViewDisplayedDecimals
SpreadSheetViewerAction m_ActionViewDisplayedDecimals
the "displayed decimals" menu item. -
m_ActionViewOptimalColumnWidth
SpreadSheetViewerAction m_ActionViewOptimalColumnWidth
the "optimal column widths" menu item. -
m_ActionViewSetColumnWidth
SpreadSheetViewerAction m_ActionViewSetColumnWidth
the "set column widths" menu item. -
m_ActionViewShowCellTypes
SpreadSheetViewerAction m_ActionViewShowCellTypes
the "show cell types" menu item. -
m_ActionViewShowFormulas
SpreadSheetViewerAction m_ActionViewShowFormulas
the "show formulas" menu item. -
m_ApplyToAll
boolean m_ApplyToAll
whether to apply settings to all tabs or just current one. -
m_DataPlugins
List<AbstractDataPlugin> m_DataPlugins
the data plugins. -
m_FileChooser
SpreadSheetFileChooser m_FileChooser
the filedialog for loading CSV files. -
m_MenuBar
JMenuBar m_MenuBar
the menu bar, if used. -
m_MenuFileOpenRecent
JMenu m_MenuFileOpenRecent
the "load recent" submenu. -
m_MenuItemDataPlugins
List<JMenuItem> m_MenuItemDataPlugins
the data plugin menu items. -
m_MenuItemHelpQuery
SpreadSheetViewerAction m_MenuItemHelpQuery
the "query" help menu item. -
m_MenuItemViewPlugins
List<JMenuItem> m_MenuItemViewPlugins
the view plugin menu items. -
m_MultiPagePane
MultiPagePane m_MultiPagePane
the multi-page pane for displaying the spreadsheets. -
m_RecentFilesHandler
RecentFilesHandlerWithCommandline<JMenu> m_RecentFilesHandler
the recent files handler. -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane. -
m_ViewerTabs
ViewerTabManager m_ViewerTabs
the viewer tabs. -
m_ViewPlugins
List<AbstractViewPlugin> m_ViewPlugins
the view plugins.
-
-
Class adams.gui.tools.SqlWorkbenchPanel extends BasePanel implements Serializable
- serialVersionUID:
- -441129668621939313L
-
Serialized Fields
-
m_MenuBar
JMenuBar m_MenuBar
the menubar. -
m_MenuItemClose
JMenuItem m_MenuItemClose
the "close" menu item. -
m_MenuItemCloseAllQueries
JMenuItem m_MenuItemCloseAllQueries
the "close all queries" menu item. -
m_MenuItemCloseQuery
JMenuItem m_MenuItemCloseQuery
the "close query" menu item. -
m_MenuItemNewMetaData
JMenuItem m_MenuItemNewMetaData
the "new meta-data" menu item. -
m_MenuItemNewQuery
JMenuItem m_MenuItemNewQuery
the "new query" menu item. -
m_MetaDataCounter
int m_MetaDataCounter
the MetaData counter. -
m_MultiPagePane
MultiPagePane m_MultiPagePane
the multi-page pane. -
m_SQLCounter
int m_SQLCounter
the SQL counter.
-
-
Class adams.gui.tools.SSHPanel extends BasePanel implements Serializable
- serialVersionUID:
- 6647177121906710884L
-
Serialized Fields
-
m_AttributeSetCmd
SimpleAttributeSet m_AttributeSetCmd
the attributeset for commands. -
m_AttributeSetError
SimpleAttributeSet m_AttributeSetError
the attributeset for errors. -
m_AttributeSetRemote
SimpleAttributeSet m_AttributeSetRemote
the attributeset for remote output. -
m_AuthenticationPanels
HashMap<SSHAuthenticationType,JPanel> m_AuthenticationPanels
the authentication panels. -
m_ButtonClear
BaseButton m_ButtonClear
the button for clearing the output. -
m_ButtonCommand
BaseButton m_ButtonCommand
the button for executing the command. -
m_ButtonConnection
BaseButton m_ButtonConnection
for connecting/disconnecting. -
m_ButtonCopy
BaseButton m_ButtonCopy
the button for copying the selected output. -
m_Channel
com.jcraft.jsch.Channel m_Channel
the channel. -
m_ComboBoxAuthenticationType
BaseComboBox<SSHAuthenticationType> m_ComboBoxAuthenticationType
the combobox for the authentication type. -
m_CommandHistory
List<String> m_CommandHistory
the command history. -
m_CommandIndex
int m_CommandIndex
the current command index. -
m_FileChooserPanelKey
FileChooserPanel m_FileChooserPanelKey
the file panel for the key. -
m_FileChooserPanelKnownHosts
FileChooserPanel m_FileChooserPanelKnownHosts
the file panel for the known hosts. -
m_Logger
Logger m_Logger
the logger in use. -
m_PanelAuthentication
JPanel m_PanelAuthentication
the authentication panel. -
m_PortModel
SpinnerNumberModel m_PortModel
the model of the spinner. -
m_Session
com.jcraft.jsch.Session m_Session
the ssh session. -
m_SpinnerPort
JSpinner m_SpinnerPort
the port. -
m_TextCommand
BaseTextField m_TextCommand
the text field for the command to issue. -
m_TextKeyPassphrase
BasePasswordFieldWithButton m_TextKeyPassphrase
the text field for the private key passphrase. -
m_TextOutput
BaseTextPaneWithButtons m_TextOutput
text area for the output. -
m_TextPassword
BasePasswordFieldWithButton m_TextPassword
the text field for the password. -
m_TextRemote
BaseTextField m_TextRemote
the remote server. -
m_TextUser
BaseTextField m_TextUser
the text field for the user.
-
-
Class adams.gui.tools.SystemInfoPanel extends BasePanel implements Serializable
- serialVersionUID:
- 5962605234258828474L
-
Serialized Fields
-
m_FileChooser
BaseFileChooser m_FileChooser
the file chooser for saving the system info data. -
m_MenuBar
JMenuBar m_MenuBar
the menu bar. -
m_MenuItemEditCopy
JMenuItem m_MenuItemEditCopy
the copy menu item. -
m_MenuItemEditSelectAll
JMenuItem m_MenuItemEditSelectAll
the select all menu item. -
m_MenuItemFileSaveAs
JMenuItem m_MenuItemFileSaveAs
the save as menu item. -
m_PanelSearch
SearchPanel m_PanelSearch
the search panel. -
m_SystemInfo
SystemInfo m_SystemInfo
the hashtable containing the information. -
m_Table
SortableAndSearchableTable m_Table
the table displaying the information. -
m_TableModel
MapTableModel m_TableModel
the table model displaying the data.
-
-
Class adams.gui.tools.VariableManagementPanel extends BasePanel implements Serializable
- serialVersionUID:
- 8289824326163269560L
-
Serialized Fields
-
m_ButtonCopyName
BaseButton m_ButtonCopyName
the button for copying the variable name. -
m_ButtonCopyValue
BaseButton m_ButtonCopyValue
the button for copying the variable value. -
m_ButtonShowValue
BaseButton m_ButtonShowValue
the button for showing the variable value. -
m_CheckBoxUserOnlyVars
BaseCheckBox m_CheckBoxUserOnlyVars
whether to show only user variables. -
m_FileChooser
BaseFileChooser m_FileChooser
the filechooser for choosing directories. -
m_Model
VariableManagementPanel.VariableTableModel m_Model
the underlying table model. -
m_PanelSearch
SearchPanel m_PanelSearch
for searching the variables. -
m_Table
SortableAndSearchableTableWithButtons m_Table
the table holding the variables.
-
-
Class adams.gui.tools.VariableManagementPanel.VariableTableModel extends AbstractBaseTableModel implements Serializable
- serialVersionUID:
- 1842691685087532235L
-
Serialized Fields
-
m_DisplayUserOnly
boolean m_DisplayUserOnly
whether to display user-only vars. -
m_Names
List<String> m_Names
the sorted list of var names. -
m_NamesUserOnly
List<String> m_NamesUserOnly
the sorted list of user-only var names. -
m_ProgrammaticVars
Set<String> m_ProgrammaticVars
programmatic variables. -
m_Values
Map<String,String> m_Values
the name - actual value relation. -
m_Variables
Variables m_Variables
the underlying variables instance.
-
-
Class adams.gui.tools.WekaOptionsConversionPanel extends BasePanel implements Serializable
- serialVersionUID:
- -5846361688841154052L
-
Serialized Fields
-
m_ButtonCodeOutputCopy
BaseButton m_ButtonCodeOutputCopy
the button for copying the code output. -
m_ButtonCodeOutputPaste
BaseButton m_ButtonCodeOutputPaste
the button for pasting the code output. -
m_ButtonConvert
BaseButton m_ButtonConvert
the button initiating the conversion. -
m_ButtonInputCopy
BaseButton m_ButtonInputCopy
the button for copying the input. -
m_ButtonInputPaste
BaseButton m_ButtonInputPaste
the button for pasting the input. -
m_TextAreaCodeOutput
BaseTextAreaWithButtons m_TextAreaCodeOutput
the text area for the output. -
m_TextAreaInput
BaseTextAreaWithButtons m_TextAreaInput
the text area for the input.
-
-
Class adams.gui.tools.XSLTPanel extends BasePanel implements Serializable
- serialVersionUID:
- -5677998941035693457L
-
Serialized Fields
-
m_ButtonApply
BaseButton m_ButtonApply
the Apply button. -
m_MenuBar
JMenuBar m_MenuBar
the menu bar. -
m_MenuItemExpandEntityReferences
JCheckBoxMenuItem m_MenuItemExpandEntityReferences
the menu item for expanding entity references. -
m_MenuItemIgnoreComments
JCheckBoxMenuItem m_MenuItemIgnoreComments
the menu item for ignoring comments. -
m_MenuItemIgnoreWhitespaces
JCheckBoxMenuItem m_MenuItemIgnoreWhitespaces
the menu item for ignoring whitespaces. -
m_MenuItemNamespaceAware
JCheckBoxMenuItem m_MenuItemNamespaceAware
the menu item for namespace aware. -
m_MenuItemValidating
JCheckBoxMenuItem m_MenuItemValidating
the menu item for validating. -
m_MenuItemXInludeAware
JCheckBoxMenuItem m_MenuItemXInludeAware
the menu item for XInclude aware. -
m_PanelButtons
JPanel m_PanelButtons
the buttons panel. -
m_PanelOutput
XSLTPanel.SubPanel m_PanelOutput
the output panel. -
m_PanelXML
XSLTPanel.SubPanel m_PanelXML
the XML panel. -
m_PanelXSL
XSLTPanel.SubPanel m_PanelXSL
the XSL panel. -
m_SplitPane1
BaseSplitPane m_SplitPane1
the first split pane. -
m_SplitPane2
BaseSplitPane m_SplitPane2
the second split pane.
-
-
Class adams.gui.tools.XSLTPanel.SubPanel extends BasePanel implements Serializable
- serialVersionUID:
- 3836566100162935753L
-
Serialized Fields
-
m_ButtonClear
BaseButton m_ButtonClear
the button for clearing the text. -
m_ButtonCopy
BaseButton m_ButtonCopy
the button for copy. -
m_ButtonOpen
BaseButton m_ButtonOpen
the button for loading a file. -
m_ButtonPaste
BaseButton m_ButtonPaste
the button for paste. -
m_ButtonSave
BaseButton m_ButtonSave
the button for saving to a file. -
m_FileChooser
BaseFileChooser m_FileChooser
the file chooser. -
m_PanelButtons
JPanel m_PanelButtons
the panel with the buttons. -
m_PanelText
TextPanel m_PanelText
the panel for the text.
-
-
-
Package adams.gui.tools.filecommander
-
Class adams.gui.tools.filecommander.AbstractFileCommanderAction extends AbstractBaseAction implements Serializable
- serialVersionUID:
- -3555111594280198534L
-
Serialized Fields
-
m_Owner
FileCommanderPanel m_Owner
the owner.
-
-
Class adams.gui.tools.filecommander.Actions extends AbstractFileCommanderAction implements Serializable
- serialVersionUID:
- 3534921592926517557L
-
Class adams.gui.tools.filecommander.Bzip2 extends AbstractFileCommanderAction implements Serializable
- serialVersionUID:
- -8374323161691034031L
-
Class adams.gui.tools.filecommander.FileCommanderDirectoryPanel extends BasePanel implements Serializable
- serialVersionUID:
- 8639721023952554657L
-
Serialized Fields
-
m_ChooserChangeListeners
Set<ChangeListener> m_ChooserChangeListeners
the chooser change listeners. -
m_Choosers
BaseComboBox<AbstractChooserPanelWithIOSupport> m_Choosers
the combobox with the available directory chooser panels. -
m_Dir
AbstractChooserPanelWithIOSupport m_Dir
the left dir panel. -
m_DirChangeListener
ChangeListener m_DirChangeListener
the change listener for the left dir. -
m_Files
FilePanel m_Files
the left side. -
m_IgnoreChanges
boolean m_IgnoreChanges
whether to ignore changes. -
m_Owner
FileCommanderPanel m_Owner
the owner. -
m_PanelChooser
JPanel m_PanelChooser
the panel for the combox of choosers and current chooser.
-
-
Class adams.gui.tools.filecommander.Gzip extends AbstractFileCommanderAction implements Serializable
- serialVersionUID:
- -8374323161691034031L
-
Class adams.gui.tools.filecommander.Lzf extends AbstractFileCommanderAction implements Serializable
- serialVersionUID:
- -8374323161691034031L
-
Class adams.gui.tools.filecommander.Lzma extends AbstractFileCommanderAction implements Serializable
- serialVersionUID:
- -8374323161691034031L
-
Class adams.gui.tools.filecommander.Tar extends AbstractFileCommanderAction implements Serializable
- serialVersionUID:
- -8374323161691034031L
-
Class adams.gui.tools.filecommander.Xz extends AbstractFileCommanderAction implements Serializable
- serialVersionUID:
- -8374323161691034031L
-
Class adams.gui.tools.filecommander.Zip extends AbstractFileCommanderAction implements Serializable
- serialVersionUID:
- -8374323161691034031L
-
Class adams.gui.tools.filecommander.Zstd extends AbstractFileCommanderAction implements Serializable
- serialVersionUID:
- -8374323161691034031L
-
-
Package adams.gui.tools.findinfiles
-
Class adams.gui.tools.findinfiles.AbstractFindInFilesAction extends AbstractBaseAction implements Serializable
- serialVersionUID:
- -3674130494680943522L
-
Serialized Fields
-
m_Owner
FindInFilesPanel m_Owner
the owner.
-
-
Class adams.gui.tools.findinfiles.CopyDir extends AbstractFindInFilesAction implements Serializable
- serialVersionUID:
- 2602074439493570865L
-
Class adams.gui.tools.findinfiles.CopyFullPath extends AbstractFindInFilesAction implements Serializable
- serialVersionUID:
- 2602074439493570865L
-
Class adams.gui.tools.findinfiles.CopyName extends AbstractFindInFilesAction implements Serializable
- serialVersionUID:
- 2602074439493570865L
-
Class adams.gui.tools.findinfiles.CopyTo extends AbstractFindInFilesAction implements Serializable
- serialVersionUID:
- 2602074439493570865L
-
Serialized Fields
-
m_DirChooser
FileChooser m_DirChooser
the directory chooser to use.
-
-
Class adams.gui.tools.findinfiles.MoveTo extends AbstractFindInFilesAction implements Serializable
- serialVersionUID:
- 2602074439493570865L
-
Serialized Fields
-
m_DirChooser
FileChooser m_DirChooser
the directory chooser to use.
-
-
Class adams.gui.tools.findinfiles.View extends AbstractFindInFilesAction implements Serializable
- serialVersionUID:
- 2602074439493570865L
-
-
Package adams.gui.tools.previewbrowser
-
Class adams.gui.tools.previewbrowser.AbstractArchiveHandler extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 3774402480647722078L
-
Serialized Fields
-
m_Archive
PlaceholderFile m_Archive
the archive to extract the files from.
-
-
Class adams.gui.tools.previewbrowser.AbstractContentHandler extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 2722977281064051787L
-
Class adams.gui.tools.previewbrowser.AbstractObjectContentHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -3198323865188366884L
-
Class adams.gui.tools.previewbrowser.AbstractReportHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -3800895640927273805L
-
Class adams.gui.tools.previewbrowser.AbstractSerializedObjectViewer extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 2722977281064051787L
-
Class adams.gui.tools.previewbrowser.AbstractSpreadSheetHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- 460332838835780629L
-
Serialized Fields
-
m_CellRenderingCustomizer
CellRenderingCustomizer m_CellRenderingCustomizer
for customizing the cell rendering.
-
-
Class adams.gui.tools.previewbrowser.ActualVsPredictedHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -5721119391424306170L
-
Serialized Fields
-
m_Actual
SpreadSheetColumnIndex m_Actual
the column with the actual values. -
m_Additional
SpreadSheetColumnRange m_Additional
the additional columns in the spreadsheet to add to the plot containers. -
m_Error
SpreadSheetColumnIndex m_Error
the column with the error values (optional). -
m_Predicted
SpreadSheetColumnIndex m_Predicted
the column with the predicted values. -
m_SwapAxes
boolean m_SwapAxes
whether to swap the axes.
-
-
Class adams.gui.tools.previewbrowser.AnnotateImage extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -3962259305718630395L
-
Serialized Fields
-
m_AlternativeFileSuffix
String m_AlternativeFileSuffix
the alternative file suffix to use. -
m_Labels
BaseString[] m_Labels
the labels. -
m_Overlay
ImageOverlay m_Overlay
the overlay to use for highlighting the objects. -
m_Prefix
String m_Prefix
the prefix to use in the report. -
m_Reader
AbstractReportReader m_Reader
the reader to use. -
m_SelectionProcessor
SelectionProcessor m_SelectionProcessor
the selection processor to apply. -
m_SelectionShapePainter
SelectionShapePainter m_SelectionShapePainter
the painter for the selection shape. -
m_Suffix
String m_Suffix
the suffix to use for the labels. -
m_Writer
AbstractReportWriter m_Writer
the report writer for updating the file. -
m_Zoom
double m_Zoom
the zoom level.
-
-
Class adams.gui.tools.previewbrowser.AnnotateImage.CombinedPanel extends BasePanel implements Serializable
- serialVersionUID:
- -5987843428926585139L
-
Serialized Fields
-
m_ButtonSave
JButton m_ButtonSave
the save button. -
m_CurrentFile
File m_CurrentFile
the current file. -
m_PanelAnnotator
ImageAnnotator.AnnotatorPanel m_PanelAnnotator
for annotating the image. -
m_PanelButtons
JPanel m_PanelButtons
the panel for the buttons.
-
-
Class adams.gui.tools.previewbrowser.AnnotationsAndPredictionsFromReport extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -3962259305718630395L
-
Serialized Fields
-
m_LabelFont
Font m_LabelFont
the label font. -
m_LabelFormat
String m_LabelFormat
the label for the rectangles. -
m_Prefix
String m_Prefix
the prefix for the objects in the report. -
m_TypeRegExp
BaseRegExp m_TypeRegExp
the regular expression for the types to draw. -
m_TypeSuffix
String m_TypeSuffix
the suffix for the type.
-
-
Class adams.gui.tools.previewbrowser.ApacheCommonsImageHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -3962259305718630395L
-
Class adams.gui.tools.previewbrowser.ApacheCommonsImageMetaDataHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -3962259305718630395L
-
Class adams.gui.tools.previewbrowser.BlueChannelImageHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -3962259305718630395L
-
Serialized Fields
-
m_ColorProvider
ColorProvider m_ColorProvider
the color provider for generating the colors. -
m_Reader
ImageReader m_Reader
the image reader to use.
-
-
Class adams.gui.tools.previewbrowser.BoofCVImageHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -3962259305718630395L
-
Class adams.gui.tools.previewbrowser.CocoAnnotationsHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -3962259305718630395L
-
Serialized Fields
-
m_AlternativeLocation
PlaceholderDirectory m_AlternativeLocation
the alternative location. -
m_Color
Color m_Color
the color for the objects. -
m_Finder
ObjectFinder m_Finder
the object finder to use. -
m_LabelFont
Font m_LabelFont
the label font. -
m_LabelFormat
String m_LabelFormat
the label for the rectangles. -
m_TypeColorProvider
ColorProvider m_TypeColorProvider
the color provider to use. -
m_TypeRegExp
BaseRegExp m_TypeRegExp
the regular expression for the types to draw. -
m_UseAlternativeLocation
boolean m_UseAlternativeLocation
whether to use an alternative location for the reports. -
m_UseColorsPerType
boolean m_UseColorsPerType
whether to use colors per type.
-
-
Class adams.gui.tools.previewbrowser.CocoAnnotationsHandler.CombinedPanel extends BasePanel implements Serializable
- serialVersionUID:
- 236378741683380463L
-
Serialized Fields
-
m_CheckBoxAlternative
BaseCheckBox m_CheckBoxAlternative
whether to use an alternative location for reports. -
m_ChooserAlternative
DirectoryChooserPanel m_ChooserAlternative
the alternative location. -
m_FileMonitors
Map<String,FileChangeMonitor> m_FileMonitors
the file monitors (json file -> monitor). -
m_PanelImage
ImagePanel m_PanelImage
the image panel. -
m_Reports
Map<String,Report> m_Reports
the reports (image -> report).
-
-
Class adams.gui.tools.previewbrowser.ColorDistributionHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -3962259305718630395L
-
Serialized Fields
-
m_Reader
ImageReader m_Reader
the image reader to use.
-
-
Class adams.gui.tools.previewbrowser.ConfusionMatrixHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -5721119391424306170L
-
Class adams.gui.tools.previewbrowser.ConsoleOutputHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -3742792431184171044L
-
Class adams.gui.tools.previewbrowser.ContentHandlerFavorites extends LoggingObject implements Serializable
- serialVersionUID:
- 3953765628612115247L
-
Serialized Fields
-
m_AutoSave
boolean m_AutoSave
whether to save the properties whenever a change happened. -
m_Favorites
List<ContentHandlerFavorites.ContentHandlerFavorite> m_Favorites
the favorites. -
m_Modified
boolean m_Modified
whether the favorites were modified.
-
-
Class adams.gui.tools.previewbrowser.ContentHandlerFavorites.ContentHandlerFavorite extends LoggingObject implements Serializable
- serialVersionUID:
- -7917753097321799489L
-
Class adams.gui.tools.previewbrowser.CreatingPreviewPanel extends PreviewPanel implements Serializable
- serialVersionUID:
- -5340044488976755902L
-
Class adams.gui.tools.previewbrowser.CsvSpreadSheetHandler extends AbstractSpreadSheetHandler implements Serializable
- serialVersionUID:
- -3962259305718630395L
-
Class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -3962259305718630395L
-
Serialized Fields
-
m_AlternativeLocation
PlaceholderDirectory m_AlternativeLocation
the alternative location. -
m_Color
Color m_Color
the color for the objects. -
m_Diameter
int m_Diameter
the diameter of the circle. -
m_Finder
ObjectFinder m_Finder
the object finder to use. -
m_LabelAnchor
ImageAnchor m_LabelAnchor
the label anchor. -
m_LabelFont
Font m_LabelFont
the label font. -
m_LabelFormat
String m_LabelFormat
the label for the points. -
m_LabelOffsetX
int m_LabelOffsetX
the x offset for the label. -
m_LabelOffsetY
int m_LabelOffsetY
the y offset for the label. -
m_PredefinedLabels
BaseString[] m_PredefinedLabels
the predefined labels. -
m_Prefix
String m_Prefix
the prefix for the objects in the report. -
m_ShowPointPanel
boolean m_ShowPointPanel
whether to show the located object panel. -
m_TypeColorProvider
ColorProvider m_TypeColorProvider
the color provider to use. -
m_TypeRegExp
BaseRegExp m_TypeRegExp
the regular expression for the types to draw. -
m_TypeSuffix
String m_TypeSuffix
the suffix for the type. -
m_UseAlternativeLocation
boolean m_UseAlternativeLocation
whether to use an alternative location for the reports. -
m_UseColorsPerType
boolean m_UseColorsPerType
whether to use colors per type.
-
-
Class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler.CombinedPanel extends BasePanel implements Serializable
- serialVersionUID:
- 236378741683380463L
-
Serialized Fields
-
m_CheckBoxAlternative
BaseCheckBox m_CheckBoxAlternative
whether to use an alternative location for reports. -
m_ChooserAlternative
FileChooserPanel m_ChooserAlternative
the alternative location. -
m_PanelImage
ImagePanel m_PanelImage
the image panel.
-
-
Class adams.gui.tools.previewbrowser.DefaultSerializedObjectViewer extends AbstractSerializedObjectViewer implements Serializable
- serialVersionUID:
- 491669321468347478L
-
Class adams.gui.tools.previewbrowser.DetectronAnnotationsHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -1671414346233382229L
-
Serialized Fields
-
m_Color
Color m_Color
the color for the objects. -
m_LabelFont
Font m_LabelFont
the label font. -
m_LabelFormat
String m_LabelFormat
the label for the rectangles. -
m_Prefix
String m_Prefix
the prefix for the objects in the report. -
m_TypeColorProvider
ColorProvider m_TypeColorProvider
the color provider to use. -
m_TypeRegExp
BaseRegExp m_TypeRegExp
the regular expression for the types to draw. -
m_TypeSuffix
String m_TypeSuffix
the suffix for the type. -
m_UseColorsPerType
boolean m_UseColorsPerType
whether to use colors per type.
-
-
Class adams.gui.tools.previewbrowser.ExcelSpreadSheetHandler extends AbstractSpreadSheetHandler implements Serializable
- serialVersionUID:
- -3962259305718630395L
-
Class adams.gui.tools.previewbrowser.FailedToCreatePreviewPanel extends MessagePanel implements Serializable
- serialVersionUID:
- 2312946141347890073L
-
Class adams.gui.tools.previewbrowser.FileInfoHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- 8930638838922218410L
-
Class adams.gui.tools.previewbrowser.FlowHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- 4859255638148506547L
-
Class adams.gui.tools.previewbrowser.FromFileHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- 4859255638148506547L
-
Serialized Fields
-
m_Configuration
PlaceholderFile m_Configuration
the file with the configuration.
-
-
Class adams.gui.tools.previewbrowser.GraphSource extends AbstractSerializedObjectViewer implements Serializable
- serialVersionUID:
- -262735238228366027L
-
Class adams.gui.tools.previewbrowser.GraphVisualizer extends AbstractSerializedObjectViewer implements Serializable
- serialVersionUID:
- -262735238228366027L
-
Class adams.gui.tools.previewbrowser.GrayOrIndexedImageHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -3962259305718630395L
-
Serialized Fields
-
m_ColorProvider
ColorProvider m_ColorProvider
the color provider for generating the colors. -
m_Reader
ImageReader m_Reader
the image reader to use.
-
-
Class adams.gui.tools.previewbrowser.GroovyHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -5025612089494768161L
-
Class adams.gui.tools.previewbrowser.HexaDecimalHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- 6961566580558582551L
-
Class adams.gui.tools.previewbrowser.ImageClassificationHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -6655562227841341465L
-
Serialized Fields
-
m_Color
Color m_Color
the color of the text. -
m_FieldLabel
Field m_FieldLabel
the report field to get the label from. -
m_FieldScore
Field m_FieldScore
the report file to get the score from. -
m_FileSuffix
String m_FileSuffix
the file suffix to force (incl extension). -
m_Font
Font m_Font
the label font. -
m_Format
String m_Format
the label for the label. -
m_ImageReader
ImageReader m_ImageReader
the image reader to use. -
m_OffsetX
int m_OffsetX
the x offset for the label. -
m_OffsetY
int m_OffsetY
the y offset for the label. -
m_Reader
AbstractReportReader m_Reader
the reader to use.
-
-
Class adams.gui.tools.previewbrowser.ImageHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -3962259305718630395L
-
Serialized Fields
-
m_ImageReader
ImageReader m_ImageReader
the image reader to use.
-
-
Class adams.gui.tools.previewbrowser.ImageMetaDataExtractorHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -3962259305718630395L
-
Class adams.gui.tools.previewbrowser.ImageSegmentationAnnotationsHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- 3014911887476525380L
-
Serialized Fields
-
m_Alpha
float m_Alpha
the alpha value (0=transparent, 1=opaque). -
m_BestFit
boolean m_BestFit
whether to use best fit. -
m_ColorProvider
ColorProvider m_ColorProvider
the color provider to use. -
m_DisplayedLabels
BaseString[] m_DisplayedLabels
displayed labels. -
m_Reader
ImageSegmentationAnnotationReader m_Reader
the annotation reader to use. -
m_UseSeparateLayers
boolean m_UseSeparateLayers
whether to use separate layers. -
m_Zoom
double m_Zoom
the zoom level.
-
-
Class adams.gui.tools.previewbrowser.IndexedPNGImageHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -3962259305718630395L
-
Serialized Fields
-
m_ColorProvider
ColorProvider m_ColorProvider
the color provider for generating the colors.
-
-
Class adams.gui.tools.previewbrowser.InstanceExplorerHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -1029811668794627962L
-
Class adams.gui.tools.previewbrowser.InterQuartileRangeViewer extends AbstractSerializedObjectViewer implements Serializable
- serialVersionUID:
- 1805163535974387818L
-
Class adams.gui.tools.previewbrowser.JsonPrettyPrintHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -5643331918040646266L
-
Class adams.gui.tools.previewbrowser.JsonTreeViewHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -5643331918040646266L
-
Class adams.gui.tools.previewbrowser.MessagePanel extends BasePanel implements Serializable
- serialVersionUID:
- -842675700403438848L
-
Serialized Fields
-
m_LabelMessage
JLabel m_LabelMessage
the label for displaying the message.
-
-
Class adams.gui.tools.previewbrowser.NoDataToPreviewPanel extends MessagePanel implements Serializable
- serialVersionUID:
- 2312946141347890073L
-
Class adams.gui.tools.previewbrowser.NoPreviewAvailablePanel extends PreviewPanel implements Serializable
- serialVersionUID:
- 5863705257041774410L
-
Class adams.gui.tools.previewbrowser.ObjectAnnotationsHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -6655562227841341465L
-
Serialized Fields
-
m_Cleaners
AnnotationCleaner[] m_Cleaners
the cleaners to use. -
m_FileSuffix
String m_FileSuffix
the file suffix to force (incl extension). -
m_ImageReader
ImageReader m_ImageReader
the image reader to use. -
m_LabelColors
AnnotationColors[] m_LabelColors
the colorizers for the labels. -
m_LabelPlotters
LabelPlotter[] m_LabelPlotters
the label plotters. -
m_OutlineColors
AnnotationColors[] m_OutlineColors
the colorizers for the outline. -
m_OutlinePlotters
OutlinePlotter[] m_OutlinePlotters
the outline plotters. -
m_Prefix
String m_Prefix
the prefix to use. -
m_Reader
AbstractReportReader m_Reader
the reader to use. -
m_ShapeColors
AnnotationColors[] m_ShapeColors
the colorizers for the shape. -
m_ShapePlotters
ShapePlotter[] m_ShapePlotters
the shape plotters. -
m_ShowObjectPanel
boolean m_ShowObjectPanel
whether to show the located object panel.
-
-
Class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler extends AbstractObjectContentHandler implements Serializable
- serialVersionUID:
- -6655562227841341465L
-
Serialized Fields
-
m_Cleaners
AnnotationCleaner[] m_Cleaners
the cleaners to use. -
m_ImageBackground
Color m_ImageBackground
the background color to use. -
m_ImageHeight
int m_ImageHeight
the image height to use. -
m_ImageWidth
int m_ImageWidth
the image width to use. -
m_LabelColors
AnnotationColors[] m_LabelColors
the colorizers for the labels. -
m_LabelPlotters
LabelPlotter[] m_LabelPlotters
the label plotters. -
m_OutlineColors
AnnotationColors[] m_OutlineColors
the colorizers for the outline. -
m_OutlinePlotters
OutlinePlotter[] m_OutlinePlotters
the outline plotters. -
m_Prefix
String m_Prefix
the prefix to use. -
m_Reader
AbstractReportReader m_Reader
the reader to use. -
m_ShapeColors
AnnotationColors[] m_ShapeColors
the colorizers for the shape. -
m_ShapePlotters
ShapePlotter[] m_ShapePlotters
the shape plotters. -
m_ShowObjectPanel
boolean m_ShowObjectPanel
whether to show the located object panel.
-
-
Class adams.gui.tools.previewbrowser.ObjectCentersFromReport extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -3962259305718630395L
-
Serialized Fields
-
m_AlternativeFileSuffix
String m_AlternativeFileSuffix
the alternative file suffix to use. -
m_AlternativeLocation
PlaceholderDirectory m_AlternativeLocation
the alternative location. -
m_Color
Color m_Color
the color for the objects. -
m_Diameter
double m_Diameter
the diameter of the circle. -
m_Finder
ObjectFinder m_Finder
the object finder to use. -
m_ImageReader
ImageReader m_ImageReader
the image reader to use. -
m_LabelFont
Font m_LabelFont
the label font. -
m_LabelFormat
String m_LabelFormat
the label for the rectangles. -
m_Prefix
String m_Prefix
the prefix for the objects in the report. -
m_Reader
AbstractReportReader m_Reader
the report reader to use. -
m_ShapeColorProvider
ColorProvider m_ShapeColorProvider
the color provider to use when varying the shape colors. -
m_ShowObjectPanel
boolean m_ShowObjectPanel
whether to show the located object panel. -
m_TypeColorProvider
ColorProvider m_TypeColorProvider
the color provider to use. -
m_TypeRegExp
BaseRegExp m_TypeRegExp
the regular expression for the types to draw. -
m_TypeSuffix
String m_TypeSuffix
the suffix for the type. -
m_UseAlternativeLocation
boolean m_UseAlternativeLocation
whether to use an alternative location for the reports. -
m_UseColorsPerType
boolean m_UseColorsPerType
whether to use colors per type. -
m_VaryShapeColor
boolean m_VaryShapeColor
whether to vary the shape color.
-
-
Class adams.gui.tools.previewbrowser.ObjectCentersFromReport.CombinedPanel extends BasePanel implements Serializable
- serialVersionUID:
- 236378741683380463L
-
Serialized Fields
-
m_CheckBoxAlternative
BaseCheckBox m_CheckBoxAlternative
whether to use an alternative location for reports. -
m_ChooserAlternative
DirectoryChooserPanel m_ChooserAlternative
the alternative location. -
m_PanelImage
ImagePanel m_PanelImage
the image panel.
-
-
Class adams.gui.tools.previewbrowser.ObjectInspectionViewer extends AbstractSerializedObjectViewer implements Serializable
- serialVersionUID:
- -3721237481983140889L
-
Class adams.gui.tools.previewbrowser.ObjectLocationsFromReport extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -3962259305718630395L
-
Serialized Fields
-
m_AlternativeFileSuffix
String m_AlternativeFileSuffix
the alternative file suffix to use. -
m_AlternativeLocation
PlaceholderDirectory m_AlternativeLocation
the alternative location. -
m_BoundingBoxFallbackRatio
double m_BoundingBoxFallbackRatio
the ratio used for determining whether to fall back from polygon on bbox. -
m_Color
Color m_Color
the color for the objects. -
m_Filled
boolean m_Filled
whether to draw the shape filled. -
m_Finder
ObjectFinder m_Finder
the object finder to use. -
m_ImageReader
ImageReader m_ImageReader
the image reader to use. -
m_LabelAnchor
ImageAnchor m_LabelAnchor
the label anchor. -
m_LabelFont
Font m_LabelFont
the label font. -
m_LabelFormat
String m_LabelFormat
the label for the rectangles. -
m_LabelOffsetX
int m_LabelOffsetX
the x offset for the label. -
m_LabelOffsetY
int m_LabelOffsetY
the y offset for the label. -
m_OutlineAlpha
int m_OutlineAlpha
the alpha value to use for the outlines. -
m_OverlapDetection
ObjectOverlap m_OverlapDetection
the object overlap calculation to use. -
m_OverlapRemoval
OverlappingObjectRemoval m_OverlapRemoval
the object removal algorithm. -
m_PolygonBounds
boolean m_PolygonBounds
whether to draw the bounds of the polygon as well. -
m_PredefinedLabels
BaseString[] m_PredefinedLabels
the predefined labels. -
m_Prefix
String m_Prefix
the prefix for the objects in the report. -
m_Reader
AbstractReportReader m_Reader
the report reader to use. -
m_ShapeColorProvider
ColorProvider m_ShapeColorProvider
the color provider to use when varying the shape colors. -
m_ShowObjectPanel
boolean m_ShowObjectPanel
whether to show the located object panel. -
m_TypeColorProvider
ColorProvider m_TypeColorProvider
the color provider to use. -
m_TypeRegExp
BaseRegExp m_TypeRegExp
the regular expression for the types to draw. -
m_TypeSuffix
String m_TypeSuffix
the suffix for the type. -
m_UseAlternativeLocation
boolean m_UseAlternativeLocation
whether to use an alternative location for the reports. -
m_UseColorsPerType
boolean m_UseColorsPerType
whether to use colors per type. -
m_VaryShapeColor
boolean m_VaryShapeColor
whether to vary the shape color.
-
-
Class adams.gui.tools.previewbrowser.ObjectLocationsFromReport.CombinedPanel extends BasePanel implements Serializable
- serialVersionUID:
- 236378741683380463L
-
Serialized Fields
-
m_CheckBoxAlternative
BaseCheckBox m_CheckBoxAlternative
whether to use an alternative location for reports. -
m_ChooserAlternative
DirectoryChooserPanel m_ChooserAlternative
the alternative location. -
m_PanelImage
ImagePanel m_PanelImage
the image panel.
-
-
Class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -3962259305718630395L
-
Serialized Fields
-
m_AlternativeFileSuffix
String m_AlternativeFileSuffix
the alternative file suffix to use. -
m_AlternativeLocation
PlaceholderDirectory m_AlternativeLocation
the alternative location. -
m_BoundingBoxFallbackRatio
double m_BoundingBoxFallbackRatio
the ratio used for determining whether to fall back from polygon on bbox. -
m_Color
Color m_Color
the color for the objects. -
m_Filled
boolean m_Filled
whether to draw the shape filled. -
m_Finder
ObjectFinder m_Finder
the object finder to use. -
m_ImageReader
ImageReader m_ImageReader
the image reader to use. -
m_LabelAnchor
ImageAnchor m_LabelAnchor
the label anchor. -
m_LabelFont
Font m_LabelFont
the label font. -
m_LabelFormat
String m_LabelFormat
the label for the rectangles. -
m_LabelOffsetX
int m_LabelOffsetX
the x offset for the label. -
m_LabelOffsetY
int m_LabelOffsetY
the y offset for the label. -
m_OutlineAlpha
int m_OutlineAlpha
the alpha value to use for the polygon bounds. -
m_OverlapDetection
ObjectOverlap m_OverlapDetection
the object overlap calculation to use. -
m_OverlapRemoval
OverlappingObjectRemoval m_OverlapRemoval
the object removal algorithm. -
m_PolygonBounds
boolean m_PolygonBounds
whether to draw the bounds of the polygon as well. -
m_PredefinedLabels
BaseString[] m_PredefinedLabels
the predefined labels. -
m_Reader
ObjectLocationsSpreadSheetReader m_Reader
the reader to use. -
m_ShapeColorProvider
ColorProvider m_ShapeColorProvider
the color provider to use when varying the shape colors. -
m_ShowObjectPanel
boolean m_ShowObjectPanel
whether to show the located object panel. -
m_TypeColorProvider
ColorProvider m_TypeColorProvider
the color provider to use. -
m_TypeRegExp
BaseRegExp m_TypeRegExp
the regular expression for the types to draw. -
m_TypeSuffix
String m_TypeSuffix
the suffix for the type. -
m_UseAlternativeLocation
boolean m_UseAlternativeLocation
whether to use an alternative location for the reports. -
m_UseColorsPerType
boolean m_UseColorsPerType
whether to use colors per type. -
m_VaryShapeColor
boolean m_VaryShapeColor
whether to vary the shape color.
-
-
Class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet.CombinedPanel extends BasePanel implements Serializable
- serialVersionUID:
- 236378741683380463L
-
Serialized Fields
-
m_CheckBoxAlternative
BaseCheckBox m_CheckBoxAlternative
whether to use an alternative location for reports. -
m_ChooserAlternative
DirectoryChooserPanel m_ChooserAlternative
the alternative location. -
m_PanelImage
ImagePanel m_PanelImage
the image panel.
-
-
Class adams.gui.tools.previewbrowser.ODFSpreadSheetHandler extends AbstractSpreadSheetHandler implements Serializable
- serialVersionUID:
- -57718234789783854L
-
Class adams.gui.tools.previewbrowser.PDFHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -1036622788944128074L
-
Serialized Fields
-
m_PDFPanel
PDFPanel m_PDFPanel
the PDF panel.
-
-
Class adams.gui.tools.previewbrowser.PDFTextHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -1036622788944128074L
-
Class adams.gui.tools.previewbrowser.PlainTextHandler extends AbstractObjectContentHandler implements Serializable
- serialVersionUID:
- 4859255638148506547L
-
Serialized Fields
-
m_LineWrap
boolean m_LineWrap
whether to perform line wrap. -
m_TabSize
int m_TabSize
the tab size. -
m_WrapStyleWord
boolean m_WrapStyleWord
whether to wrap word style.
-
-
Class adams.gui.tools.previewbrowser.PointsFromReportHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -3962259305718630395L
-
Serialized Fields
-
m_AlternativeLocation
PlaceholderDirectory m_AlternativeLocation
the alternative location. -
m_Color
Color m_Color
the color for the objects. -
m_Diameter
int m_Diameter
the diameter of the circle. -
m_Finder
ObjectFinder m_Finder
the object finder to use. -
m_LabelAnchor
ImageAnchor m_LabelAnchor
the label anchor. -
m_LabelFont
Font m_LabelFont
the label font. -
m_LabelFormat
String m_LabelFormat
the label for the points. -
m_LabelOffsetX
int m_LabelOffsetX
the x offset for the label. -
m_LabelOffsetY
int m_LabelOffsetY
the y offset for the label. -
m_PredefinedLabels
BaseString[] m_PredefinedLabels
the predefined labels. -
m_Prefix
String m_Prefix
the prefix for the objects in the report. -
m_ShowPointPanel
boolean m_ShowPointPanel
whether to show the located object panel. -
m_TypeColorProvider
ColorProvider m_TypeColorProvider
the color provider to use. -
m_TypeRegExp
BaseRegExp m_TypeRegExp
the regular expression for the types to draw. -
m_TypeSuffix
String m_TypeSuffix
the suffix for the type. -
m_UseAlternativeLocation
boolean m_UseAlternativeLocation
whether to use an alternative location for the reports. -
m_UseColorsPerType
boolean m_UseColorsPerType
whether to use colors per type.
-
-
Class adams.gui.tools.previewbrowser.PointsFromReportHandler.CombinedPanel extends BasePanel implements Serializable
- serialVersionUID:
- 236378741683380463L
-
Serialized Fields
-
m_CheckBoxAlternative
BaseCheckBox m_CheckBoxAlternative
whether to use an alternative location for reports. -
m_ChooserAlternative
DirectoryChooserPanel m_ChooserAlternative
the alternative location. -
m_PanelImage
ImagePanel m_PanelImage
the image panel.
-
-
Class adams.gui.tools.previewbrowser.PreviewDisplay extends BasePanel implements Serializable
- serialVersionUID:
- -6515079548026850756L
-
Serialized Fields
-
m_ButtonContentHandler
BaseButton m_ButtonContentHandler
the button for displaying the options for the content handler. -
m_ButtonFavorites
BaseButtonWithDropDownMenu m_ButtonFavorites
the button with the favorites. -
m_ComboBoxContentHandlers
BaseComboBox m_ComboBoxContentHandlers
the combobox with the content handlers (if more than one available). -
m_CurrentExtension
String m_CurrentExtension
the current extension. -
m_CurrentFavorite
ContentHandlerFavorites.ContentHandlerFavorite m_CurrentFavorite
the currently selected favorite. -
m_CurrentFiles
File[] m_CurrentFiles
the currently selected files. -
m_DisplayInProgress
boolean m_DisplayInProgress
whether a display is currently in progress. -
m_Favorites
Map<String,ContentHandlerFavorites.ContentHandlerFavorite> m_Favorites
the favorites per extension. -
m_IgnoreContentHandlerChanges
boolean m_IgnoreContentHandlerChanges
whether to ignore selections of the content handler combobox temporarily. -
m_LastContentHandler
ContentHandler m_LastContentHandler
the last content handler. -
m_LastSearch
SearchPanel m_LastSearch
the last search panel that was encountered. -
m_ListContentHandlers
List<ContentHandler> m_ListContentHandlers
the list of content handler objects (aligned with combobox). -
m_ModelContentHandlers
DefaultComboBoxModel<String> m_ModelContentHandlers
the model of the combobox. -
m_PanelContentHandlers
BasePanel m_PanelContentHandlers
the panel with the content handlers. -
m_PanelView
BasePanel m_PanelView
the panel for the view. -
m_PreviewCache
LRUCache<String,PreviewPanel> m_PreviewCache
the cached previews (content handler -> preview). -
m_ReusePreviews
boolean m_ReusePreviews
whether to reuse previews. -
m_UseFixedContentHandler
boolean m_UseFixedContentHandler
whether to fix the handler.
-
-
Class adams.gui.tools.previewbrowser.PreviewPanel extends BasePanel implements Serializable
- serialVersionUID:
- 3358752718380986817L
-
Serialized Fields
-
m_Component
JComponent m_Component
the component. -
m_Content
JComponent m_Content
the actual content.
-
-
Class adams.gui.tools.previewbrowser.PropertiesHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- 8930638838922218410L
-
Class adams.gui.tools.previewbrowser.ReportHandler extends AbstractObjectContentHandler implements Serializable
- serialVersionUID:
- 8930638838922218410L
-
Serialized Fields
-
m_Reader
AbstractReportReader m_Reader
the reader to use.
-
-
Class adams.gui.tools.previewbrowser.ScriptHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- 4859255638148506547L
-
Class adams.gui.tools.previewbrowser.SerializedFileHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -1277627290853745369L
-
Class adams.gui.tools.previewbrowser.SerializedObjectPanel extends BasePanel implements Serializable
- serialVersionUID:
- -4489513186403584128L
-
Serialized Fields
-
m_ComboBoxViewers
BaseComboBox m_ComboBoxViewers
the combobox with the viewers. -
m_Current
Object m_Current
the currently displayed object. -
m_PanelCombobox
JPanel m_PanelCombobox
the panel for the combobox with available viewers. -
m_PanelView
JPanel m_PanelView
panel for the actual view.
-
-
Class adams.gui.tools.previewbrowser.SimpleImageSegmentationAnnotationsHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- 3014911887476525380L
-
Serialized Fields
-
m_Alpha
int m_Alpha
the alpha value to use for the overlay (0: transparent, 255: opaque). -
m_Colorizer
ImageColorizer m_Colorizer
the image colorizer to use. -
m_OverlayReader
ImageReader m_OverlayReader
the image reader to use for the overlay. -
m_Reader
ImageReader m_Reader
the image reader to use.
-
-
Class adams.gui.tools.previewbrowser.TarArchiveHandler extends AbstractArchiveHandler implements Serializable
- serialVersionUID:
- 1421258971073361083L
-
Class adams.gui.tools.previewbrowser.TreeVisualizer extends AbstractSerializedObjectViewer implements Serializable
- serialVersionUID:
- -262735238228366027L
-
Class adams.gui.tools.previewbrowser.TrimapImageHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -3962259305718630395L
-
Serialized Fields
-
m_ColorProvider
ColorProvider m_ColorProvider
the color provider for generating the colors. -
m_Reader
ImageReader m_Reader
the image reader to use.
-
-
Class adams.gui.tools.previewbrowser.TsvSpreadSheetHandler extends AbstractSpreadSheetHandler implements Serializable
- serialVersionUID:
- -3962259305718630395L
-
Class adams.gui.tools.previewbrowser.VggXmlAnnotationHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -1671414346233382229L
-
Class adams.gui.tools.previewbrowser.ViaAnnotationsHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -1671414346233382229L
-
Class adams.gui.tools.previewbrowser.WekaClassifierEvaluationSummaryHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -8339099303070121780L
-
Class adams.gui.tools.previewbrowser.WekaDatasetHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -8339099303070121780L
-
Class adams.gui.tools.previewbrowser.XMLHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- 4859255638148506547L
-
Class adams.gui.tools.previewbrowser.YamlHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -5643331918040646266L
-
Class adams.gui.tools.previewbrowser.YoloAnnotationsHandler extends AbstractContentHandler implements Serializable
- serialVersionUID:
- -1671414346233382229L
-
Serialized Fields
-
m_Color
Color m_Color
the color for the objects. -
m_Finder
ObjectFinder m_Finder
the object finder to use. -
m_LabelAnchor
ImageAnchor m_LabelAnchor
the label anchor. -
m_LabelFont
Font m_LabelFont
the label font. -
m_LabelFormat
String m_LabelFormat
the label for the rectangles. -
m_LabelOffsetX
int m_LabelOffsetX
the x offset for the label. -
m_LabelOffsetY
int m_LabelOffsetY
the y offset for the label. -
m_Prefix
String m_Prefix
the prefix for the objects in the report. -
m_TypeColorProvider
ColorProvider m_TypeColorProvider
the color provider to use. -
m_TypeSuffix
String m_TypeSuffix
the suffix for the type. -
m_UseColorsPerType
boolean m_UseColorsPerType
whether to use colors per type.
-
-
Class adams.gui.tools.previewbrowser.ZipArchiveHandler extends AbstractArchiveHandler implements Serializable
- serialVersionUID:
- 1421258971073361083L
-
-
Package adams.gui.tools.previewbrowser.localfiles
-
Class adams.gui.tools.previewbrowser.localfiles.AbstractLocalFilesAction extends AbstractBaseAction implements Serializable
- serialVersionUID:
- 8392474373718743027L
-
Serialized Fields
-
m_Owner
PreviewBrowserPanel m_Owner
the owner.
-
-
Class adams.gui.tools.previewbrowser.localfiles.CopyFileTo extends AbstractLocalFilesAction implements Serializable
- serialVersionUID:
- 4099532419561897428L
-
Serialized Fields
-
m_LastDir
File m_LastDir
the last directory a file was copied to.
-
-
Class adams.gui.tools.previewbrowser.localfiles.DeleteFiles extends AbstractLocalFilesAction implements Serializable
- serialVersionUID:
- 4099532419561897428L
-
Class adams.gui.tools.previewbrowser.localfiles.DeleteStar extends AbstractLocalFilesAction implements Serializable
- serialVersionUID:
- 4099532419561897428L
-
Class adams.gui.tools.previewbrowser.localfiles.OpenFile extends AbstractLocalFilesAction implements Serializable
- serialVersionUID:
- 4099532419561897428L
-
Class adams.gui.tools.previewbrowser.localfiles.PrintFile extends AbstractLocalFilesAction implements Serializable
- serialVersionUID:
- 4099532419561897428L
-
Serialized Fields
-
m_Supported
boolean m_Supported
whether the action is supported.
-
-
-
Package adams.gui.tools.previewbrowser.notes
-
Class adams.gui.tools.previewbrowser.notes.AbstractNotesReader extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 1084973275401249160L
-
Class adams.gui.tools.previewbrowser.notes.AbstractNotesWriter extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 1084973275401249160L
-
Class adams.gui.tools.previewbrowser.notes.CsvNotesReader extends AbstractNotesReader implements Serializable
- serialVersionUID:
- 5325262681062607109L
-
Class adams.gui.tools.previewbrowser.notes.CsvNotesWriter extends AbstractNotesWriter implements Serializable
- serialVersionUID:
- -3776637762398687653L
-
Class adams.gui.tools.previewbrowser.notes.JsonNotesReader extends AbstractNotesReader implements Serializable
- serialVersionUID:
- 5325262681062607109L
-
Class adams.gui.tools.previewbrowser.notes.JsonNotesWriter extends AbstractNotesWriter implements Serializable
- serialVersionUID:
- -3776637762398687653L
-
Serialized Fields
-
m_PrettyPrinting
boolean m_PrettyPrinting
whether to use pretty printing.
-
-
Class adams.gui.tools.previewbrowser.notes.NotesFileChooser extends AbstractConfigurableExtensionFileFilterFileChooser<AbstractNotesReader,AbstractNotesWriter> implements Serializable
-
Class adams.gui.tools.previewbrowser.notes.PropertiesNotesReader extends AbstractNotesReader implements Serializable
- serialVersionUID:
- 5325262681062607109L
-
Class adams.gui.tools.previewbrowser.notes.PropertiesNotesWriter extends AbstractNotesWriter implements Serializable
- serialVersionUID:
- -3776637762398687653L
-
Class adams.gui.tools.previewbrowser.notes.YamlNotesReader extends AbstractNotesReader implements Serializable
- serialVersionUID:
- 5325262681062607109L
-
Class adams.gui.tools.previewbrowser.notes.YamlNotesWriter extends AbstractNotesWriter implements Serializable
- serialVersionUID:
- -3776637762398687653L
-
-
Package adams.gui.tools.remotecontrolcenter
-
Class adams.gui.tools.remotecontrolcenter.RemoteControlCenterEnginesPanel extends BasePanel implements Serializable
- serialVersionUID:
- -4281172076210274495L
-
Serialized Fields
-
m_ButtonAdd
BaseButton m_ButtonAdd
the button for adding the engine. -
m_ButtonCopy
BaseButton m_ButtonCopy
the button for copying the engine. -
m_ButtonRefresh
BaseButton m_ButtonRefresh
the button for refreshing the engine list. -
m_ButtonRemove
BaseButton m_ButtonRemove
the button for removing the engine. -
m_ButtonStart
BaseButton m_ButtonStart
the button for starting engines. -
m_ButtonStop
BaseButton m_ButtonStop
the button for stopping engines. -
m_GOEEngine
GenericObjectEditorPanel m_GOEEngine
the GOE with the engine. -
m_ListEngines
BaseListWithButtons m_ListEngines
list for the scripting engines. -
m_Owner
RemoteControlCenterManagerPanel m_Owner
the owner.
-
-
Class adams.gui.tools.remotecontrolcenter.RemoteControlCenterLogPanel extends BasePanel implements Serializable
- serialVersionUID:
- 4110604734547592494L
-
Serialized Fields
-
m_LogOther
SimpleLogPanel m_LogOther
the log for other messages. -
m_LogRequest
SimpleLogPanel m_LogRequest
the request log. -
m_LogResponse
SimpleLogPanel m_LogResponse
the response log. -
m_Owner
RemoteControlCenterManagerPanel m_Owner
the owner. -
m_TabbedPane
BaseTabbedPane m_TabbedPane
the tabbed pane.
-
-
Class adams.gui.tools.remotecontrolcenter.RemoteControlCenterManagerPanel extends AbstractWorkspaceManagerPanel<RemoteControlCenterPanel> implements Serializable
- serialVersionUID:
- -8970736649780738899L
-
Serialized Fields
-
m_Owner
AbstractApplicationFrame m_Owner
the owning application. -
m_PanelEngines
RemoteControlCenterEnginesPanel m_PanelEngines
the panel for the engines. -
m_PanelLog
RemoteControlCenterLogPanel m_PanelLog
the log panel. -
m_TabbedPaneMain
BaseTabbedPane m_TabbedPaneMain
the tabbed pane for the engines and sessions.
-
-
Class adams.gui.tools.remotecontrolcenter.RemoteControlCenterPanel extends AbstractWorkspacePanel implements Serializable
- serialVersionUID:
- 6627987454101716937L
-
Serialized Fields
-
m_ActionFileClose
BaseAction m_ActionFileClose
the action for closing the control center. -
m_ActionTabCloseAllTabs
BaseAction m_ActionTabCloseAllTabs
the action for closing all tabs. -
m_ActionTabCloseTab
BaseAction m_ActionTabCloseTab
the action for closing a tab. -
m_MenuTabNewTab
BaseMenu m_MenuTabNewTab
the submenu for a new tab. -
m_Owner
RemoteControlCenterManagerPanel m_Owner
the owner. -
m_StatusBar
BaseStatusBar m_StatusBar
the statust bar. -
m_TabbedPane
BaseTabbedPane m_TabbedPane
the tabbed pane.
-
-
Class adams.gui.tools.remotecontrolcenter.RemoteControlCenterWorkspaceList extends AbstractWorkspaceListPanel<RemoteControlCenterPanel> implements Serializable
- serialVersionUID:
- -2341620264742492727L
-
-
Package adams.gui.tools.remotecontrolcenter.panels
-
Class adams.gui.tools.remotecontrolcenter.panels.AbstractRemoteControlCenterTab extends BasePanel implements Serializable
- serialVersionUID:
- 5896827287386114875L
-
Serialized Fields
-
m_Owner
RemoteControlCenterPanel m_Owner
the owning control center panel.
-
-
Class adams.gui.tools.remotecontrolcenter.panels.AbstractRemoteFlowTab extends AbstractRemoteControlCenterTab implements Serializable
- serialVersionUID:
- 321058606982723480L
-
Serialized Fields
-
m_ButtonKillAdams
BaseButton m_ButtonKillAdams
the button for killing the ADAMS isntance. -
m_ButtonPauseFlow
BaseButton m_ButtonPauseFlow
the button for pausing the flow. -
m_ButtonRefresh
BaseButton m_ButtonRefresh
the button for refreshing the flows. -
m_ButtonResumeFlow
BaseButton m_ButtonResumeFlow
the button for resuming the flow. -
m_ButtonStopAdams
BaseButton m_ButtonStopAdams
the button for stopping the ADAMS instance. -
m_ButtonStopFlow
BaseButton m_ButtonStopFlow
the button for stopping the flow. -
m_CommandProcessor
RemoteCommandProcessor m_CommandProcessor
the command processor. -
m_PanelFlows
JPanel m_PanelFlows
the panel for the connection/table. -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane. -
m_TableFlows
BaseTableWithButtons m_TableFlows
the table with the remote flows. -
m_TextLocal
BaseObjectTextField<BaseHostname> m_TextLocal
the local machine. -
m_TextRemote
BaseObjectTextField<BaseHostname> m_TextRemote
the remote machine.
-
-
Class adams.gui.tools.remotecontrolcenter.panels.AbstractRemoteFlowTab.FlowListResponseHandler extends AbstractTabResponseHandler<AbstractRemoteFlowTab> implements Serializable
- serialVersionUID:
- 6205405220037007365L
-
Class adams.gui.tools.remotecontrolcenter.panels.AbstractTabResponseHandler extends AbstractResponseHandler implements Serializable
- serialVersionUID:
- 6205405220037007365L
-
Serialized Fields
-
m_Tab
T extends AbstractRemoteControlCenterTab m_Tab
the owner.
-
-
Class adams.gui.tools.remotecontrolcenter.panels.AdvancedTab extends AbstractRemoteControlCenterTab implements Serializable
- serialVersionUID:
- -894258879660492792L
-
Serialized Fields
-
m_ButtonSend
BaseButton m_ButtonSend
the button for sending the command. -
m_GOECommand
GenericObjectEditorPanel m_GOECommand
the panel for the command. -
m_GOECommandProcessor
GenericObjectEditorPanel m_GOECommandProcessor
the panel for the command processor. -
m_GOEConnection
GenericObjectEditorPanel m_GOEConnection
the panel for the connection. -
m_InspectionHandler
AdvancedTab.InspectionResponseHandler m_InspectionHandler
the inspection handler. -
m_Log
SimpleLogPanel m_Log
the log for the responses. -
m_PanelParams
ParameterPanel m_PanelParams
the parameter panel. -
m_ResponseConnectionUpdater
GenericObjectEditorResponseConnectionUpdater m_ResponseConnectionUpdater
the response connection updater. -
m_ResponseLogger
SimpleLogPanelResponseHandler m_ResponseLogger
the response logger. -
m_Results
InspectionPanel m_Results
for the results. -
m_TabbedPane
BaseTabbedPane m_TabbedPane
the tabbed pane for log/results.
-
-
Class adams.gui.tools.remotecontrolcenter.panels.AdvancedTab.InspectionResponseHandler extends AbstractResponseHandler implements Serializable
- serialVersionUID:
- -3925270844782740556L
-
Serialized Fields
-
m_InspectionPanel
InspectionPanel m_InspectionPanel
the inspection panel to use. -
m_Tab
AbstractRemoteControlCenterTab m_Tab
the tab.
-
-
Class adams.gui.tools.remotecontrolcenter.panels.RemoteFlowCommandsTab extends AbstractRemoteFlowTab implements Serializable
- serialVersionUID:
- -1461293385281234642L
-
Serialized Fields
-
m_ButtonExecute
BaseButton m_ButtonExecute
the button for executing the command. -
m_GOECommand
GenericObjectEditorPanel m_GOECommand
the GOE for the remote flow commands. -
m_Log
SimpleLogPanel m_Log
the log for the responses. -
m_ResponseLogger
SimpleLogPanelResponseHandler m_ResponseLogger
the response logger.
-
-
Class adams.gui.tools.remotecontrolcenter.panels.RemoteLoggingTab extends AbstractRemoteControlCenterTab implements Serializable
- serialVersionUID:
- 6645831134460386650L
-
Serialized Fields
-
m_ButtonStartStop
BaseButton m_ButtonStartStop
the button for executing the command. -
m_CommandProcessor
RemoteCommandProcessor m_CommandProcessor
the command processor. -
m_Log
SimpleLogPanel m_Log
the log for the responses. -
m_Runnable
RemoteLoggingTab.RemoteListenerRunnableWithLog m_Runnable
the runnable. -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane. -
m_TextLocal
BaseObjectTextField<BaseHostname> m_TextLocal
the local machine. -
m_TextMaxFailures
NumberTextField m_TextMaxFailures
the maximum number of failures to tolerate. -
m_TextRemote
BaseObjectTextField<BaseHostname> m_TextRemote
the remote machine.
-
-
Class adams.gui.tools.remotecontrolcenter.panels.RemoteLoggingTab.LoggingResponseHandler extends AbstractTabResponseHandler<RemoteLoggingTab> implements Serializable
- serialVersionUID:
- -3200878133646726226L
-
Class adams.gui.tools.remotecontrolcenter.panels.RemoteLoggingTab.RemoteListenerRunnableWithLog extends RemoteReceiveHandler.AbstractRemoteListenerRunnable implements Serializable
- serialVersionUID:
- -1375651567275850732L
-
Serialized Fields
-
m_Tab
RemoteLoggingTab m_Tab
the tab to output the records to.
-
-
Class adams.gui.tools.remotecontrolcenter.panels.SimpleTabResponseHandler extends AbstractTabResponseHandler<AbstractRemoteControlCenterTab> implements Serializable
- serialVersionUID:
- 3360233914485812357L
-
-
Package adams.gui.tools.spreadsheetprocessor
-
Class adams.gui.tools.spreadsheetprocessor.AbstractWidget extends CustomLoggingLevelObject implements Serializable
- serialVersionUID:
- 5621070732995969891L
-
Serialized Fields
-
m_Owner
SpreadSheetProcessorPanel m_Owner
the owner.
-
-
-
Package adams.gui.tools.spreadsheetprocessor.processors
-
Class adams.gui.tools.spreadsheetprocessor.processors.AbstractProcessor extends AbstractWidget implements Serializable
- serialVersionUID:
- -6213610147417060823L
-
Class adams.gui.tools.spreadsheetprocessor.processors.FlowProcessor extends AbstractProcessor implements Serializable
- serialVersionUID:
- 2926743330826433963L
-
Serialized Fields
-
m_ButtonCheck
BaseButton m_ButtonCheck
the "check flow" button. -
m_ButtonLoad
BaseButton m_ButtonLoad
the "load flow" button. -
m_ButtonNew
BaseButton m_ButtonNew
the "new flow" button. -
m_ButtonRun
BaseButton m_ButtonRun
the "run flow" button. -
m_ButtonSave
BaseButton m_ButtonSave
the "save flow" button. -
m_FileChooserFlow
FlowFileChooser m_FileChooserFlow
the file chooser for the flows. -
m_PanelFlow
FlowPanel m_PanelFlow
the flow panel. -
m_PanelWidget
BasePanel m_PanelWidget
the widget.
-
-
Class adams.gui.tools.spreadsheetprocessor.processors.PassThroughProcessor extends AbstractProcessor implements Serializable
- serialVersionUID:
- 2926743330826433963L
-
Serialized Fields
-
m_ButtonExecute
BaseButton m_ButtonExecute
the button for processing. -
m_Panel
JPanel m_Panel
the panel.
-
-
Class adams.gui.tools.spreadsheetprocessor.processors.QueryProcessor extends AbstractProcessor implements Serializable
- serialVersionUID:
- 2926743330826433963L
-
Serialized Fields
-
m_ButtonExecute
BaseButton m_ButtonExecute
the button for processing. -
m_PanelQuery
SpreadSheetQueryPanel m_PanelQuery
the query panel.
-
-
-
Package adams.gui.tools.spreadsheetprocessor.sources
-
Class adams.gui.tools.spreadsheetprocessor.sources.AbstractSource extends AbstractWidget implements Serializable
- serialVersionUID:
- 8315374668966776518L
-
Class adams.gui.tools.spreadsheetprocessor.sources.ClipboardSource extends AbstractSource implements Serializable
- serialVersionUID:
- -4475860171792209905L
-
Serialized Fields
-
m_ButtonPaste
BaseButton m_ButtonPaste
the button for pasting. -
m_Data
SpreadSheet m_Data
the data. -
m_PanelReader
GenericObjectEditorPanel m_PanelReader
the reader to use. -
m_Widget
BasePanel m_Widget
the widget.
-
-
Class adams.gui.tools.spreadsheetprocessor.sources.DatabaseSource extends AbstractSource implements Serializable
- serialVersionUID:
- -4475860171792209905L
-
Serialized Fields
-
m_ButtonExecute
BaseButton m_ButtonExecute
the button for executing the query. -
m_Data
SpreadSheet m_Data
the data. -
m_PanelConnection
SqlConnectionPanel m_PanelConnection
the connection panel. -
m_PanelDataRow
GenericObjectEditorPanel m_PanelDataRow
the panel for the row class. -
m_PanelQuery
SQLStatementPanel m_PanelQuery
the query panel. -
m_PanelTypeMapper
GenericObjectEditorPanel m_PanelTypeMapper
the panel for the type mapper. -
m_Widget
BasePanel m_Widget
the widget.
-
-
Class adams.gui.tools.spreadsheetprocessor.sources.FileBrowserSource extends AbstractSource implements Serializable
- serialVersionUID:
- -4475860171792209905L
-
Serialized Fields
-
m_ButtonLoad
BaseButton m_ButtonLoad
the button for loading. -
m_Data
SpreadSheet m_Data
the data. -
m_IgnoreDirUpdates
boolean m_IgnoreDirUpdates
whether to ignore dir updates. -
m_PanelDirectory
DirectoryChooserPanel m_PanelDirectory
the directory to browse. -
m_PanelFiles
FilePanel m_PanelFiles
the list of files. -
m_PanelReader
GenericObjectEditorPanel m_PanelReader
the reader to use. -
m_Widget
BasePanel m_Widget
the widget.
-
-
Class adams.gui.tools.spreadsheetprocessor.sources.FileSource extends AbstractSource implements Serializable
- serialVersionUID:
- -4475860171792209905L
-
Serialized Fields
-
m_ButtonLoad
BaseButton m_ButtonLoad
the button for loading. -
m_Data
SpreadSheet m_Data
the data. -
m_PanelInput
SpreadSheetFileChooserPanel m_PanelInput
the reader to use. -
m_Widget
BasePanel m_Widget
the widget.
-
-
-
Package adams.gui.tools.spreadsheetprocessor.targets
-
Class adams.gui.tools.spreadsheetprocessor.targets.AbstractTarget extends AbstractWidget implements Serializable
- serialVersionUID:
- 7821383073826175073L
-
Class adams.gui.tools.spreadsheetprocessor.targets.ChartTarget extends AbstractTarget implements Serializable
- serialVersionUID:
- 6535516712611654393L
-
Serialized Fields
-
m_ButtonGenerate
BaseButton m_ButtonGenerate
the button for generating the chart. -
m_PanelChart
GenericObjectEditorPanel m_PanelChart
the chart to use. -
m_TextTitle
BaseTextField m_TextTitle
the chart title to use. -
m_Widget
BasePanel m_Widget
the widget.
-
-
Class adams.gui.tools.spreadsheetprocessor.targets.ClipboardTarget extends AbstractTarget implements Serializable
- serialVersionUID:
- 6535516712611654393L
-
Serialized Fields
-
m_ButtonCopy
BaseButton m_ButtonCopy
the button for copying. -
m_PanelWriter
GenericObjectEditorPanel m_PanelWriter
the writer to use. -
m_Widget
BasePanel m_Widget
the widget.
-
-
Class adams.gui.tools.spreadsheetprocessor.targets.DatabaseTarget extends AbstractTarget implements Serializable
- serialVersionUID:
- 6535516712611654393L
-
Serialized Fields
-
m_ButtonExecute
BaseButton m_ButtonExecute
the button for uploading the data. -
m_ComboBoxColumnNameConversion
BaseComboBox<ColumnNameConversion> m_ComboBoxColumnNameConversion
the column name conversion. -
m_PanelConnection
SqlConnectionPanel m_PanelConnection
the connection panel. -
m_PanelTypeMapper
GenericObjectEditorPanel m_PanelTypeMapper
the panel for the type mapper. -
m_TextBatchSize
BaseObjectTextField<BaseInteger> m_TextBatchSize
the batch size. -
m_TextMaxStringLength
BaseObjectTextField<BaseInteger> m_TextMaxStringLength
the max string length. -
m_TextStringColumnSQL
BaseTextField m_TextStringColumnSQL
the SQL for creating string columns. -
m_TextTable
BaseTextField m_TextTable
the table to use. -
m_Widget
BasePanel m_Widget
the widget.
-
-
Class adams.gui.tools.spreadsheetprocessor.targets.FileTarget extends AbstractTarget implements Serializable
- serialVersionUID:
- 6535516712611654393L
-
Serialized Fields
-
m_ButtonSave
BaseButton m_ButtonSave
the button for saving. -
m_PanelOutput
SpreadSheetFileChooserPanel m_PanelOutput
the writer to use. -
m_Widget
BasePanel m_Widget
the widget.
-
-
-
Package adams.gui.tools.spreadsheetviewer
-
Class adams.gui.tools.spreadsheetviewer.AbstractDataPlugin extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -5749133065210106163L
-
Serialized Fields
-
m_CanceledByUser
boolean m_CanceledByUser
whether the user canceled the operation. -
m_CurrentPanel
SpreadSheetPanel m_CurrentPanel
the current panel.
-
-
Class adams.gui.tools.spreadsheetviewer.AbstractDataPluginWithGOE extends AbstractDataPlugin implements Serializable
- serialVersionUID:
- 6346501571908274956L
-
Class adams.gui.tools.spreadsheetviewer.AbstractSelectedSheetsDataPlugin extends AbstractDataPlugin implements Serializable
- serialVersionUID:
- 7647402907873370803L
-
Serialized Fields
-
m_SelectedPanels
SpreadSheetPanel[] m_SelectedPanels
for panels to work on.
-
-
Class adams.gui.tools.spreadsheetviewer.AbstractSelectedSheetsDataPluginWithGOE extends AbstractSelectedSheetsDataPlugin implements Serializable
- serialVersionUID:
- -6941808020537089931L
-
Serialized Fields
-
m_Editor
GenericObjectEditor m_Editor
the GOE editor with the transformer.
-
-
Class adams.gui.tools.spreadsheetviewer.AbstractSelectedSheetsViewPlugin extends AbstractViewPlugin implements Serializable
- serialVersionUID:
- 7647402907873370803L
-
Serialized Fields
-
m_SelectedPanels
SpreadSheetPanel[] m_SelectedPanels
for panels to work on.
-
-
Class adams.gui.tools.spreadsheetviewer.AbstractSelectedSheetsViewPluginWithGOE extends AbstractSelectedSheetsViewPlugin implements Serializable
- serialVersionUID:
- 3687850723919087009L
-
Serialized Fields
-
m_Editor
GenericObjectEditor m_Editor
the GOE editor with the transformer.
-
-
Class adams.gui.tools.spreadsheetviewer.AbstractViewPlugin extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- 5139934776170019552L
-
Serialized Fields
-
m_CanceledByUser
boolean m_CanceledByUser
whether the user canceled the operation. -
m_CurrentPanel
SpreadSheetPanel m_CurrentPanel
the current panel. -
m_Panel
BasePanel m_Panel
the generated panel.
-
-
Class adams.gui.tools.spreadsheetviewer.AbstractViewPluginWithGOE extends AbstractViewPlugin implements Serializable
- serialVersionUID:
- 6346501571908274956L
-
Class adams.gui.tools.spreadsheetviewer.Append extends AbstractSelectedSheetsDataPlugin implements Serializable
- serialVersionUID:
- -407256934764293407L
-
Class adams.gui.tools.spreadsheetviewer.BoxPlot extends AbstractViewPlugin implements Serializable
- serialVersionUID:
- 9089022183434856748L
-
Class adams.gui.tools.spreadsheetviewer.MatrixPlot extends AbstractViewPlugin implements Serializable
- serialVersionUID:
- 9089022183434856748L
-
Class adams.gui.tools.spreadsheetviewer.Merge extends AbstractSelectedSheetsDataPluginWithGOE implements Serializable
- serialVersionUID:
- -1680562922203169642L
-
Class adams.gui.tools.spreadsheetviewer.MultiPagePane extends MultiPagePane implements Serializable
- serialVersionUID:
- -2048229771213837710L
-
Serialized Fields
-
m_CellRenderingCustomizer
CellRenderingCustomizer m_CellRenderingCustomizer
the custom background color for negative values (null if none set). -
m_NumDecimals
int m_NumDecimals
the number of decimals to display. -
m_Owner
SpreadSheetViewerPanel m_Owner
the owning viewer.
-
-
Class adams.gui.tools.spreadsheetviewer.SortDefinitionPanel extends BasePanel implements Serializable
- serialVersionUID:
- 8473224107052394069L
-
Serialized Fields
-
m_ButtonMoveDown
BaseButton m_ButtonMoveDown
the move down button. -
m_ButtonMoveUp
BaseButton m_ButtonMoveUp
the move up button. -
m_ButtonRemove
BaseButton m_ButtonRemove
the remove button. -
m_ComboBoxNames
BaseComboBox m_ComboBoxNames
the combobox with column names. -
m_ComboBoxSorting
BaseComboBox m_ComboBoxSorting
the type of sorting. -
m_Owner
SortPanel m_Owner
the owning sort panel.
-
-
Class adams.gui.tools.spreadsheetviewer.SortPanel extends BasePanel implements Serializable
- serialVersionUID:
- 7929780439384161250L
-
Serialized Fields
-
m_ButtonAdd
BaseButton m_ButtonAdd
the button for a new sort definition. -
m_ButtonReset
BaseButton m_ButtonReset
the button for resetting the definitions. -
m_ColumnNames
List<String> m_ColumnNames
the column names. -
m_Layout
GridLayout m_Layout
the gridlayout in use. -
m_PanelButtons
BasePanel m_PanelButtons
the panel for the buttons. -
m_PanelDefinitions
BasePanel m_PanelDefinitions
the panel holding the defintion panels. -
m_Panels
List<SortDefinitionPanel> m_Panels
the list of definitions to use. -
m_Sheet
SpreadSheet m_Sheet
the spreadsheet that forms the basis for the sorting. -
m_SortSetupListeners
HashSet<SortSetupListener> m_SortSetupListeners
the listeners for changes in the setup.
-
-
Class adams.gui.tools.spreadsheetviewer.SpreadSheetPanel extends BasePanel implements Serializable
- serialVersionUID:
- -4251007424174062651L
-
Serialized Fields
-
m_ColumnComboBox
SpreadSheetColumnComboBox m_ColumnComboBox
for listing the column names. -
m_Filename
File m_Filename
the associated file name. -
m_GarbageCollectionOnClose
boolean m_GarbageCollectionOnClose
whether to apply GC during cleanup. -
m_GeneratedFlows
List<Flow> m_GeneratedFlows
the generated flows (eg charts). -
m_Owner
MultiPagePane m_Owner
the owning tabbed pane. -
m_PanelSearch
SearchPanel m_PanelSearch
the search panel. -
m_Reader
SpreadSheetReader m_Reader
the reader used for reading the file. -
m_Table
SpreadSheetTable m_Table
the underlying table. -
m_Writer
SpreadSheetWriter m_Writer
the writer used for writing the file.
-
-
Class adams.gui.tools.spreadsheetviewer.Statistics extends AbstractViewPlugin implements Serializable
- serialVersionUID:
- 8565680908628147610L
-
-
Package adams.gui.tools.spreadsheetviewer.chart
-
Class adams.gui.tools.spreadsheetviewer.chart.AbstractChartGenerator extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -177068671614931447L
-
Serialized Fields
-
m_Height
int m_Height
the height of the dialog. -
m_Width
int m_Width
the width of the dialog.
-
-
Class adams.gui.tools.spreadsheetviewer.chart.AbstractRowBasedChartGenerator extends AbstractChartGenerator implements Serializable
- serialVersionUID:
- -3167297287561137402L
-
Serialized Fields
-
m_RowFinder
RowFinder m_RowFinder
the row finder to use.
-
-
Class adams.gui.tools.spreadsheetviewer.chart.AbstractXYChartGenerator extends AbstractRowBasedChartGenerator implements Serializable
- serialVersionUID:
- -3167297287561137402L
-
Serialized Fields
-
m_ColorProvider
ColorProvider m_ColorProvider
the color provider to use. -
m_XColumn
SpreadSheetColumnIndex m_XColumn
the column to use as X value. -
m_YColumns
SpreadSheetColumnRange m_YColumns
the columns to use as Y values.
-
-
Class adams.gui.tools.spreadsheetviewer.chart.BarPlot extends AbstractXYChartGenerator implements Serializable
- serialVersionUID:
- -2088311829009151566L
-
Serialized Fields
-
m_BarWidth
int m_BarWidth
the width of the bar. -
m_Offset
int m_Offset
the offset in case of multiple plots.
-
-
Class adams.gui.tools.spreadsheetviewer.chart.ControlChart extends AbstractChartGenerator implements Serializable
- serialVersionUID:
- -2495314289911915476L
-
Serialized Fields
-
m_Chart
ControlChart m_Chart
the control chart to generate. -
m_Columns
SpreadSheetColumnRange m_Columns
the column(s) to generate the chart(s) for. -
m_ViolationFinder
ViolationFinder m_ViolationFinder
for locating violations.
-
-
Class adams.gui.tools.spreadsheetviewer.chart.GenericPlot extends AbstractRowBasedChartGenerator implements Serializable
- serialVersionUID:
- -2088311829009151566L
-
Serialized Fields
-
m_ColorProvider
ColorProvider m_ColorProvider
the color provider to use. -
m_Generator
AbstractPlotGenerator m_Generator
the plot generator to use. -
m_Paintlet
XYSequencePaintlet m_Paintlet
the paintlet to use for painting the XY data. -
m_XTickGenerator
TickGenerator m_XTickGenerator
the tick generator for the X axis. -
m_YTickGenerator
TickGenerator m_YTickGenerator
the tick generator for the Y axis.
-
-
Class adams.gui.tools.spreadsheetviewer.chart.Histogram extends AbstractChartGenerator implements Serializable
- serialVersionUID:
- -2088311829009151566L
-
Serialized Fields
-
m_BarWidth
int m_BarWidth
the width of the bar. -
m_ColorProvider
ColorProvider m_ColorProvider
the color provider to use. -
m_Columns
SpreadSheetColumnRange m_Columns
the range of columns to use. -
m_Histogram
ArrayHistogram m_Histogram
the histogram setup. -
m_Offset
int m_Offset
the offset in case of multiple plots. -
m_Rows
Range m_Rows
the range of rows to use. -
m_Selection
Histogram.Selection m_Selection
what data to select.
-
-
Class adams.gui.tools.spreadsheetviewer.chart.JFreeChart extends AbstractChartGenerator implements Serializable
- serialVersionUID:
- 4891980788339254294L
-
Serialized Fields
-
m_Chart
AbstractChartGenerator m_Chart
the chart generator. -
m_Dataset
AbstractDatasetGenerator m_Dataset
the dataset generator. -
m_PlotColor
Color m_PlotColor
the color for the plot. -
m_Shape
AbstractShapeGenerator m_Shape
the shape generator.
-
-
Class adams.gui.tools.spreadsheetviewer.chart.LinePlot extends AbstractXYChartGenerator implements Serializable
- serialVersionUID:
- -2088311829009151566L
-
Class adams.gui.tools.spreadsheetviewer.chart.ScatterPlot extends AbstractXYChartGenerator implements Serializable
- serialVersionUID:
- -2088311829009151566L
-
Serialized Fields
-
m_Diameter
int m_Diameter
the diameter. -
m_OverlayPaintlet
XYSequencePaintlet m_OverlayPaintlet
the overlay paintlet to use for painting the overlays. -
m_PlotType
ScatterPlot.PlotType m_PlotType
the plot type.
-
-
-
Package adams.gui.tools.spreadsheetviewer.menu
-
Class adams.gui.tools.spreadsheetviewer.menu.AbstractSpreadSheetViewerCheckBoxMenuItemAction extends AbstractPropertiesCheckBoxMenuItemAction<SpreadSheetViewerPanel,GenericObjectEditorDialog> implements Serializable
- serialVersionUID:
- -6842831257705457783L
-
Class adams.gui.tools.spreadsheetviewer.menu.AbstractSpreadSheetViewerMenuItemAction extends AbstractPropertiesMenuItemAction<SpreadSheetViewerPanel,GenericObjectEditorDialog> implements Serializable
- serialVersionUID:
- -6842831257705457783L
-
Class adams.gui.tools.spreadsheetviewer.menu.AbstractSpreadSheetViewerSubMenuAction extends AbstractPropertiesSubMenuAction<SpreadSheetViewerPanel,GenericObjectEditorDialog> implements Serializable
- serialVersionUID:
- 1168747259624542350L
-
Class adams.gui.tools.spreadsheetviewer.menu.DataChart extends AbstractSpreadSheetViewerMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Serialized Fields
-
m_LastChart
AbstractChartGenerator m_LastChart
the last chart used.
-
-
Class adams.gui.tools.spreadsheetviewer.menu.DataComputeDifference extends AbstractSpreadSheetViewerMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.tools.spreadsheetviewer.menu.DataConvert extends AbstractSpreadSheetViewerMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Serialized Fields
-
m_LastConversion
AbstractSpreadSheetConversion m_LastConversion
the last conversion.
-
-
Class adams.gui.tools.spreadsheetviewer.menu.DataFilterColumns extends AbstractSpreadSheetViewerMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Serialized Fields
-
m_LastFinder
ColumnFinder m_LastFinder
the last finder.
-
-
Class adams.gui.tools.spreadsheetviewer.menu.DataFilterRows extends AbstractSpreadSheetViewerMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Serialized Fields
-
m_LastFinder
RowFinder m_LastFinder
the last finder.
-
-
Class adams.gui.tools.spreadsheetviewer.menu.DataSort extends AbstractSpreadSheetViewerMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Serialized Fields
-
m_SortPanel
SortPanel m_SortPanel
the sort panel.
-
-
Class adams.gui.tools.spreadsheetviewer.menu.DataTransform extends AbstractSpreadSheetViewerMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Serialized Fields
-
m_LastTransformer
AbstractSpreadSheetTransformer m_LastTransformer
the last transformer.
-
-
Class adams.gui.tools.spreadsheetviewer.menu.EditClearClipboard extends AbstractSpreadSheetViewerMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.tools.spreadsheetviewer.menu.EditPasteAsNew extends AbstractSpreadSheetViewerMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Serialized Fields
-
m_LastReader
SpreadSheetReader m_LastReader
the last spreadsheet reader used.
-
-
Class adams.gui.tools.spreadsheetviewer.menu.FileClosePage extends AbstractSpreadSheetViewerMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.tools.spreadsheetviewer.menu.FileExit extends AbstractSpreadSheetViewerMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.tools.spreadsheetviewer.menu.FileGarbageCollectionOnClose extends AbstractSpreadSheetViewerCheckBoxMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.tools.spreadsheetviewer.menu.FileOpen extends AbstractSpreadSheetViewerMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.tools.spreadsheetviewer.menu.FileSave extends AbstractSpreadSheetViewerMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.tools.spreadsheetviewer.menu.FileSaveAs extends AbstractSpreadSheetViewerMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.tools.spreadsheetviewer.menu.HelpFormulas extends AbstractSpreadSheetViewerMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.tools.spreadsheetviewer.menu.HelpQuery extends AbstractSpreadSheetViewerMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.tools.spreadsheetviewer.menu.ViewApplyToAll extends AbstractSpreadSheetViewerCheckBoxMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.tools.spreadsheetviewer.menu.ViewCellRenderingCustomizer extends AbstractSpreadSheetViewerMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.tools.spreadsheetviewer.menu.ViewDecimals extends AbstractSpreadSheetViewerMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.tools.spreadsheetviewer.menu.ViewOptimalColumnWidth extends AbstractSpreadSheetViewerMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.tools.spreadsheetviewer.menu.ViewSetColumnWidth extends AbstractSpreadSheetViewerMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.tools.spreadsheetviewer.menu.ViewShowCellTypes extends AbstractSpreadSheetViewerCheckBoxMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
Class adams.gui.tools.spreadsheetviewer.menu.ViewShowFormulas extends AbstractSpreadSheetViewerCheckBoxMenuItemAction implements Serializable
- serialVersionUID:
- 5235570137451285010L
-
-
Package adams.gui.tools.spreadsheetviewer.tab
-
Class adams.gui.tools.spreadsheetviewer.tab.AbstractViewerTab extends BasePanel implements Serializable
- serialVersionUID:
- -1380932223368136260L
-
Serialized Fields
-
m_Owner
ViewerTabManager m_Owner
the owning tab manager.
-
-
Class adams.gui.tools.spreadsheetviewer.tab.CellContent extends AbstractViewerTab implements Serializable
- serialVersionUID:
- -4215008790991120558L
-
Serialized Fields
-
m_TextPanel
TextPanel m_TextPanel
for displaying the text.
-
-
Class adams.gui.tools.spreadsheetviewer.tab.ColumnStatistic extends AbstractViewerTab implements Serializable
- serialVersionUID:
- -4215008790991120558L
-
Serialized Fields
-
m_PanelGOE
GenericObjectEditorPanel m_PanelGOE
the panel for defining the statistics. -
m_Table
SortableAndSearchableTable m_Table
the table with the statistics.
-
-
Class adams.gui.tools.spreadsheetviewer.tab.Information extends AbstractViewerTab implements Serializable
- serialVersionUID:
- -4215008790991120558L
-
Serialized Fields
-
m_Table
SortableAndSearchableTable m_Table
the table with the information.
-
-
Class adams.gui.tools.spreadsheetviewer.tab.Query extends AbstractViewerTab implements Serializable
- serialVersionUID:
- -4215008790991120558L
-
Serialized Fields
-
m_ButtonExecute
BaseButton m_ButtonExecute
the execute button. -
m_ButtonHelp
BaseButton m_ButtonHelp
the help button. -
m_ButtonHistory
BaseButton m_ButtonHistory
the button for the history. -
m_PanelQuery
SpreadSheetQueryEditorPanel m_PanelQuery
the table with the information. -
m_PopupMenu
JPopupMenu m_PopupMenu
the popup menu for the recent items. -
m_RecentStatementsHandler
RecentSQLStatementsHandler<JPopupMenu> m_RecentStatementsHandler
the recent files handler.
-
-
Class adams.gui.tools.spreadsheetviewer.tab.ViewerTabManager extends BaseTabbedPaneWithTabHiding implements Serializable
- serialVersionUID:
- 3685631497946681192L
-
Serialized Fields
-
m_Owner
SpreadSheetViewerPanel m_Owner
the flow editor that the tab manager belongs to. -
m_TabList
List<AbstractViewerTab> m_TabList
all the available tabs.
-
-
-
Package adams.gui.tools.sqlworkbench
-
Class adams.gui.tools.sqlworkbench.SqlMetaDataPanel extends BasePanel implements Serializable
- serialVersionUID:
- -7292928176878371096L
-
Serialized Fields
-
m_ButtonExecute
BaseButton m_ButtonExecute
the button for executing the query. -
m_ComboBoxMetaDataType
BaseComboBox<MetaDataType> m_ComboBoxMetaDataType
the combobox with the metadata types. -
m_PanelCenter
JPanel m_PanelCenter
the panel at the bottom. -
m_PanelConnection
SqlConnectionPanel m_PanelConnection
the connection panel. -
m_PanelMapper
GenericObjectEditorPanel m_PanelMapper
the GOE with the type mapper. -
m_PanelNoResult
JPanel m_PanelNoResult
the no result panel. -
m_PanelParameters
ParameterPanel m_PanelParameters
the panel with the parameters. -
m_PanelTable
JPanel m_PanelTable
the panel with the table. -
m_PanelTableSearch
SearchPanel m_PanelTableSearch
the panel for searching the result. -
m_PanelText
JPanel m_PanelText
the panel with the text. -
m_PanelTop
JPanel m_PanelTop
the panel at the top. -
m_TableResults
SpreadSheetTable m_TableResults
the select result. -
m_TextResults
BaseTextArea m_TextResults
for other results. -
m_TextTable
BaseTextField m_TextTable
the text field with the (optional) table.
-
-
Class adams.gui.tools.sqlworkbench.SqlQueryPanel extends BasePanel implements Serializable
- serialVersionUID:
- -7292928176878371096L
-
Serialized Fields
-
m_ButtonExecute
BaseButton m_ButtonExecute
the button for executing the query. -
m_PanelConnection
SqlConnectionPanel m_PanelConnection
the connection panel. -
m_PanelListeners
Set<SqlQueryPanelListener> m_PanelListeners
the listeners for changes. -
m_PanelNoResult
JPanel m_PanelNoResult
the no result panel. -
m_PanelQuery
SQLStatementPanel m_PanelQuery
the query panel. -
m_PanelTable
JPanel m_PanelTable
the panel with the table. -
m_PanelTableSearch
SearchPanel m_PanelTableSearch
the panel for searching the result. -
m_PanelText
JPanel m_PanelText
the panel with the text. -
m_SplitPane
BaseSplitPane m_SplitPane
the split panel. -
m_TableResults
SpreadSheetTable m_TableResults
the select result. -
m_TextResults
BaseTextArea m_TextResults
for other results.
-
-
-
Package adams.gui.tools.weka
-
Class adams.gui.tools.weka.AbstractPanelWithFile extends BasePanel implements Serializable
- serialVersionUID:
- 2584774228409477738L
-
Serialized Fields
-
m_PanelChooser
T extends AbstractChooserPanel m_PanelChooser
the chooser panel.
-
-
Class adams.gui.tools.weka.AppendDatasetsPanel extends BasePanel implements Serializable
- serialVersionUID:
- -1965973872146968486L
-
Serialized Fields
-
m_CloseParent
boolean m_CloseParent
whether to close parent. -
m_Wizard
WizardPane m_Wizard
the wizard pane.
-
-
Class adams.gui.tools.weka.BatchFilterDatasetsPanel extends BasePanel implements Serializable
- serialVersionUID:
- -1965973872146968486L
-
Serialized Fields
-
m_CloseParent
boolean m_CloseParent
whether to close parent. -
m_Wizard
WizardPane m_Wizard
the wizard pane.
-
-
Class adams.gui.tools.weka.CostCurvePanel extends AbstractPanelWithFile<DatasetFileChooserPanel> implements Serializable
- serialVersionUID:
- -485114976896228362L
-
Serialized Fields
-
m_PanelCurve
weka.gui.visualize.ThresholdVisualizePanel m_PanelCurve
for displaying the cost curve.
-
-
-
Package adams.gui.tools.wekainvestigator
-
Class adams.gui.tools.wekainvestigator.InvestigatorManagerPanel extends AbstractSerializableWorkspaceManagerPanel<InvestigatorPanel> implements Serializable
- serialVersionUID:
- -5959114946146695938L
-
Class adams.gui.tools.wekainvestigator.InvestigatorPanel extends AbstractWorkspacePanel implements Serializable
- serialVersionUID:
- 7442747356297265526L
-
Serialized Fields
-
m_ActionFileClassAttribute
BaseAction m_ActionFileClassAttribute
the action for selecting the class attribute heuristic. -
m_ActionFileClear
BaseAction m_ActionFileClear
the action for clearing all datasets. -
m_ActionFileClose
BaseAction m_ActionFileClose
the action for closing the investigator. -
m_ActionFileOpen
BaseAction m_ActionFileOpen
the action for loading a dataset. -
m_ActionFileRelationName
BaseAction m_ActionFileRelationName
the action for selecting the relation name heuristic. -
m_ActionFileStopJob
BaseAction m_ActionFileStopJob
the action for stopping a job. -
m_ActionTabCloseAllTabs
BaseAction m_ActionTabCloseAllTabs
the action for closing all tabs. -
m_ActionTabCloseTab
BaseAction m_ActionTabCloseTab
the action for closing a tab. -
m_ActionTabCopyTab
BaseAction m_ActionTabCopyTab
the action for copying a tab. -
m_ActionTabLoadParameters
BaseAction m_ActionTabLoadParameters
the action for loading parameters for a tab. -
m_ActionTabRenameTab
BaseAction m_ActionTabRenameTab
the action for renaming a tab. -
m_ActionTabSaveParameters
BaseAction m_ActionTabSaveParameters
the action for saving parmeters of a tab. -
m_ActionTabUndoCloseTab
BaseAction m_ActionTabUndoCloseTab
the action for undoing closed a tab. -
m_ClassAttributeHeuristic
AbstractClassAttributeHeuristic m_ClassAttributeHeuristic
the heuristic for selecting the class attribute. -
m_Data
DataContainerList m_Data
the data loaded. -
m_FileChooser
WekaFileChooser m_FileChooser
the filechooser for datasets. -
m_Job
InvestigatorJob m_Job
the title of the current job. -
m_Log
StringBuilder m_Log
the log. -
m_MenuBar
JMenuBar m_MenuBar
the menu bar. -
m_MenuFileSources
BaseMenu m_MenuFileSources
the submenu for a sources. -
m_MenuItemOptionsCalculateModelSize
JCheckBoxMenuItem m_MenuItemOptionsCalculateModelSize
the menu item for enabling/disabling model size calculation. -
m_MenuItemOptionsSortAttributeNames
JCheckBoxMenuItem m_MenuItemOptionsSortAttributeNames
the menu item for enabling/disabling sorting of attribute names. -
m_MenuItemOptionsUndoEnabled
JCheckBoxMenuItem m_MenuItemOptionsUndoEnabled
the menu item for enabling/disabling undo. -
m_MenuTabNewTab
BaseMenu m_MenuTabNewTab
the submenu for a new tab. -
m_RecentFilesHandler
RecentFilesHandlerWithCommandline<JMenu> m_RecentFilesHandler
the recent files handler. -
m_RelationNameHeuristic
AbstractRelationNameHeuristic m_RelationNameHeuristic
the heuristic for updating the relation name. -
m_StatusBar
BaseStatusBar m_StatusBar
the status bar. -
m_StatusBarDateFormat
DateFormat m_StatusBarDateFormat
for timestamps in the statusbar. -
m_TabbedPane
InvestigatorTabbedPane m_TabbedPane
the tabbed pane for the tabs. -
m_Worker
Thread m_Worker
for executing operations (loading files etc).
-
-
Class adams.gui.tools.wekainvestigator.InvestigatorWorkspaceList extends AbstractWorkspaceListPanel<InvestigatorPanel> implements Serializable
- serialVersionUID:
- -5505181485832236326L
-
-
Package adams.gui.tools.wekainvestigator.data
-
Class adams.gui.tools.wekainvestigator.data.AbstractDataContainer extends LoggingObject implements Serializable
- serialVersionUID:
- 6267905940957451551L
-
Serialized Fields
-
m_Data
weka.core.Instances m_Data
the underlying data. -
m_ID
int m_ID
the ID of the container. -
m_LastUpdated
Date m_LastUpdated
the timestamp the data was last updated. -
m_Modified
boolean m_Modified
whether the data has been modified.
-
-
Class adams.gui.tools.wekainvestigator.data.DatabaseContainer extends AbstractDataContainer implements Serializable
- serialVersionUID:
- 6267905940957451551L
-
Class adams.gui.tools.wekainvestigator.data.DataContainerList extends ArrayList<DataContainer> implements Serializable
- serialVersionUID:
- 8763903971623553841L
-
Serialized Fields
-
m_NoCleanUp
boolean m_NoCleanUp
whether to suppress automatic cleanup. -
m_UndoEnabled
boolean m_UndoEnabled
whether undo is enabled.
-
-
Class adams.gui.tools.wekainvestigator.data.DataGeneratorContainer extends AbstractDataContainer implements Serializable
- serialVersionUID:
- 6267905940957451551L
-
Serialized Fields
-
m_Generator
weka.datagenerators.DataGenerator m_Generator
the generator used to load the data.
-
-
Class adams.gui.tools.wekainvestigator.data.FileContainer extends AbstractDataContainer implements Serializable
- serialVersionUID:
- 6267905940957451551L
-
Serialized Fields
-
m_Loader
weka.core.converters.AbstractFileLoader m_Loader
the reader used to load the data. -
m_Monitor
FileChangeMonitor m_Monitor
the file monitor to use. -
m_Source
File m_Source
the source.
-
-
Class adams.gui.tools.wekainvestigator.data.MemoryContainer extends AbstractDataContainer implements Serializable
- serialVersionUID:
- 6267905940957451551L
-
Class adams.gui.tools.wekainvestigator.data.SpreadSheetContainer extends AbstractDataContainer implements Serializable
- serialVersionUID:
- 6267905940957451551L
-
Serialized Fields
-
m_Reader
SpreadSheetReader m_Reader
the reader used to load the data. -
m_Source
File m_Source
the source.
-
-
Class adams.gui.tools.wekainvestigator.data.TextDirectoryLoaderContainer extends AbstractDataContainer implements Serializable
- serialVersionUID:
- 6267905940957451551L
-
Serialized Fields
-
m_Loader
weka.core.converters.TextDirectoryLoader m_Loader
the generator used to load the data.
-
-
-
Package adams.gui.tools.wekainvestigator.datatable
-
Class adams.gui.tools.wekainvestigator.datatable.DataTable extends BaseTable implements Serializable
- serialVersionUID:
- -2329794525513037246L
-
Serialized Fields
-
m_SortAttributes
boolean m_SortAttributes
whether to sort the attributes alphabetically.
-
-
Class adams.gui.tools.wekainvestigator.datatable.DataTableModel extends AbstractMoveableTableModel implements Serializable
- serialVersionUID:
- 8586181476263855804L
-
Serialized Fields
-
m_Data
List<DataContainer> m_Data
the underlying data. -
m_ReadOnly
boolean m_ReadOnly
whether the model is read-only.
-
-
Class adams.gui.tools.wekainvestigator.datatable.DataTableWithButtons extends BaseTableWithButtons implements Serializable
- serialVersionUID:
- -4226940020931531155L
-
-
Package adams.gui.tools.wekainvestigator.datatable.action
-
Class adams.gui.tools.wekainvestigator.datatable.action.AbstractEditableDataTableAction extends AbstractBaseAction implements Serializable
- serialVersionUID:
- -3555111594280198534L
-
Serialized Fields
-
m_Owner
AbstractInvestigatorTabWithEditableDataTable m_Owner
the owner.
-
-
Class adams.gui.tools.wekainvestigator.datatable.action.Append extends AbstractEditableDataTableAction implements Serializable
- serialVersionUID:
- -8374323161691034031L
-
Class adams.gui.tools.wekainvestigator.datatable.action.Compatibility extends AbstractEditableDataTableAction implements Serializable
- serialVersionUID:
- -8374323161691034031L
-
Class adams.gui.tools.wekainvestigator.datatable.action.Copy extends AbstractEditableDataTableAction implements Serializable
- serialVersionUID:
- -8374323161691034031L
-
Class adams.gui.tools.wekainvestigator.datatable.action.Merge extends AbstractEditableDataTableAction implements Serializable
- serialVersionUID:
- -8374323161691034031L
-
Serialized Fields
-
m_LastSetup
WekaMergeInstancesActor m_LastSetup
the last merge setup.
-
-
Class adams.gui.tools.wekainvestigator.datatable.action.Randomize extends AbstractEditableDataTableAction implements Serializable
- serialVersionUID:
- -8374323161691034031L
-
Serialized Fields
-
m_LastSeed
Long m_LastSeed
the last seed.
-
-
Class adams.gui.tools.wekainvestigator.datatable.action.RandomSubset extends AbstractEditableDataTableAction implements Serializable
- serialVersionUID:
- -8374323161691034031L
-
Serialized Fields
-
m_LastBias
Double m_LastBias
the last bias used. -
m_LastPercentage
Double m_LastPercentage
the last percentage used. -
m_LastReplacement
Boolean m_LastReplacement
whether replacement was used. -
m_LastSeed
Integer m_LastSeed
the last seed used. -
m_LastSupervised
Boolean m_LastSupervised
whether supervised version was used.
-
-
Class adams.gui.tools.wekainvestigator.datatable.action.RemoveTestSet extends AbstractEditableDataTableAction implements Serializable
- serialVersionUID:
- -8374323161691034031L
-
Class adams.gui.tools.wekainvestigator.datatable.action.Rename extends AbstractEditableDataTableAction implements Serializable
- serialVersionUID:
- -8374323161691034031L
-
Class adams.gui.tools.wekainvestigator.datatable.action.Revert extends AbstractEditableDataTableAction implements Serializable
- serialVersionUID:
- -8374323161691034031L
-
Class adams.gui.tools.wekainvestigator.datatable.action.Save extends AbstractEditableDataTableAction implements Serializable
- serialVersionUID:
- -8374323161691034031L
-
Serialized Fields
-
m_FileChooser
WekaFileChooser m_FileChooser
the file chooser for exporting.
-
-
Class adams.gui.tools.wekainvestigator.datatable.action.SaveIndexedSplitsRuns extends AbstractEditableDataTableAction implements Serializable
- serialVersionUID:
- -8374323161691034031L
-
Serialized Fields
-
m_Dialog
ApprovalDialog m_Dialog
the dialog for exporting. -
m_PanelGenerator
GenericObjectEditorPanel m_PanelGenerator
the GOE panel for the generator. -
m_PanelOutput
FileChooserPanel m_PanelOutput
the chooser panel for the output file. -
m_PanelWriter
GenericObjectEditorPanel m_PanelWriter
the GOE panel for the writer.
-
-
Class adams.gui.tools.wekainvestigator.datatable.action.Split extends AbstractEditableDataTableAction implements Serializable
- serialVersionUID:
- -8374323161691034031L
-
Serialized Fields
-
m_LastSplitter
SplitGenerator m_LastSplitter
the last splitter.
-
-
-
Package adams.gui.tools.wekainvestigator.evaluation
-
Class adams.gui.tools.wekainvestigator.evaluation.AbstractEvaluation extends LoggingObject implements Serializable
- serialVersionUID:
- -5847790432092994409L
-
Serialized Fields
-
m_Owner
T extends AbstractInvestigatorTab m_Owner
the owner. -
m_PanelOptions
JPanel m_PanelOptions
the panel with the options.
-
-
-
Package adams.gui.tools.wekainvestigator.output
-
Class adams.gui.tools.wekainvestigator.output.AbstractNestableResultItem extends AbstractResultItem implements Serializable
- serialVersionUID:
- -3409493446200539772L
-
Serialized Fields
-
m_NameSuffix
String m_NameSuffix
the name suffix to use (optional). -
m_NestedItems
Map<String,AbstractNestableResultItem> m_NestedItems
nested result items.
-
-
Class adams.gui.tools.wekainvestigator.output.AbstractOutputGenerator extends AbstractOptionHandler implements Serializable
- serialVersionUID:
- -6176955975392722176L
-
Class adams.gui.tools.wekainvestigator.output.AbstractOutputPanelWithPopupMenu extends DetachablePanel implements Serializable
- serialVersionUID:
- -2818808520522758309L
-
Class adams.gui.tools.wekainvestigator.output.AbstractResultItem extends LoggingObject implements Serializable
- serialVersionUID:
- -3409493446200539772L
-
Serialized Fields
-
m_Header
weka.core.Instances m_Header
the header. -
m_Log
StringBuilder m_Log
the log. -
m_Name
String m_Name
the name of the item. -
m_Timestamp
Date m_Timestamp
the timestamp.
-
-
Class adams.gui.tools.wekainvestigator.output.ComponentContentPanel extends AbstractOutputPanelWithPopupMenu<JComponentWriterFileChooser> implements Serializable
- serialVersionUID:
- 8183731075946484533L
-
Serialized Fields
-
m_Component
JComponent m_Component
the actual component.
-
-
Class adams.gui.tools.wekainvestigator.output.OutputTabbedPane extends DragAndDropTabbedPane implements Serializable
- serialVersionUID:
- -7694010290845155428L
-
Serialized Fields
-
m_LastExport
AbstractMultiObjectExport m_LastExport
the last export scheme.
-
-
Class adams.gui.tools.wekainvestigator.output.TableContentPanel extends AbstractOutputPanelWithPopupMenu<SpreadSheetFileChooser> implements Serializable
- serialVersionUID:
- 8183731075946484533L
-
Serialized Fields
-
m_Component
JComponent m_Component
the actual component. -
m_PanelSearch
SearchPanel m_PanelSearch
the search panel.
-
-
Class adams.gui.tools.wekainvestigator.output.TextualContentPanel extends AbstractOutputPanelWithPopupMenu<TextFileChooser> implements Serializable
- serialVersionUID:
- 8183731075946484533L
-
Serialized Fields
-
m_Component
JComponent m_Component
the actual component.
-
-
-
Package adams.gui.tools.wekainvestigator.source
-
Class adams.gui.tools.wekainvestigator.source.AbstractSource extends AbstractBaseAction implements Serializable
- serialVersionUID:
- 1860821657853747908L
-
Serialized Fields
-
m_Owner
InvestigatorPanel m_Owner
the owner.
-
-
Class adams.gui.tools.wekainvestigator.source.Clipboard extends AbstractSource implements Serializable
- serialVersionUID:
- 5646388990155938153L
-
Serialized Fields
-
m_LastReader
SpreadSheetReader m_LastReader
the last spreadsheet reader used.
-
-
Class adams.gui.tools.wekainvestigator.source.Database extends AbstractSource implements Serializable
- serialVersionUID:
- 5646388990155938153L
-
Class adams.gui.tools.wekainvestigator.source.DataGenerator extends AbstractSource implements Serializable
- serialVersionUID:
- 5646388990155938153L
-
Serialized Fields
-
m_Generator
weka.datagenerators.DataGenerator m_Generator
the last filechooser.
-
-
Class adams.gui.tools.wekainvestigator.source.SpreadSheet extends AbstractSource implements Serializable
- serialVersionUID:
- 5646388990155938153L
-
Serialized Fields
-
m_FileChooser
SpreadSheetFileChooser m_FileChooser
the filechooser.
-
-
Class adams.gui.tools.wekainvestigator.source.TextDirectory extends AbstractSource implements Serializable
- serialVersionUID:
- 5646388990155938153L
-
Serialized Fields
-
m_Loader
weka.core.converters.TextDirectoryLoader m_Loader
the last config.
-
-
-
Package adams.gui.tools.wekainvestigator.tab
-
Class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTab extends DetachablePanel implements Serializable
- serialVersionUID:
- 1860821657853747908L
-
Serialized Fields
-
m_ActualTitle
String m_ActualTitle
the actual title. -
m_FileChooserParameters
ParameterMapFileChooser m_FileChooserParameters
the file chooser. -
m_Owner
InvestigatorPanel m_Owner
the owner. -
m_Worker
Thread m_Worker
whether the evaluation is currently running.
-
-
Class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTabWithDataTable extends AbstractInvestigatorTab implements Serializable
- serialVersionUID:
- -94945456385486233L
-
Serialized Fields
-
m_DefaultDataTableHeight
int m_DefaultDataTableHeight
the default data table height. -
m_FirstAdd
boolean m_FirstAdd
whether this is the first time a dataset gets added. -
m_Model
DataTableModel m_Model
the table model. -
m_PanelData
JPanel m_PanelData
the panel with the data. -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane. -
m_Table
DataTableWithButtons m_Table
the table.
-
-
Class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTabWithEditableDataTable extends AbstractInvestigatorTabWithDataTable implements Serializable
- serialVersionUID:
- -94945456385486233L
-
Serialized Fields
-
m_Actions
List<AbstractEditableDataTableAction> m_Actions
the available actions. -
m_ButtonAction
BaseFlatSplitButton m_ButtonAction
the action button. -
m_ButtonActivate
BaseFlatButton m_ButtonActivate
the button for activating a dataset. -
m_ButtonDown
BaseFlatButton m_ButtonDown
the down button. -
m_ButtonRemove
BaseFlatButton m_ButtonRemove
the button for removing a dataset. -
m_ButtonSave
BaseFlatButton m_ButtonSave
the save button. -
m_ButtonUndo
BaseFlatButton m_ButtonUndo
the button for undoing changes. -
m_ButtonUp
BaseFlatButton m_ButtonUp
the up button.
-
-
Class adams.gui.tools.wekainvestigator.tab.AssociateTab extends AbstractInvestigatorTab implements Serializable
- serialVersionUID:
- -4106630131554796889L
-
Serialized Fields
-
m_ButtonOutputGenerators
BaseButton m_ButtonOutputGenerators
the button for editing the output generators. -
m_ButtonOutputGeneratorsFavorites
BaseButton m_ButtonOutputGeneratorsFavorites
the button for the output generator favorites. -
m_ButtonStart
BaseButton m_ButtonStart
the start button. -
m_ButtonStop
BaseButton m_ButtonStop
the stop button. -
m_ComboBoxEvaluations
BaseComboBox<AbstractAssociatorEvaluation> m_ComboBoxEvaluations
the combobox with the available evaluations. -
m_CurrentAssociator
weka.associations.Associator m_CurrentAssociator
the current associator. -
m_CurrentEvaluation
AbstractAssociatorEvaluation m_CurrentEvaluation
the current evaluation. -
m_History
AssociateTab.HistoryPanel m_History
the history. -
m_ModelEvaluations
DefaultComboBoxModel<AbstractAssociatorEvaluation> m_ModelEvaluations
the model with the available evaluations. -
m_OutputGenerators
AbstractOutputGenerator[] m_OutputGenerators
the output generators to use. -
m_PanelEvaluation
JPanel m_PanelEvaluation
the panel with the evaluation. -
m_PanelEvaluationSetup
JPanel m_PanelEvaluationSetup
the panel for the evaluation setup to be embedded in. -
m_PanelExecutionButtons
JPanel m_PanelExecutionButtons
the panel with the buttons. -
m_PanelGOE
GenericObjectEditorPanel m_PanelGOE
the GOe with the associator. -
m_PanelLeft
JPanel m_PanelLeft
the panel on the left-hand side. -
m_PanelRight
JPanel m_PanelRight
the panel on the right-hand side (displays results). -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane for left/right panels. -
m_StatusBar
BaseStatusBar m_StatusBar
the status bar.
-
-
Class adams.gui.tools.wekainvestigator.tab.AssociateTab.HistoryPanel extends AbstractNamedHistoryPanel<ResultItem> implements Serializable
- serialVersionUID:
- 8740813441072965573L
-
Serialized Fields
-
m_ModelFileChooser
BaseFileChooser m_ModelFileChooser
the file chooser for models. -
m_Owner
AssociateTab m_Owner
the owner.
-
-
Class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab extends AbstractInvestigatorTab implements Serializable
- serialVersionUID:
- -4106630131554796889L
-
Serialized Fields
-
m_ButtonOutputGenerators
BaseButton m_ButtonOutputGenerators
the button for editing the output generators. -
m_ButtonOutputGeneratorsFavorites
BaseButton m_ButtonOutputGeneratorsFavorites
the button for the output generator favorites. -
m_ButtonStart
BaseButton m_ButtonStart
the start button. -
m_ButtonStop
BaseButton m_ButtonStop
the stop button. -
m_ComboBoxEvaluations
BaseComboBox<AbstractAttributeSelectionEvaluation> m_ComboBoxEvaluations
the combobox with the available evaluations. -
m_CurrentEvaluation
AbstractAttributeSelectionEvaluation m_CurrentEvaluation
the current evaluation. -
m_CurrentEvaluator
weka.attributeSelection.ASEvaluation m_CurrentEvaluator
the current evaluator. -
m_CurrentSearch
weka.attributeSelection.ASSearch m_CurrentSearch
the current search. -
m_History
AttributeSelectionTab.HistoryPanel m_History
the history. -
m_ModelEvaluations
DefaultComboBoxModel<AbstractAttributeSelectionEvaluation> m_ModelEvaluations
the model with the available evaluations. -
m_OutputGenerators
AbstractOutputGenerator[] m_OutputGenerators
the output generators to use. -
m_PanelEvaluation
JPanel m_PanelEvaluation
the panel with the evaluation. -
m_PanelEvaluationSetup
JPanel m_PanelEvaluationSetup
the panel for the evaluation setup to be embedded in. -
m_PanelEvaluator
GenericObjectEditorPanel m_PanelEvaluator
the GOe with the evaluator. -
m_PanelExecutionButtons
JPanel m_PanelExecutionButtons
the panel with the buttons. -
m_PanelLeft
JPanel m_PanelLeft
the panel on the left-hand side. -
m_PanelRight
JPanel m_PanelRight
the panel on the right-hand side (displays results). -
m_PanelSearch
GenericObjectEditorPanel m_PanelSearch
the GOe with the search. -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane for left/right panels. -
m_StatusBar
BaseStatusBar m_StatusBar
the status bar.
-
-
Class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab.HistoryPanel extends AbstractNamedHistoryPanel<ResultItem> implements Serializable
- serialVersionUID:
- 8740813441072965573L
-
Serialized Fields
-
m_DatasetFileChooser
WekaFileChooser m_DatasetFileChooser
the file chooser for models. -
m_Owner
AttributeSelectionTab m_Owner
the owner.
-
-
Class adams.gui.tools.wekainvestigator.tab.BoxPlotTab extends AbstractInvestigatorTabWithDataTable implements Serializable
- serialVersionUID:
- -4106630131554796889L
-
Serialized Fields
-
m_CurrentBoxPlot
BoxPlotManager m_CurrentBoxPlot
the current boxplot. -
m_LastBoxPlot
BoxPlotManager m_LastBoxPlot
the last boxplot.
-
-
Class adams.gui.tools.wekainvestigator.tab.ClassifyTab extends AbstractInvestigatorTab implements Serializable
- serialVersionUID:
- -4106630131554796889L
-
Serialized Fields
-
m_ButtonOutputGenerators
BaseButton m_ButtonOutputGenerators
the button for editing the output generators. -
m_ButtonOutputGeneratorsFavorites
BaseButton m_ButtonOutputGeneratorsFavorites
the button for the output generator favorites. -
m_ButtonStart
BaseButton m_ButtonStart
the start button. -
m_ButtonStop
BaseButton m_ButtonStop
the stop button. -
m_ComboBoxEvaluations
BaseComboBox<AbstractClassifierEvaluation> m_ComboBoxEvaluations
the combobox with the available evaluations. -
m_CurrentClassifier
weka.classifiers.Classifier m_CurrentClassifier
the current classifier. -
m_CurrentEvaluation
AbstractClassifierEvaluation m_CurrentEvaluation
the current evaluation. -
m_History
ClassifyTab.HistoryPanel m_History
the history. -
m_ModelEvaluations
DefaultComboBoxModel<AbstractClassifierEvaluation> m_ModelEvaluations
the model with the available evaluations. -
m_OutputGenerators
AbstractOutputGenerator[] m_OutputGenerators
the output generators to use. -
m_PanelEvaluation
JPanel m_PanelEvaluation
the panel with the evaluation. -
m_PanelEvaluationSetup
JPanel m_PanelEvaluationSetup
the panel for the evaluation setup to be embedded in. -
m_PanelExecutionButtons
JPanel m_PanelExecutionButtons
the panel with the buttons. -
m_PanelGOE
GenericObjectEditorPanel m_PanelGOE
the GOe with the classifier. -
m_PanelLeft
JPanel m_PanelLeft
the panel on the left-hand side. -
m_PanelRight
JPanel m_PanelRight
the panel on the right-hand side (displays results). -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane for left/right panels. -
m_StatusBar
BaseStatusBar m_StatusBar
the status bar. -
m_Stopping
boolean m_Stopping
whether the execution is in the process of stopping.
-
-
Class adams.gui.tools.wekainvestigator.tab.ClassifyTab.HistoryPanel extends AbstractNamedHistoryPanel<ResultItem> implements Serializable
- serialVersionUID:
- 8740813441072965573L
-
Serialized Fields
-
m_ModelFileChooser
BaseFileChooser m_ModelFileChooser
the file chooser for models. -
m_Owner
ClassifyTab m_Owner
the owner.
-
-
Class adams.gui.tools.wekainvestigator.tab.ClusterTab extends AbstractInvestigatorTab implements Serializable
- serialVersionUID:
- -4106630131554796889L
-
Serialized Fields
-
m_ButtonOutputGenerators
BaseButton m_ButtonOutputGenerators
the button for editing the output generators. -
m_ButtonOutputGeneratorsFavorites
BaseButton m_ButtonOutputGeneratorsFavorites
the button for the output generator favorites. -
m_ButtonStart
BaseButton m_ButtonStart
the start button. -
m_ButtonStop
BaseButton m_ButtonStop
the stop button. -
m_ComboBoxEvaluations
BaseComboBox<AbstractClustererEvaluation> m_ComboBoxEvaluations
the combobox with the available evaluations. -
m_CurrentClusterer
weka.clusterers.Clusterer m_CurrentClusterer
the current clusterer. -
m_CurrentEvaluation
AbstractClustererEvaluation m_CurrentEvaluation
the current evaluation. -
m_History
ClusterTab.HistoryPanel m_History
the history. -
m_ModelEvaluations
DefaultComboBoxModel<AbstractClustererEvaluation> m_ModelEvaluations
the model with the available evaluations. -
m_OutputGenerators
AbstractOutputGenerator[] m_OutputGenerators
the output generators to use. -
m_PanelEvaluation
JPanel m_PanelEvaluation
the panel with the evaluation. -
m_PanelEvaluationSetup
JPanel m_PanelEvaluationSetup
the panel for the evaluation setup to be embedded in. -
m_PanelExecutionButtons
JPanel m_PanelExecutionButtons
the panel with the buttons. -
m_PanelGOE
GenericObjectEditorPanel m_PanelGOE
the GOe with the clusterer. -
m_PanelLeft
JPanel m_PanelLeft
the panel on the left-hand side. -
m_PanelRight
JPanel m_PanelRight
the panel on the right-hand side (displays results). -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane for left/right panels. -
m_StatusBar
BaseStatusBar m_StatusBar
the status bar.
-
-
Class adams.gui.tools.wekainvestigator.tab.ClusterTab.HistoryPanel extends AbstractNamedHistoryPanel<ResultItem> implements Serializable
- serialVersionUID:
- 8740813441072965573L
-
Serialized Fields
-
m_ModelFileChooser
BaseFileChooser m_ModelFileChooser
the file chooser for models. -
m_Owner
ClusterTab m_Owner
the owner.
-
-
Class adams.gui.tools.wekainvestigator.tab.CompareTab extends AbstractInvestigatorTab implements Serializable
- serialVersionUID:
- 6828735730385124766L
-
Serialized Fields
-
m_ButtonData
BaseButton m_ButtonData
the button for comparing the data. -
m_ButtonStructure
BaseButton m_ButtonStructure
the button for comparing the structure. -
m_ComboBoxFirstDataset
BaseComboBox<String> m_ComboBoxFirstDataset
the first dataset. -
m_ComboBoxFirstID
BaseComboBox<String> m_ComboBoxFirstID
the ID attribute in the first dataset to use for comparing the data. -
m_ComboBoxSecondDataset
BaseComboBox<String> m_ComboBoxSecondDataset
the second dataset. -
m_ComboBoxSecondID
BaseComboBox<String> m_ComboBoxSecondID
the ID attribute in the second dataset to use for comparing the data. -
m_FileChooserIDs
TextFileChooser m_FileChooserIDs
the file saver for storing the IDs. -
m_FirstAttributes
gnu.trove.list.TIntList m_FirstAttributes
the first set of attributes. -
m_FirstData
weka.core.Instances m_FirstData
the first dataset. -
m_ListCommonIDs
BaseList m_ListCommonIDs
the JList with the common IDs. -
m_ModelCommonIDs
DefaultListModel<String> m_ModelCommonIDs
the model with the common IDs. -
m_ModelFirstDataset
DefaultComboBoxModel<String> m_ModelFirstDataset
the first dataset model. -
m_ModelFirstID
DefaultComboBoxModel<String> m_ModelFirstID
the first ID attribute model. -
m_ModelSecondDataset
DefaultComboBoxModel<String> m_ModelSecondDataset
the second dataset model. -
m_ModelSecondID
DefaultComboBoxModel<String> m_ModelSecondID
the second ID attribute model. -
m_PanelBoth
InstancePanel m_PanelBoth
the panel for displaying the two instances. -
m_PanelComparison
JPanel m_PanelComparison
the overall panel for comparison. -
m_PanelData
JPanel m_PanelData
the panel for the data. -
m_PanelDatasets
JPanel m_PanelDatasets
the panel for the datasets. -
m_PanelDifference
InstancePanel m_PanelDifference
the panel with the difference. -
m_PanelStructure
JPanel m_PanelStructure
the panel for the structure. -
m_ReportTable
ReportFactory.Table m_ReportTable
the table with the report. -
m_SecondAttributes
gnu.trove.list.TIntList m_SecondAttributes
the second set of attributes. -
m_SecondData
weka.core.Instances m_SecondData
the second dataset. -
m_TabbedPaneData
BaseTabbedPane m_TabbedPaneData
the tabbed pane for the data. -
m_TextCommon
BaseTextArea m_TextCommon
the IDs present in both datasets. -
m_TextFirstRange
BaseTextField m_TextFirstRange
the text field for the first attribute range. -
m_TextOnlyFirst
BaseTextArea m_TextOnlyFirst
the IDs only present in the first dataset. -
m_TextOnlySecond
BaseTextArea m_TextOnlySecond
the IDs only present in the second dataset. -
m_TextSecondRange
BaseTextField m_TextSecondRange
the text field for the second attribute range. -
m_TextStructure
BaseTextArea m_TextStructure
the text area with the structure output.
-
-
Class adams.gui.tools.wekainvestigator.tab.DataQueryTab extends AbstractInvestigatorTabWithDataTable implements Serializable
- serialVersionUID:
- -4106630131554796889L
-
Serialized Fields
-
m_ButtonClear
BaseButton m_ButtonClear
the clear button. -
m_ButtonExecute
BaseButton m_ButtonExecute
the execute button. -
m_ButtonHelp
BaseButton m_ButtonHelp
the help button. -
m_ButtonHistory
BaseButton m_ButtonHistory
the button for the history. -
m_ButtonSave
BaseButton m_ButtonSave
the save button. -
m_DataGenerated
boolean m_DataGenerated
whether data was generated. -
m_PanelQuery
SpreadSheetQueryEditorPanel m_PanelQuery
the query panel. -
m_PopupMenu
JPopupMenu m_PopupMenu
the popup menu for the recent items. -
m_RecentStatementsHandler
RecentSQLStatementsHandler<JPopupMenu> m_RecentStatementsHandler
the recent files handler. -
m_TableResult
SpreadSheetTable m_TableResult
the generated spreadsheet.
-
-
Class adams.gui.tools.wekainvestigator.tab.DataTab extends AbstractInvestigatorTabWithEditableDataTable implements Serializable
- serialVersionUID:
- -94945456385486233L
-
Serialized Fields
-
m_CurrentPanel
InstancesPanel m_CurrentPanel
the currently displayed panel. -
m_MaxColWidth
Integer m_MaxColWidth
the default max column width. -
m_TableCache
Map<DataContainer,InstancesPanel> m_TableCache
the cache for the tables. -
m_TimestampCache
Map<DataContainer,Date> m_TimestampCache
the cache for the last update cache.
-
-
Class adams.gui.tools.wekainvestigator.tab.ExperimentTab extends AbstractInvestigatorTab implements Serializable
- serialVersionUID:
- -4106630131554796889L
-
Serialized Fields
-
m_ButtonOutputGenerators
BaseButton m_ButtonOutputGenerators
the button for editing the output generators. -
m_ButtonOutputGeneratorsFavorites
BaseButton m_ButtonOutputGeneratorsFavorites
the button for the output generator favorites. -
m_ButtonStart
BaseButton m_ButtonStart
the start button. -
m_ButtonStop
BaseButton m_ButtonStop
the stop button. -
m_ComboBoxSetups
BaseComboBox<AbstractExperimentSetup> m_ComboBoxSetups
the combobox with the available setups. -
m_CurrentClassifier
weka.classifiers.Classifier m_CurrentClassifier
the current classifier. -
m_CurrentSetup
AbstractExperimentSetup m_CurrentSetup
the current p. -
m_History
ExperimentTab.HistoryPanel m_History
the history. -
m_ModelSetups
DefaultComboBoxModel<AbstractExperimentSetup> m_ModelSetups
the model with the available setups. -
m_OutputGenerators
AbstractOutputGenerator[] m_OutputGenerators
the output generators to use. -
m_PanelEvaluation
JPanel m_PanelEvaluation
the panel with the evaluation. -
m_PanelExecutionButtons
JPanel m_PanelExecutionButtons
the panel with the buttons. -
m_PanelGOE
GenericObjectEditorPanel m_PanelGOE
the GOe with the classifier. -
m_PanelLeft
JPanel m_PanelLeft
the panel on the left-hand side. -
m_PanelRight
JPanel m_PanelRight
the panel on the right-hand side (displays results). -
m_PanelSetup
JPanel m_PanelSetup
the panel for the execution setup to be embedded in. -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane for left/right panels. -
m_StatusBar
BaseStatusBar m_StatusBar
the status bar. -
m_Stopping
boolean m_Stopping
whether the execution is in the process of stopping.
-
-
Class adams.gui.tools.wekainvestigator.tab.ExperimentTab.HistoryPanel extends AbstractNamedHistoryPanel<ResultItem> implements Serializable
- serialVersionUID:
- 8740813441072965573L
-
Serialized Fields
-
m_Owner
ExperimentTab m_Owner
the owner. -
m_ResultsFileChooser
WekaFileChooser m_ResultsFileChooser
the file chooser for the results.
-
-
Class adams.gui.tools.wekainvestigator.tab.IndependentComponentsTab extends AbstractInvestigatorTab implements Serializable
- serialVersionUID:
- -4106630131554796889L
-
Serialized Fields
-
m_ButtonStart
BaseButton m_ButtonStart
the button to start PCA. -
m_ButtonStop
BaseButton m_ButtonStop
the button to stop PCA. -
m_ComboBoxDatasets
BaseComboBox<String> m_ComboBoxDatasets
the datasets. -
m_ModelDatasets
DefaultComboBoxModel<String> m_ModelDatasets
the datasets model. -
m_PanelComponents
ScatterPlot m_PanelComponents
the components plot. -
m_PanelICA
GenericObjectEditorPanel m_PanelICA
the ICA setup. -
m_PanelLeft
JPanel m_PanelLeft
the left panel. -
m_PanelParameters
ParameterPanel m_PanelParameters
the parameter panel. -
m_PanelRight
JPanel m_PanelRight
the right panel. -
m_PanelSources
ScatterPlot m_PanelSources
the sources plot. -
m_SplitPane
BaseSplitPane m_SplitPane
the split pane.
-
-