org.drools.verifier.misc
Class DrlRuleParser

java.lang.Object
  extended by org.drools.verifier.misc.DrlRuleParser

public class DrlRuleParser
extends Object


Method Summary
static List<DrlRuleParser> findRulesDataFromDrl(String drl)
           
 String getDescription()
           
 Collection<String> getHeader()
           
 Collection<String> getLhs()
           
 Collection<String> getMetadata()
           
 String getName()
           
 Map<String,List<String>> getOtherInformation()
           
 Collection<String> getRhs()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.