Package adams.flow.core
Interface InternalActorHandler
-
- All Known Subinterfaces:
ActorTemplateUser
- All Known Implementing Classes:
AbstractTemplate
,TemplateSink
,TemplateSource
,TemplateStandalone
,TemplateTransformer
public interface InternalActorHandler
Interface for actors that wrap an internal 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
getInternalActor()
Returns the internal actor.
-
-
-
Method Detail
-
getInternalActor
Actor getInternalActor()
Returns the internal actor.- Returns:
- the actor, null if not available
-
-