|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.udo.cs.yale.operator.AbstractIOObject
edu.udo.cs.yale.operator.ResultObjectAdapter
edu.udo.cs.yale.tools.math.AverageVector
edu.udo.cs.yale.operator.performance.PerformanceVector
public class PerformanceVector
Handles several performance criteria. It is possible to obtain more than one criterion and therefore they are added to a criteria list.
Nested Class Summary | |
---|---|
static class |
PerformanceVector.DefaultComparator
The default performance comparator compares the main criterion of two performance vectors. |
Field Summary | |
---|---|
private PerformanceComparator |
comparator
Used to compare two average vectors. |
private java.lang.String |
mainCriterion
Name of the main criterion. |
Constructor Summary | |
---|---|
PerformanceVector()
|
Method Summary | |
---|---|
void |
addCriterion(PerformanceCriterion crit)
|
protected java.lang.Object |
clone()
|
int |
compareTo(java.lang.Object o)
Returns a negative value iff o is better than this performance vector |
java.lang.String[] |
getCriteriaNames()
|
PerformanceCriterion |
getCriterion(int index)
|
PerformanceCriterion |
getCriterion(java.lang.String name)
|
java.lang.String |
getExtension()
Returns the default extension in file choosers. |
java.lang.String |
getFileDescription()
Returns the file description used in file choosers. |
PerformanceCriterion |
getMainCriterion()
Returns the main PerformanceCriterion . |
static PerformanceVector |
readPerformanceVector(java.io.BufferedReader in)
Reads a performance vector from the given reader. |
static PerformanceVector |
readPerformanceVector(java.io.File inFile)
Reads a performance vector from the given file. |
void |
save(java.io.File file)
Writes the object into the given file. |
void |
setComparator(PerformanceComparator comparator)
|
void |
setMainCriterionName(java.lang.String mcName)
Sets the name of the main average (must be added by AverageVector.addAveragable(Averagable) ) |
java.lang.String |
toHTML()
|
java.lang.String |
toString()
|
void |
writePerformanceVector(java.io.File outFile)
Writes the performance criteria data into the given file. |
void |
writePerformanceVector(java.io.PrintWriter out)
Writes the performance criteria data into the given writer. |
Methods inherited from class edu.udo.cs.yale.tools.math.AverageVector |
---|
addAveragable, buildAverages, getAveragable, getAveragable, getSize, getVisualisationComponent, removeAveragable, size, toResultString |
Methods inherited from class edu.udo.cs.yale.operator.ResultObjectAdapter |
---|
addAction, getActions, getName, toHTML |
Methods inherited from class edu.udo.cs.yale.operator.AbstractIOObject |
---|
copy, read, read, read, write, write |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface edu.udo.cs.yale.operator.IOObject |
---|
copy, write, write |
Field Detail |
---|
private PerformanceComparator comparator
private java.lang.String mainCriterion
Constructor Detail |
---|
public PerformanceVector()
Method Detail |
---|
public void setComparator(PerformanceComparator comparator)
public void addCriterion(PerformanceCriterion crit)
public PerformanceCriterion getCriterion(int index)
public PerformanceCriterion getCriterion(java.lang.String name)
public java.lang.String[] getCriteriaNames()
public void setMainCriterionName(java.lang.String mcName)
AverageVector.addAveragable(Averagable)
)
public PerformanceCriterion getMainCriterion()
PerformanceCriterion
. If the main criterion is
not specified by setMainCriterionName(String)
, the first
criterion is returned.
public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable
protected java.lang.Object clone()
clone
in class AverageVector
public java.lang.String toString()
toString
in class AverageVector
public java.lang.String toHTML()
toHTML
in class AverageVector
public void save(java.io.File file) throws java.io.IOException
Saveable
save
in interface Saveable
java.io.IOException
public java.lang.String getExtension()
Saveable
getExtension
in interface Saveable
public java.lang.String getFileDescription()
Saveable
getFileDescription
in interface Saveable
public void writePerformanceVector(java.io.File outFile) throws java.io.IOException
java.io.IOException
public void writePerformanceVector(java.io.PrintWriter out) throws java.io.IOException
java.io.IOException
public static PerformanceVector readPerformanceVector(java.io.File inFile) throws java.io.IOException
java.io.IOException
public static PerformanceVector readPerformanceVector(java.io.BufferedReader in) throws java.io.IOException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |