public interface Continuation
| Modifier and Type | Method and Description |
|---|---|
ControlExitToken |
controlEnter(ControlEntryToken entry) |
ControlExitToken |
controlEnterAt(ControlEntryToken.EntryLocation location) |
ControlExitToken |
controlInit() |
ControlExitToken |
controlResume() |
java.util.List<ControlEntryToken.EntryLocation> |
entryLocations()
Returns the set of exposed Entry Locations.
|
java.util.List<ControlExitToken.ExitLocation> |
exitLocations()
Returns the set of exposed Exit Locations.
|
ControlExitToken controlEnter(ControlEntryToken entry) throws IllegalActionException
IllegalActionExceptionControlExitToken controlInit() throws IllegalActionException
IllegalActionExceptionControlExitToken controlResume() throws IllegalActionException
IllegalActionExceptionControlExitToken controlEnterAt(ControlEntryToken.EntryLocation location) throws IllegalActionException
IllegalActionExceptionjava.util.List<ControlEntryToken.EntryLocation> entryLocations()
java.util.List<ControlExitToken.ExitLocation> exitLocations()