Class: IntervalNotation::SweepLine::TraceState::MultiTagging
- Inherits:
-
Tagging
- Object
- Struct
- Tagging
- IntervalNotation::SweepLine::TraceState::MultiTagging
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
#inspect ⇒ Object
67
|
# File 'lib/interval_notation/sweep_line/trace_state/tagging.rb', line 67
def inspect; to_s; end
|
#state_convolution ⇒ Object
65
|
# File 'lib/interval_notation/sweep_line/trace_state/tagging.rb', line 65
def state_convolution; tag_count; end
|
#to_s ⇒ Object
66
|
# File 'lib/interval_notation/sweep_line/trace_state/tagging.rb', line 66
def to_s; tag_count.to_s; end
|