| Package | Description |
|---|---|
| com.tinkerpop.blueprints.util.io.graphson |
| Modifier and Type | Method and Description |
|---|---|
ElementPropertyConfig.ElementPropertiesRule |
ElementPropertyConfig.getEdgePropertiesRule() |
ElementPropertyConfig.ElementPropertiesRule |
ElementPropertyConfig.getVertexPropertiesRule() |
static ElementPropertyConfig.ElementPropertiesRule |
ElementPropertyConfig.ElementPropertiesRule.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ElementPropertyConfig.ElementPropertiesRule[] |
ElementPropertyConfig.ElementPropertiesRule.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ElementPropertyConfig(Set<String> vertexPropertyKeys,
Set<String> edgePropertyKeys,
ElementPropertyConfig.ElementPropertiesRule vertexPropertiesRule,
ElementPropertyConfig.ElementPropertiesRule edgePropertiesRule) |
ElementPropertyConfig(Set<String> vertexPropertyKeys,
Set<String> edgePropertyKeys,
ElementPropertyConfig.ElementPropertiesRule vertexPropertiesRule,
ElementPropertyConfig.ElementPropertiesRule edgePropertiesRule,
boolean normalized) |
Copyright © 2010-2014. All Rights Reserved.