Class: Bio::BioAlignment::MaskIslands::IslandElementState

Inherits:
ElementMaskedState show all
Defined in:
lib/bio-alignment/edit/mask_islands.rb

Instance Attribute Summary collapse

Attributes included from Bio::BioAlignment::MaskState

#masked

Instance Method Summary collapse

Methods included from Bio::BioAlignment::MaskState

#mask!, #masked?, #unmask!

Instance Attribute Details

#uniqueObject

Returns the value of attribute unique.



10
11
12
# File 'lib/bio-alignment/edit/mask_islands.rb', line 10

def unique
  @unique
end

Instance Method Details

#to_sObject



11
12
13
# File 'lib/bio-alignment/edit/mask_islands.rb', line 11

def to_s
  super + (@unique?'U':' ')
end