Method: CWM::UIState#candidate_nodes

Defined in:
library/cwm/src/lib/cwm/ui_state.rb

#candidate_nodesArray<Integer, String> (protected)

Where to place the user within the general tree in next redraw

Returns:

  • (Array<Integer, String>)


163
164
165
# File 'library/cwm/src/lib/cwm/ui_state.rb', line 163

def candidate_nodes
  @candidate_nodes
end