public class MutatedLine extends MutationResult implements Comparable
| Constructor and Description |
|---|
MutatedLine(String line,
MutationResult parent,
Collection<Mutation> mutations) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object o) |
Map<String,MutationResult> |
getChildMap() |
String |
getDisplayName() |
int |
getMutationCount() |
MutationStats |
getMutationStats() |
Collection<String> |
getMutators() |
String |
getName() |
String |
getUrl() |
getChildren, getDynamic, getOwner, getParent, getParents, getPreviousResult, getSourceFileContent, getStatsDelta, isCoverageAltered, isSourceLevel, relativeUrl, xmlTransformpublic MutatedLine(String line, MutationResult parent, Collection<Mutation> mutations)
public Collection<String> getMutators()
public int getMutationCount()
public int compareTo(Object o)
compareTo in interface ComparablecompareTo in class MutationResultpublic String getName()
getName in class MutationResultpublic String getDisplayName()
getDisplayName in class MutationResultpublic MutationStats getMutationStats()
getMutationStats in class MutationResultpublic Map<String,MutationResult> getChildMap()
getChildMap in class MutationResultpublic String getUrl()
getUrl in class MutationResultCopyright © 2004-2013. All Rights Reserved.