Uses of Interface
eu.simuline.relana.sys.ProjectDesc
-
Packages that use ProjectDesc Package Description eu.simuline.relana.sys Relana as a system comprising the main classRelana
and the classesProject
andProjectDesc
to read and to represent a project file. -
-
Uses of ProjectDesc in eu.simuline.relana.sys
Classes in eu.simuline.relana.sys that implement ProjectDesc Modifier and Type Class Description class
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.
-