Uses of Class
adams.core.base.BaseList
-
Packages that use BaseList Package Description adams.core.base adams.flow.source -
-
Uses of BaseList in adams.core.base
Subclasses of BaseList in adams.core.base Modifier and Type Class Description class
AttributeTypeList
Wrapper for a comma-separated list of attribute types. -
Uses of BaseList in adams.flow.source
Fields in adams.flow.source declared as BaseList Modifier and Type Field Description protected BaseList
WekaNewInstances. m_AttributeNames
the comma-separated list of attribute names.Methods in adams.flow.source that return BaseList Modifier and Type Method Description BaseList
WekaNewInstances. getAttributeNames()
Returns the list of attribute names.Methods in adams.flow.source with parameters of type BaseList Modifier and Type Method Description void
WekaNewInstances. setAttributeNames(BaseList value)
Sets the list of attribute names.
-