net.sf.jlinkgrammar
Class AndList

java.lang.Object
  extended by net.sf.jlinkgrammar.AndList

public class AndList
extends java.lang.Object

TODO add javadoc


Field Summary
(package private)  int conjunction
           
(package private)  int cost
           
(package private)  int[] element
           
(package private)  AndList next
           
(package private)  int num_elements
           
(package private)  int num_outside_words
           
(package private)  int[] outside_word
           
 
Constructor Summary
AndList()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

next

AndList next

conjunction

int conjunction

num_elements

int num_elements

element

int[] element

num_outside_words

int num_outside_words

outside_word

int[] outside_word

cost

int cost
Constructor Detail

AndList

public AndList()