edu.princeton.wordnet.ejb
Class LinkDef

java.lang.Object
  extended by edu.princeton.wordnet.ejb.LinkDef

 class LinkDef
extends java.lang.Object

LinkDef, utility class to encapsulate link data

Author:
Bernard Bou

Field Summary
 boolean recurses
          recurses is whether the link recurses
 int theId
          theId is the link id
 java.lang.String theName
          theName is the link name
 int thePos
          thePos is the part-of-speech id
 
Constructor Summary
LinkDef(int thisId, java.lang.String thisName, boolean thisRecurses)
          Constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

theId

public int theId
theId is the link id


thePos

public int thePos
thePos is the part-of-speech id


theName

public java.lang.String theName
theName is the link name


recurses

public boolean recurses
recurses is whether the link recurses

Constructor Detail

LinkDef

public LinkDef(int thisId,
               java.lang.String thisName,
               boolean thisRecurses)
Constructor

Parameters:
thisId - is the link id
thisName - is the link name
thisRecurses - is whether the link recurses