org.jboss.dashboard.function
Interface ScalarFunction
- All Known Implementing Classes:
- AbstractFunction
public interface ScalarFunction
Interface used to get the scalar value of a given collection.
Scalar functions are used in BAM to calculate the scalar
values of the intervals belonging to a given data set domain property.
- See Also:
Domain,
Interval
getCode
String getCode()
getName
String getName(Locale l)
getDescription
String getDescription(Locale l)
scalar
double scalar(Collection values)
isTypeSupported
boolean isTypeSupported(Class type)
Copyright © 2012-2013 JBoss by Red Hat. All Rights Reserved.