|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.knime.core.data.DataCell
org.knime.core.data.def.LongCell
public class LongCell
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.knime.core.data.LongValue |
---|
LongValue.LongUtilityFactory |
Nested classes/interfaces inherited from interface org.knime.core.data.DoubleValue |
---|
DoubleValue.DoubleUtilityFactory |
Nested classes/interfaces inherited from interface org.knime.core.data.ComplexNumberValue |
---|
ComplexNumberValue.ComplexNumberUtilityFactory |
Nested classes/interfaces inherited from interface org.knime.core.data.FuzzyNumberValue |
---|
FuzzyNumberValue.FuzzyNumberUtilityFactory |
Nested classes/interfaces inherited from interface org.knime.core.data.FuzzyIntervalValue |
---|
FuzzyIntervalValue.FuzzyIntervalUtilityFactory |
Nested classes/interfaces inherited from interface org.knime.core.data.DataValue |
---|
DataValue.UtilityFactory |
Field Summary | |
---|---|
static DataType |
TYPE
Convenience access member for DataType.getType(LongCell.class) . |
Fields inherited from interface org.knime.core.data.LongValue |
---|
UTILITY |
Fields inherited from interface org.knime.core.data.DoubleValue |
---|
UTILITY |
Fields inherited from interface org.knime.core.data.ComplexNumberValue |
---|
UTILITY |
Fields inherited from interface org.knime.core.data.FuzzyNumberValue |
---|
UTILITY |
Fields inherited from interface org.knime.core.data.FuzzyIntervalValue |
---|
UTILITY |
Constructor Summary | |
---|---|
LongCell(long l)
Creates new cell for a generic long value. |
Method Summary | |
---|---|
protected boolean |
equalsDataCell(DataCell dc)
Derived classes implement their specific equals function here. |
static DataCellSerializer<LongCell> |
getCellSerializer()
Returns the factory to read/write DataCells of this class from/to a DataInput/DataOutput. |
double |
getCenterOfGravity()
|
double |
getCore()
|
double |
getDoubleValue()
|
double |
getImaginaryValue()
|
long |
getLongValue()
|
double |
getMaxCore()
|
double |
getMaxSupport()
|
double |
getMinCore()
|
double |
getMinSupport()
|
static Class<? extends DataValue> |
getPreferredValueClass()
Returns the preferred value class of this cell implementation. |
double |
getRealValue()
|
int |
hashCode()
This method must be implemented in order to ensure that two equal DataCell objects return the same hash code. |
String |
toString()
Returns the String representation of this cell's value. |
Methods inherited from class org.knime.core.data.DataCell |
---|
equals, getType, isMissing |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final DataType TYPE
DataType.getType(LongCell.class)
.
DataType.getType(Class)
Constructor Detail |
---|
public LongCell(long l)
l
- The long value to store.Method Detail |
---|
public static final Class<? extends DataValue> getPreferredValueClass()
public static final DataCellSerializer<LongCell> getCellSerializer()
DataCell
public long getLongValue()
getLongValue
in interface LongValue
long
value.public double getDoubleValue()
getDoubleValue
in interface DoubleValue
double
value.public double getCore()
getCore
in interface FuzzyNumberValue
public double getMaxSupport()
getMaxSupport
in interface FuzzyIntervalValue
getMaxSupport
in interface FuzzyNumberValue
public double getMinSupport()
getMinSupport
in interface FuzzyIntervalValue
getMinSupport
in interface FuzzyNumberValue
public double getMaxCore()
getMaxCore
in interface FuzzyIntervalValue
public double getMinCore()
getMinCore
in interface FuzzyIntervalValue
public double getCenterOfGravity()
getCenterOfGravity
in interface FuzzyIntervalValue
public double getImaginaryValue()
getImaginaryValue
in interface ComplexNumberValue
public double getRealValue()
getRealValue
in interface ComplexNumberValue
protected boolean equalsDataCell(DataCell dc)
null
or a missing value,
to be of the same class like this.
equalsDataCell
in class DataCell
dc
- the cell to compare this to
true
if this is equal to the argument,
false
if notpublic int hashCode()
DataCell
objects return the same hash code.
hashCode
in class DataCell
DataCell
Object.hashCode()
,
DataCell.equals(java.lang.Object)
public String toString()
toString
in class DataCell
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |