graph  5.0.5
Graph: generic attributed relational graphs
TreeFactory Class Reference

Tree creation. More...

#include <graph/tree/tfactory.h>

Public Member Functions

 TreeFactory ()
 
virtual ~TreeFactory ()
 
virtual TreeFactoryclone () const
 
virtual TreemakeTree (const std::string &syntax, bool allowChildren=true) const
 

Detailed Description

Tree creation.

Creates tree from its syntactic attribute

Definition at line 48 of file tfactory.h.

Constructor & Destructor Documentation

◆ TreeFactory()

TreeFactory::TreeFactory ( )

◆ ~TreeFactory()

virtual TreeFactory::~TreeFactory ( )
virtual

Member Function Documentation

◆ clone()

virtual TreeFactory* TreeFactory::clone ( ) const
virtual

◆ makeTree()

virtual Tree* TreeFactory::makeTree ( const std::string &  syntax,
bool  allowChildren = true 
) const
virtual

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