Uses of Interface
org.networkcalculus.dnc.curves.LinearSegment.Builder
-
Packages that use LinearSegment.Builder Package Description org.networkcalculus.dnc org.networkcalculus.dnc.curves.disco org.networkcalculus.dnc.curves.mpa_rtc.pw_affine org.networkcalculus.dnc.func_tests -
-
Uses of LinearSegment.Builder in org.networkcalculus.dnc
Methods in org.networkcalculus.dnc that return LinearSegment.Builder Modifier and Type Method Description LinearSegment.Builder
AlgDncBackend_DNC_Affine. getLinearSegmentFactory()
LinearSegment.Builder
AlgDncBackend_DNC_ConPwAffine. getLinearSegmentFactory()
LinearSegment.Builder
AlgDncBackend_MPARTC_DISCO_Affine. getLinearSegmentFactory()
LinearSegment.Builder
AlgDncBackend_MPARTC_DISCO_PwAffine. getLinearSegmentFactory()
LinearSegment.Builder
AlgDncBackend_MPARTC_PwAffine. getLinearSegmentFactory()
LinearSegment.Builder
AlgDncBackend. getLinearSegmentFactory()
-
Uses of LinearSegment.Builder in org.networkcalculus.dnc.curves.disco
Classes in org.networkcalculus.dnc.curves.disco that implement LinearSegment.Builder Modifier and Type Class Description private static class
LinearSegment_Disco.LinearSegment_DNC_builder
Methods in org.networkcalculus.dnc.curves.disco that return LinearSegment.Builder Modifier and Type Method Description static LinearSegment.Builder
LinearSegment_Disco. getBuilder()
-
Uses of LinearSegment.Builder in org.networkcalculus.dnc.curves.mpa_rtc.pw_affine
Classes in org.networkcalculus.dnc.curves.mpa_rtc.pw_affine that implement LinearSegment.Builder Modifier and Type Class Description private static class
LinearSegment_MPARTC_PwAffine.LinearSegment_MPARTC_PwAffine_builder
Methods in org.networkcalculus.dnc.curves.mpa_rtc.pw_affine that return LinearSegment.Builder Modifier and Type Method Description static LinearSegment.Builder
LinearSegment_MPARTC_PwAffine. getBuilder()
-
Uses of LinearSegment.Builder in org.networkcalculus.dnc.func_tests
Methods in org.networkcalculus.dnc.func_tests that return LinearSegment.Builder Modifier and Type Method Description LinearSegment.Builder
AlgDncBackend_DNC_PwAffineC_AffineMP. getLinearSegmentFactory()
-