Package org.neo4j.gds.api.schema
Interface RelationshipSchemaEntry
-
- All Superinterfaces:
ElementSchemaEntry<MutableRelationshipSchemaEntry,org.neo4j.gds.RelationshipType,RelationshipPropertySchema>
- All Known Implementing Classes:
MutableRelationshipSchemaEntry
public interface RelationshipSchemaEntry extends ElementSchemaEntry<MutableRelationshipSchemaEntry,org.neo4j.gds.RelationshipType,RelationshipPropertySchema>
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description Directiondirection()static RelationshipSchemaEntryempty(org.neo4j.gds.RelationshipType relationshipType, Direction direction)booleanisUndirected()-
Methods inherited from interface org.neo4j.gds.api.schema.ElementSchemaEntry
identifier, properties, toMap, union, unionProperties
-
-
-
-
Method Detail
-
direction
Direction direction()
-
isUndirected
boolean isUndirected()
-
empty
static RelationshipSchemaEntry empty(org.neo4j.gds.RelationshipType relationshipType, Direction direction)
-
-