Modifier and Type | Method and Description |
---|---|
java.util.List<Opinion> |
Argument.getOpinions() |
Modifier and Type | Method and Description |
---|---|
void |
Argument.addOpinion(Opinion o)
Creates a new opinion from the double and adds it to the argument's opinions.
|
java.lang.Boolean |
Spectrum.has(Opinion o)
Checks if an opinion value is in the spectrum
|
Modifier and Type | Method and Description |
---|---|
void |
ArgumentSet.addArgument(java.lang.String s,
java.util.List<Opinion> o)
Creates a new argument and adds it to the set
|
void |
Argument.setOpinions(java.util.List<Opinion> opinions) |
Constructor and Description |
---|
Argument(java.lang.String s,
java.util.List<Opinion> o,
Spectrum spec,
ImportanceFunction i)
Creates a new argument
|