Uses of Class
com.amalgamasimulation.studies.result.ResultPath
Packages that use ResultPath
Package
Description
-
Uses of ResultPath in com.amalgamasimulation.desktop.ui.studies
Methods in com.amalgamasimulation.desktop.ui.studies that return types with arguments of type ResultPathModifier and TypeMethodDescriptionAdjustColumnsDialog.show()protected abstract List<ResultPath> StudyPart.visibleTableColumns()Which elements of the simulationResultmust be shown in columns of the part's main tree view?Methods in com.amalgamasimulation.desktop.ui.studies with parameters of type ResultPathModifier and TypeMethodDescriptionprotected StringStudyPart.localizedResultPathDescription(ResultPath path) protected StringStudyPart.localizedResultPathTitle(ResultPath path) What text label to show for the given result element?protected Accumulator<Color> StudyPart.resultBackgroundColor(DistributionStatistics distributionStatistics, ResultPath resultPath) Constructor parameters in com.amalgamasimulation.desktop.ui.studies with type arguments of type ResultPathModifierConstructorDescriptionAdjustColumnsDialog(org.eclipse.swt.widgets.Shell shell, Study rootStudy, Set<ResultPath> initiallyCheckedElements, Function<ResultPath, String> resultTitle, Function<ResultPath, String> resultDescription) AdjustColumnsDialog(org.eclipse.swt.widgets.Shell shell, Study rootStudy, Set<ResultPath> initiallyCheckedElements, Function<ResultPath, String> resultTitle, Function<ResultPath, String> resultDescription) -
Uses of ResultPath in com.amalgamasimulation.studies.core
Methods in com.amalgamasimulation.studies.core that return types with arguments of type ResultPathModifier and TypeMethodDescriptionStudySession.resultPaths()StudySession.resultValues(StudyStep step) Study.selectedResultPathes()StudySession.visibleTableColumns()Which elements of the simulationResultmust be shown in columns of the part's main tree view?Methods in com.amalgamasimulation.studies.core with parameters of type ResultPathModifier and TypeMethodDescriptionabstract StringStudySession.localizedResultPathTitle(ResultPath path) abstract StringStudySession.resultPathTitle(ResultPath resultPath) Method parameters in com.amalgamasimulation.studies.core with type arguments of type ResultPath -
Uses of ResultPath in com.amalgamasimulation.studies.result
Methods in com.amalgamasimulation.studies.result that return ResultPathModifier and TypeMethodDescriptionAppends an element to this path and returns a new ResultPath.static ResultPathResultPath.empty()Returns an empty ResultPath.static ResultPathCreates a new ResultPath from the given elements.ResultElement.path()Gets the hierarchical path to this element from the root.ResultValue.path()Methods in com.amalgamasimulation.studies.result with parameters of type ResultPathModifier and TypeMethodDescriptionbooleanResultPath.contains(ResultPath otherPath) Checks if this path contains another path as a substring.ResultsList.distributionStatistics(ResultPath resultPath) ResultElement.find(ResultPath path) Finds an element by its path relative to this element.ResultElement.findOrThrow(ResultPath path) Finds an element by path or throws an exception if not found.ResultElement.getChildrenDoubleResults(ResultPath path) Gets all child double value elements under the specified path.ResultElement.getChildrenGroups(ResultPath path) Gets all child group elements under the specified path.ResultElement.getDateTimeOrThrow(ResultPath path) Gets a date-time value by path or throws an exception if not found or not a date-time value.ResultElement.getFunctionOrDefault(ResultPath path, PiecewiseFunction defaultValue) Gets a piecewise function by path or returns a default value if not found or not a function value.ResultElement.getFunctionOrThrow(ResultPath path) Gets a piecewise function by path or throws an exception if not found or not a function value.ResultElement.getGroupOrThrow(ResultPath path) Gets a group element by path or throws an exception if not found or not a group.doubleResultElement.getOrDefault(ResultPath path, double defaultValue) Gets a double value by path or returns a default value if not found or not a double value.doubleResultElement.getOrThrow(ResultPath path) Gets a double value by path or throws an exception if not found or not a double value.ResultElement.getStringOrThrow(ResultPath path) Gets a string value by path or throws an exception if not found or not a string value.Method parameters in com.amalgamasimulation.studies.result with type arguments of type ResultPathModifier and TypeMethodDescriptionResultPath.localizedFullPath(Function<ResultPath, String> localizedTitleSupplier)