Namespace: Wnlib

Class RelList

System.Object
  |
  +-- Wnlib.RelList

internal class RelList
extends System.Object

Static
False
Persistent
False
Sealed
False
Abstract
False

Field Summary
  public  RelList next
 
  public  BitSet senses
 
 

Constructor Summary
RelList()
 
RelList(RelList n)
 
 

Field Detail

next

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

senses

public BitSet senses = new BitSet(300)
Readonly
False
Initial
new BitSet(300)
Volatile
False
Type
BitSet
Nullable
False
Const
False
New
False
Static
False

Constructor Detail

RelList

public void RelList()
Static
False
Extern
False

RelList

public void RelList(RelList n)
Static
False
Extern
False

Association Link

to Class RelList

Supplier
RelList
Client
next
Directed
False
Type
association

to Class BitSet

Supplier
BitSet
Client
senses
Directed
False
Type
association