org.drools.workbench.models.guided.dtable.shared.model
Class Analysis
java.lang.Object
org.drools.workbench.models.guided.dtable.shared.model.Analysis
- All Implemented Interfaces:
- Comparable<Analysis>
public class Analysis
- extends Object
- implements Comparable<Analysis>
Only used on the client side, not stored on the server side.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Analysis
public Analysis()
addImpossibleMatch
public void addImpossibleMatch(String htmlEntry)
addMultipleValuesForOneAction
public void addMultipleValuesForOneAction(String htmlEntry)
addConflictingMatch
public void addConflictingMatch(String htmlEntry)
addDuplicatedMatch
public void addDuplicatedMatch(String htmlEntry)
toHtmlString
public String toHtmlString()
getWarningsSize
public int getWarningsSize()
getImpossibleMatchesSize
public int getImpossibleMatchesSize()
getMultipleValuesForOneActionSize
public int getMultipleValuesForOneActionSize()
getConflictingMatchSize
public int getConflictingMatchSize()
getDuplicatedMatchSize
public int getDuplicatedMatchSize()
compareTo
public int compareTo(Analysis other)
- Specified by:
compareTo in interface Comparable<Analysis>
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.