public final class GraphDataSpec
extends com.orchestranetworks.addon.dmdv.GraphSpec
Constructor and Description |
---|
GraphDataSpec() |
Modifier and Type | Method and Description |
---|---|
void |
disableAllFeatures()
Disables all graph features.
|
void |
disableFeatures(GraphDataFeatures... features)
Specifies graph features to disable.
|
void |
enableAllFeatures()
Enables all graph features.
|
void |
enableFeatures(GraphDataFeatures... features)
Specifies graph features to enable.
|
public void disableFeatures(GraphDataFeatures... features)
features
- list of graph features to disable.GraphDataFeatures
public void enableFeatures(GraphDataFeatures... features)
features
- list of graph features to enable.GraphDataFeatures
public void enableAllFeatures()
public void disableAllFeatures()