AROM-2_2_13

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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAromSystem

public static AromSystem getAromSystem()
Returns the instance of the AROM system defined by the implementation of AROM actually used.

Returns:
an AromSystem value

AROM-2_2_13