de.uni_leipzig.cvk.data
Interface GraphReaderSettings

All Known Implementing Classes:
AggregatePanel, EdgeListGraphReader, Eval, GraphMLReaderMod, Model

public interface GraphReaderSettings

Settings for all GraphReaders.

 

Field Summary
static java.lang.String EDGE_WEIGHT
          Inner id for edge weights
static double MAX_EDGE_WEIGHT
          The max.
static java.lang.String NODE_NAME
          Inner id for nodes, should different form any id field in xml file
 

Field Detail

EDGE_WEIGHT

static final java.lang.String EDGE_WEIGHT
Inner id for edge weights

See Also:
Constant Field Values

MAX_EDGE_WEIGHT

static final double MAX_EDGE_WEIGHT
The max. edge weight that will be used

See Also:
Constant Field Values

NODE_NAME

static final java.lang.String NODE_NAME
Inner id for nodes, should different form any id field in xml file

See Also:
Constant Field Values