org.decisiondeck.xmcda_oo.structure
Class SharedCoalitions

java.lang.Object
  extended by org.decisiondeck.xmcda_oo.structure.AbstractSharedDecisionMakerPreferences<Coalitions>
      extended by org.decisiondeck.xmcda_oo.structure.SharedCoalitions

public class SharedCoalitions
extends AbstractSharedDecisionMakerPreferences<Coalitions>


Constructor Summary
SharedCoalitions()
           
 
Method Summary
 boolean copyContentsExtended(ICoalitions source, Coalitions target)
           
 boolean merge(DecisionMaker dm, ICoalitions coalitions)
           
 boolean putWeight(DecisionMaker dm, Criterion criterion, double weight)
           
 boolean remove(Criterion criterion)
           
 boolean removeMajorityThreshold(DecisionMaker dm)
           
 boolean removeWeight(DecisionMaker dm, Criterion criterion)
           
 boolean replaceShared(ICoalitions coalitions)
           
 boolean setMajorityThreshold(DecisionMaker dm, double threshold)
           
 
Methods inherited from class org.decisiondeck.xmcda_oo.structure.AbstractSharedDecisionMakerPreferences
addDm, empty, get, getAll, getShared, isKeepShared, remove, setKeepShared
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SharedCoalitions

public SharedCoalitions()
Method Detail

copyContentsExtended

public boolean copyContentsExtended(ICoalitions source,
                                    Coalitions target)

remove

public boolean remove(Criterion criterion)

replaceShared

public boolean replaceShared(ICoalitions coalitions)

merge

public boolean merge(DecisionMaker dm,
                     ICoalitions coalitions)

removeMajorityThreshold

public boolean removeMajorityThreshold(DecisionMaker dm)

setMajorityThreshold

public boolean setMajorityThreshold(DecisionMaker dm,
                                    double threshold)

putWeight

public boolean putWeight(DecisionMaker dm,
                         Criterion criterion,
                         double weight)

removeWeight

public boolean removeWeight(DecisionMaker dm,
                            Criterion criterion)


Copyright © 2011. All Rights Reserved.