Chain

class Chain(id: String)

Functions

Link copied to clipboard
fun findResidueOrThrow(id: String): Polymer.Residue
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val id: String

A unique id for this chain, often a single character.

Link copied to clipboard
val residues: MutableList<Polymer.Residue>