Class Bio::DAS::FEATURE
In: lib/bio/io/das.rb  (CVS)
Parent: Object

Methods

new  

Attributes

entry_id  [RW] 
groups  [R] 
label  [RW] 
links  [R] 
method  [RW] 
method_id  [RW] 
notes  [R] 
orientation  [RW] 
phase  [RW] 
score  [RW] 
start  [RW] 
stop  [RW] 
targets  [R] 
types  [R] 

Public Class methods

[Source]

# File lib/bio/io/das.rb, line 384
    def initialize
      @notes = Array.new
      @links = Array.new
      @types = Array.new
      @targets = Array.new
      @groups = Array.new
    end

[Validate]