Usages of EdgeRouterCosts
Properties
edgeRouterCosts | in EdgeRouterEdgeDescriptor | Gets or sets the EdgeRouterCosts used for this edge. |
Fields
BALANCED_OPTIMIZATION | in EdgeRouterCosts | Optimization strategy that balances bends and edge crossings in the edge routes. | |
EDGE_BENDS_OPTIMIZATION | in EdgeRouterCosts | Optimization strategy that minimizes bends in the edge routes. | |
EDGE_CROSSINGS_OPTIMIZATION | in EdgeRouterCosts | Optimization strategy that minimizes edge crossings in the edge routes. | |
EDGE_LENGTHS_OPTIMIZATION | in EdgeRouterCosts | Optimization strategy that minimizes the length of the edge routes. | |
LOW_QUALITY | in EdgeRouterCosts | A cost configuration that prefers fast results over quality, so that several constraints can be ignored. |
Method Return Values
createCopy () | in EdgeRouterCosts | Creates a copy of this EdgeRouterCosts instance. | |
newInstance () | in EdgeRouterCosts | Creates a new instance of EdgeRouterCosts. |
Method Parameters
EdgeRouterEdgeDescriptor () | in EdgeRouterEdgeDescriptor | Creates a new instance of an EdgeRouterEdgeDescriptor with the default settings. |