Modifier and Type | Method and Description |
---|---|
Spectrum |
NormArgumentMap.getSpec() |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
Spectrum.equals(Spectrum spec)
Compares the spectrum to the one passed as parameter
|
static ImportanceFunction |
DEFAULT.importanceFunction(Spectrum s)
Constructs and returns the default importance function with the spectrum given and the default tolerance
|
static ImportanceFunction |
DEFAULT.importanceFunction(Spectrum s,
double tol)
Constructs and returns the default importance function with the spectrum and tolerance given
|
java.lang.Boolean |
Argument.in(Spectrum spec)
Looks if the argument's opinions are defined in the spectrum passed as parameter
|
Constructor and Description |
---|
Argument(java.lang.String s,
java.util.List<Opinion> o,
Spectrum spec,
ImportanceFunction i)
Creates a new argument
|
Argument(java.lang.String s,
Spectrum spec,
ImportanceFunction i)
Creates a new argument
|
ArgumentSet(java.util.List<Argument> a,
Spectrum s,
ImportanceFunction i)
Creates a new argument set
|
ArgumentSet(Spectrum s,
ImportanceFunction i)
Creates a new argument set
|
DefaultImportanceFunction(Spectrum s,
double tol)
Creates a new DefaultImportanceFunction
|
NormArgumentMap(Norm n,
double alpha,
Spectrum spec)
Creates a new norm argument map
|
NormArgumentMap(Norm n,
double alpha,
Spectrum spec,
ImportanceFunction i)
Creates a new norm argument map
|
NormArgumentMap(Norm n,
Spectrum spec)
Creates a new norm argument map
|
NormArgumentMap(Norm n,
Spectrum spec,
ImportanceFunction i)
Creates a new norm argument map
|