Public Member Functions | |
Group () | |
~Group () | |
Group (const Group &g) | |
Group (const std::string &name, int minimum, int maximum) | |
int | getMin () const |
void | setMin (int m) |
int | getMax () const |
void | setMax (int m) |
std::string | getName () const |
void | setName (const std::string &n) |
void | setAnnotation (const std::string &s) |
ContentModel * | getContents () const |
void | setContents (const ContentModel *cm, bool isRef=false) |
Definition at line 33 of file Group.h.