OpenChemLib JS
    Preparing search index...

    Interface AtomQueryFeatures

    interface AtomQueryFeatures {
        aromatic: boolean;
        matchStereo: boolean;
        moreNeighbours: boolean;
        noChargePos: boolean;
        noMoreNeighbours: boolean;
        not0Hydrogen: boolean;
        not0Neighbours: boolean;
        not0PiElectrons: boolean;
        not1Hydrogen: boolean;
        not1Neighbour: boolean;
        not1PiElectron: boolean;
        not2Hydrogen: boolean;
        not2Neighbours: boolean;
        not2PiElectrons: boolean;
        not2RingBonds: boolean;
        not3Hydrogen: boolean;
        not3Neighbours: boolean;
        not3RingBonds: boolean;
        not4Neighbours: boolean;
        not4RingBonds: boolean;
        notAromatic: boolean;
        notChain: boolean;
        notCharge0: boolean;
        notChargeNeg: boolean;
        ringSize0: boolean;
        ringSize3: boolean;
        ringSize4: boolean;
        ringSize5: boolean;
        ringSize6: boolean;
        ringSize7: boolean;
        ringSizeLarge: boolean;
    }
    Index

    Properties

    aromatic: boolean
    matchStereo: boolean
    moreNeighbours: boolean
    noChargePos: boolean
    noMoreNeighbours: boolean
    not0Hydrogen: boolean
    not0Neighbours: boolean
    not0PiElectrons: boolean
    not1Hydrogen: boolean
    not1Neighbour: boolean
    not1PiElectron: boolean
    not2Hydrogen: boolean
    not2Neighbours: boolean
    not2PiElectrons: boolean
    not2RingBonds: boolean
    not3Hydrogen: boolean
    not3Neighbours: boolean
    not3RingBonds: boolean
    not4Neighbours: boolean
    not4RingBonds: boolean
    notAromatic: boolean
    notChain: boolean
    notCharge0: boolean
    notChargeNeg: boolean
    ringSize0: boolean
    ringSize3: boolean
    ringSize4: boolean
    ringSize5: boolean
    ringSize6: boolean
    ringSize7: boolean
    ringSizeLarge: boolean