com.esri.adf.web.ags.data
Class AGSTraversalResult

java.lang.Object
  extended bycom.esri.adf.web.ags.data.AGSTraversalResult
All Implemented Interfaces:
java.io.Serializable

public class AGSTraversalResult
extends java.lang.Object
implements java.io.Serializable

This object contains the result of network analysis. This result is created only for Route and Closest facility solver.

See Also:
Serialized Form

Constructor Summary
AGSTraversalResult()
           
 
Method Summary
 java.util.Collection getDirections()
          Returns the collection of traversal results.
 AGSDirection getSummary()
          Returns the Summary of traversal results.
 void setDirections(java.util.Collection directions)
          Sets the collection of traversal results.
 void setSummary(AGSDirection summary)
          Sets the Summary of traversal results.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AGSTraversalResult

public AGSTraversalResult()
Method Detail

getSummary

public AGSDirection getSummary()
Returns the Summary of traversal results.

Returns:
Direction- the summary of results

setSummary

public void setSummary(AGSDirection summary)
Sets the Summary of traversal results.

Parameters:
summary - the summary of results

getDirections

public java.util.Collection getDirections()
Returns the collection of traversal results.

Returns:
Collection- the collection of traversal results

setDirections

public void setDirections(java.util.Collection directions)
Sets the collection of traversal results.

Parameters:
directions - the collection of traversal results