public abstract class AbstractNodeInfo extends java.lang.Object implements NodeInfo
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractNodeInfo.DataType |
| Constructor and Description |
|---|
AbstractNodeInfo() |
| Modifier and Type | Method and Description |
|---|---|
AbstractNodeInfo.DataType |
determineDataType(java.util.Set<java.lang.String> values)
Determines the data type of the provided set of data values.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddChangeListener, getActions, getColor, getColorizer, getCumulatedWeight, getImage, getName, getTooltip, getWeight, getWeighter, getWeightFormatted, init, removeChangeListener, toggleColorWeighterpublic AbstractNodeInfo.DataType determineDataType(java.util.Set<java.lang.String> values)
values - String-encoded data values.