Class AdTree<A,V>

java.lang.Object
edu.pitt.isp.sverchkov.data.AdTree<A,V>
Type Parameters:
A - Attribute type
V - Value type
All Implemented Interfaces:
Serializable

public class AdTree<A,V> extends Object
An implementation of a static AD tree based on Moore and Lee 1998 (mostly)

Indexing of the variables works backwards: (a_i can't have children a_i ... a_m) ... not that that difference is visible in the API.

Version:
$Id: $Id
Author:
jdramsey
See Also: