Uses of Class
org.anchoranalysis.mpp.feature.input.FeatureInputAllMemo
| Package | Description |
|---|---|
| org.anchoranalysis.mpp.feature.bean.energy.scheme |
Creating
EnergySchemes. |
| org.anchoranalysis.mpp.feature.energy.scheme |
Factorized form of storing the energy during an energy-minimization optimization scheme.
|
-
Uses of FeatureInputAllMemo in org.anchoranalysis.mpp.feature.bean.energy.scheme
Methods in org.anchoranalysis.mpp.feature.bean.energy.scheme that return types with arguments of type FeatureInputAllMemo Modifier and Type Method Description FeatureListProvider<FeatureInputAllMemo>EnergySchemeCreatorByElement. getElemAllCreator()Optional creator for features considering all elements.Method parameters in org.anchoranalysis.mpp.feature.bean.energy.scheme with type arguments of type FeatureInputAllMemo Modifier and Type Method Description voidEnergySchemeCreatorByElement. setElemAllCreator(FeatureListProvider<FeatureInputAllMemo> elemAllCreator)Optional creator for features considering all elements. -
Uses of FeatureInputAllMemo in org.anchoranalysis.mpp.feature.energy.scheme
Methods in org.anchoranalysis.mpp.feature.energy.scheme that return types with arguments of type FeatureInputAllMemo Modifier and Type Method Description FeatureList<FeatureInputAllMemo>EnergyScheme. getElemAllAsFeatureList()Gets the feature list for all elements together.