alchemist
Toggle table of contents
42.3.15
alldocs
Target filter
alldocs
Switch theme
Search in API
Skip to content
alchemist
alchemist
/
it.unibo.alchemist.model.geometry.navigationgraph
/
BaseNavigationGraph
/
BaseNavigationGraph
Base
Navigation
Graph
alldocs
constructor
(
vertexSupplier
:
Supplier
<
N
>
?
,
edgeSupplier
:
Supplier
<
E
>
?
,
graphType
:
ERROR CLASS: Symbol not found for GraphType
)
constructor
(
edgeClass
:
Class
<
out
E
>
,
directed
:
Boolean
)