|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ohf.stem.internal.data.Main
public class Main
This class is the Main entry point to the generation of Graph
s and
Model
s from internal data sets.
Field Summary | |
---|---|
static boolean |
addAfrica
continent groups |
static boolean |
addALL
try this if you are running on a supercomputer!! |
static boolean |
addAntarctica
antartic |
static boolean |
addAsia
asia |
static boolean |
addDefault
the default list of countries |
static boolean |
addEurope
europe |
static boolean |
addMiddleEast
middleEast |
static boolean |
addNewOnly
new countries add (for testing - must configure) |
static boolean |
addNorthAmerica
North America |
static boolean |
addOceanIslands
islands |
static boolean |
addSouthAmerica
South America |
static boolean |
addUserList
your own special list goes here |
static java.lang.String[] |
africa
Static String[] identifying all countries by continent |
static java.lang.String[] |
antarctica
Static String[] identifying all countries by continent |
static java.lang.String[] |
asia
Static String[] identifying all countries by continent |
static java.util.HashSet<java.lang.String> |
countries
The list of countries will be collected here |
static java.lang.String[] |
defaultList
Default is USA and MEX without CAN |
static boolean |
displayList
Set this to true to display a list of property files that are used to build scenario. |
static java.lang.String[] |
europe
Static String[] identifying all countries by continent |
static java.lang.String |
GEOGRAPHY_FILE_URI_PREFIX
This is the prefix of the platform URI for geography graphs and models |
static java.lang.String |
ID_GRAPH_CATAGORY
The id of the Graph catagory |
static java.lang.String |
ID_GRAPH_GEOGRAPHY_CATAGORY
The id of the Geography catagory |
static java.lang.String |
ID_GRAPH_GEOGRAPHY_POLITICAL_CATAGORY
The id of the Political catagory |
static java.lang.String |
ID_GRAPH_GEOGRAPHY_POLITICAL_COUNTRIES_CATAGORY
The id of the Countries catagory |
static java.lang.String |
ID_MODEL_CATAGORY
The id of the Model catagory |
static java.lang.String |
ID_MODEL_GEOGRAPHY_CATAGORY
The id of the Geography catagory |
static java.lang.String |
ID_MODEL_GEOGRAPHY_POLITICAL_CATAGORY
The id of the Poltical catagory |
static java.lang.String |
ID_MODEL_GEOGRAPHY_POLITICAL_COUNTRIES_CATAGORY
The id of the Countries catagory |
static java.lang.String[] |
middleEast
Static String[] identifying all countries by continent or Region |
static java.lang.String[] |
newCountries
Define the set of countries to work with You need to define an Infector file for one of the specified countries. |
static java.lang.String[] |
northAmerica
Static String[] identifying all countries by continent |
static java.lang.String[] |
oceanIslands
Static String[] identifying all countries by continent |
static java.lang.String |
ROOT_PROPERTY_FILES
This is the path to the root directory of the property files that define the graphs. |
static java.lang.String |
ROOT_SERIALIZED_FILES
This is the path to the root directory of the serialized files |
static java.lang.String[] |
southAmerica
Static String[] identifying all countries by continent |
static java.lang.String |
UI_COUNTRIES_CATAGORY_NAME
The NLS key for the countries catagory name |
static java.lang.String |
UI_GEOGRAPHY_CATAGORY_NAME
The NLS key for the geography catagory name |
static java.lang.String |
UI_POLITICAL_CATAGORY_NAME
The NLS key for the political catagory name |
static java.lang.String[] |
userList
UserList (for example "AUS" ) |
Constructor Summary | |
---|---|
Main()
|
Method Summary | |
---|---|
static java.util.List<java.io.File> |
getPropertyFiles(java.io.File directory)
|
static void |
main(java.lang.String[] args)
|
static java.util.HashSet<java.lang.String> |
moreEntries(java.lang.String[] c)
collect the countries to display |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String[] newCountries
public static java.util.HashSet<java.lang.String> countries
public static final boolean addALL
public static final boolean addDefault
public static final boolean addUserList
public static final boolean addNewOnly
public static final boolean addAfrica
public static final boolean addAsia
public static final boolean addEurope
public static final boolean addMiddleEast
public static final boolean addNorthAmerica
public static final boolean addSouthAmerica
public static final boolean addOceanIslands
public static final boolean addAntarctica
public static final boolean displayList
public static final java.lang.String[] defaultList
public static final java.lang.String[] userList
public static final java.lang.String[] africa
public static final java.lang.String[] antarctica
public static final java.lang.String[] asia
public static final java.lang.String[] europe
public static final java.lang.String[] middleEast
public static final java.lang.String[] northAmerica
public static final java.lang.String[] oceanIslands
public static final java.lang.String[] southAmerica
public static final java.lang.String ROOT_PROPERTY_FILES
public static final java.lang.String ROOT_SERIALIZED_FILES
public static final java.lang.String GEOGRAPHY_FILE_URI_PREFIX
public static final java.lang.String ID_GRAPH_CATAGORY
public static final java.lang.String ID_GRAPH_GEOGRAPHY_CATAGORY
public static final java.lang.String ID_GRAPH_GEOGRAPHY_POLITICAL_CATAGORY
public static final java.lang.String ID_GRAPH_GEOGRAPHY_POLITICAL_COUNTRIES_CATAGORY
public static final java.lang.String UI_GEOGRAPHY_CATAGORY_NAME
public static final java.lang.String UI_POLITICAL_CATAGORY_NAME
public static final java.lang.String UI_COUNTRIES_CATAGORY_NAME
public static final java.lang.String ID_MODEL_CATAGORY
public static final java.lang.String ID_MODEL_GEOGRAPHY_CATAGORY
public static final java.lang.String ID_MODEL_GEOGRAPHY_POLITICAL_CATAGORY
public static final java.lang.String ID_MODEL_GEOGRAPHY_POLITICAL_COUNTRIES_CATAGORY
Constructor Detail |
---|
public Main()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- nonepublic static java.util.List<java.io.File> getPropertyFiles(java.io.File directory)
directory
- a directory containing graph property files and other
directories that contain graph property files.
public static java.util.HashSet<java.lang.String> moreEntries(java.lang.String[] c)
c
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |