Drools Workbench - Guided Decision Table Model 6.0.0.CR5

org.drools.workbench.models.guided.dtable.shared.model
Class Analysis

java.lang.Object
  extended by 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.


Constructor Summary
Analysis()
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Analysis

public Analysis()
Method Detail

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>

Drools Workbench - Guided Decision Table Model 6.0.0.CR5

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.