chemaxon.checkers.result
Interface ExternalStructureCheckerResult

All Superinterfaces:
StructureCheckerResult

public interface ExternalStructureCheckerResult
extends StructureCheckerResult

This interface is an extension of StructureCheckerResult that supports external StructureChecker development.

Since:
Marvin 5.3
Version:
5.4
Author:
Attila Szabo

Method Summary
 java.lang.String getErrorCode()
          This function returns a String which identifies the problems thus this must be unique for each class that implements this interface
 
Methods inherited from interface chemaxon.checkers.result.StructureCheckerResult
convert, getAtoms, getBonds, getDescription, getErrorType, getHelpText, getIcon, getLocalMenuName, getMolecule, getName, getSource, setAtoms, setBonds, setMolecule
 

Method Detail

getErrorCode

java.lang.String getErrorCode()
This function returns a String which identifies the problems thus this must be unique for each class that implements this interface

Returns:
a String object which is the error code of the problem