edu.iastate.metnet.hivemindService
Class ExportToMetaOmGraphImpl
java.lang.Object
edu.iastate.metnet.hivemindService.ExportToMetaOmGraphImpl
- All Implemented Interfaces:
- ExportToMetaOmGraph
public class ExportToMetaOmGraphImpl
- extends java.lang.Object
- implements ExportToMetaOmGraph
Class implements ExportToMetaOmGraph interface and export data to
MetaOmGraph.
- Author:
- Mohammed Alabsi
|
Method Summary |
void |
createMetaOmProject(java.util.ArrayList<java.lang.String> probeNames,
java.util.ArrayList<java.lang.String> experiments,
java.util.Hashtable experimentsTable)
Creates a MOG project containing all data from BEV |
void |
subsetBEVtoMOG(java.util.ArrayList<Annotation> annotationList,
java.util.ArrayList<java.lang.String> probeNames,
java.util.ArrayList<java.lang.String> experiments,
java.util.Hashtable experimentsTable)
Creates a MOG project containing only the data selected from BEV |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExportToMetaOmGraphImpl
public ExportToMetaOmGraphImpl()
createMetaOmProject
public void createMetaOmProject(java.util.ArrayList<java.lang.String> probeNames,
java.util.ArrayList<java.lang.String> experiments,
java.util.Hashtable experimentsTable)
- Description copied from interface:
ExportToMetaOmGraph
- Creates a MOG project containing all data from BEV
- Specified by:
createMetaOmProject in interface ExportToMetaOmGraph
subsetBEVtoMOG
public void subsetBEVtoMOG(java.util.ArrayList<Annotation> annotationList,
java.util.ArrayList<java.lang.String> probeNames,
java.util.ArrayList<java.lang.String> experiments,
java.util.Hashtable experimentsTable)
- Description copied from interface:
ExportToMetaOmGraph
- Creates a MOG project containing only the data selected from BEV
- Specified by:
subsetBEVtoMOG in interface ExportToMetaOmGraph