|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectchemaxon.checkers.AbstractStructureChecker
chemaxon.checkers.ReactionChecker
chemaxon.checkers.ReactionMapErrorChecker
public class ReactionMapErrorChecker
A descendant of ReactionChecker
detecting reactions with invalid mapping.
Reaction components should contain at least two mapped atoms, otherwise they are considered
incorrectly mapped.
Field Summary |
---|
Fields inherited from class chemaxon.checkers.AbstractStructureChecker |
---|
errorType, propertyChangeSupport |
Fields inherited from interface chemaxon.checkers.StructureChecker |
---|
PROPERTY_KEY_VALID |
Constructor Summary | |
---|---|
ReactionMapErrorChecker()
Default constructor |
Method Summary | |
---|---|
protected boolean |
isCorrect(StructureCheckerResult result)
This method determines if a component of the reaction correct or not. |
Methods inherited from class chemaxon.checkers.ReactionChecker |
---|
check1, createResult |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ReactionMapErrorChecker()
Method Detail |
---|
protected boolean isCorrect(StructureCheckerResult result)
ReactionChecker
isCorrect
in class ReactionChecker
result
- is a StructureCheckerResult
returned by the checker logic
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |