edu.memphis.ccrg.lida.pam
Class PamLinkImplTest

java.lang.Object
  extended by edu.memphis.ccrg.lida.pam.PamLinkImplTest

public class PamLinkImplTest
extends java.lang.Object

Author:
Ryan McCall

Constructor Summary
PamLinkImplTest()
           
 
Method Summary
 void setUp()
           
static void setUpBeforeClass()
           
 void testDecay()
          Test method for LearnableImpl.decay(long) .
 void testDecayBaseLevelActivation()
          Test method for LearnableImpl.decayBaseLevelActivation(long) .
 void testEquals()
          PamLinkImpl.equals(java.lang.Object).
 void testGetTotalActivation()
          Test method for LearnableImpl.getTotalActivation() .
 void testGetTotalActivationStrategy()
          Test method for LearnableImpl.getTotalActivationStrategy() .
 void testHashCode()
          PamLinkImpl.equals(Object)
 void testIsRemovable()
          Test method for LearnableImpl.isRemovable() .
 void testReinforceBaseLevelActivation()
          Test method for LearnableImpl.reinforceBaseLevelActivation(double) .
 void testSetBaseLevelActivation()
          Test method for LearnableImpl.setBaseLevelActivation(double) .
 void testSetBaseLevelDecayStrategy()
          Test method for LearnableImpl.setBaseLevelDecayStrategy(edu.memphis.ccrg.lida.framework.strategies.DecayStrategy) .
 void testSetBaseLevelExciteStrategy()
          Test method for LearnableImpl.setBaseLevelExciteStrategy(edu.memphis.ccrg.lida.framework.strategies.ExciteStrategy) .
 void testSetLearnableRemovalThreshold()
          Test method for LearnableImpl.setBaseLevelRemovalThreshold(double) .
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PamLinkImplTest

public PamLinkImplTest()
Method Detail

setUpBeforeClass

public static void setUpBeforeClass()

setUp

public void setUp()
           throws java.lang.Exception
Throws:
java.lang.Exception

testEquals

public void testEquals()
PamLinkImpl.equals(java.lang.Object).


testHashCode

public void testHashCode()
PamLinkImpl.equals(Object)


testDecay

public void testDecay()
Test method for LearnableImpl.decay(long) .


testIsRemovable

public void testIsRemovable()
Test method for LearnableImpl.isRemovable() .


testGetTotalActivation

public void testGetTotalActivation()
Test method for LearnableImpl.getTotalActivation() .


testDecayBaseLevelActivation

public void testDecayBaseLevelActivation()
Test method for LearnableImpl.decayBaseLevelActivation(long) .


testSetBaseLevelExciteStrategy

public void testSetBaseLevelExciteStrategy()
Test method for LearnableImpl.setBaseLevelExciteStrategy(edu.memphis.ccrg.lida.framework.strategies.ExciteStrategy) .


testSetBaseLevelDecayStrategy

public void testSetBaseLevelDecayStrategy()
Test method for LearnableImpl.setBaseLevelDecayStrategy(edu.memphis.ccrg.lida.framework.strategies.DecayStrategy) .


testReinforceBaseLevelActivation

public void testReinforceBaseLevelActivation()
Test method for LearnableImpl.reinforceBaseLevelActivation(double) .


testSetBaseLevelActivation

public void testSetBaseLevelActivation()
Test method for LearnableImpl.setBaseLevelActivation(double) .


testSetLearnableRemovalThreshold

public void testSetLearnableRemovalThreshold()
Test method for LearnableImpl.setBaseLevelRemovalThreshold(double) .


testGetTotalActivationStrategy

public void testGetTotalActivationStrategy()
Test method for LearnableImpl.getTotalActivationStrategy() .