Package adams.flow.execution.debug
Interface DebugScopeRestrictionHandler
-
public interface DebugScopeRestrictionHandler
Interface for actors that limit the scope for debugging.- Version:
- $Revision$
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AbstractScopeRestriction
getDebugScopeRestriction()
Returns the scope restriction in place.AbstractScopeRestriction
getDebugScopeRestriction(Node context)
Returns the scope restriction in place.
-
-
-
Method Detail
-
getDebugScopeRestriction
AbstractScopeRestriction getDebugScopeRestriction()
Returns the scope restriction in place.- Returns:
- the scope restriction
-
getDebugScopeRestriction
AbstractScopeRestriction getDebugScopeRestriction(Node context)
Returns the scope restriction in place.- Parameters:
context
- the actor's node- Returns:
- the scope restriction
-
-