Uses of Class
org.qdl_lang.workspace.SIInterruptList
-
Packages that use SIInterruptList Package Description org.qdl_lang.workspace The workspace and the commands that drive it. -
-
Uses of SIInterruptList in org.qdl_lang.workspace
Methods in org.qdl_lang.workspace that return SIInterruptList Modifier and Type Method Description SIInterruptList
SIInterrupts. getExclusions()
SIInterruptList
SIInterrupts. getInclusions()
protected SIInterruptList
WorkspaceCommands. getSIInterruptList(edu.uiuc.ncsa.security.util.cli.InputLine inputLine, String... flags)
Create the interrupt list from the input line with any flags.Methods in org.qdl_lang.workspace with parameters of type SIInterruptList Modifier and Type Method Description void
SIInterrupts. setExclusions(SIInterruptList exclusions)
void
SIInterrupts. setInclusions(SIInterruptList inclusions)
-