ConsistencyChecker class
Detects duplicate factId and triple conflicts before a write.
Constructors
- ConsistencyChecker({required FactStoragePort storage, bool enabled = true})
Properties
Methods
-
check(
Fact candidate) → Future< ConflictReport?> -
Check
candidateagainst stored facts. Returns a ConflictReport on conflict, ornullotherwise. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited