Uses of Interface
org.seamcat.model.simulation.result.MultiValueDef
-
Packages that use MultiValueDef Package Description org.seamcat.model.simulation.result org.seamcat.model.types.result -
-
Uses of MultiValueDef in org.seamcat.model.simulation.result
Methods in org.seamcat.model.simulation.result that return MultiValueDef Modifier and Type Method Description MultiValueDef
ResultFactory. multi(java.lang.String group, java.lang.String name, Unit x, java.lang.String xAxis, Unit y, java.lang.String yAxis, boolean intermediate)
MultiValueDef
ResultFactory. multi(java.lang.String name, Unit x, java.lang.String xLabel, Unit y, java.lang.String yLabel)
Methods in org.seamcat.model.simulation.result that return types with arguments of type MultiValueDef Modifier and Type Method Description java.util.Set<MultiValueDef>
Collector. getMultiValueDefinitions()
Methods in org.seamcat.model.simulation.result with parameters of type MultiValueDef Modifier and Type Method Description void
Collector. add(MultiValueDef def, Point2D plot)
collect a MultiValueDef of type ScatterPlotvoid
Collector. add(MultiValueDef def, LinkResult linkResult)
Collect a MultiValueDef of type LinkResultvoid
Collector. add(MultiValueDef def, BarChartValue value)
Collect a MultiValueDef of type BarChartjava.util.List<BarChartValue>
Collector. getBarChartValues(MultiValueDef def)
java.util.List<LinkResult>
Collector. getLinkResults(MultiValueDef def)
java.util.List<Point2D>
Collector. getScatterPoints(MultiValueDef definition)
-
Uses of MultiValueDef in org.seamcat.model.types.result
Methods in org.seamcat.model.types.result that return MultiValueDef Modifier and Type Method Description MultiValueDef
BarChartResultType. def()
MultiValueDef
ScatterDiagramResultType. def()
Methods in org.seamcat.model.types.result with parameters of type MultiValueDef Modifier and Type Method Description BarChartResultType
Results. findBarChart(MultiValueDef def)
ScatterDiagramResultType
Results. findScatterDiagram(MultiValueDef def)
Constructors in org.seamcat.model.types.result with parameters of type MultiValueDef Constructor Description BarChartResultType(MultiValueDef def)
ScatterDiagramResultType(MultiValueDef def)
-