public static final class StructuralEntityFilter.AtomFilter extends Object
Atoms.| Constructor and Description |
|---|
AtomFilter() |
| Modifier and Type | Method and Description |
|---|---|
static Predicate<Atom> |
hasAtomName(AtomName atomName) |
static Predicate<Atom> |
hasAtomName(String atomName) |
static Predicate<Atom> |
hasAtomNames(String... atomNames) |
static Predicate<Atom> |
hasIdentifier(int identifier) |
static Predicate<Atom> |
isAlphaCarbon() |
static Predicate<Atom> |
isArbitrary() |
static Predicate<Atom> |
isBackbone() |
static Predicate<Atom> |
isBackboneCarbon() |
static Predicate<Atom> |
isBackboneNitrogen() |
static Predicate<Atom> |
isBackboneOxygen() |
static Predicate<Atom> |
isBetaCarbon() |
static Predicate<Atom> |
isCarbon() |
static Predicate<Atom> |
isHydrogen() |
static Predicate<Atom> |
isNitrogen() |
static Predicate<Atom> |
isOxygen() |
static Predicate<Atom> |
isPhosphorus() |
static Predicate<Atom> |
isSideChain() |
static Predicate<Atom> |
isWithinRange(int startId,
int endId) |
Copyright © 2018. All rights reserved.