org.drools.verifier.misc
Class DrlRuleParser
java.lang.Object
org.drools.verifier.misc.DrlRuleParser
public class DrlRuleParser
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
findRulesDataFromDrl
public static List<DrlRuleParser> findRulesDataFromDrl(String drl)
getHeader
public Collection<String> getHeader()
getLhs
public Collection<String> getLhs()
getRhs
public Collection<String> getRhs()
getName
public String getName()
getDescription
public String getDescription()
getMetadata
public Collection<String> getMetadata()
getOtherInformation
public Map<String,List<String>> getOtherInformation()
Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.