PLearn 0.1
Public Member Functions | Public Attributes
PLearn::Node Struct Reference

#include <WordNetOntology.h>

Collaboration diagram for PLearn::Node:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Node ()
 Node (int id)

Public Attributes

int ss_id
Set types
string gloss
vector< string > syns
Set parents
Set children
bool is_unknown
bool visited
long hereiam
int fnum

Detailed Description

Definition at line 145 of file WordNetOntology.h.


Constructor & Destructor Documentation

PLearn::Node::Node ( ) [inline]

Definition at line 147 of file WordNetOntology.h.

References fnum, hereiam, is_unknown, ss_id, SUPER_FNUM, UNDEFINED_SS_ID, and visited.

PLearn::Node::Node ( int  id) [inline]

Definition at line 148 of file WordNetOntology.h.

References fnum, hereiam, is_unknown, ss_id, SUPER_FNUM, and visited.

{ ss_id = id; is_unknown = true; visited = false; fnum = SUPER_FNUM; hereiam = 0;}

Member Data Documentation

Definition at line 155 of file WordNetOntology.h.

Referenced by PLearn::WordNetOntology::extractOntology(), and Node().

vector<string> PLearn::Node::syns

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines