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
,TimedSubProcess
,TimedTee
,TimedTrigger
,WekaGeneticAlgorithm
public interface CallableActorUser
Interface 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 Actor
getCallableActor()
Returns the currently set callable actor.
-
-
-
Method Detail
-
getCallableActor
Actor getCallableActor()
Returns the currently set callable actor.- Returns:
- the actor, can be null
-
-