|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectchemaxon.checkers.AbstractStructureChecker
chemaxon.checkers.ComponentChecker<MolAtom>
chemaxon.checkers.AtomChecker
chemaxon.checkers.MissingAtomMapChecker
public class MissingAtomMapChecker
MissingAtomMapChecker detects unmapped atoms.
Field Summary |
---|
Fields inherited from class chemaxon.checkers.AbstractStructureChecker |
---|
errorType, propertyChangeSupport |
Fields inherited from interface chemaxon.checkers.StructureChecker |
---|
PROPERTY_KEY_VALID |
Constructor Summary | |
---|---|
MissingAtomMapChecker()
Default constructor |
Method Summary | |
---|---|
protected boolean |
check(Molecule molecule,
MolAtom atom)
Check the atom of the molecule with index i has no atom map. |
Methods inherited from class chemaxon.checkers.AtomChecker |
---|
createResult, getComponent, getComponentCount |
Methods inherited from class chemaxon.checkers.ComponentChecker |
---|
check1, initialize |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MissingAtomMapChecker()
Method Detail |
---|
protected boolean check(Molecule molecule, MolAtom atom)
check
in class ComponentChecker<MolAtom>
molecule
- is a Molecule
instanceatom
- the current component to check
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |