org.decisiondeck.xmcda_oo.services.flow
Class Flow

java.lang.Object
  extended by org.decisiondeck.xmcda_oo.services.flow.Flow

public class Flow
extends Object


Constructor Summary
Flow()
           
 
Method Summary
 AlternativesScores getFlows(FlowType type, IRdZeroToOneMatrix<Alternative,Alternative> pref)
           
 AlternativesScores getNegativeFlows(IRdZeroToOneMatrix<Alternative,Alternative> pref)
           
 AlternativesScores getNetFlows(IRdZeroToOneMatrix<Alternative,Alternative> pref)
           
 AlternativesScores getPositiveFlows(IRdZeroToOneMatrix<Alternative,Alternative> pref)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Flow

public Flow()
Method Detail

getNegativeFlows

public AlternativesScores getNegativeFlows(IRdZeroToOneMatrix<Alternative,Alternative> pref)
                                    throws InvalidInputException
Throws:
InvalidInputException

getNetFlows

public AlternativesScores getNetFlows(IRdZeroToOneMatrix<Alternative,Alternative> pref)
                               throws InvalidInputException
Throws:
InvalidInputException

getFlows

public AlternativesScores getFlows(FlowType type,
                                   IRdZeroToOneMatrix<Alternative,Alternative> pref)
                            throws InvalidInputException
Throws:
InvalidInputException

getPositiveFlows

public AlternativesScores getPositiveFlows(IRdZeroToOneMatrix<Alternative,Alternative> pref)
                                    throws InvalidInputException
Throws:
InvalidInputException


Copyright © 2011. All Rights Reserved.