Uses of Class
org.seamcat.model.types.Unit
-
Packages that use Unit Package Description org.seamcat.model.functions org.seamcat.model.simulation.result org.seamcat.model.types org.seamcat.model.types.result -
-
Uses of Unit in org.seamcat.model.functions
Methods in org.seamcat.model.functions that return Unit Modifier and Type Method Description Unit
Function. getDomainUnit()
Unit
Function. getRangeUnit()
Methods in org.seamcat.model.functions with parameters of type Unit Modifier and Type Method Description void
Function. setDomainUnit(Unit domainUnit)
void
Function. setRangeUnit(Unit rangeUnit)
-
Uses of Unit in org.seamcat.model.simulation.result
Methods in org.seamcat.model.simulation.result that return Unit Modifier and Type Method Description Unit
ValueDefinition. unit()
Unit
MultiValueDef. yUnit()
Unit
UniqueValueDef. yUnit()
Methods in org.seamcat.model.simulation.result with parameters of type Unit Modifier and Type Method Description UniqueValueDef
ResultFactory. function(java.lang.String name, Unit xAxis, Unit yAxis)
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)
UniqueValueDef
ResultFactory. uniqueValue(java.lang.String group, java.lang.String name, Unit unit, boolean intermediate)
UniqueValueDef
ResultFactory. uniqueValue(java.lang.String name, Unit unit)
VectorDef
ResultFactory. vector(java.lang.String group, java.lang.String name, Unit unit, boolean intermediate)
VectorDef
ResultFactory. vector(java.lang.String name, Unit unit)
-
Uses of Unit in org.seamcat.model.types
Methods in org.seamcat.model.types that return Unit Modifier and Type Method Description static Unit
Unit. parse(java.lang.String unit)
static Unit
Unit. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Unit[]
Unit. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Unit in org.seamcat.model.types.result
Methods in org.seamcat.model.types.result that return Unit Modifier and Type Method Description Unit
SamplesResultType. getUnit()
Unit
VectorGroupResultType. getUnit()
Unit
VectorResultType. getUnit()
Constructors in org.seamcat.model.types.result with parameters of type Unit Constructor Description SamplesResultType(java.lang.String name, Unit unit, java.util.List<java.lang.Double>[] samples)
VectorGroupResultType(java.lang.String name, Unit unit)
-