org.drools.verifier.components
Interface Consequence

All Superinterfaces:
Cause
All Known Implementing Classes:
TextConsequence

public interface Consequence
extends Cause


Nested Class Summary
static class Consequence.ConsequenceType
           
 
Method Summary
 Consequence.ConsequenceType getConsequenceType()
           
 String getPath()
           
 String getRuleName()
           
 String getRulePath()
           
 
Methods inherited from interface org.drools.verifier.report.components.Cause
getCauses
 

Method Detail

getPath

String getPath()

getConsequenceType

Consequence.ConsequenceType getConsequenceType()

getRulePath

String getRulePath()

getRuleName

String getRuleName()


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