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

Inherits:
KAFNode
  • Object
show all
Defined in:
lib/opener/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.



140
141
142
# File 'lib/opener/outlet/visualizer.rb', line 140

def lemma
  @lemma
end

#morphofeatObject (readonly)

Returns the value of attribute morphofeat.



140
141
142
# File 'lib/opener/outlet/visualizer.rb', line 140

def morphofeat
  @morphofeat
end

#posObject (readonly)

Returns the value of attribute pos.



140
141
142
# File 'lib/opener/outlet/visualizer.rb', line 140

def pos
  @pos
end

#tidObject (readonly)

Returns the value of attribute tid.



140
141
142
# File 'lib/opener/outlet/visualizer.rb', line 140

def tid
  @tid
end

#typeObject (readonly)

Returns the value of attribute type.



140
141
142
# File 'lib/opener/outlet/visualizer.rb', line 140

def type
  @type
end

Instance Method Details

#idObject



142
143
144
# File 'lib/opener/outlet/visualizer.rb', line 142

def id
  tid
end