Uses of Class
org.optaplanner.examples.investment.domain.AssetClassAllocation
-
Packages that use AssetClassAllocation Package Description org.optaplanner.examples.investment.domain org.optaplanner.examples.investment.solver.move org.optaplanner.examples.investment.solver.move.factory -
-
Uses of AssetClassAllocation in org.optaplanner.examples.investment.domain
Methods in org.optaplanner.examples.investment.domain that return types with arguments of type AssetClassAllocation Modifier and Type Method Description List<AssetClassAllocation>InvestmentSolution. getAssetClassAllocationList()Methods in org.optaplanner.examples.investment.domain with parameters of type AssetClassAllocation Modifier and Type Method Description static longAssetClassAllocation. calculateSquaredStandardDeviationFemtosFromTo(AssetClassAllocation from, AssetClassAllocation to)Method parameters in org.optaplanner.examples.investment.domain with type arguments of type AssetClassAllocation Modifier and Type Method Description voidInvestmentSolution. setAssetClassAllocationList(List<AssetClassAllocation> assetClassAllocationList) -
Uses of AssetClassAllocation in org.optaplanner.examples.investment.solver.move
Constructors in org.optaplanner.examples.investment.solver.move with parameters of type AssetClassAllocation Constructor Description InvestmentQuantityTransferMove(AssetClassAllocation fromAssetClassAllocation, AssetClassAllocation toAssetClassAllocation, long transferMillis) -
Uses of AssetClassAllocation in org.optaplanner.examples.investment.solver.move.factory
Constructor parameters in org.optaplanner.examples.investment.solver.move.factory with type arguments of type AssetClassAllocation Constructor Description RandomInvestmentQuantityTransferMoveIterator(List<AssetClassAllocation> allocationList, NavigableMap<Long,AssetClassAllocation> quantityMillisIncrementToAllocationMap, Random workingRandom)RandomInvestmentQuantityTransferMoveIterator(List<AssetClassAllocation> allocationList, NavigableMap<Long,AssetClassAllocation> quantityMillisIncrementToAllocationMap, Random workingRandom)
-