public class Analysis extends Object implements Comparable<Analysis>
Constructor and Description |
---|
Analysis() |
Modifier and Type | Method and Description |
---|---|
void |
addConflictingMatch(String htmlEntry) |
void |
addDuplicatedMatch(String htmlEntry) |
void |
addImpossibleMatch(String htmlEntry) |
void |
addMultipleValuesForOneAction(String htmlEntry) |
int |
compareTo(Analysis other) |
int |
getConflictingMatchSize() |
int |
getDuplicatedMatchSize() |
int |
getImpossibleMatchesSize() |
int |
getMultipleValuesForOneActionSize() |
int |
getWarningsSize() |
String |
toHtmlString() |
public void addImpossibleMatch(String htmlEntry)
public void addMultipleValuesForOneAction(String htmlEntry)
public void addConflictingMatch(String htmlEntry)
public void addDuplicatedMatch(String htmlEntry)
public String toHtmlString()
public int getWarningsSize()
public int getImpossibleMatchesSize()
public int getMultipleValuesForOneActionSize()
public int getConflictingMatchSize()
public int getDuplicatedMatchSize()
public int compareTo(Analysis other)
compareTo
in interface Comparable<Analysis>
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.