|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IntervalNoUnion | |
---|---|
generator.data |
Uses of IntervalNoUnion in generator.data |
---|
Methods in generator.data that return IntervalNoUnion | |
---|---|
IntervalNoUnion |
RandomizedModel.getAvsX()
Returns the number of actions for each interval x from X |
IntervalNoUnion |
IntervalListNoUnion.getIntervalAt(int position)
Fetch the IntervalNoUnion at the specified index. |
IntervalNoUnion |
RandomizedModel.getNumberOfActions()
Returns the number of actions to generate in the A set |
IntervalNoUnion |
RandomizedModel.getNumberOfIntervals()
Returns a valid number of intervals to generate |
IntervalNoUnion |
RandomizedModel.getP()
Returns P |
IntervalNoUnion |
RandomizedModel.getTvsX()
Returns the number of transitions per interval x from X |
Methods in generator.data with parameters of type IntervalNoUnion | |
---|---|
void |
IntervalListNoUnion.addInterval(IntervalNoUnion i)
Adds an interval to the list |
void |
RandomizedModel.addTemplate(java.lang.String nameOfTemplate,
IntervalNoUnion numberOfIntervals,
IntervalNoUnion numberOfActions,
IntervalNoUnion TvsX,
IntervalNoUnion AvsX,
IntervalNoUnion P)
Add a template to the RandomizeModel. |
void |
RandomizedModel.setAvsX(IntervalNoUnion i)
Sets the number of actions per interval |
void |
RandomizedModel.setNumberOfActions(IntervalNoUnion i)
Sets the number of actions in the A set |
void |
RandomizedModel.setNumberOfIntervals(IntervalNoUnion i)
Sets the number of intervals to be generated |
void |
RandomizedModel.setP(IntervalNoUnion i)
Sets P, the probability of ineffectiveness of an action |
void |
RandomizedModel.setTvsX(IntervalNoUnion i)
Sets the number of transitions per interval x in X |
Constructors in generator.data with parameters of type IntervalNoUnion | |
---|---|
RandomizedModel(IntervalNoUnion numberOfIntervals,
IntervalNoUnion numberOfActions,
IntervalNoUnion TvsX,
IntervalNoUnion AvsX,
IntervalNoUnion P)
Initialization constructor ... |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |