|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.inria.oadymppac.examples.DomainDemo
a demo program to test the behaviour of the domain
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 |
public static final int NONE
NONE
the none value, means undefined value
public static final java.lang.String PROMPT
PROMPT
the comand line default prompt
Constructor Detail |
public DomainDemo()
Method Detail |
public static void main(java.lang.String[] args)
args
- command line argumentspublic void start()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |