|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectchemaxon.checkers.AbstractStructureChecker
chemaxon.checkers.AromaticityErrorChecker
public class AromaticityErrorChecker
A descendant of AbstractStructureChecker detecting aromatization problems.
| Field Summary | |
|---|---|
static java.lang.String |
PROPERTY_KEY_AROM_TYPE
This public constant String represents the name of the property which represents
the arom type String property |
static java.lang.String |
PROPERTY_KEY_TYPE
This public constant String represents the name of the property which is
responsible for using the given aromatization type during the check mechanism. |
| Fields inherited from class chemaxon.checkers.AbstractStructureChecker |
|---|
errorType, propertyChangeSupport |
| Fields inherited from interface chemaxon.checkers.StructureChecker |
|---|
PROPERTY_KEY_VALID |
| Constructor Summary | |
|---|---|
AromaticityErrorChecker()
Default constructor. |
|
AromaticityErrorChecker(java.util.Map<java.lang.String,java.lang.String> params)
Parameterized constructor. |
|
| Method Summary | |
|---|---|
protected StructureCheckerResult |
check1(Molecule molecule)
This method contains the current checking mechanism. |
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getAromType()
Returns the aromType |
int |
getType()
Returns the type of the aromatization |
int |
hashCode()
|
void |
setType(int type)
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String PROPERTY_KEY_TYPE
String represents the name of the property which is
responsible for using the given aromatization type during the check mechanism.
public static final java.lang.String PROPERTY_KEY_AROM_TYPE
String represents the name of the property which represents
the arom type String property
| Constructor Detail |
|---|
public AromaticityErrorChecker()
public AromaticityErrorChecker(java.util.Map<java.lang.String,java.lang.String> params)
params - a Map instance which contains String pairs. Key is the name of the
parameter.| Method Detail |
|---|
protected StructureCheckerResult check1(Molecule molecule)
AbstractStructureChecker
check1 in class AbstractStructureCheckermolecule - the Molecule instance to be checked for problems
StructureCheckerResult which represents the problem or null
if no problem foundpublic boolean equals(java.lang.Object obj)
equals in class AbstractStructureCheckerpublic int hashCode()
hashCode in class AbstractStructureCheckerpublic int getType()
public void setType(int type)
type - is the type of the aromatizationpublic java.lang.String getAromType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||