Uses of Class
org.seamcat.model.types.result.VectorResultType
-
Packages that use VectorResultType Package Description org.seamcat.model.mathematics org.seamcat.model.types.result -
-
Uses of VectorResultType in org.seamcat.model.mathematics
Methods in org.seamcat.model.mathematics with parameters of type VectorResultType Modifier and Type Method Description static double
Mathematics. calculateAvgPercentage(VectorResultType vector1, VectorResultType vector2)
-
Uses of VectorResultType in org.seamcat.model.types.result
Methods in org.seamcat.model.types.result that return VectorResultType Modifier and Type Method Description VectorResultType
Results. findVector(VectorDef def)
Methods in org.seamcat.model.types.result that return types with arguments of type VectorResultType Modifier and Type Method Description java.util.Map<java.lang.String,java.util.List<VectorResultType>>
Results. allGroups()
java.util.List<VectorResultType>
Results. findGroup(java.lang.String group)
java.util.List<VectorResultType>
Results. getVectorResultTypes()
java.util.List<VectorResultType>
Results. nonGrouped()
Methods in org.seamcat.model.types.result with parameters of type VectorResultType Modifier and Type Method Description void
ResultTypeVisitor. visit(VectorResultType vector)
-