public abstract class GenericIndicator<S> extends SimpleDescribedEntity implements QualityIndicator<List<S>,Double>
| Modifier and Type | Field and Description |
|---|---|
protected Front |
referenceParetoFront |
| Constructor and Description |
|---|
GenericIndicator()
Default constructor
|
GenericIndicator(Front referenceParetoFront) |
GenericIndicator(String referenceParetoFrontFile) |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
isTheLowerTheIndicatorValueTheBetter()
This method returns true if lower indicator values are preferred and false otherwise
|
void |
setReferenceParetoFront(Front referenceFront) |
void |
setReferenceParetoFront(String referenceParetoFrontFile) |
getDescription, getName, setDescription, setName, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitevaluategetDescription, getNameprotected Front referenceParetoFront
public GenericIndicator()
public GenericIndicator(String referenceParetoFrontFile) throws FileNotFoundException
FileNotFoundExceptionpublic GenericIndicator(Front referenceParetoFront)
public void setReferenceParetoFront(String referenceParetoFrontFile) throws FileNotFoundException
FileNotFoundExceptionpublic void setReferenceParetoFront(Front referenceFront) throws FileNotFoundException
FileNotFoundExceptionpublic abstract boolean isTheLowerTheIndicatorValueTheBetter()
Copyright © 2018. All rights reserved.