Uses of Class
org.anchoranalysis.feature.energy.EnergyStack
Packages that use EnergyStack
Package
Description
A particular stack used in feature-calculations called a
EnergyStack together with related classes.Initialization parameters used for beans in
org.anchoranalysis.feature.bean.Base classes providing inputs to feature calculations.
-
Uses of EnergyStack in org.anchoranalysis.feature.energy
Methods in org.anchoranalysis.feature.energy that return EnergyStackModifier and TypeMethodDescriptionEnergyStack.copyChangeDictionary(Dictionary dictionaryToAssign) Makes a copy of theEnergyStackbut assigns a newDictionary.EnergyStack.extractSlice(int z) Extract a particular z-slice from theEnergyStackas a new stack. -
Uses of EnergyStack in org.anchoranalysis.feature.initialization
Constructors in org.anchoranalysis.feature.initialization with parameters of type EnergyStackModifierConstructorDescriptionFeatureInitialization(EnergyStack energyStack) Create only with an energy-stack. -
Uses of EnergyStack in org.anchoranalysis.feature.input
Methods in org.anchoranalysis.feature.input that return EnergyStackModifier and TypeMethodDescriptionFeatureInputEnergy.getEnergyStackRequired()The associated energy-stack or throws an exception if it isn't present.Methods in org.anchoranalysis.feature.input that return types with arguments of type EnergyStackModifier and TypeMethodDescriptionFeatureInputEnergy.getEnergyStackOptional()The associated energy-stack.Methods in org.anchoranalysis.feature.input with parameters of type EnergyStackModifier and TypeMethodDescriptionvoidFeatureInputEnergy.setEnergyStack(EnergyStack energyStack) Assigns anEnergyStackto be associated with the input.Method parameters in org.anchoranalysis.feature.input with type arguments of type EnergyStackModifier and TypeMethodDescriptionvoidFeatureInputEnergy.setEnergyStack(Optional<EnergyStack> energyStack) Assigns an optionalEnergyStackto be associated with the input.Constructor parameters in org.anchoranalysis.feature.input with type arguments of type EnergyStack