org.designwizard.common
Class Config

java.lang.Object
  extended by org.designwizard.common.Config

public class Config
extends java.lang.Object

Configuration for Design Wizard.

Author:
Joao Arthur Brunet Monteiro - jarthur@dsc.ufcg.edu.br

Method Summary
 int getDepthOfAnalysis()
           
 java.io.File getEntitiesFile()
           
static Config getInstance()
          Returns the unique that manages the configuration of Design Wizard.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static Config getInstance()
Returns the unique that manages the configuration of Design Wizard.

Returns:
the unique that manages the configuration of Design Wizard.

getEntitiesFile

public java.io.File getEntitiesFile()

getDepthOfAnalysis

public int getDepthOfAnalysis()