Ejemplo n.º 1
0
 public int?computeSpecific(LabelSchemaDescriptor schema)
 {
     return(1 + 4 + 2 + 4 * Schema.PropertyIds.length);                  // the actual property ids
 }
Ejemplo n.º 2
0
 public override void ProcessSpecific(LabelSchemaDescriptor schema)
 {
     Target.put(SIMPLE_LABEL);
     Target.putInt(Schema.LabelId);
     PutIds(Schema.PropertyIds);
 }
Ejemplo n.º 3
0
 public ConstraintDescriptor computeSpecific(LabelSchemaDescriptor schema)
 {
     return(new NodeExistenceConstraintDescriptor(schema));
 }
Ejemplo n.º 4
0
 public static NodeExistenceConstraintDescriptor ExistsForSchema(LabelSchemaDescriptor schema)
 {
     return(new NodeExistenceConstraintDescriptor(schema));
 }
Ejemplo n.º 5
0
 public NodeKeyConstraintDescriptor computeSpecific(LabelSchemaDescriptor schema)
 {
     return(new NodeKeyConstraintDescriptor(schema));
 }
Ejemplo n.º 6
0
 public UniquenessConstraintDescriptor computeSpecific(LabelSchemaDescriptor schema)
 {
     return(new UniquenessConstraintDescriptor(schema));
 }