class Chem::Topology::AtomType

Defined in:

chem/topology/types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, formal_charge : Int32 = 0, element : String | Nil = nil, valency : Int32 | Nil = nil) #

[View source]

Instance Method Detail

def element : Element #

[View source]
def formal_charge : Int32 #

[View source]
def inspect(io : ::IO) : Nil #

[View source]
def name : String #

[View source]
def suffix : String #

[View source]
def to_s(io : ::IO) #

[View source]
def valency : Int32 #

[View source]