public static class SceneColorizer.PairProbabilityData
extends java.lang.Object
Constructor and Description |
---|
PairProbabilityData(int nucCount) |
Modifier and Type | Method and Description |
---|---|
double |
getPair(int i,
int j)
Get the probability of pairing between Nucs I and J.
|
double |
getSingle(int i)
Get the probability that Nuc I is single-stranded.
|
void |
setPair(int i,
int j,
double value)
Set the probability of pairing between Nucs I and J.
|
public double getPair(int i, int j)
public double getSingle(int i)
public void setPair(int i, int j, double value)