org.drools.verifier.report.components
Class ReasonType

java.lang.Object
  extended by org.drools.verifier.report.components.ReasonType

public class ReasonType
extends Object


Field Summary
static ReasonType ALWAYS_FALSE
           
static ReasonType ALWAYS_TRUE
           
static ReasonType INCOMPATIBLE
           
static ReasonType MISSING_VALUE
           
static ReasonType OPPOSITY
           
static ReasonType REDUNDANT
           
static ReasonType SUBSUMPTANT
           
 String type
           
 
Constructor Summary
ReasonType(String type)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MISSING_VALUE

public static final ReasonType MISSING_VALUE

REDUNDANT

public static final ReasonType REDUNDANT

SUBSUMPTANT

public static final ReasonType SUBSUMPTANT

ALWAYS_TRUE

public static final ReasonType ALWAYS_TRUE

ALWAYS_FALSE

public static final ReasonType ALWAYS_FALSE

INCOMPATIBLE

public static final ReasonType INCOMPATIBLE

OPPOSITY

public static final ReasonType OPPOSITY

type

public final String type
Constructor Detail

ReasonType

public ReasonType(String type)


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.