|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.cas.montecarlo.Irradiator
ca.cas.montecarlo.CircleIrradiator
public class CircleIrradiator
Each CircleIrradiator object represents the process in which a genome arranged as a CircleGeometry is irradiated and double strand breaks occur.
Field Summary |
---|
Fields inherited from class ca.cas.montecarlo.Irradiator |
---|
breaks |
Constructor Summary | |
---|---|
CircleIrradiator(double alpha,
ProbDist sec,
ProbDist c)
Constructs a CircleIrradiator object |
Method Summary | |
---|---|
Break[] |
breaks()
Returns an array of the double strand breaks that occur during the course of the irradiation of the genome |
void |
irradiate(java.util.Random rGen)
Calling this method causes the irradiator class to generate a new array of Breaks in the Geometry set by setGeometry(). |
void |
setGeometry(Geometry geo)
This method is intended to be used by the driver to specify the Geometry object which should be used as a basis for this irradiation process. |
int |
sizeOfPrimary()
Returns the number of points in the primary process |
int |
sizeOfSecondary()
Returns the number of points in the secondary process |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CircleIrradiator(double alpha, ProbDist sec, ProbDist c)
alpha
- the average for the Poisson distribution used in the primary
processsec
- a ProbDist object used used to determine how many points occur
in the secondary processc
- a ProbDist object which represents the probability distribution
used to position points found in the secondary processMethod Detail |
---|
public void irradiate(java.util.Random rGen) throws java.lang.Exception
Irradiator
irradiate
in class Irradiator
java.lang.Exception
public void setGeometry(Geometry geo) throws java.lang.Exception
Irradiator
setGeometry
in class Irradiator
geo
- a Geometry object in which Breaks are to be found
java.lang.Exception
public Break[] breaks()
breaks
in class Irradiator
public int sizeOfSecondary()
public int sizeOfPrimary()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |