Single
data class Single(id: Int, bonds: List<ConfLib.AtomInfo>) : ConfLib.Anchor
Content copied to clipboard
Functions
Link copied to clipboard
open override fun findAtoms(frag: ConfLib.Fragment): List<ConfLib.AtomInfo>
Content copied to clipboard
Find all atoms bonded to this anchor.
Link copied to clipboard
open override fun matchIn(atoms: List<ConfLib.AtomInfo>, anchors: List<ConfLib.Anchor>): ConfLib.Anchor.Single?
Content copied to clipboard