public class NodeUtilities extends NodeUtilities
| Constructor and Description |
|---|
NodeUtilities() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getNodeIdentifier(org.neo4j.graphdb.Node n) |
static String |
getNodeRelationshipsString(org.neo4j.graphdb.Node n) |
static Set<String> |
getSourcesForSourceId(org.neo4j.graphdb.Node conceptNode,
String sourceId) |
static boolean |
isSourceUnique(org.neo4j.graphdb.Node conceptNode,
String srcId)
Iterates over source IDs and source ID unique markers.
|
static org.neo4j.graphdb.Node |
mergeConceptNodesWithUniqueSourceId(String srcId,
org.neo4j.graphdb.index.Index<org.neo4j.graphdb.Node> termIndex,
List<org.neo4j.graphdb.Node> obsoleteNodes) |
copyNode, findSingleNodeByLabelAndProperty, getNodePropertyAsStringArrayValue, getSingleNode, getSingleNode, getSingleOtherNode, getStringaddToArrayProperty, addToArrayProperty, addToArrayProperty, copyJSONObjectToPropertyContainer, copyJSONObjectToPropertyContainer, copyJSONObjectToPropertyContainer, findFirstValueInArrayProperty, getNodePropertiesAsString, getNonNullNodeProperty, hasContradictingPropertyValue, hasSamePropertyValue, mergeArrayProperty, mergeJSONObjectIntoPropertyContainer, mergeJSONObjectIntoPropertyContainer, mergeProperties, mergePropertyContainerIntoPropertyContainer, setNonNullNodeProperty, setNonNullNodePropertypublic static String getNodeRelationshipsString(org.neo4j.graphdb.Node n)
public static String getNodeIdentifier(org.neo4j.graphdb.Node n)
public static Set<String> getSourcesForSourceId(org.neo4j.graphdb.Node conceptNode, String sourceId)
public static boolean isSourceUnique(org.neo4j.graphdb.Node conceptNode,
String srcId)
conceptNode - The concept node on which srcId is unique or not.srcId - The source ID for which to determine whether it is unique for
this concept.Copyright © 2018 JULIE Lab Jena, Germany. All rights reserved.