chapter3.calculator
Class Calculator1
java.lang.Object
chapter3.calculator.Calculator1
public class Calculator1
- extends Object
This examples illustrates collaboration between multiple actions through the
common execution context stack.
The first and only argument of this application must be the path to the XML
file to interpret. There are sample XML files in the
examples/src/joran/calculator/ directory.
For example,
java joran.calculator.Calculator1 examples/src/joran/calculator/calculator1.xml
Please refer to the comments in the source code for more information.
- Author:
- Ceki Güulcü
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Calculator1
public Calculator1()
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
Copyright © 2005-2011 QOS.ch. All Rights Reserved.