Building Parsers with Java

sjm.examples.engine
Class ShowFacts

java.lang.Object
  |
  +--sjm.examples.engine.ShowFacts

public class ShowFacts
extends java.lang.Object

This class shows the construction of a couple of facts.


Constructor Summary
ShowFacts()
           
 
Method Summary
static void main(java.lang.String[] args)
          Shows the construction of a couple of facts.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowFacts

public ShowFacts()
Method Detail

main

public static void main(java.lang.String[] args)
Shows the construction of a couple of facts.

by Steve Metsker