Class: IntervalNotation::SweepLine::TraceState::MultiTagging

Inherits:
Tagging
  • Object
show all
Defined in:
lib/interval_notation/sweep_line/trace_state/tagging.rb

Instance Attribute Summary

Attributes inherited from Tagging

#tag_count

Instance Method Summary collapse

Methods inherited from Tagging

initial_state, #state_after_point, #state_at_point

Instance Method Details

#inspectObject



67
# File 'lib/interval_notation/sweep_line/trace_state/tagging.rb', line 67

def inspect; to_s; end

#state_convolutionObject



65
# File 'lib/interval_notation/sweep_line/trace_state/tagging.rb', line 65

def state_convolution; tag_count; end

#to_sObject



66
# File 'lib/interval_notation/sweep_line/trace_state/tagging.rb', line 66

def to_s; tag_count.to_s; end