y25.base
Class GraphTools.GraphDataInfo

java.lang.Object
  extended byy25.base.GraphTools.GraphDataInfo
Enclosing class:
GraphTools

public static class GraphTools.GraphDataInfo
extends Object

Stores information about a DataProvider.


Field Summary
static int BOOLEAN
           
static int DOUBLE
           
static int EDGEMAP
           
static int INTEGER
           
 Object key
           
 int mapType
           
static int NODEMAP
           
 int valueType
           
 
Constructor Summary
GraphTools.GraphDataInfo(Object key, int mapType, int valueType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NODEMAP

public static final int NODEMAP
See Also:
Constant Field Values

EDGEMAP

public static final int EDGEMAP
See Also:
Constant Field Values

BOOLEAN

public static final int BOOLEAN
See Also:
Constant Field Values

DOUBLE

public static final int DOUBLE
See Also:
Constant Field Values

INTEGER

public static final int INTEGER
See Also:
Constant Field Values

key

public Object key

mapType

public int mapType

valueType

public int valueType
Constructor Detail

GraphTools.GraphDataInfo

public GraphTools.GraphDataInfo(Object key,
                                int mapType,
                                int valueType)