Package net.bioclipse.managers
Class ExcelManager
java.lang.Object
net.bioclipse.managers.ExcelManager
- All Implemented Interfaces:
IBactingManager
,net.bioclipse.managers.business.IBioclipseManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoi()
Lists the DOIs of the articles associated to this manager.net.bioclipse.core.domain.StringMatrix
net.bioclipse.core.domain.StringMatrix
-
Constructor Details
-
ExcelManager
-
-
Method Details
-
getSheet
public net.bioclipse.core.domain.StringMatrix getSheet(String filename, int sheetNumber) throws net.bioclipse.core.business.BioclipseException - Throws:
net.bioclipse.core.business.BioclipseException
-
getSheet
public net.bioclipse.core.domain.StringMatrix getSheet(String filename, int sheetNumber, boolean hasHeader) throws net.bioclipse.core.business.BioclipseException - Throws:
net.bioclipse.core.business.BioclipseException
-
getManagerName
- Specified by:
getManagerName
in interfacenet.bioclipse.managers.business.IBioclipseManager
-
doi
Description copied from interface:IBactingManager
Lists the DOIs of the articles associated to this manager.- Specified by:
doi
in interfaceIBactingManager
- Returns:
- a
List
of String with DOIs
-