Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Static Public Member Functions
tree::transform::FirstChildNextSibling Class Reference

#include <FirstChildNextSibling.h>

Static Public Member Functions

template<class SymbolType >
static tree::RankedTree< SymbolType > transform (const tree::UnrankedTree< SymbolType > &subject)
 

Member Function Documentation

◆ transform()

template<class SymbolType >
tree::RankedTree< SymbolType > tree::transform::FirstChildNextSibling::transform ( const tree::UnrankedTree< SymbolType > &  subject)
static

Transforms a unranked tree to ranked tree by first child next sibling approach.

Returns
the transformed tree
Here is the call graph for this function:

The documentation for this class was generated from the following file: