Package adams.flow.core
Class ActorReferenceHandlerHelper
- java.lang.Object
-
- adams.flow.core.ActorReferenceHandlerHelper
-
public class ActorReferenceHandlerHelper extends Object
Helper class forActorReferenceHandlerclasses.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Constructor Summary
Constructors Constructor Description ActorReferenceHandlerHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringcheckActorReferenceHandlers(ActorReferenceHandler handler)Checks whether there are any other actors preceding this actor that implement theActorReferenceHandlerinterface, but aren't allowed.
-
-
-
Method Detail
-
checkActorReferenceHandlers
public static String checkActorReferenceHandlers(ActorReferenceHandler handler)
Checks whether there are any other actors preceding this actor that implement theActorReferenceHandlerinterface, but aren't allowed.- Returns:
- null if OK, otherwise error message
-
-