Uses of Class
org.anchoranalysis.feature.energy.EnergyStack
| Package | Description |
|---|---|
| org.anchoranalysis.feature.energy |
A particular stack used in feature-calculations called a
EnergyStack together with related classes. |
| org.anchoranalysis.feature.initialization |
Initialization parameters used for beans in
org.anchoranalysis.feature.bean. |
| org.anchoranalysis.feature.input |
Base classes providing inputs to feature calculations.
|
-
Uses of EnergyStack in org.anchoranalysis.feature.energy
Methods in org.anchoranalysis.feature.energy that return EnergyStack Modifier and Type Method Description EnergyStackEnergyStack. copyChangeDictionary(Dictionary dictionaryToAssign)Makes a copy of theEnergyStackbut assigns a newDictionary.EnergyStackEnergyStack. 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 EnergyStack Constructor Description FeatureInitialization(EnergyStack energyStack)Create only with an energy-stack. -
Uses of EnergyStack in org.anchoranalysis.feature.input
Methods in org.anchoranalysis.feature.input that return EnergyStack Modifier and Type Method Description EnergyStackFeatureInputEnergy. 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 EnergyStack Modifier and Type Method Description Optional<EnergyStack>FeatureInputEnergy. getEnergyStackOptional()The associated energy-stack.Methods in org.anchoranalysis.feature.input with parameters of type EnergyStack Modifier and Type Method Description voidFeatureInputEnergy. setEnergyStack(EnergyStack energyStack)Assigns anEnergyStackto be associated with the input.Method parameters in org.anchoranalysis.feature.input with type arguments of type EnergyStack Modifier and Type Method Description voidFeatureInputEnergy. 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 Constructor Description FeatureInputEnergy(Optional<EnergyStack> energyStack)