Namespace: Wnlib

Class Index

System.Object
  |
  +-- Wnlib.Index

public class Index
extends System.Object

Static
False
Persistent
False
Sealed
False
Abstract
False

Field Summary
  public  Index next
 
  public  int offs
 
  public  PartOfSpeech pos
 
  public  PointerType ptruse
 
  public  int sense_cnt
 
  public  SynSet syns
 
  public  int tagsense_cnt
 
  public  string wd
 
 

Method Summary
  public bool HasHoloMero(PointerType p, Search search)
 
  public bool HasHoloMero(string s, Search search)
 
  public Index lookup(string word, PartOfSpeech pos)
 
  public void Print()
 
 

Field Detail

next

public Index next = null
Readonly
False
Initial
null
Volatile
False
Type
Index
Nullable
False
Const
False
New
False
Static
False

offs

public int offs = null
Readonly
False
Initial
null
Volatile
False
Type
int[]
Nullable
False
Const
False
New
False
Static
False

pos

public PartOfSpeech pos = null
Readonly
False
Initial
null
Volatile
False
Type
PartOfSpeech
Nullable
False
Const
False
New
False
Static
False

ptruse

public PointerType ptruse = null
Readonly
False
Initial
null
Volatile
False
Type
PointerType[]
Nullable
False
Const
False
New
False
Static
False

sense_cnt

public int sense_cnt = 0
Readonly
False
Initial
0
Volatile
False
Type
int
Nullable
False
Const
False
New
False
Static
False

syns

public SynSet syns = null
Readonly
False
Initial
null
Volatile
False
Type
SynSet[]
Nullable
False
Const
False
New
False
Static
False

tagsense_cnt

public int tagsense_cnt = 0
Readonly
False
Initial
0
Volatile
False
Type
int
Nullable
False
Const
False
New
False
Static
False

wd

public string wd
Readonly
False
Volatile
False
Type
string
Nullable
False
Const
False
New
False
Static
False

Method Detail

HasHoloMero

public bool HasHoloMero(PointerType p, Search search)
Returns
bool
Nullable
False
Virtual
False
New
False
Sealed
False
Extern
False
Override
False
Abstract
False
Static
False

HasHoloMero

public bool HasHoloMero(string s, Search search)
Returns
bool
Nullable
False
Virtual
False
New
False
Sealed
False
Extern
False
Override
False
Abstract
False
Static
False

lookup

public Index lookup(string word, PartOfSpeech pos)
Returns
Index
Nullable
False
Virtual
False
New
False
Sealed
False
Extern
False
Override
False
Abstract
False
Static
True

Print

public void Print()
Returns
void
Nullable
False
Virtual
False
New
False
Sealed
False
Extern
False
Override
False
Abstract
False
Static
False

Association Link

to Class Index

Supplier
Index
Client
next
Directed
False
Type
association

to Class SynSet

Supplier
SynSet
Client
syns
Directed
False
Type
association

to Class PartOfSpeech

Supplier
PartOfSpeech
Client
pos
Directed
False
Type
association

to Class PointerType

Supplier
PointerType
Client
ptruse
Directed
False
Type
association