Package org.drools.impact.analysis.model
Class Rule
- java.lang.Object
-
- org.drools.impact.analysis.model.Rule
-
public class Rule extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)LeftHandSidegetLhs()StringgetName()StringgetPkg()StringgetResource()RightHandSidegetRhs()inthashCode()StringtoString()
-
-
-
Method Detail
-
getPkg
public String getPkg()
-
getResource
public String getResource()
-
getName
public String getName()
-
getLhs
public LeftHandSide getLhs()
-
getRhs
public RightHandSide getRhs()
-
-