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
IllegalActionException
ControlExitToken controlInit() throws IllegalActionException
IllegalActionException
ControlExitToken controlResume() throws IllegalActionException
IllegalActionException
ControlExitToken controlEnterAt(ControlEntryToken.EntryLocation location) throws IllegalActionException
IllegalActionException
java.util.List<ControlEntryToken.EntryLocation> entryLocations()
java.util.List<ControlExitToken.ExitLocation> exitLocations()