public class IntensityFormula extends Object
RawDataType
Modifier and Type | Field and Description |
---|---|
private String |
description |
private String[] |
expressions |
private String |
name |
private String |
title |
Constructor and Description |
---|
IntensityFormula(String name,
String title,
String description,
String[] expressions)
Create a new intensity formula.
|
Modifier and Type | Method and Description |
---|---|
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.
|
private final String name
private final String title
private final String description
private final String[] expressions
public String getName()
public String getTitle()
public String getDescription()
public String[] getExpressions()