chapter3.implicit
Class PrintMe

java.lang.Object
  extended by chapter3.implicit.PrintMe

public class PrintMe
extends Object

This example illustrates the usage of implcit actions. The crucial point to remember about implicit actions is that they are not associated with a pattern. Moreover, they are added directly to a Joran Interpreter instead of a rule store.

Author:
Ceki Güulcü

Constructor Summary
PrintMe()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintMe

public PrintMe()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Copyright © 2005-2011 QOS.ch. All Rights Reserved.