public interface IInChIContainer
Modifier and Type | Method and Description |
---|---|
void |
Clear() |
java.lang.Object |
clone() |
void |
Erase(java.lang.String Key) |
java.lang.String |
getInChI(java.lang.String Key) |
java.util.Map<java.lang.String,java.lang.String> |
getInChIMap() |
java.lang.String |
getMoleculeID(java.lang.String Value) |
boolean |
isKeyPresent(java.lang.String Key) |
boolean |
isValuePresent(java.lang.String Value) |
void |
put(java.lang.String Key,
java.lang.String Value) |
void |
setValue(java.lang.String Key,
java.lang.String Value) |
void |
write() |
void Clear() throws java.io.IOException
java.io.IOException
void Erase(java.lang.String Key) throws java.io.IOException
Key
- java.io.IOException
java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
java.lang.String getInChI(java.lang.String Key) throws java.io.IOException
Key
- java.io.IOException
java.util.Map<java.lang.String,java.lang.String> getInChIMap() throws java.io.IOException
java.io.IOException
java.lang.String getMoleculeID(java.lang.String Value) throws java.io.IOException
Value
- java.io.IOException
boolean isKeyPresent(java.lang.String Key) throws java.io.IOException
Key
- java.io.IOException
boolean isValuePresent(java.lang.String Value) throws java.io.IOException
Value
- java.io.IOException
void put(java.lang.String Key, java.lang.String Value) throws java.io.IOException
Key
- Value
- java.io.IOException
void setValue(java.lang.String Key, java.lang.String Value) throws java.io.IOException
Key
- Value
- java.io.IOException
void write() throws java.io.IOException
java.io.IOException