public class AndList
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| (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 and Description | 
|---|
| AndList() | 
AndList next
int conjunction
int num_elements
int[] element
int num_outside_words
int[] outside_word
int cost