detect

abstract fun detect(incoming: Proposition, existing: Proposition): ConflictType

Classify the conflict between an incoming and an existing proposition.

Return

the ConflictType describing the nature of the clash

Parameters

incoming

The newly observed proposition

existing

The pre-existing proposition it clashes with