|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectchemaxon.checkers.AbstractStructureChecker
chemaxon.checkers.ComponentChecker<MolBond>
chemaxon.checkers.BondChecker
chemaxon.checkers.BondLengthChecker
public class BondLengthChecker
A descendant of BondChecker for detecting bonds with incorrect length.
| Field Summary |
|---|
| Fields inherited from class chemaxon.checkers.AbstractStructureChecker |
|---|
errorType |
| Constructor Summary | |
|---|---|
BondLengthChecker()
Default constructor |
|
| Method Summary | |
|---|---|
protected boolean |
check(Molecule molecule,
MolBond bond)
Checks if the component with index i has problem |
protected StructureCheckerResult |
check1(Molecule molecule)
Iterates through the components and checks every component. |
| Methods inherited from class chemaxon.checkers.BondChecker |
|---|
createResult, getComponent, getComponentCount |
| Methods inherited from class chemaxon.checkers.ComponentChecker |
|---|
initialize |
| Methods inherited from class chemaxon.checkers.AbstractStructureChecker |
|---|
check, getErrorDescription, getHelpText, getIcon, getLocalMenuName, getName, isLicensed, setHelpText, setIcon, setLicenseEnvironment, setLocalMenuName, setMoreErrorMessage, setName, setNoErrorMessage, setOneErrorMessage |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BondLengthChecker()
| Method Detail |
|---|
protected StructureCheckerResult check1(Molecule molecule)
ComponentCheckerList. After the iteration if no problem occurred
the result is null otherwise the method creates a StructureCheckerResult
containing the indexes of the problematic components.
check1 in class ComponentChecker<MolBond>StructureCheckerResult which contains all the indices of the problematic components
protected boolean check(Molecule molecule,
MolBond bond)
ComponentChecker
check in class ComponentChecker<MolBond>molecule - is a Molecule instancebond - the current component to check
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||