Class AllActiveFormula
java.lang.Object
de.monochromata.anaphors.cog.activation.AllActiveFormula
- All Implemented Interfaces:
ActivationFormula
public class AllActiveFormula extends Object implements ActivationFormula
An activation formula in which all
Activatables are always active to
the same extent.- Since:
- 1.0.146
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAllActiveFormula.Active -
Constructor Summary
Constructors Constructor Description AllActiveFormula() -
Method Summary
Modifier and Type Method Description AllActiveFormula.ActiveestimateActivation(Activatable activatable, long timestamp)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
-
AllActiveFormula
public AllActiveFormula()
-
-
Method Details
-
estimateActivation
- Specified by:
estimateActivationin interfaceActivationFormula
-