public static enum AnalysisConfig.ArrivalBoundMethod extends java.lang.Enum<AnalysisConfig.ArrivalBoundMethod>
| Enum Constant | Description | 
|---|---|
| PBOO_CONCATENATION | |
| PBOO_PER_HOP | |
| PER_FLOW_PMOO | |
| PER_FLOW_SFA | |
| PMOO | |
| PMOO_SINKTREE_TBRL | |
| PMOO_SINKTREE_TBRL_CONV | |
| PMOO_SINKTREE_TBRL_CONV_TBRL_DECONV | |
| PMOO_SINKTREE_TBRL_HOMO | 
| Modifier and Type | Method | Description | 
|---|---|---|
| static AnalysisConfig.ArrivalBoundMethod | valueOf(java.lang.String name) | Returns the enum constant of this type with the specified name. | 
| static AnalysisConfig.ArrivalBoundMethod[] | values() | Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final AnalysisConfig.ArrivalBoundMethod PBOO_PER_HOP
public static final AnalysisConfig.ArrivalBoundMethod PBOO_CONCATENATION
public static final AnalysisConfig.ArrivalBoundMethod PMOO
public static final AnalysisConfig.ArrivalBoundMethod PER_FLOW_SFA
public static final AnalysisConfig.ArrivalBoundMethod PER_FLOW_PMOO
public static final AnalysisConfig.ArrivalBoundMethod PMOO_SINKTREE_TBRL
public static final AnalysisConfig.ArrivalBoundMethod PMOO_SINKTREE_TBRL_CONV
public static final AnalysisConfig.ArrivalBoundMethod PMOO_SINKTREE_TBRL_CONV_TBRL_DECONV
public static final AnalysisConfig.ArrivalBoundMethod PMOO_SINKTREE_TBRL_HOMO
public static AnalysisConfig.ArrivalBoundMethod[] values()
for (AnalysisConfig.ArrivalBoundMethod c : AnalysisConfig.ArrivalBoundMethod.values()) System.out.println(c);
public static AnalysisConfig.ArrivalBoundMethod valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null