Uses of Class
org.anchoranalysis.mpp.feature.bean.energy.scheme.EnergySchemeCreator
| Package | Description |
|---|---|
| org.anchoranalysis.mpp.feature.bean.energy.scheme |
Creating
EnergySchemes. |
| org.anchoranalysis.mpp.feature.bean.mark |
Features calculated on a
Mark. |
-
Uses of EnergySchemeCreator in org.anchoranalysis.mpp.feature.bean.energy.scheme
Subclasses of EnergySchemeCreator in org.anchoranalysis.mpp.feature.bean.energy.scheme Modifier and Type Class Description classEnergySchemeCreatorByElementCreates anEnergySchemeby combining individual elements and their interactions. -
Uses of EnergySchemeCreator in org.anchoranalysis.mpp.feature.bean.mark
Methods in org.anchoranalysis.mpp.feature.bean.mark that return EnergySchemeCreator Modifier and Type Method Description EnergySchemeCreatorMarkEvaluator. getEnergySchemeCreator()Creator for the energy scheme used in mark evaluation.Methods in org.anchoranalysis.mpp.feature.bean.mark with parameters of type EnergySchemeCreator Modifier and Type Method Description voidMarkEvaluator. setEnergySchemeCreator(EnergySchemeCreator energySchemeCreator)Creator for the energy scheme used in mark evaluation.