Modifier and Type | Method and Description |
---|---|
java.util.List<Argument> |
ArgumentSet.getArguments() |
Modifier and Type | Method and Description |
---|---|
void |
ArgumentSet.addArgument(Argument a)
Adds an argument to the set, must be in the same spectrum as the set
|
void |
NormArgumentMap.addArgument(Argument a,
java.lang.Boolean positive)
Adds an argument to one of the two argument sets
|
int |
ArgumentComparator.compare(Argument o1,
Argument o2) |
Modifier and Type | Method and Description |
---|---|
void |
ArgumentSet.setArguments(java.util.List<Argument> arguments) |
Constructor and Description |
---|
ArgumentSet(java.util.List<Argument> a,
Spectrum s,
ImportanceFunction i)
Creates a new argument set
|