Package org.openscience.cdk.dict
Class Dictionary
- java.lang.Object
-
- org.openscience.cdk.dict.Dictionary
-
-
Constructor Summary
Constructors Constructor Description Dictionary()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Entry[]
getEntries()
Entry
getEntry(String identifier)
String
getNS()
boolean
hasEntry(String identifier)
void
setNS(String nameSpace)
int
size()
static Dictionary
unmarshal(Reader reader)
-