Package org.networkcalculus.dnc
Enum AnalysisConfig.ArrivalBoundMethod
- java.lang.Object
-
- java.lang.Enum<AnalysisConfig.ArrivalBoundMethod>
-
- org.networkcalculus.dnc.AnalysisConfig.ArrivalBoundMethod
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<AnalysisConfig.ArrivalBoundMethod>
,java.lang.constant.Constable
- Enclosing class:
- AnalysisConfig
public static enum AnalysisConfig.ArrivalBoundMethod extends java.lang.Enum<AnalysisConfig.ArrivalBoundMethod>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AGGR_PBOO_CONCATENATION
AGGR_PBOO_PER_SERVER
AGGR_PMOO
AGGR_TM
SEGR_PBOO
SEGR_PMOO
SEGR_TM
SINKTREE_AFFINE_DIRECT
SINKTREE_AFFINE_HOMO
SINKTREE_AFFINE_MINPLUS
-
Constructor Summary
Constructors Modifier Constructor Description private
ArrivalBoundMethod()
-
Method Summary
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.
-
-
-
Enum Constant Detail
-
AGGR_PBOO_PER_SERVER
public static final AnalysisConfig.ArrivalBoundMethod AGGR_PBOO_PER_SERVER
-
AGGR_PBOO_CONCATENATION
public static final AnalysisConfig.ArrivalBoundMethod AGGR_PBOO_CONCATENATION
-
AGGR_PMOO
public static final AnalysisConfig.ArrivalBoundMethod AGGR_PMOO
-
AGGR_TM
public static final AnalysisConfig.ArrivalBoundMethod AGGR_TM
-
SEGR_PBOO
public static final AnalysisConfig.ArrivalBoundMethod SEGR_PBOO
-
SEGR_PMOO
public static final AnalysisConfig.ArrivalBoundMethod SEGR_PMOO
-
SEGR_TM
public static final AnalysisConfig.ArrivalBoundMethod SEGR_TM
-
SINKTREE_AFFINE_MINPLUS
public static final AnalysisConfig.ArrivalBoundMethod SINKTREE_AFFINE_MINPLUS
-
SINKTREE_AFFINE_DIRECT
public static final AnalysisConfig.ArrivalBoundMethod SINKTREE_AFFINE_DIRECT
-
SINKTREE_AFFINE_HOMO
public static final AnalysisConfig.ArrivalBoundMethod SINKTREE_AFFINE_HOMO
-
-
Method Detail
-
values
public static AnalysisConfig.ArrivalBoundMethod[] values()
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static AnalysisConfig.ArrivalBoundMethod valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
-