public class nvgraphTag extends Object
Modifier and Type | Field and Description |
---|---|
static int |
NVGRAPH_DEFAULT
Default is unsorted
|
static int |
NVGRAPH_SORTED_BY_DESTINATION
CSC
|
static int |
NVGRAPH_SORTED_BY_SOURCE
CSR
|
static int |
NVGRAPH_UNSORTED |
Modifier and Type | Method and Description |
---|---|
static String |
stringFor(int n)
Returns a string representation of the given constant
|
public static final int NVGRAPH_DEFAULT
public static final int NVGRAPH_UNSORTED
public static final int NVGRAPH_SORTED_BY_SOURCE
public static final int NVGRAPH_SORTED_BY_DESTINATION
public static String stringFor(int n)
Copyright © 2019. All rights reserved.