Last change
on this file was 1, checked in by Wouter Pasman, 6 years ago |
Initial import : Genius 9.0.0
|
File size:
323 bytes
|
Line | |
---|
1 | package negotiator.boaframework.offeringstrategy.anac2010.IAMhaggler2010;
|
---|
2 |
|
---|
3 | /**
|
---|
4 | * @author Colin Williams
|
---|
5 | *
|
---|
6 | */
|
---|
7 | public class Hypothesis {
|
---|
8 | private double probability;
|
---|
9 |
|
---|
10 | public double getProbability() {
|
---|
11 | return this.probability;
|
---|
12 | }
|
---|
13 |
|
---|
14 | public void setProbability(double probability) {
|
---|
15 | this.probability = probability;
|
---|
16 | }
|
---|
17 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.