Uses of Class
com.amalgamasimulation.discreterate.flowstatistic.FlowProfile
Packages that use FlowProfile
-
Uses of FlowProfile in com.amalgamasimulation.discreterate.flowstatistic
Methods in com.amalgamasimulation.discreterate.flowstatistic that return FlowProfileModifier and TypeMethodDescriptionFlowProfile.copy()Creates a new instance of thisFlowProfilethat is a copy of this profile, and returns this instance.FlowStatistics.inflowProfile()Returns theFlowProfilethat contains inflow statistics for the tracked flow elements.FlowProfile.multiply(double factor) Multiplies the values of this profile by the specified factor.FlowStatistics.outflowProfile()Returns theFlowProfilethat contains outflow statistics for the tracked flow elements.FlowProfile.plus(FlowProfile<T> other) Adds the points of another profile to this profile.FlowStatistics.stockProfile()Returns theFlowProfilethat contains stock statistics for the tracked flow elements.FlowProfile.subProfile(IntervalLike withinArgumentInterval) Computes and returns a new instance ofFlowProfilewhich is a sub-function of this profile, i.e.FlowProfile.subProfile(IntervalLike withinArgumentInterval, boolean shouldContinueLastValues) Computes and returns a new instance ofFlowProfilewhich is a sub-function of this profile, i.e.Methods in com.amalgamasimulation.discreterate.flowstatistic with parameters of type FlowProfileModifier and TypeMethodDescriptionFlowProfile.plus(FlowProfile<T> other) Adds the points of another profile to this profile.