Ember
Loading...
Searching...
No Matches
Tree Adapters

Abstraction layer for tree visualization. More...

Classes

class  EmberCore::DirectTreeAdapter
 Direct tree adapter that wraps BehaviorTree for unified tree operations. More...

Detailed Description

Abstraction layer for tree visualization.

The Adapters module provides an abstraction layer between core data structures and visualization code:

  • DirectTreeAdapter - Adapts BehaviorTree to ITreeStructure
  • NodeAdapter - Adapts Node to ITreeNode
  • DefaultTreeFactory - Factory for creating nodes