Single

data class Single(id: Int, bonds: List<ConfLib.AtomInfo>) : ConfLib.Anchor

Functions

Link copied to clipboard
open override fun findAtoms(frag: ConfLib.Fragment): List<ConfLib.AtomInfo>

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?

Properties

Link copied to clipboard
val bonds: List<ConfLib.AtomInfo>
Link copied to clipboard
open override val id: Int