Uses of Class
com.amalgamasimulation.studies.result.ResultElement
Packages that use ResultElement
-
Uses of ResultElement in com.amalgamasimulation.desktop.ui.studies
Constructor parameters in com.amalgamasimulation.desktop.ui.studies with type arguments of type ResultElementModifierConstructorDescriptionAdjustColumnsDialog(org.eclipse.swt.widgets.Shell shell, Study rootStudy, Set<ResultPath> initiallyCheckedElements, Function<ResultPath, String> resultTitle, Function<ResultPath, String> resultDescription, Predicate<ResultElement> visiblePredicate, String title) -
Uses of ResultElement in com.amalgamasimulation.studies.result
Subclasses of ResultElement in com.amalgamasimulation.studies.resultModifier and TypeClassDescriptionclassclassA result element representing a date-time value.classA result element representing a double precision floating-point value.classclassA result element representing a piecewise function value.classA result element representing a string value.classclassA specializedResultDoubleValuethat serves as a container for grouping other result elements.Methods in com.amalgamasimulation.studies.result that return ResultElementModifier and TypeMethodDescriptionResultElement.findOrThrow(ResultPath path) Finds an element by path or throws an exception if not found.ResultElement.findOrThrow(String... path) Finds an element by path (specified as varargs) or throws an exception if not found.Sets the identifier for this element.Sets the identifier for this element.ResultElement.root()Gets the root element of the hierarchy containing this element.Adds a tag to this element.Methods in com.amalgamasimulation.studies.result that return types with arguments of type ResultElementModifier and TypeMethodDescriptionResultElement.children()Gets an unmodifiable view of the direct children of this element.ResultElement.descendants()Gets all descendants of this element (children, grandchildren, etc.).ResultElement.find(ResultPath path) Finds an element by its path relative to this element.ResultElement.findByTags(String... byTags) Finds all elements in the hierarchy that have all the specified tags.ResultElement.parent()Gets the parent element of this element, if it exists.Methods in com.amalgamasimulation.studies.result with parameters of type ResultElement