|
Oracle® Spatial Java API Reference 11g Release 2 (11.2) E11829-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LODNetworkConstraint
This interface defines a general network constraint for network analysis. Note the constraint is checked during the search but implemented by the users.
Method Summary | |
---|---|
int |
getNumberOfUserObjects() Returns the max number of user objects to be returned by the getCurrentUserObjects method in LODAnalysisInfo. |
int[] |
getUserDataCategories() Returns the required user data categories. |
boolean |
isCurrentNodePartiallyExpanded(LODAnalysisInfo info) |
boolean |
isNextNodePartiallyExpanded(LODAnalysisInfo info) |
boolean |
isSatisfied(LODAnalysisInfo info) Checks if the constraint is satisfied. |
void |
reset() |
Method Detail |
---|
boolean isSatisfied(LODAnalysisInfo info)
info
- the analysis informationLODAnalysisInfo
int[] getUserDataCategories()
int getNumberOfUserObjects()
boolean isCurrentNodePartiallyExpanded(LODAnalysisInfo info)
boolean isNextNodePartiallyExpanded(LODAnalysisInfo info)
void reset()
|
Oracle® Spatial Java API Reference 11g Release 2 (11.2) E11829-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |