de.cesr.lara.toolbox.snanalysis.bos
Class LSNDecreaseActivity<A extends LaraAgent<A,LSNDecreaseActivity<A>>>

java.lang.Object
  extended by de.cesr.lara.components.LaraProperty<BO,Map<Class<? extends LaraPreference>,Double>>
      extended by de.cesr.lara.components.LaraBehaviouralOption<A,BO>
          extended by de.cesr.lara.toolbox.snanalysis.bos.LAbstractSNBO<A,LSNDecreaseActivity<A>>
              extended by de.cesr.lara.toolbox.snanalysis.bos.LSNDecreaseActivity<A>
Type Parameters:
A - the agent class
All Implemented Interfaces:
Comparable<LaraBehaviouralOption<A,LSNDecreaseActivity<A>>>
Direct Known Subclasses:
LSNCutLeastCentralLinks

public abstract class LSNDecreaseActivity<A extends LaraAgent<A,LSNDecreaseActivity<A>>>
extends LAbstractSNBO<A,LSNDecreaseActivity<A>>


Constructor Summary
LSNDecreaseActivity(String key, A agent, Map<Class<? extends LaraPreference>,Double> utilities)
           
 
Method Summary
 boolean computeUtility(Class<? extends LaraPreference> goal)
           
 
Methods inherited from class de.cesr.lara.toolbox.snanalysis.bos.LAbstractSNBO
getSituationalUtilities
 
Methods inherited from class de.cesr.lara.components.LaraBehaviouralOption
calculateHashCode, compareTo, equals, getAgent, getModifiableUtilities, getModifiedAgentBO, getModifiedBO, getModifiedProperty, getModifiedUtilitiesBO, getTotalSituationalUtility, getValue, hashCode, isCurrentlyApplicable, toString
 
Methods inherited from class de.cesr.lara.components.LaraProperty
getKey, getRefreshedProperty, getTimestamp
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LSNDecreaseActivity

public LSNDecreaseActivity(String key,
                           A agent,
                           Map<Class<? extends LaraPreference>,Double> utilities)
Parameters:
key -
agent -
utilities -
Method Detail

computeUtility

public boolean computeUtility(Class<? extends LaraPreference> goal)
Specified by:
computeUtility in class LAbstractSNBO<A extends LaraAgent<A,LSNDecreaseActivity<A>>,LSNDecreaseActivity<A extends LaraAgent<A,LSNDecreaseActivity<A>>>>
Returns:
Created by Sascha Holzhauer on 25.01.2010
See Also:
LAbstractSNBO.computeUtility(Class)