|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectchemaxon.checkers.AbstractStructureChecker
chemaxon.checkers.UnbalancedReactionChecker
public class UnbalancedReactionChecker
A descendant of AtomChecker detecting reaction schemes having more atoms
on one side of the reaction arrow than on the other.
| Field Summary |
|---|
| Fields inherited from class chemaxon.checkers.AbstractStructureChecker |
|---|
errorType, propertyChangeSupport |
| Fields inherited from interface chemaxon.checkers.StructureChecker |
|---|
PROPERTY_KEY_VALID |
| Constructor Summary | |
|---|---|
UnbalancedReactionChecker()
Creates a new UnbalancedReactionChecker instance. |
|
| Method Summary | |
|---|---|
protected StructureCheckerResult |
check1(Molecule molecule)
This method contains the current checking mechanism. |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UnbalancedReactionChecker()
| 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 found
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||