|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compomics.angrypeptide.fun.Targets
public class Targets
This class contains the targets.
Constructor Summary | |
---|---|
Targets()
Constructor |
Method Summary | |
---|---|
void |
addTarget(double position,
double value)
Adds a target to the model |
int |
getNTargets()
Returns the number of targets |
ArrayList<Double> |
getPositions()
Returns all possible target values |
Target |
getTargetAtPosition(double position)
Returns the target associated to a position. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Targets()
Method Detail |
---|
public void addTarget(double position, double value)
target
- public int getNTargets()
public ArrayList<Double> getPositions()
public Target getTargetAtPosition(double position)
value
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |