public class MutatedLine extends MutationResult<MutatedLine>
| Constructor and Description |
|---|
MutatedLine(String line,
MutationResult parent,
Collection<Mutation> mutations) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(MutatedLine other) |
Map<String,MutationResult<?>> |
getChildMap() |
String |
getDisplayName() |
MutationStats |
getMutationStats() |
Collection<String> |
getMutators() |
String |
getName() |
String |
getUrl() |
getChildren, getChildResult, 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 compareTo(MutatedLine other)
public String getName()
getName in class MutationResult<MutatedLine>public String getDisplayName()
getDisplayName in class MutationResult<MutatedLine>public MutationStats getMutationStats()
getMutationStats in class MutationResult<MutatedLine>public Map<String,MutationResult<?>> getChildMap()
getChildMap in class MutationResult<MutatedLine>public String getUrl()
getUrl in class MutationResult<MutatedLine>Copyright © 2004-2014. All Rights Reserved.