Uses of Class
adams.flow.transformer.PredictionEccentricity.Morphology
-
Packages that use PredictionEccentricity.Morphology Package Description adams.flow.transformer adams.gui.tools.wekainvestigator.tab.classifytab.output -
-
Uses of PredictionEccentricity.Morphology in adams.flow.transformer
Fields in adams.flow.transformer declared as PredictionEccentricity.Morphology Modifier and Type Field Description protected PredictionEccentricity.Morphology[]
PredictionEccentricity. m_Morphologies
the morphologies to apply.Methods in adams.flow.transformer that return PredictionEccentricity.Morphology Modifier and Type Method Description PredictionEccentricity.Morphology[]
PredictionEccentricity. getMorphologies()
Returns the morphologies to apply.static PredictionEccentricity.Morphology
PredictionEccentricity.Morphology. valueOf(String name)
Returns the enum constant of this type with the specified name.static PredictionEccentricity.Morphology[]
PredictionEccentricity.Morphology. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.flow.transformer with parameters of type PredictionEccentricity.Morphology Modifier and Type Method Description void
PredictionEccentricity. setMorphologies(PredictionEccentricity.Morphology[] value)
Sets the morphologies to apply. -
Uses of PredictionEccentricity.Morphology in adams.gui.tools.wekainvestigator.tab.classifytab.output
Fields in adams.gui.tools.wekainvestigator.tab.classifytab.output declared as PredictionEccentricity.Morphology Modifier and Type Field Description protected PredictionEccentricity.Morphology[]
PredictionEccentricity. m_Morphologies
the morphologies to apply.Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output that return PredictionEccentricity.Morphology Modifier and Type Method Description PredictionEccentricity.Morphology[]
PredictionEccentricity. getMorphologies()
Returns the morphologies to apply.Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output with parameters of type PredictionEccentricity.Morphology Modifier and Type Method Description void
PredictionEccentricity. setMorphologies(PredictionEccentricity.Morphology[] value)
Sets the morphologies to apply.
-