winter / io.jentz.winter / WinterTree / get

get

fun get(vararg path: Any): Graph

Get a registered object graph by path.

Parameters

path - The path of the graph.

Exceptions

WinterException - When no graph is open or when no graph was found in path.

Return
The graph that is stored in path.