| 
 | Search this API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecty.layout.router.polyline.PathSearchConfiguration
public class PathSearchConfiguration
This class contains the basic configuration used by path search algorithms.
| Constructor Summary | |
|---|---|
| PathSearchConfiguration(LayoutGraph graph,
                        Grouping grouping,
                        EdgeRouter edgeRouter)Creates a new instance of PathSearchConfigurationused for a path search. | |
| Method Summary | |
|---|---|
|  EdgeRouter | getEdgeRouter()Returns the edge routing algorithm using this configuration. | 
|  LayoutGraph | getGraph()Returns the graph containing the edges whose path is searched. | 
|  Grouping | getGrouping()Returns the grouping information of the graph. | 
|  long | getRestOfComputingTime()Returns the remaining time (in milliseconds) within which the algorithm should complete its calculation. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public PathSearchConfiguration(LayoutGraph graph,
                               Grouping grouping,
                               EdgeRouter edgeRouter)
PathSearchConfiguration used for a path search.
graph - the graph containing the edges whose path will be searchedgrouping - the grouping information of the graphedgeRouter - the edge routing algorithm using this configuration| Method Detail | 
|---|
public LayoutGraph getGraph()
public Grouping getGrouping()
public EdgeRouter getEdgeRouter()
public long getRestOfComputingTime()
| 
 | © Copyright 2000-2025, yWorks GmbH. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||