arom
Class AromSetUp
java.lang.Object
|
+--arom.AromSetUp
- public class AromSetUp
- extends Object
Intitialize the overall AROM system by instantiating the concrete class
implementing the AromSystem
interface. The created object is used
to creates directly or indirectly the entities of the AROM system : knowledge bases,
classes, associations, ...
- Author:
- Christophe Bruley
Method Summary |
static AromSystem |
getAromSystem()
Returns the instance of the AROM system defined by the implementation
of AROM actually used. |
getAromSystem
public static AromSystem getAromSystem()
- Returns the instance of the AROM system defined by the implementation
of AROM actually used.
- Returns:
- an
AromSystem
value