Package com.bayesserver.analysis
Class ImpactOutput
- java.lang.Object
-
- com.bayesserver.analysis.ImpactOutput
-
public final class ImpactOutput extends Object
Contains the results of an Impact analysis.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImpactHypothesisOutput
getHypothesis()
Gets output information for the hypothesis variable/state.List<ImpactOutputItem>
getItems()
Gets the output for each combination.
-
-
-
Method Detail
-
getItems
public List<ImpactOutputItem> getItems()
Gets the output for each combination.
-
getHypothesis
public ImpactHypothesisOutput getHypothesis()
Gets output information for the hypothesis variable/state.
-
-