public class LODAnalysisInfo
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
double |
getCurrentCost()
Deprecated.
|
double[] |
getCurrentCosts()
Returns the costs of the current node.
|
int |
getCurrentDepth()
Returns the path depth of the current node.
|
LogicalNetLink |
getCurrentLink()
Returns the current link.
|
LogicalNetNode |
getCurrentNode()
Returns the current node.
|
java.lang.Object[] |
getCurrentUserObjects()
Returns the user objects that have been accumulated so far.
|
int |
getDirection()
Returns the direction the network is being explored.
|
LogicalNode |
getEndNode()
Deprecated.
use getEndPoints
|
HeavyPointOnNet |
getEndPoint()
Deprecated.
use getEndPoints
|
HeavyPointOnNet[] |
getEndPoints()
Returns the end points.
|
VisitedNode |
getExpandedNode()
Returns the node currently being expanded.
|
double |
getNextCost()
Returns the path cost of next node.
|
double[] |
getNextCosts()
Returns the costs of next node.
|
int |
getNextDepth()
Returns the path depth of the next node.
|
LogicalNetLink |
getNextLink()
Returns the next link.
|
LogicalNetNode |
getNextNode()
Returns the next node.
|
java.lang.Object |
getNextUserObject()
Returns the next user object.
|
LogicalNode |
getStartNode()
Deprecated.
use getStartPoints
|
HeavyPointOnNet |
getStartPoint()
Deprecated.
use getStartPoints
|
HeavyPointOnNet[] |
getStartPoints()
Returns the start points.
|
void |
setDirection(int direction)
Sets the direction the network is being explored.
|
void |
setNextUserObject(java.lang.Object userObject)
Sets the next user object to be accumulated.
|
public LogicalNode getStartNode()
public LogicalNode getEndNode()
public HeavyPointOnNet getStartPoint()
public HeavyPointOnNet getEndPoint()
public HeavyPointOnNet[] getStartPoints()
public HeavyPointOnNet[] getEndPoints()
public LogicalNetNode getCurrentNode()
public LogicalNetNode getNextNode()
public LogicalNetLink getCurrentLink()
public LogicalNetLink getNextLink()
public VisitedNode getExpandedNode()
public int getCurrentDepth()
public int getNextDepth()
public double getCurrentCost()
public double[] getCurrentCosts()
public double getNextCost()
public double[] getNextCosts()
public java.lang.Object getNextUserObject()
public void setNextUserObject(java.lang.Object userObject)
userObject
-public java.lang.Object[] getCurrentUserObjects()
public int getDirection()
public void setDirection(int direction)
direction
- NetworkExplorer.DIRECTION_FORWARD or NetworkExplorer.DIRECTION_BACKWARD