|
3.1.1: 2012-03-29 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.basedb.core.IntensityFormula
public class IntensityFormula
Holds information about the formulas used to calculate intensities from a raw data spot. An instance of this object holds a set of formulas corresponding to the number of channels for a raw data type.
RawDataType| Field Summary | |
|---|---|
private String |
description
|
private String[] |
expressions
|
private String |
name
|
private String |
title
|
| Constructor Summary | |
|---|---|
IntensityFormula(String name,
String title,
String description,
String[] expressions)
Create a new intensity formula. |
|
| Method Summary | |
|---|---|
String |
getDescription()
Get a description of the intensity formula. |
String[] |
getExpressions()
Get the expressions used to calculate the intensities. |
String |
getName()
Get the name of the intensity formula. |
String |
getTitle()
Get the title of the intensity formula. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final String name
private final String title
private final String description
private final String[] expressions
| Constructor Detail |
|---|
IntensityFormula(String name,
String title,
String description,
String[] expressions)
| Method Detail |
|---|
public String getName()
public String getTitle()
public String getDescription()
public String[] getExpressions()
|
3.1.1: 2012-03-29 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||