public final class GraphDataFeatures extends Object
GraphDataSpec
disableFeatures()
and enableFeatures()
methods to determine feature availability in a graph.
Note that all features apply to configured data value graphs. However, only RECORD_DETAILS
applies to default graphs.Modifier and Type | Field and Description |
---|---|
static GraphDataFeatures |
COLLAPSE_CHILDREN
Closes the displayed child nodes.
|
static GraphDataFeatures |
COLLAPSE_PARENTS
Closes the displayed parent nodes.
|
static GraphDataFeatures |
COLLAPSE_SOURCES
Closes source nodes using the Collapse
|
static GraphDataFeatures |
COLLAPSE_TARGETS
Closes target nodes using the Collapse
|
static GraphDataFeatures |
EXPAND_CHILDREN
Displays child nodes using the Expand
|
static GraphDataFeatures |
EXPAND_PARENTS
Displays parent nodes using the Expand
|
static GraphDataFeatures |
EXPAND_SOURCES
Displays source nodes using the Expand
|
static GraphDataFeatures |
EXPAND_TARGETS
Displays target nodes using the Expand
|
static GraphDataFeatures |
LINK_DETAILS
Accesses link details through the Show link details service when users right-click a relationship.
|
static GraphDataFeatures |
RECORD_DETAILS
Accesses record details through the Open record service or when users double-click a node.
|
static GraphDataFeatures |
RECURSIVELY_EXPAND_CHILDREN
Recursively displays child nodes using the Recursively expand children service when users right-click a node.
|
static GraphDataFeatures |
RECURSIVELY_EXPAND_PARENTS
Recursively displays parent nodes using the Recursively expand parents service when users right-click a node.
|
static GraphDataFeatures |
RECURSIVELY_EXPAND_SOURCES
Recursively displays source nodes using the Recursively expand sources service when users right-click a node.
|
static GraphDataFeatures |
RECURSIVELY_EXPAND_TARGETS
Recursively displays target nodes using the Recursively expand targets service when users right-click a node.
|
static GraphDataFeatures |
UNKNOWN
Describes those features are unknown.
|
Modifier and Type | Method and Description |
---|---|
String |
getValue()
Returns the string representation of this feature.
|
static GraphDataFeatures |
parse(String value)
Returns the
GraphDataFeatures based on specific string. |
public static final GraphDataFeatures UNKNOWN
public static final GraphDataFeatures RECORD_DETAILS
public static final GraphDataFeatures LINK_DETAILS
public static final GraphDataFeatures COLLAPSE_CHILDREN
public static final GraphDataFeatures COLLAPSE_PARENTS
public static final GraphDataFeatures COLLAPSE_SOURCES
public static final GraphDataFeatures COLLAPSE_TARGETS
public static final GraphDataFeatures EXPAND_CHILDREN
public static final GraphDataFeatures EXPAND_PARENTS
public static final GraphDataFeatures EXPAND_SOURCES
public static final GraphDataFeatures EXPAND_TARGETS
public static final GraphDataFeatures RECURSIVELY_EXPAND_CHILDREN
public static final GraphDataFeatures RECURSIVELY_EXPAND_PARENTS
public static final GraphDataFeatures RECURSIVELY_EXPAND_SOURCES
public static final GraphDataFeatures RECURSIVELY_EXPAND_TARGETS
public String getValue()
public static GraphDataFeatures parse(String value)
GraphDataFeatures
based on specific string.value
- the value of GraphDataFeatures.