struct ThreadAnalysisService::ParticipantInfo

Defined in:

services/thread_analysis_service.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(actor_iri : String, object_count : Int32, depth_range : Tuple(Int32, Int32), time_range : Tuple(Time, Time), object_ids : Array(Int64)) #

[View source]

Instance Method Detail

def actor_iri : String #

def clone #

[View source]
def copy_with(actor_iri _actor_iri = @actor_iri, object_count _object_count = @object_count, depth_range _depth_range = @depth_range, time_range _time_range = @time_range, object_ids _object_ids = @object_ids) #

[View source]
def depth_range : Tuple(Int32, Int32) #

def object_count : Int32 #

def object_ids : Array(Int64) #

def time_range : Tuple(Time, Time) #