public class PyramidActor
extends akka.actor.UntypedActor
| Constructor and Description |
|---|
PyramidActor()
Creates a new PyramidActor with the default Gaussian Pyramid Operation
|
PyramidActor(GaussianPyramidOperation gaussianPyramidOperation)
Creates a new PyramidActor with the specified pyramid operation
|
| Modifier and Type | Method and Description |
|---|---|
void |
onReceive(java.lang.Object message)
Handled Messages
DatasetMessage - while the current step is not null, perform the pyramid operation and send the result back to
the sender as a DatasetMessage
|
akka$actor$Actor$_setter_$context_$eq, akka$actor$Actor$_setter_$self_$eq, aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, getContext, getSelf, getSender, postRestart, postStop, preRestart, preStart, receive, self, sender, supervisorStrategy, unhandledpublic PyramidActor(GaussianPyramidOperation gaussianPyramidOperation)
gaussianPyramidOperation - operation to performpublic PyramidActor()
public void onReceive(java.lang.Object message)
throws java.lang.Exception
onReceive in class akka.actor.UntypedActorjava.lang.Exception