fr.inria.oadymppac.examples
Class DomainDemo

java.lang.Object
  extended byfr.inria.oadymppac.examples.DomainDemo

public class DomainDemo
extends java.lang.Object

a demo program to test the behaviour of the domain

Author:
raf

Field Summary
static int NONE
          NONE the none value, means undefined value
static java.lang.String PROMPT
          PROMPT the comand line default prompt
 
Constructor Summary
DomainDemo()
          the default Constructor
 
Method Summary
static void main(java.lang.String[] args)
          Lauch the demo
 void start()
          start the demo, basiccaly enter in the command loop
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static final int NONE
NONE the none value, means undefined value

See Also:
Constant Field Values

PROMPT

public static final java.lang.String PROMPT
PROMPT the comand line default prompt

See Also:
Constant Field Values
Constructor Detail

DomainDemo

public DomainDemo()
the default Constructor

Method Detail

main

public static void main(java.lang.String[] args)
Lauch the demo

Parameters:
args - command line arguments

start

public void start()
start the demo, basiccaly enter in the command loop