public final class CoolMapMaster
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
addActiveCoolMapChangedListener(ActiveCoolMapChangedListener lis) |
static void |
addDataPropertyTable(DataPropertyTable<java.lang.String,java.lang.String,java.lang.String> dataPropertyTable) |
static void |
addNewBaseMatrix(java.util.Collection<CoolMapMatrix> matrices) |
static void |
addNewBaseMatrix(CoolMapMatrix matrix) |
static void |
addNewCOntology(java.util.Collection<CoolMapOntologyImpl> ontologies) |
static void |
addNewCOntology(CoolMapOntologyImpl ontology) |
static void |
addNewCoolMapObject(java.util.Collection<CoolMapObject> objects) |
static void |
addNewCoolMapObject(CoolMapObject object)
add a new coolmap object into store.
|
static void |
addNewCoolMapView(CoolMapView view) |
static void |
destroyCMatrices(java.util.Collection<CoolMapMatrix> matrices) |
static void |
destroyCoolMapObject(CoolMapObject object) |
static void |
destroyCoolMapView(CoolMapObject object) |
static void |
forceFireActiveCoolMapObjectChange(CoolMapObject newObject) |
static CoolMapObject |
getActiveCoolMapObject() |
static ActiveCoolMapObjectListenerTunnel |
getActiveCoolMapObjectListenerDelegate() |
static CoolMapMainFrame |
getCMainFrame() |
static CoolMapMatrix |
getCMatrixByID(java.lang.String identifier) |
static CoolMapOntologyImpl |
getCOntologyByID(java.lang.String identifier) |
static CoolMapObject |
getCoolMapObjectByID(java.lang.String ID) |
static java.util.List<CoolMapObject> |
getCoolMapObjects() |
static java.util.List<DataPropertyTable<java.lang.String,java.lang.String,java.lang.String>> |
getDataPropertyTables() |
static java.util.List<CoolMapMatrix> |
getLoadedCMatrices() |
static java.util.List<CoolMapOntologyImpl> |
getLoadedCOntologies() |
static Session |
getSession() |
static void |
initialize()
initialize the necessary elements
|
static CoolMapObject |
loadNewMatrix(CoolMapObject parentCoolMapObject,
CoolMapMatrix<java.lang.Double> matrix) |
static CoolMapObject |
loadNewMatrix(CoolMapObject parentCoolMapObject,
java.lang.String matrixName,
double[][] data,
java.util.List<java.lang.String> rowLabels,
java.util.List<java.lang.String> columnLabels) |
static CoolMapObject |
loadNewMatrix(CoolMapObject parentCoolMapObject,
java.lang.String matrixName,
double[][] data,
java.lang.String[] rowLabels,
java.lang.String[] columnLabels,
int rowNum,
int colNum) |
static void |
newSession(java.lang.String name,
java.lang.String path) |
static void |
removeDataPropertyTable(DataPropertyTable dataPropertyTable) |
static void |
removeOnology(CoolMapOntologyImpl ontology) |
static void |
renameCMatrix(java.lang.String matrixID,
java.lang.String newName) |
static void |
renameCOntology(java.lang.String ontologyID,
java.lang.String newName) |
static void |
setActiveCoolMapObject(CoolMapObject newObject) |
static void |
updateSession(java.lang.String name,
java.lang.String path) |
public static Session getSession()
public static CoolMapMatrix getCMatrixByID(java.lang.String identifier)
public static void newSession(java.lang.String name, java.lang.String path)
public static void updateSession(java.lang.String name, java.lang.String path)
public static ActiveCoolMapObjectListenerTunnel getActiveCoolMapObjectListenerDelegate()
public static java.util.List<CoolMapObject> getCoolMapObjects()
public static CoolMapObject getCoolMapObjectByID(java.lang.String ID)
public static void initialize()
public static void addActiveCoolMapChangedListener(ActiveCoolMapChangedListener lis)
public static CoolMapMainFrame getCMainFrame()
public static CoolMapObject getActiveCoolMapObject()
public static void setActiveCoolMapObject(CoolMapObject newObject)
public static void forceFireActiveCoolMapObjectChange(CoolMapObject newObject)
public static void addNewCoolMapObject(CoolMapObject object)
object
- public static void addNewCoolMapView(CoolMapView view)
public static void addNewCoolMapObject(java.util.Collection<CoolMapObject> objects)
public static void addNewBaseMatrix(java.util.Collection<CoolMapMatrix> matrices)
public static void addNewBaseMatrix(CoolMapMatrix matrix)
public static void addNewCOntology(java.util.Collection<CoolMapOntologyImpl> ontologies)
public static void addNewCOntology(CoolMapOntologyImpl ontology)
public static java.util.List<CoolMapMatrix> getLoadedCMatrices()
public static CoolMapOntologyImpl getCOntologyByID(java.lang.String identifier)
public static java.util.List<CoolMapOntologyImpl> getLoadedCOntologies()
public static void destroyCoolMapObject(CoolMapObject object)
public static void destroyCoolMapView(CoolMapObject object)
public static void renameCMatrix(java.lang.String matrixID, java.lang.String newName)
public static void renameCOntology(java.lang.String ontologyID, java.lang.String newName)
public static void destroyCMatrices(java.util.Collection<CoolMapMatrix> matrices)
public static void removeOnology(CoolMapOntologyImpl ontology)
public static CoolMapObject loadNewMatrix(CoolMapObject parentCoolMapObject, java.lang.String matrixName, double[][] data, java.util.List<java.lang.String> rowLabels, java.util.List<java.lang.String> columnLabels)
public static CoolMapObject loadNewMatrix(CoolMapObject parentCoolMapObject, CoolMapMatrix<java.lang.Double> matrix)
public static CoolMapObject loadNewMatrix(CoolMapObject parentCoolMapObject, java.lang.String matrixName, double[][] data, java.lang.String[] rowLabels, java.lang.String[] columnLabels, int rowNum, int colNum)
public static void addDataPropertyTable(DataPropertyTable<java.lang.String,java.lang.String,java.lang.String> dataPropertyTable)
public static java.util.List<DataPropertyTable<java.lang.String,java.lang.String,java.lang.String>> getDataPropertyTables()
public static void removeDataPropertyTable(DataPropertyTable dataPropertyTable)