|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.telemetry.analyzer.function.impl.BinaryOperationUtility
class BinaryOperationUtility
Helper class to perform binary operations on TelemetryStreamCollection
objects.
Nested Class Summary | |
---|---|
(package private) static interface |
BinaryOperationUtility.BinaryOperator
Binary operator interface. |
Constructor Summary | |
---|---|
BinaryOperationUtility()
|
Method Summary | |
---|---|
(package private) static TelemetryStreamCollection |
computes(BinaryOperationUtility.BinaryOperator operator,
TelemetryStreamCollection streamCollection1,
TelemetryStreamCollection streamCollection2)
Applies binary operation to two TelemetryStreamCollection objects,
and generates a new TelemetryStreamCollection object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
BinaryOperationUtility()
Method Detail |
---|
static TelemetryStreamCollection computes(BinaryOperationUtility.BinaryOperator operator, TelemetryStreamCollection streamCollection1, TelemetryStreamCollection streamCollection2) throws TelemetryFunctionException
TelemetryStreamCollection
objects,
and generates a new TelemetryStreamCollection
object.
operator
- The binary operator.streamCollection1
- The first TelemetryStreamCollection
object.streamCollection2
- The second TelemetryStreamCollection
object.
TelemetryStreamCollection
object after applying the operator.
TelemetryFunctionException
- If there is anything wrong.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |