|
|||||||||
| 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.AliasChecker
public class AliasChecker
A descendant of AbstractStructureChecker detecting atoms withalias labels.
| Field Summary |
|---|
| Fields inherited from class chemaxon.checkers.AbstractStructureChecker |
|---|
errorType, propertyChangeSupport |
| Fields inherited from interface chemaxon.checkers.StructureChecker |
|---|
PROPERTY_KEY_VALID |
| Constructor Summary | |
|---|---|
AliasChecker()
Default constructor. |
|
| Method Summary | |
|---|---|
protected boolean |
check(Molecule molecule,
MolAtom atom)
Checks if the component with index i has problem |
protected StructureCheckerResult |
createResult(Molecule molecule,
java.util.List<MolAtom> atoms)
Creates a StructureCheckerResult from a List containing the components. |
| Methods inherited from class chemaxon.checkers.AtomChecker |
|---|
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 AliasChecker()
| Method Detail |
|---|
protected boolean check(Molecule molecule,
MolAtom atom)
ComponentChecker
check in class ComponentChecker<MolAtom>molecule - is a Molecule instanceatom - the current component to check
protected StructureCheckerResult createResult(Molecule molecule,
java.util.List<MolAtom> atoms)
ComponentCheckerStructureCheckerResult from a List containing the components.
createResult in class AtomCheckermolecule - is a Molecule instanceatoms - is an instance of List containing the problematic components
StructureCheckerResult containing all problematic component indices
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||