public interface ScalarFunction
Scalar functions are used in BAM to calculate the scalar values of the intervals belonging to a given data set domain property.
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
String |
getDescription(Locale l) |
String |
getName(Locale l) |
boolean |
isTypeSupported(Class type) |
double |
scalar(Collection values) |
Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.