class Chem::Topology::BondType

Included Modules

Defined in:

chem/topology/types.cr

Constructors

Instance Method Summary

Instance methods inherited from module Indexable(Chem::Topology::AtomType)

index!(of object, offset : Int = 0) : Int
index!(offset : Int = 0, &block : T -> Bool) : Int
index!

Constructor Detail

def self.new(lhs : AtomType, rhs : AtomType, order : Int = 1) #

[View source]
def self.new(lhs : String, rhs : String, order : Int = 1) : self #

[View source]

Instance Method Detail

def ==(rhs : self) : Bool #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


[View source]
def includes?(name : String) : Bool #

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

[View source]
def inverse : self #

[View source]
def order : Int32 #

[View source]
def other(atom_t : AtomType) : AtomType #

[View source]
def other(name : String) : AtomType #

[View source]
def size(*args, **options) #

[View source]
def size(*args, **options, &) #

[View source]
def to_char : Char #

[View source]
def unsafe_fetch(*args, **options) #

[View source]
def unsafe_fetch(*args, **options, &) #

[View source]