public interface LODGoalNode
Modifier and Type | Method and Description |
---|---|
int[] |
getUserDataCategories()
Returns the required user data categories.
|
boolean |
isGoal(LogicalNetNode node)
Returns true if the given node is a goal node, false otherwise.
|
void |
setNetworkAnalyst(NetworkAnalyst analyst)
This method allows caller to pass the network analyst object to this goal node filter, so that the goal node filter can call the analysis functions provided by the network analyst, or access the network explorer associated with the network analyst.
|
boolean isGoal(LogicalNetNode node)
node
- the given nodeint[] getUserDataCategories()
void setNetworkAnalyst(NetworkAnalyst analyst)