@TestClass(value="org.openscience.cdk.dict.DictionaryTest") public class Dictionary extends Object
FIXME: this should be replaced by an uptodate Dictionary Schema DOM type thing.
Constructor and Description |
---|
Dictionary() |
public static Dictionary unmarshal(Reader reader)
@TestMethod(value="testAddEntry") public void addEntry(Entry entry)
public Entry[] getEntries()
@TestMethod(value="testAddEntry") public boolean hasEntry(String identifier)
@TestMethod(value="testAddEntry") public Entry getEntry(String identifier)
@TestMethod(value="testAddEntry") public int size()
@TestMethod(value="testNS") public void setNS(String nameSpace)
@TestMethod(value="testNS") public String getNS()
Copyright © 2014. All Rights Reserved.