001package de.monochromata.anaphors.cog.activation; 002 003/** 004 * An abstract interface for activation values in humans estimated by a 005 * cognitive model. 006 * 007 * @since 1.0.146 008 */ 009public interface EstimatedActivationValue extends Comparable<EstimatedActivationValue> { 010 011}