public class LocationAnalystResult
extends java.lang.Object
implements java.io.Serializable
Location partition analysis results.
| Modifier and Type | Field and Description |
|---|---|
DemandResult[] |
demandResults
The demand result object array.
|
SupplyResult[] |
supplyResults
The demand result object array.
|
| Constructor and Description |
|---|
LocationAnalystResult()
The Constructor.
|
LocationAnalystResult(LocationAnalystResult result)
Copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Compares whether the specified object equals to the current
LocationAnalystResult object. |
int |
hashCode()
Gets the hash code value of the location-allocation result object.
|
public DemandResult[] demandResults
The demand result object array.
public SupplyResult[] supplyResults
The demand result object array.
public LocationAnalystResult()
The Constructor.
public LocationAnalystResult(LocationAnalystResult result)
Copy constructor.
result - Stores the location-allocation result object.public int hashCode()
Gets the hash code value of the location-allocation result object.
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
Compares whether the specified object equals to the current LocationAnalystResult object.
equals in class java.lang.Objectobj - Object that compares with the current LocationAnalystResult object.