#include "pathexpression.h"
#include "pathstepstarexpression.h"
Go to the source code of this file.
Classes | |
class | PathExpressionAdornment |
An adorned path expression. More... | |
Defines | |
#define | TAG_SHADOW_FRONT ".shadow_front" |
#define | TAG_SHADOW_TAIL ".shadow_tail" |
#define | TAG_SHADOW_FRONT ".shadow_front" |
#define | TAG_SHADOW_TAIL ".shadow_tail" |
Header file specifying constructors, destructor and functions for pathexpressionadornment.cpp.
Definition in file pathexpressionadornment.h.
#define TAG_SHADOW_FRONT ".shadow_front" |
Label name for the shadow front tag used in the path containment check algorithm. For more details, see the work from Miklau and Suciu cited in the class description.
Definition at line 47 of file pathexpressionadornment.h.
Referenced by PathExpressionAdornment::PathExpressionAdornment().
#define TAG_SHADOW_TAIL ".shadow_tail" |
Label name for the shadow tail tag used in the path containment check algorithm. For details, see the work from Miklau and Suciu cited in the class description.
Definition at line 54 of file pathexpressionadornment.h.
Referenced by PathExpressionAdornment::PathExpressionAdornment().