Uses of Interface
org.seamcat.model.simulation.result.VectorDef
-
Packages that use VectorDef Package Description org.seamcat.model.simulation.result org.seamcat.model.types.result -
-
Uses of VectorDef in org.seamcat.model.simulation.result
Methods in org.seamcat.model.simulation.result that return VectorDef Modifier and Type Method Description VectorDef
ResultFactory. vector(java.lang.String group, java.lang.String name, Unit unit, boolean intermediate)
VectorDef
ResultFactory. vector(java.lang.String name, Unit unit)
Methods in org.seamcat.model.simulation.result that return types with arguments of type VectorDef Modifier and Type Method Description java.util.Set<VectorDef>
Collector. getVectorDefinitions()
Methods in org.seamcat.model.simulation.result with parameters of type VectorDef Modifier and Type Method Description void
Collector. add(VectorDef definition, double value)
Collect a vector pointvoid
Collector. add(VectorDef definition, java.util.List<java.lang.Double> values)
Collect sample pointsjava.lang.Double
Collector. get(VectorDef def)
Get a vector value by its definition.java.util.List<java.lang.Double>
Collector. getSamples(VectorDef definition)
Get the sampled valuesvoid
Collector. sample(VectorDef definition, double value)
Adds sample value to vector sample. -
Uses of VectorDef in org.seamcat.model.types.result
Methods in org.seamcat.model.types.result that return VectorDef Modifier and Type Method Description VectorDef
VectorResultType. def()
Methods in org.seamcat.model.types.result with parameters of type VectorDef Modifier and Type Method Description VectorResultType
Results. findVector(VectorDef def)
Constructors in org.seamcat.model.types.result with parameters of type VectorDef Constructor Description VectorResultType(VectorDef def, double[] values)
VectorResultType(VectorDef def, java.util.List<java.lang.Double> values)
-