|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthep.aida.ref.tuple.AbstractTuple.AbstractTupleColumnFactory.BaseTupleColumn
public static class AbstractTuple.AbstractTupleColumnFactory.BaseTupleColumn
| Method Summary | |
|---|---|
void |
defaultValue(org.freehep.util.Value value)
|
boolean |
hasDefaultValue()
|
double |
maximum()
Get the maximum value of the column (if it can be converted to a double). |
void |
maxValue(org.freehep.util.Value value)
|
double |
mean()
Get the mean value of the column (if it can be converted to a double). |
void |
meanValue(org.freehep.util.Value value)
|
double |
minimum()
Get the minimum value of the column (if it can be converted to a double). |
void |
minValue(org.freehep.util.Value value)
|
String |
name()
Get the name of the column. |
double |
rms()
Get the RMS of the given column (if it can be converted to a double). |
void |
rmsValue(org.freehep.util.Value value)
|
Class |
type()
Get the type of a give column. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public String name()
IBaseTupleColumn
name in interface IBaseTupleColumnname in interface FTupleColumnpublic Class type()
IBaseTupleColumn
type in interface IBaseTupleColumntype in interface FTupleColumnpublic double minimum()
IBaseTupleColumn
minimum in interface IBaseTupleColumnpublic double maximum()
IBaseTupleColumn
maximum in interface IBaseTupleColumnpublic double mean()
IBaseTupleColumn
mean in interface IBaseTupleColumnpublic double rms()
IBaseTupleColumn
rms in interface IBaseTupleColumnpublic void defaultValue(org.freehep.util.Value value)
defaultValue in interface FTupleColumnpublic boolean hasDefaultValue()
hasDefaultValue in interface FTupleColumnpublic void maxValue(org.freehep.util.Value value)
maxValue in interface FTupleColumnpublic void meanValue(org.freehep.util.Value value)
meanValue in interface FTupleColumnpublic void minValue(org.freehep.util.Value value)
minValue in interface FTupleColumnpublic void rmsValue(org.freehep.util.Value value)
rmsValue in interface FTupleColumn
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||