Uses of Interface
org.seamcat.model.simulation.result.ValueDefinition
-
Packages that use ValueDefinition Package Description org.seamcat.model.simulation.result org.seamcat.model.types.result -
-
Uses of ValueDefinition in org.seamcat.model.simulation.result
Subinterfaces of ValueDefinition in org.seamcat.model.simulation.result Modifier and Type Interface Description interface
MultiValueDef
A MultiValueDef can identify three different types: Scatter plot Bar chart LinkResultinterface
UniqueValueDef
UniqueValueDef identifies two types of result values: Single values: can be either double, int, long or string Functions The yUnit might not apply for all types and if not it should be set tonull
.interface
VectorDef
VectorDef defines a vector result. -
Uses of ValueDefinition in org.seamcat.model.types.result
Methods in org.seamcat.model.types.result that return ValueDefinition Modifier and Type Method Description ValueDefinition
ResultType. def()
ValueDefinition
VectorGroupResultType. def()
-