public class MergeSummarizeAndView extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MergeSummarizeAndView.MSVOptions |
| Constructor and Description |
|---|
MergeSummarizeAndView(MergeSummarizeAndView.MSVOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
BugCollection |
getAllBugs() |
int |
getHarmless() |
int |
getLowConfidence() |
BugCollection |
getScaryBugs() |
int |
getTooOld() |
boolean |
isConnectedToCloud() |
static void |
main(String[] argv) |
int |
numScaryBugs() |
static SortedBugCollection |
union(SortedBugCollection origCollection,
SortedBugCollection newCollection) |
public MergeSummarizeAndView(MergeSummarizeAndView.MSVOptions options)
public static SortedBugCollection union(SortedBugCollection origCollection, SortedBugCollection newCollection)
public void execute()
public boolean isConnectedToCloud()
public int numScaryBugs()
public BugCollection getScaryBugs()
public BugCollection getAllBugs()
public int getHarmless()
public int getLowConfidence()
public int getTooOld()
Copyright © 2003–2015. All rights reserved.