Uses of Record Class
com.knezevic.edaf.v3.persistence.query.ProfilePoint
Packages that use ProfilePoint
Package
Description
Read-side query models and repository contracts.
-
Uses of ProfilePoint in com.knezevic.edaf.v3.persistence.query
Methods in com.knezevic.edaf.v3.persistence.query that return types with arguments of type ProfilePointModifier and TypeMethodDescriptionExperimentAnalytics.dataProfile()Returns the value of thedataProfilerecord component.ExperimentAnalytics.ecdfSuccessfulRuns()Returns the value of theecdfSuccessfulRunsrecord component.ExperimentAnalytics.ecdfTotalRuns()Returns the value of theecdfTotalRunsrecord component.ExperimentAnalytics.performanceProfile()Returns the value of theperformanceProfilerecord component.ProfileSeries.points()Returns the value of thepointsrecord component.ExperimentAnalytics.successVsBudget()Returns the value of thesuccessVsBudgetrecord component.Constructor parameters in com.knezevic.edaf.v3.persistence.query with type arguments of type ProfilePointModifierConstructorDescriptionProfileSeries(String name, List<ProfilePoint> points) Creates an instance of aProfileSeriesrecord class.