class Chem::Topology::BondType
- Chem::Topology::BondType
- Reference
- Object
Included Modules
Defined in:
chem/topology/types.crConstructors
- .new(lhs : AtomType, rhs : AtomType, order : Int = 1)
- .new(lhs : String, rhs : String, order : Int = 1) : self
Instance Method Summary
-
#==(rhs : self) : Bool
Returns
true
if this reference is the same as other. - #includes?(name : String) : Bool
- #inspect(io : ::IO) : Nil
- #inverse : self
- #order : Int32
- #other(atom_t : AtomType) : AtomType
- #other(name : String) : AtomType
- #size(*args, **options)
- #size(*args, **options, &)
- #to_char : Char
- #unsafe_fetch(*args, **options)
- #unsafe_fetch(*args, **options, &)
Instance methods inherited from module Indexable(Chem::Topology::AtomType)
index!(of object, offset : Int = 0) : Intindex!(offset : Int = 0, &block : T -> Bool) : Int index!
Constructor Detail
Instance Method Detail
def ==(rhs : self) : Bool
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.