public class ModuleResult extends MutationResult<ModuleResult> implements Serializable
| Constructor and Description |
|---|
ModuleResult(String name,
MutationResult parent,
MutationReport report) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ModuleResult other) |
Map<String,MutatedPackage> |
getChildMap() |
String |
getDisplayName() |
MutationStats |
getMutationStats() |
String |
getName() |
getChildren, getChildResult, getDynamic, getOwner, getParent, getParents, getPreviousResult, getSourceFileContent, getStatsDelta, getUrl, isCoverageAltered, isSourceLevel, relativeUrl, xmlTransformpublic ModuleResult(String name, MutationResult parent, MutationReport report)
public String getDisplayName()
getDisplayName in class MutationResult<ModuleResult>public MutationStats getMutationStats()
getMutationStats in class MutationResult<ModuleResult>public Map<String,MutatedPackage> getChildMap()
getChildMap in class MutationResult<ModuleResult>public String getName()
getName in class MutationResult<ModuleResult>public int compareTo(ModuleResult other)
compareTo in interface Comparable<ModuleResult>Copyright © 2004-2014. All Rights Reserved.