|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpal.misc.SimpleSummarizable
public class SimpleSummarizable
Constructor Summary | |
---|---|
SimpleSummarizable(java.lang.String[] types,
double[] values)
The simple constructor |
|
SimpleSummarizable(Summarizable toImitate)
The Imitation constructor - for immitating another Summarizable object with minimum memory requirements |
Method Summary | |
---|---|
java.lang.String[] |
getSummaryTypes()
|
double |
getSummaryValue(int type)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleSummarizable(java.lang.String[] types, double[] values)
public SimpleSummarizable(Summarizable toImitate)
toImitiate
- - the Summarizable to imitate. This summarizable with contatin
the same types and values as toImitate (at the time of construction)Method Detail |
---|
public java.lang.String[] getSummaryTypes()
getSummaryTypes
in interface Summarizable
public double getSummaryValue(int type)
getSummaryValue
in interface Summarizable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |