public interface CombinationAction
Combinations.enumerate(java.util.List<com.bayesserver.Variable>, com.bayesserver.analysis.CombinationAction, com.bayesserver.analysis.CombinationOptions) method.| Modifier and Type | Method and Description | 
|---|---|
void | 
execute(Integer[] combination)
Receives an individual combination from the  
Combinations.enumerate(java.util.List<com.bayesserver.Variable>, com.bayesserver.analysis.CombinationAction, com.bayesserver.analysis.CombinationOptions) method. | 
void execute(Integer[] combination)
Combinations.enumerate(java.util.List<com.bayesserver.Variable>, com.bayesserver.analysis.CombinationAction, com.bayesserver.analysis.CombinationOptions) method.
 
  The argument [combination] is re-used for each call, acting like a buffer.combination - A buffer which contains the zero based index of each variable state for this combination.  Entries can be null depending on CombinationOptions.Copyright © 2021. All rights reserved.