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 classAttributeTypeListWrapper 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 BaseListWekaNewInstances. m_AttributeNamesthe comma-separated list of attribute names.Methods in adams.flow.source that return BaseList Modifier and Type Method Description BaseListWekaNewInstances. getAttributeNames()Returns the list of attribute names.Methods in adams.flow.source with parameters of type BaseList Modifier and Type Method Description voidWekaNewInstances. setAttributeNames(BaseList value)Sets the list of attribute names.
-