|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectvn.Sweeper.MemberNode
private static class Sweeper.MemberNode
Holds all crucial information about a member when it is encountered so it can be properly displayed in later processing. This is a simple information holder class.
Sweeper.startMEMBER(Node),
Sweeper.printVerbFramePairs()| Field Summary | |
|---|---|
Node |
node
The XML node. |
String |
verb
The verb. |
String |
wn
The WordNet sense. |
| Constructor Summary | |
|---|---|
Sweeper.MemberNode(String v,
String w,
Node n)
Constructs a Sweeper.MemberNode object. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public String verb
public String wn
public Node node
| Constructor Detail |
|---|
public Sweeper.MemberNode(String v,
String w,
Node n)
Sweeper.MemberNode object.
v - the verbw - the WordNet sensen - the XML nodeSweeper.startMEMBER(Node)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||