Module: SuperInstance::Equipment::ConsensusEngine::ConflictType

Defined in:
lib/equipment/consensus_engine/types.rb

Overview

Types of conflicts that can occur between perspectives

Constant Summary collapse

FUNDAMENTAL_DISAGREEMENT =
:fundamental_disagreement
UNCERTAINTY =
:uncertainty
PARTIAL_DISAGREEMENT =
:partial_disagreement
WEIGHT_IMBALANCE =
:weight_imbalance
CROSS_PERSPECTIVE_TENSION =
:cross_perspective_tension
CONTEXT_INCONSISTENCY =
:context_inconsistency
ALL =
Set[
  :fundamental_disagreement, :uncertainty, :partial_disagreement,
  :weight_imbalance, :cross_perspective_tension, :context_inconsistency
].freeze