Package apoc.graph.util
Class GraphsConfig
java.lang.Object
apoc.graph.util.GraphsConfig
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanallPropertiesForPath(String path) idsForPath(String path) booleanbooleanbooleanisWrite()labelsForPath(String path) propertiesForPath(String path) valueObjectForPath(String path)
-
Constructor Details
-
GraphsConfig
-
-
Method Details
-
isWrite
public boolean isWrite() -
getLabelField
-
getIdField
-
isGenerateId
public boolean isGenerateId() -
getRelMapping
-
isSkipValidation
public boolean isSkipValidation() -
valueObjectForPath
-
idsForPath
-
labelsForPath
-
propertiesForPath
-
allPropertiesForPath
-