struct
ThreadAnalysisService::ParticipantInfo
- ThreadAnalysisService::ParticipantInfo
- Struct
- Value
- Object
Defined in:
services/thread_analysis_service.crConstructors
Instance Method Summary
- #actor_iri : String
- #clone
- #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)
- #depth_range : Tuple(Int32, Int32)
- #object_count : Int32
- #object_ids : Array(Int64)
- #time_range : Tuple(Time, Time)
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))
#
Instance Method Detail
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)
#