Package org.networkcalculus.dnc
Enum AlgDncBackend_MPARTC_DISCO_Affine
- java.lang.Object
-
- java.lang.Enum<AlgDncBackend_MPARTC_DISCO_Affine>
-
- org.networkcalculus.dnc.AlgDncBackend_MPARTC_DISCO_Affine
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<AlgDncBackend_MPARTC_DISCO_Affine>,java.lang.constant.Constable,AlgDncBackend
public enum AlgDncBackend_MPARTC_DISCO_Affine extends java.lang.Enum<AlgDncBackend_MPARTC_DISCO_Affine> implements AlgDncBackend
-
-
Enum Constant Summary
Enum Constants Enum Constant Description MPARTC_PWAFFINEC_DISCO_AFFINEMP
-
Constructor Summary
Constructors Modifier Constructor Description privateAlgDncBackend_MPARTC_DISCO_Affine()
-
Method Summary
Modifier and Type Method Description voidcheckDependencies()Curve_PwAffinegetCurveFactory()LinearSegment.BuildergetLinearSegmentFactory()MinPlusgetMinPlus()java.lang.StringtoString()static AlgDncBackend_MPARTC_DISCO_AffinevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AlgDncBackend_MPARTC_DISCO_Affine[]values()Returns an array containing the constants of this enum type, in the order they are declared.-
Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf
-
Methods inherited from interface org.networkcalculus.dnc.AlgDncBackend
assembleString
-
-
-
-
Enum Constant Detail
-
MPARTC_PWAFFINEC_DISCO_AFFINEMP
public static final AlgDncBackend_MPARTC_DISCO_Affine MPARTC_PWAFFINEC_DISCO_AFFINEMP
-
-
Method Detail
-
values
public static AlgDncBackend_MPARTC_DISCO_Affine[] 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 AlgDncBackend_MPARTC_DISCO_Affine 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
-
getMinPlus
public MinPlus getMinPlus()
- Specified by:
getMinPlusin interfaceAlgDncBackend
-
getCurveFactory
public Curve_PwAffine getCurveFactory()
- Specified by:
getCurveFactoryin interfaceAlgDncBackend
-
checkDependencies
public void checkDependencies()
- Specified by:
checkDependenciesin interfaceAlgDncBackend
-
getLinearSegmentFactory
public LinearSegment.Builder getLinearSegmentFactory()
- Specified by:
getLinearSegmentFactoryin interfaceAlgDncBackend
-
toString
public java.lang.String toString()
- Specified by:
toStringin interfaceAlgDncBackend- Overrides:
toStringin classjava.lang.Enum<AlgDncBackend_MPARTC_DISCO_Affine>
-
-