Package org.neo4j.gds.api.schema
Interface RelationshipPropertySchema
-
- All Superinterfaces:
PropertySchema
public interface RelationshipPropertySchema extends PropertySchema
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description org.neo4j.gds.core.Aggregationaggregation()default RelationshipPropertySchemanormalize()static RelationshipPropertySchemaof(java.lang.String propertyKey, org.neo4j.gds.api.nodeproperties.ValueType valueType)static RelationshipPropertySchemaof(java.lang.String propertyKey, org.neo4j.gds.api.nodeproperties.ValueType valueType, org.neo4j.gds.api.DefaultValue defaultValue, PropertyState propertyState, org.neo4j.gds.core.Aggregation aggregation)static RelationshipPropertySchemaof(java.lang.String propertyKey, org.neo4j.gds.api.nodeproperties.ValueType valueType, org.neo4j.gds.core.Aggregation aggregation)-
Methods inherited from interface org.neo4j.gds.api.schema.PropertySchema
defaultValue, key, state, valueType
-
-
-
-
Method Detail
-
aggregation
org.neo4j.gds.core.Aggregation aggregation()
-
of
static RelationshipPropertySchema of(java.lang.String propertyKey, org.neo4j.gds.api.nodeproperties.ValueType valueType)
-
of
static RelationshipPropertySchema of(java.lang.String propertyKey, org.neo4j.gds.api.nodeproperties.ValueType valueType, org.neo4j.gds.core.Aggregation aggregation)
-
of
static RelationshipPropertySchema of(java.lang.String propertyKey, org.neo4j.gds.api.nodeproperties.ValueType valueType, org.neo4j.gds.api.DefaultValue defaultValue, PropertyState propertyState, org.neo4j.gds.core.Aggregation aggregation)
-
normalize
@Check default RelationshipPropertySchema normalize()
-
-