Package org.networkcalculus.dnc
Enum AlgDncBackend_MPARTC_DISCO_ConPwAffine
- java.lang.Object
-
- java.lang.Enum<AlgDncBackend_MPARTC_DISCO_ConPwAffine>
-
- org.networkcalculus.dnc.AlgDncBackend_MPARTC_DISCO_ConPwAffine
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<AlgDncBackend_MPARTC_DISCO_ConPwAffine>,java.lang.constant.Constable,AlgDncBackend
public enum AlgDncBackend_MPARTC_DISCO_ConPwAffine extends java.lang.Enum<AlgDncBackend_MPARTC_DISCO_ConPwAffine> implements AlgDncBackend
-
-
Enum Constant Summary
Enum Constants Enum Constant Description MPARTC_PWAFFINEC_DISCO_CONPWAFFINEMP
-
Constructor Summary
Constructors Modifier Constructor Description privateAlgDncBackend_MPARTC_DISCO_ConPwAffine()
-
Method Summary
Modifier and Type Method Description voidcheckDependencies()BoundingCurvesgetBoundingCurves()See Github issue #15: Dispatch to Native Bounding Methods https://github.com/NetCal/DNCext_MPARTC/issues/15BoundsgetBounds()See Github issue #15: Dispatch to Native Bounding Methods https://github.com/NetCal/DNCext_MPARTC/issues/15Curve_PwAffinegetCurveFactory()LinearSegment.BuildergetLinearSegmentFactory()MinPlusgetMinPlus()java.lang.StringtoString()static AlgDncBackend_MPARTC_DISCO_ConPwAffinevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AlgDncBackend_MPARTC_DISCO_ConPwAffine[]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_CONPWAFFINEMP
public static final AlgDncBackend_MPARTC_DISCO_ConPwAffine MPARTC_PWAFFINEC_DISCO_CONPWAFFINEMP
-
-
Method Detail
-
values
public static AlgDncBackend_MPARTC_DISCO_ConPwAffine[] 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_ConPwAffine 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
-
getBoundingCurves
public BoundingCurves getBoundingCurves()
See Github issue #15: Dispatch to Native Bounding Methods https://github.com/NetCal/DNCext_MPARTC/issues/15- Specified by:
getBoundingCurvesin interfaceAlgDncBackend
-
getBounds
public Bounds getBounds()
See Github issue #15: Dispatch to Native Bounding Methods https://github.com/NetCal/DNCext_MPARTC/issues/15- Specified by:
getBoundsin 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_ConPwAffine>
-
-