Package org.neo4j.gds.api
Interface RelationshipProperty
-
public interface RelationshipProperty
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default org.neo4j.gds.core.Aggregationaggregation()default org.neo4j.gds.api.DefaultValuedefaultValue()default java.lang.Stringkey()static RelationshipPropertyof(java.lang.String key, org.neo4j.values.storable.NumberType type, org.neo4j.gds.api.PropertyState state, Relationships.Properties values, org.neo4j.gds.api.DefaultValue defaultValue, org.neo4j.gds.core.Aggregation aggregation)org.neo4j.gds.api.schema.RelationshipPropertySchemapropertySchema()default org.neo4j.gds.api.PropertyStatepropertyState()Relationships.Propertiesvalues()default org.neo4j.gds.api.nodeproperties.ValueTypevalueType()
-
-
-
Method Detail
-
values
Relationships.Properties values()
-
propertySchema
org.neo4j.gds.api.schema.RelationshipPropertySchema propertySchema()
-
key
@Ignore default java.lang.String key()
-
valueType
@Ignore default org.neo4j.gds.api.nodeproperties.ValueType valueType()
-
defaultValue
@Ignore default org.neo4j.gds.api.DefaultValue defaultValue()
-
propertyState
@Ignore default org.neo4j.gds.api.PropertyState propertyState()
-
aggregation
@Ignore default org.neo4j.gds.core.Aggregation aggregation()
-
of
static RelationshipProperty of(java.lang.String key, org.neo4j.values.storable.NumberType type, org.neo4j.gds.api.PropertyState state, Relationships.Properties values, org.neo4j.gds.api.DefaultValue defaultValue, org.neo4j.gds.core.Aggregation aggregation)
-
-