org.drools.semantics.annotation.examples.helloworld
Class HelloRule

java.lang.Object
  extended by org.drools.semantics.annotation.examples.helloworld.HelloRule

public class HelloRule
extends java.lang.Object

 

Constructor Summary
HelloRule()
           
 
Method Summary
 boolean condition(java.lang.String hello)
           
 void consequence(java.lang.String hello)
           
 void setMessagePrinter(org.drools.semantics.annotation.examples.helloworld.MessagePrinter messagePrinter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelloRule

public HelloRule()
Method Detail

setMessagePrinter

public void setMessagePrinter(org.drools.semantics.annotation.examples.helloworld.MessagePrinter messagePrinter)

condition

public boolean condition(java.lang.String hello)

consequence

public void consequence(java.lang.String hello)