rule
Class RuleApp

java.lang.Object
  |
  +--rule.RuleApp

public class RuleApp
extends java.lang.Object

The RuleApp is an application that demonstrates the different rule bases.


Field Summary
(package private)  boolean packFrame
           
 
Constructor Summary
RuleApp()
          Creates a RuleApp object.
 
Method Summary
static void main(java.lang.String[] args)
          Runs the rule application.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

packFrame

boolean packFrame
Constructor Detail

RuleApp

public RuleApp()
Creates a RuleApp object.
Method Detail

main

public static void main(java.lang.String[] args)
Runs the rule application.
Parameters:
args - the String[] object (not used)