Uses of Class
adams.flow.core.AbstractModelLoader.ModelLoadingType
-
Packages that use AbstractModelLoader.ModelLoadingType Package Description adams.flow.core adams.flow.transformer -
-
Uses of AbstractModelLoader.ModelLoadingType in adams.flow.core
Fields in adams.flow.core declared as AbstractModelLoader.ModelLoadingType Modifier and Type Field Description protected AbstractModelLoader.ModelLoadingType
AbstractModelLoader. m_ModelLoadingType
the loading type.Methods in adams.flow.core that return AbstractModelLoader.ModelLoadingType Modifier and Type Method Description AbstractModelLoader.ModelLoadingType
AbstractModelLoader. getModelLoadingType()
Returns the loading type.AbstractModelLoader.ModelLoadingType
ModelLoaderSupporter. getModelLoadingType()
Returns the loading type.static AbstractModelLoader.ModelLoadingType
AbstractModelLoader.ModelLoadingType. valueOf(String name)
Returns the enum constant of this type with the specified name.static AbstractModelLoader.ModelLoadingType[]
AbstractModelLoader.ModelLoadingType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.flow.core with parameters of type AbstractModelLoader.ModelLoadingType Modifier and Type Method Description void
AbstractModelLoader. setModelLoadingType(AbstractModelLoader.ModelLoadingType value)
Sets the loading type.void
ModelLoaderSupporter. setModelLoadingType(AbstractModelLoader.ModelLoadingType value)
Sets the loading type. -
Uses of AbstractModelLoader.ModelLoadingType in adams.flow.transformer
Methods in adams.flow.transformer that return AbstractModelLoader.ModelLoadingType Modifier and Type Method Description AbstractModelLoader.ModelLoadingType
AbstractProcessWekaInstanceWithModel. getModelLoadingType()
Returns the loading type.AbstractModelLoader.ModelLoadingType
WekaFilter. getModelLoadingType()
Returns the loading type.Methods in adams.flow.transformer with parameters of type AbstractModelLoader.ModelLoadingType Modifier and Type Method Description void
AbstractProcessWekaInstanceWithModel. setModelLoadingType(AbstractModelLoader.ModelLoadingType value)
Sets the loading type.void
WekaFilter. setModelLoadingType(AbstractModelLoader.ModelLoadingType value)
Sets the loading type.
-