Analytical Perspectives in Game Design


 

All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class bvyy.database.CategoryIndex

java.lang.Object
   |
   +----bvyy.database.CategoryIndex

public class CategoryIndex
extends Object
A Category Index keeps track of all the categories in the database. This allows quick additional a finding of categories to speed the creation and matching of things.

Version:
0.0.1 31 October 1998
Author:
(c) 1998 Brian Voon Yee Yap

Constructor Index

 o CategoryIndex()
Creates a new empty category index.

Method Index

 o getFlatCategoryList()
 o getRootCategory()
 o setFlatCategoryList(Hashtable)
 o setRootCategory(Category)

Constructors

 o CategoryIndex
 public CategoryIndex()
Creates a new empty category index.

Methods

 o getRootCategory
 public Category getRootCategory()
 o setRootCategory
 public void setRootCategory(Category newRootCategory)
 o setFlatCategoryList
 public void setFlatCategoryList(Hashtable newFlatCategoryList)
 o getFlatCategoryList
 public Hashtable getFlatCategoryList()

All Packages  Class Hierarchy  This Package  Previous  Next  Index

22/11/99

 


See also: [Role Playing Games] [Game Engine]
© 1998, 1999 Brian Yap. These pages are available under the GNU licence.