public static class RoutingAllocation.Result extends Object
RoutingAllocation| コンストラクタと説明 |
|---|
Result(boolean changed,
RoutingTable routingTable)
Creates a new
RoutingAllocation.Result |
Result(boolean changed,
RoutingTable routingTable,
RoutingExplanations explanations)
Creates a new
RoutingAllocation.Result |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
changed()
determine whether the actual
RoutingTable has been changed |
RoutingExplanations |
explanations()
Get the explanation of this result
|
RoutingTable |
routingTable()
Get the
RoutingTable referenced by this result |
public Result(boolean changed,
RoutingTable routingTable)
RoutingAllocation.Resultchanged - a flag to determine whether the actual RoutingTable has been changedroutingTable - the RoutingTable this Result referencespublic Result(boolean changed,
RoutingTable routingTable,
RoutingExplanations explanations)
RoutingAllocation.Resultchanged - a flag to determine whether the actual RoutingTable has been changedroutingTable - the RoutingTable this Result referencesexplanations - Explanation for the reroute actionspublic boolean changed()
RoutingTable has been changedtrue if the RoutingTable has been changed by allocation. Otherwise falsepublic RoutingTable routingTable()
RoutingTable referenced by this resultRoutingTablepublic RoutingExplanations explanations()
Copyright © 2009–2016. All rights reserved.