Package eu.simuline.relana.sys
Relana as a system comprising the main class
Relana
and the classes Project
and ProjectDesc
to read and to represent a project file.
x
***** NOT YET COMPLETE.-
Interface Summary Interface Description ProjectDesc Represents a relana project as specified in a project file likesrc/test/resources/eu/simuline/relana/proj.rml
. -
Class Summary Class Description Project Enables an xml parser to read a relana project file likesrc/test/resources/eu/simuline/relana/proj.rml
serving both asContentHandler
and asParseExceptionHandler
as it implementsProjectDesc
to hold the result of reading, i.e. the content.Relana Relana's main class containing the main method only.RelanaTest RelanaTest.java Created: Mon May 23 21:23:07 2005RelanaTest.TestAll