org.apache.hivemind.lib.strategy
Class StrategyParameter

java.lang.Object
  extended by org.apache.hivemind.impl.BaseLocatable
      extended by org.apache.hivemind.lib.strategy.StrategyParameter
All Implemented Interfaces:
org.apache.hivemind.Locatable, org.apache.hivemind.LocationHolder

public class StrategyParameter
extends org.apache.hivemind.impl.BaseLocatable

Parameter value passed to the hivemind.lib.StrategyFactory service factory.

Since:
1.1
Author:
Howard M. Lewis Ship

Constructor Summary
StrategyParameter()
           
 
Method Summary
 java.util.List getContributions()
          List of StrategyContribution.
 void setContributions(java.util.List configuration)
           
 
Methods inherited from class org.apache.hivemind.impl.BaseLocatable
getLocation, setLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StrategyParameter

public StrategyParameter()
Method Detail

getContributions

public java.util.List getContributions()
List of StrategyContribution.


setContributions

public void setContributions(java.util.List configuration)