OpenMMS
V1.5.1 Std

org.rcsb.openmms.cifparse
Class DictionaryCategoryList

java.lang.Object
  |
  +--org.rcsb.openmms.cifparse.DictionaryCategoryList

public class DictionaryCategoryList
extends java.lang.Object

Stores the list of categories found when parsing a cif dictionary.

Version:
1.3
Author:
Douglas S. Greer

Field Summary
 java.util.HashMap hm
          The HashMap "hm" stores all the DictionaryCategories put in this DictionaryCategory List with the add() method and serves as a quick lookup to find a particular DictionaryCategory by name (String value).
 
Constructor Summary
DictionaryCategoryList()
           
 
Method Summary
 void add(DictionaryCategory item)
           
 void add(java.lang.String iname)
           
 void checkAllItemsDefined()
           
 void clear()
           
 DictionaryCategory findDictionaryCategory(java.lang.String iname)
           
 java.util.Map getMap()
           
 boolean isAlreadyDefined(java.lang.String iname)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hm

public java.util.HashMap hm
The HashMap "hm" stores all the DictionaryCategories put in this DictionaryCategory List with the add() method and serves as a quick lookup to find a particular DictionaryCategory by name (String value).

Constructor Detail

DictionaryCategoryList

public DictionaryCategoryList()
Method Detail

add

public void add(java.lang.String iname)

add

public void add(DictionaryCategory item)

findDictionaryCategory

public DictionaryCategory findDictionaryCategory(java.lang.String iname)

isAlreadyDefined

public boolean isAlreadyDefined(java.lang.String iname)

checkAllItemsDefined

public void checkAllItemsDefined()
                          throws CifParseException
CifParseException

clear

public void clear()

getMap

public java.util.Map getMap()

OpenMMS
V1.5.1 Std

OpenMMS, Copyright 2001, All rights reserved