Class: Opener::Kaf::Visualizer::Term

Inherits:
KAFNode
  • Object
show all
Defined in:
lib/opener/s3_outlet/visualizer.rb

Instance Attribute Summary collapse

Attributes inherited from KAFNode

#content, #references, #tag, #targets

Instance Method Summary collapse

Methods inherited from KAFNode

#has_target?, #initialize, #process_subnodes, #set_content, #set_instance_variables, #set_targets, #target_ids, #to_s

Constructor Details

This class inherits a constructor from Opener::Kaf::Visualizer::KAFNode

Instance Attribute Details

#lemmaObject (readonly)

Returns the value of attribute lemma.



143
144
145
# File 'lib/opener/s3_outlet/visualizer.rb', line 143

def lemma
  @lemma
end

#morphofeatObject (readonly)

Returns the value of attribute morphofeat.



143
144
145
# File 'lib/opener/s3_outlet/visualizer.rb', line 143

def morphofeat
  @morphofeat
end

#posObject (readonly)

Returns the value of attribute pos.



143
144
145
# File 'lib/opener/s3_outlet/visualizer.rb', line 143

def pos
  @pos
end

#tidObject (readonly)

Returns the value of attribute tid.



143
144
145
# File 'lib/opener/s3_outlet/visualizer.rb', line 143

def tid
  @tid
end

#typeObject (readonly)

Returns the value of attribute type.



143
144
145
# File 'lib/opener/s3_outlet/visualizer.rb', line 143

def type
  @type
end

Instance Method Details

#idObject



145
146
147
# File 'lib/opener/s3_outlet/visualizer.rb', line 145

def id
  tid
end