|
Rename Method public setStandardDeviationRiskMicros(standardDeviationRiskMicros long) : void renamed to public setStandardDeviationRiskMillis(standardDeviationRiskMillis long) : void in class org.optaplanner.examples.investmentallocation.domain.AssetClass |
From |
To |
|
Rename Method public getQuantityMicrosRange() : CountableValueRange<Long> renamed to public getQuantityMillisRange() : CountableValueRange<Long> in class org.optaplanner.examples.investmentallocation.domain.InvestmentAllocationSolution |
From |
To |
|
Rename Method public getQuantifiedExpectedReturnPicos() : long renamed to public getQuantifiedExpectedReturnMicros() : long in class org.optaplanner.examples.investmentallocation.domain.AssetClassAllocation |
From |
To |
|
Rename Method public setExpectedReturnMicros(expectedReturnMicros long) : void renamed to public setExpectedReturnMillis(expectedReturnMillis long) : void in class org.optaplanner.examples.investmentallocation.domain.AssetClass |
From |
To |
|
Rename Method public getQuantityMicros() : Long renamed to public getQuantityMillis() : Long in class org.optaplanner.examples.investmentallocation.domain.AssetClassAllocation |
From |
To |
|
Rename Method protected parsePercentageMicros(token String) : long renamed to protected parsePercentageMillis(token String) : long in class org.optaplanner.examples.investmentallocation.persistence.InvestmentAllocationImporter.InvestmentAllocationInputBuilder |
From |
To |
|
Rename Method public getExpectedReturnMicros() : long renamed to public getExpectedReturnMillis() : long in class org.optaplanner.examples.investmentallocation.domain.AssetClass |
From |
To |
|
Rename Method public setCorrelationMicrosMap(correlationMicrosMap Map<AssetClass,Long>) : void renamed to public setCorrelationMillisMap(correlationMillisMap Map<AssetClass,Long>) : void in class org.optaplanner.examples.investmentallocation.domain.AssetClass |
From |
To |
|
Rename Method public getCorrelationMicrosMap() : Map<AssetClass,Long> renamed to public getCorrelationMillisMap() : Map<AssetClass,Long> in class org.optaplanner.examples.investmentallocation.domain.AssetClass |
From |
To |
|
Rename Method public setQuantityMicros(quantityMicros Long) : void renamed to public setQuantityMillis(quantityMillis Long) : void in class org.optaplanner.examples.investmentallocation.domain.AssetClassAllocation |
From |
To |
|
Rename Method public getStandardDeviationRiskMicros() : long renamed to public getStandardDeviationRiskMillis() : long in class org.optaplanner.examples.investmentallocation.domain.AssetClass |
From |
To |
|
Rename Variable micros : BigDecimal to millis : BigDecimal in method protected parsePercentageMillis(token String) : long in class org.optaplanner.examples.investmentallocation.persistence.InvestmentAllocationImporter.InvestmentAllocationInputBuilder |
From |
To |
|
Rename Variable correlationMicros : long to correlationMillis : long in method public getCorrelationLabel(other AssetClass) : String in class org.optaplanner.examples.investmentallocation.domain.AssetClass |
From |
To |
|
Rename Variable quantityIncrementMicrosToAllocationMap : NavigableMap<Long,AssetClassAllocation> to quantityMillisIncrementToAllocationMap : NavigableMap<Long,AssetClassAllocation> in method public createRandomMoveIterator(scoreDirector ScoreDirector, workingRandom Random) : Iterator<Move> in class org.optaplanner.examples.investmentallocation.solver.move.factory.InvestmentQuantityTransferMoveIteratorFactory |
From |
To |
|
Rename Variable quantityIncrementMicros : long to quantityIncrementMillis : long in method public createRandomMoveIterator(scoreDirector ScoreDirector, workingRandom Random) : Iterator<Move> in class org.optaplanner.examples.investmentallocation.solver.move.factory.InvestmentQuantityTransferMoveIteratorFactory |
From |
To |
|
Rename Variable quantityTotalMicros : long to quantityTotalMillis : long in method private fillCells(solution InvestmentAllocationSolution) : void in class org.optaplanner.examples.investmentallocation.swingui.InvestmentAllocationPanel |
From |
To |
|
Rename Variable quantityMicros : long to quantityMillis : long in method public createRandomMoveIterator(scoreDirector ScoreDirector, workingRandom Random) : Iterator<Move> in class org.optaplanner.examples.investmentallocation.solver.move.factory.InvestmentQuantityTransferMoveIteratorFactory |
From |
To |
|
Rename Variable correlationMicros : long to correlationMillis : long in method private readAssetClassList() : void in class org.optaplanner.examples.investmentallocation.persistence.InvestmentAllocationImporter.InvestmentAllocationInputBuilder |
From |
To |
|
Rename Variable transferMicros : long to transferMillis : long in method public next() : Move in class org.optaplanner.examples.investmentallocation.solver.move.factory.InvestmentQuantityTransferMoveIteratorFactory.RandomInvestmentQuantityTransferMoveIterator |
From |
To |
|
Rename Variable expectedReturnTotalPicos : long to expectedReturnTotalMicros : long in method private fillCells(solution InvestmentAllocationSolution) : void in class org.optaplanner.examples.investmentallocation.swingui.InvestmentAllocationPanel |
From |
To |
|
Rename Variable quantityMicros : long to quantityMillis : long in method private distributeQuantityEvenly(scoreDirector ScoreDirector, solution InvestmentAllocationSolution) : void in class org.optaplanner.examples.investmentallocation.solver.solution.initializer.InvestmentAllocationSolutionInitializer |
From |
To |
|
Rename Variable correlationMicrosMap : Map<AssetClass,Long> to correlationMillisMap : Map<AssetClass,Long> in method private readAssetClassList() : void in class org.optaplanner.examples.investmentallocation.persistence.InvestmentAllocationImporter.InvestmentAllocationInputBuilder |
From |
To |
|
Rename Attribute standardDeviationRiskMicros : long to standardDeviationRiskMillis : long in class org.optaplanner.examples.investmentallocation.domain.AssetClass |
From |
To |
|
Rename Attribute quantityMicros : Long to quantityMillis : Long in class org.optaplanner.examples.investmentallocation.domain.AssetClassAllocation |
From |
To |
|
Rename Attribute transferMicros : long to transferMillis : long in class org.optaplanner.examples.investmentallocation.solver.move.InvestmentQuantityTransferMove |
From |
To |
|
Rename Attribute quantityIncrementMicrosToAllocationMap : NavigableMap<Long,AssetClassAllocation> to quantityMillisIncrementToAllocationMap : NavigableMap<Long,AssetClassAllocation> in class org.optaplanner.examples.investmentallocation.solver.move.factory.InvestmentQuantityTransferMoveIteratorFactory.RandomInvestmentQuantityTransferMoveIterator |
From |
To |
|
Rename Attribute expectedReturnMicros : long to expectedReturnMillis : long in class org.optaplanner.examples.investmentallocation.domain.AssetClass |
From |
To |
|
Rename Attribute correlationMicrosMap : Map<AssetClass,Long> to correlationMillisMap : Map<AssetClass,Long> in class org.optaplanner.examples.investmentallocation.domain.AssetClass |
From |
To |
|
Rename Parameter standardDeviationRiskMicros : long to standardDeviationRiskMillis : long in method public setStandardDeviationRiskMillis(standardDeviationRiskMillis long) : void in class org.optaplanner.examples.investmentallocation.domain.AssetClass |
From |
To |
|
Rename Parameter quantityMicros : Long to quantityMillis : Long in method public setQuantityMillis(quantityMillis Long) : void in class org.optaplanner.examples.investmentallocation.domain.AssetClassAllocation |
From |
To |
|
Rename Parameter transferMicros : long to transferMillis : long in method public InvestmentQuantityTransferMove(fromAssetClassAllocation AssetClassAllocation, toAssetClassAllocation AssetClassAllocation, transferMillis long) in class org.optaplanner.examples.investmentallocation.solver.move.InvestmentQuantityTransferMove |
From |
To |
|
Rename Parameter quantityIncrementMicrosToAllocationMap : NavigableMap<Long,AssetClassAllocation> to quantityMillisIncrementToAllocationMap : NavigableMap<Long,AssetClassAllocation> in method public RandomInvestmentQuantityTransferMoveIterator(allocationList List<AssetClassAllocation>, quantityMillisIncrementToAllocationMap NavigableMap<Long,AssetClassAllocation>, workingRandom Random) in class org.optaplanner.examples.investmentallocation.solver.move.factory.InvestmentQuantityTransferMoveIteratorFactory.RandomInvestmentQuantityTransferMoveIterator |
From |
To |
|
Rename Parameter expectedReturnMicros : long to expectedReturnMillis : long in method public setExpectedReturnMillis(expectedReturnMillis long) : void in class org.optaplanner.examples.investmentallocation.domain.AssetClass |
From |
To |
|
Rename Parameter correlationMicrosMap : Map<AssetClass,Long> to correlationMillisMap : Map<AssetClass,Long> in method public setCorrelationMillisMap(correlationMillisMap Map<AssetClass,Long>) : void in class org.optaplanner.examples.investmentallocation.domain.AssetClass |
From |
To |