Package oracle.spatial.network
Interface GoalNode
-
public interface GoalNodeThis interface defines if a given node is a goal node for network analysis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisGoal(Node node)Returns true if the given node is a goal, false otherwise
-
-
-
Method Detail
-
isGoal
boolean isGoal(Node node)
Returns true if the given node is a goal, false otherwise- Parameters:
node- the given node
-
-