org.genepattern.io.expr.cls
Interface IClsHandler
- public interface IClsHandler
An interface for receiving notification of the content of a cls document
|
Method Summary |
void |
assignments(java.lang.String[] x)
|
void |
classes(java.lang.String[] classes)
|
assignments
public void assignments(java.lang.String[] x)
- Parameters:
x - the array containing the class name for each sample
classes
public void classes(java.lang.String[] classes)
- Parameters:
classes - the array containing all the class names contained in the cls
document
|