Ntk.Core.CondensedPathChooser Reference Manual
Packages
vd
Ntk
Core
CondensedPathChooser
CondensedPathChooser
all_paths
all_paths_without
all_paths_without_any
best_path
best_path_without
best_path_without_any
sort
paths
CondensedPathChooser
Object Hierarchy:
Description:
public
class
CondensedPathChooser
:
Object
List of paths towards a certain destination.
Namespace:
Ntk.Core
Package:
vd
Content:
Creation methods:
public
CondensedPathChooser
()
Methods:
public
void
sort
()
public
CloneRoute
?
best_path
()
public
CloneRoute
?
best_path_without
(
NIP
nip)
public
CloneRoute
?
best_path_without_any
(
List
<
NIP
> nips)
public
List
<
CloneRoute
>
all_paths
()
public
List
<
CloneRoute
>
all_paths_without
(
NIP
nip)
public
List
<
CloneRoute
>
all_paths_without_any
(
List
<
NIP
> nips)
Fields:
public
ArrayList
<
CloneRoute
>
paths