Package eu.simuline.relana.sys
Class Relana
- java.lang.Object
-
- eu.simuline.relana.sys.Relana
-
public abstract class Relana extends Object
Relana's main class containing the main method only. The main method is intended to be invoked with a single argument which is interpreted as the url of a project file*.rml
which is read by an instance ofProject
. A project describes the classes of a whole model and highlights a single component class as the "base class" which holds the overall model.The base class may not specify input as the whole model shall be closed in itself. **** all variables must be declared as output. **** Then an instance is created and flattened, eliminating all structures not required for computations. Finally the observables each of which are instances of a service classes, are extracted and their probability is computed. This is the output. Created: Thu Apr 28 21:46:41 2005
- Version:
- 1.0
- Author:
- Ernst Reissner
-
-
Constructor Summary
Constructors Constructor Description Relana()
-
-
-
Method Detail
-
main
public static void main(String[] args) throws MalformedURLException, IOException, SAXException, RecognitionException
-
-