Package adams.flow.core
Interface CallableActorUser
-
- All Known Subinterfaces:
TimedActor
- All Known Implementing Classes:
AbstractCallableActor,AbstractCallableDatabaseConnection,CallableActorsHandler,CallableActorsHandler,CallableActorSink,CallableActorSink,CallableDatabaseConnection,CallableSink,CallableSource,CallableTransformer,ClearCallableDisplay,CloseCallableDisplay,QueueInit,SpreadSheetTransformCells,SpreadSheetTransformHeaderCells,TimedSource,TimedSubProcess,TimedTee,TimedTrigger,TriggerCallableStandalone,WekaGeneticAlgorithm
public interface CallableActorUserInterface for actors that use/handle a callable actor.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActorgetCallableActor()Returns the currently set callable actor.
-
-
-
Method Detail
-
getCallableActor
Actor getCallableActor()
Returns the currently set callable actor.- Returns:
- the actor, can be null
-
-