Class LIFOFormula
java.lang.Object
de.monochromata.anaphors.cog.activation.LIFOFormula
- All Implemented Interfaces:
ActivationFormula
@Deprecated public class LIFOFormula extends Object implements ActivationFormula
Deprecated.
A simplistic memory-less activation that decreases activation for existing
elements whenever a new element is created and never increments activation.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLIFOFormula.LIFOActivationDeprecated. -
Constructor Summary
Constructors Constructor Description LIFOFormula()Deprecated. -
Method Summary
Modifier and Type Method Description protected LIFOFormula.LIFOActivationcreateAndSaveNewPosition(Activatable activatable)Deprecated.LIFOFormula.LIFOActivationestimateActivation(Activatable activatable, long timestamp)Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.monochromata.anaphors.cog.activation.ActivationFormula
comparatorForActivationAt
-
Constructor Details
-
LIFOFormula
public LIFOFormula()Deprecated.
-
-
Method Details
-
estimateActivation
Deprecated.- Specified by:
estimateActivationin interfaceActivationFormula
-
createAndSaveNewPosition
Deprecated.
-