pt.ua.bioinformatics.coeus.common
Class Boot

java.lang.Object
  extended by pt.ua.bioinformatics.coeus.common.Boot

public class Boot
extends java.lang.Object

Seed launcher.


Constructor Summary
Boot()
           
 
Method Summary
static API getAPI()
           
static boolean isStarted()
           
static void setAPI(API api)
           
static void setStarted(boolean started)
           
static void singleImport(java.lang.String resource)
          Starts Seed for importing data from a single Resource.
static void start()
          Starts the configured COEUS instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Boot

public Boot()
Method Detail

isStarted

public static boolean isStarted()

setStarted

public static void setStarted(boolean started)

getAPI

public static API getAPI()

setAPI

public static void setAPI(API api)

start

public static void start()
Starts the configured COEUS instance.

Built workflow

  1. Connect to COEUS Data SDB
  2. Load Predicate information for further usage

Unbuilt workflow

  1. Load Storage information (connect, ontology, setup, predicates)
  2. Build instance
  3. Save and restart


singleImport

public static void singleImport(java.lang.String resource)
Starts Seed for importing data from a single Resource.

Parameters:
resource -