61626364656667
public GraphManager(String label) { this.label = label; this.propertyKey = "pattern"; patternRelationshipCache = new PatternRelationshipCache(); dataRelationshipManager = new DataRelationshipManager(); }