Uses of Class
org.anchoranalysis.mpp.feature.input.FeatureInputPairMemo
| Package | Description |
|---|---|
| org.anchoranalysis.mpp.feature.addcriteria |
Criteria for adding edges during optimization of marked-point-processes.
|
| org.anchoranalysis.mpp.feature.bean.energy.element |
Implementations and helper classes for calculating energy during an energy-minimization
optimization scheme.
|
| 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 FeatureInputPairMemo in org.anchoranalysis.mpp.feature.addcriteria
Methods in org.anchoranalysis.mpp.feature.addcriteria that return types with arguments of type FeatureInputPairMemo Modifier and Type Method Description Optional<FeatureList<FeatureInputPairMemo>>AddCriteriaEnergyPair. orderedListOfFeatures()Optional<FeatureList<FeatureInputPairMemo>>AddCriteriaNever. orderedListOfFeatures()Optional<FeatureList<FeatureInputPairMemo>>AddCriteriaOr. orderedListOfFeatures()Optional<FeatureList<FeatureInputPairMemo>>ArbitraryPointCommon. orderedListOfFeatures()Optional<FeatureList<FeatureInputPairMemo>>BoundingBoxIntersection. orderedListOfFeatures()Constructor parameters in org.anchoranalysis.mpp.feature.addcriteria with type arguments of type FeatureInputPairMemo Constructor Description AddCriteriaEnergyPair(FeatureList<FeatureInputPairMemo> energyPairs, AddCriteriaPair pairAddCriteria)Creates an AddCriteriaEnergyPair with specified energy pairs and add criteria. -
Uses of FeatureInputPairMemo in org.anchoranalysis.mpp.feature.bean.energy.element
Methods in org.anchoranalysis.mpp.feature.bean.energy.element with parameters of type FeatureInputPairMemo Modifier and Type Method Description protected FeatureInputSingleMemoCalculateDeriveSingleMemoFromPair. execute(FeatureInputPairMemo input)Method parameters in org.anchoranalysis.mpp.feature.bean.energy.element with type arguments of type FeatureInputPairMemo Modifier and Type Method Description doubleAsSingle. calculate(FeatureCalculationInput<FeatureInputPairMemo> input) -
Uses of FeatureInputPairMemo in org.anchoranalysis.mpp.feature.bean.energy.scheme
Methods in org.anchoranalysis.mpp.feature.bean.energy.scheme that return types with arguments of type FeatureInputPairMemo Modifier and Type Method Description FeatureListProvider<FeatureInputPairMemo>EnergySchemeCreatorByElement. getElemPairCreator()Creates features for pairs of elements.Method parameters in org.anchoranalysis.mpp.feature.bean.energy.scheme with type arguments of type FeatureInputPairMemo Modifier and Type Method Description voidEnergySchemeCreatorByElement. setElemPairCreator(FeatureListProvider<FeatureInputPairMemo> elemPairCreator)Creates features for pairs of elements. -
Uses of FeatureInputPairMemo in org.anchoranalysis.mpp.feature.energy.scheme
Methods in org.anchoranalysis.mpp.feature.energy.scheme that return types with arguments of type FeatureInputPairMemo Modifier and Type Method Description FeatureList<FeatureInputPairMemo>EnergyScheme. getElemPairAsFeatureList()Gets the feature list for pairs of elements.