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.BuilderAlgDncBackend_DNC_Affine. getLinearSegmentFactory()LinearSegment.BuilderAlgDncBackend_DNC_ConPwAffine. getLinearSegmentFactory()LinearSegment.BuilderAlgDncBackend_MPARTC_DISCO_Affine. getLinearSegmentFactory()LinearSegment.BuilderAlgDncBackend_MPARTC_DISCO_PwAffine. getLinearSegmentFactory()LinearSegment.BuilderAlgDncBackend_MPARTC_PwAffine. getLinearSegmentFactory()LinearSegment.BuilderAlgDncBackend. 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 classLinearSegment_Disco.LinearSegment_DNC_builderMethods in org.networkcalculus.dnc.curves.disco that return LinearSegment.Builder Modifier and Type Method Description static LinearSegment.BuilderLinearSegment_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 classLinearSegment_MPARTC_PwAffine.LinearSegment_MPARTC_PwAffine_builderMethods in org.networkcalculus.dnc.curves.mpa_rtc.pw_affine that return LinearSegment.Builder Modifier and Type Method Description static LinearSegment.BuilderLinearSegment_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.BuilderAlgDncBackend_DNC_PwAffineC_AffineMP. getLinearSegmentFactory()
-