|
Public Member Functions |
| Graph () |
void | buildGraph (std::ostream &out, const OpSet< TAG > &node, int maxdist=3, int maxlev=3) |
void | buildGraphs (const std::string &dir, int maxdist=3) |
Protected Types |
typedef CardinalityStore<
ITEM, TAG > | tagsets_t |
Protected Member Functions |
int | getHandle (const OpSet< TAG > &node) |
void | buildSubGraph (std::ostream &out, const OpSet< TAG > &node, OpSet< OpSet< TAG > > &selected, int maxdist, int maxlev) |
Protected Attributes |
unsigned int | seq |
std::map< OpSet< TAG >, int > | handles |