Package org.qdl_lang.workspace
Class SIInterruptList
- java.lang.Object
- 
- org.qdl_lang.workspace.SIInterruptList
 
- 
 public class SIInterruptList extends Object Has a single collection or regex. This is used either for exclusions or inclusions.
- 
- 
Constructor SummaryConstructors Constructor Description SIInterruptList(String regex)SIInterruptList(Collection interrupts)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasList()booleanhasRegex()booleanmatches(Object label)Returns true if the label matches something in this set.
 
- 
- 
- 
Constructor Detail- 
SIInterruptListpublic SIInterruptList(Collection interrupts) 
 - 
SIInterruptListpublic SIInterruptList(String regex) 
 
- 
 - 
Method Detail- 
hasListpublic boolean hasList() 
 - 
hasRegexpublic boolean hasRegex() 
 - 
matchespublic boolean matches(Object label) Returns true if the label matches something in this set. Automatically figures out whether to use the regex or not.- Parameters:
- label-
- Returns:
 
 
- 
 
-