UtilCompareAminoAcid class

Constructors

UtilCompareAminoAcid()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

compare(AminoAcidSequence a, AminoAcidSequence b, bool fuzzyComp) bool
(en) Compares two AminoAcidSequence and returns true if they are the same.
compareSingle(AminoAcid a, AminoAcid b, bool fuzzyComp) bool
(en) Compares two AminoAcid and returns true if they are the same.
compareType(AminoAcidSequence a, AminoAcidSequence b, bool fuzzyComp) bool
(en) Compares two AminoAcidSequence by type only and returns true if they are the same.