Package | Description |
---|---|
org.seamcat.model.simulation.result | |
org.seamcat.model.types.result |
Modifier and Type | Method and Description |
---|---|
VectorDef |
ResultFactory.group(String group,
String name,
String unit) |
VectorDef |
ResultFactory.intermediateGroup(String group,
String name,
String unit,
boolean intermediate) |
VectorDef |
ResultFactory.intermediateValue(String name,
String unit) |
VectorDef |
ResultFactory.value(String name,
String unit) |
Modifier and Type | Method and Description |
---|---|
Set<VectorDef> |
Collector.getVectorDefinitions() |
Modifier and Type | Method and Description |
---|---|
void |
Collector.add(VectorDef definition,
double value)
Collect a vector point
|
void |
Collector.add(VectorDef definition,
List<Double> values)
Collect sample points
|
Double |
Collector.get(VectorDef def)
Get a vector value by its definition.
|
List<Double> |
Collector.getSamples(VectorDef definition)
Get the sampled values
|
Modifier and Type | Method and Description |
---|---|
VectorDef |
VectorResultType.def() |
Modifier and Type | Method and Description |
---|---|
VectorResultType |
Results.findVector(VectorDef def) |
Constructor and Description |
---|
VectorResultType(VectorDef def,
double[] values) |
VectorResultType(VectorDef def,
List<Double> values) |
Copyright © 2018. All rights reserved.