A B C D E F G H I K M N O P R S T U V 
All Classes All Packages

A

addLabel(NodeLabel) - Method in class org.neo4j.gds.api.schema.MutableNodeSchema
 
addLabel(NodeLabel, Map<String, PropertySchema>) - Method in class org.neo4j.gds.api.schema.MutableNodeSchema
 
addProperty(String, ValueType) - Method in class org.neo4j.gds.api.schema.MutableNodeSchemaEntry
 
addProperty(String, ValueType, PropertyState) - Method in class org.neo4j.gds.api.schema.MutableRelationshipSchemaEntry
 
addProperty(String, PropertySchema) - Method in class org.neo4j.gds.api.schema.MutableNodeSchemaEntry
 
addProperty(String, RelationshipPropertySchema) - Method in class org.neo4j.gds.api.schema.MutableRelationshipSchemaEntry
 
addProperty(NodeLabel, String, ValueType) - Method in class org.neo4j.gds.api.schema.MutableNodeSchema
 
addProperty(NodeLabel, String, PropertySchema) - Method in class org.neo4j.gds.api.schema.MutableNodeSchema
 
addProperty(RelationshipType, Direction, String, ValueType, PropertyState) - Method in class org.neo4j.gds.api.schema.MutableRelationshipSchema
 
addProperty(RelationshipType, Direction, String, RelationshipPropertySchema) - Method in class org.neo4j.gds.api.schema.MutableRelationshipSchema
 
addRelationshipType(RelationshipType, Direction) - Method in class org.neo4j.gds.api.schema.MutableRelationshipSchema
 
aggregation() - Method in interface org.neo4j.gds.api.schema.RelationshipPropertySchema
 
allProperties() - Method in interface org.neo4j.gds.api.schema.ElementSchema
 
allProperties(ELEMENT_IDENTIFIER) - Method in interface org.neo4j.gds.api.schema.ElementSchema
 
availableLabels() - Method in class org.neo4j.gds.api.schema.MutableNodeSchema
 
availableLabels() - Method in interface org.neo4j.gds.api.schema.NodeSchema
 
availableTypes() - Method in class org.neo4j.gds.api.schema.MutableRelationshipSchema
 
availableTypes() - Method in interface org.neo4j.gds.api.schema.RelationshipSchema
 

B

builder() - Static method in interface org.neo4j.gds.api.schema.MutableGraphSchema
 

C

containsOnlyAllNodesLabel() - Method in class org.neo4j.gds.api.schema.MutableNodeSchema
 
containsOnlyAllNodesLabel() - Method in interface org.neo4j.gds.api.schema.NodeSchema
 

D

defaultValue() - Method in interface org.neo4j.gds.api.schema.PropertySchema
 
DIRECTED - org.neo4j.gds.api.schema.Direction
 
direction() - Method in interface org.neo4j.gds.api.schema.GraphSchema
 
direction() - Method in class org.neo4j.gds.api.schema.MutableRelationshipSchemaEntry
 
direction() - Method in interface org.neo4j.gds.api.schema.RelationshipSchemaEntry
 
Direction - Enum in org.neo4j.gds.api.schema
 
directions() - Method in class org.neo4j.gds.api.schema.MutableRelationshipSchema
 
directions() - Method in interface org.neo4j.gds.api.schema.RelationshipSchema
 

E

ElementSchema<SELF extends ElementSchema<SELF,​ELEMENT_IDENTIFIER,​ENTRY,​PROPERTY_SCHEMA>,​ELEMENT_IDENTIFIER extends org.neo4j.gds.ElementIdentifier,​ENTRY extends ElementSchemaEntry<ENTRY,​ELEMENT_IDENTIFIER,​PROPERTY_SCHEMA>,​PROPERTY_SCHEMA extends PropertySchema> - Interface in org.neo4j.gds.api.schema
 
ElementSchemaEntry<SELF extends ElementSchemaEntry<SELF,​ELEMENT_IDENTIFIER,​PROPERTY_SCHEMA>,​ELEMENT_IDENTIFIER extends org.neo4j.gds.ElementIdentifier,​PROPERTY_SCHEMA extends PropertySchema> - Interface in org.neo4j.gds.api.schema
 
empty() - Static method in interface org.neo4j.gds.api.schema.GraphSchema
 
empty() - Static method in interface org.neo4j.gds.api.schema.MutableGraphSchema
 
empty() - Static method in class org.neo4j.gds.api.schema.MutableNodeSchema
 
empty() - Static method in class org.neo4j.gds.api.schema.MutableRelationshipSchema
 
empty(RelationshipType, Direction) - Static method in interface org.neo4j.gds.api.schema.RelationshipSchemaEntry
 
entries() - Method in interface org.neo4j.gds.api.schema.ElementSchema
 
entries() - Method in class org.neo4j.gds.api.schema.MutableNodeSchema
 
entries() - Method in class org.neo4j.gds.api.schema.MutableRelationshipSchema
 
equals(Object) - Method in class org.neo4j.gds.api.schema.MutableNodeSchema
 
equals(Object) - Method in class org.neo4j.gds.api.schema.MutableNodeSchemaEntry
 
equals(Object) - Method in class org.neo4j.gds.api.schema.MutableRelationshipSchema
 
equals(Object) - Method in class org.neo4j.gds.api.schema.MutableRelationshipSchemaEntry
 

F

filter(Set<ELEMENT_IDENTIFIER>) - Method in interface org.neo4j.gds.api.schema.ElementSchema
 
filter(Set<NodeLabel>) - Method in class org.neo4j.gds.api.schema.MutableNodeSchema
 
filter(Set<NodeLabel>) - Method in interface org.neo4j.gds.api.schema.NodeSchema
 
filter(Set<RelationshipType>) - Method in class org.neo4j.gds.api.schema.MutableRelationshipSchema
 
filterNodeLabels(Set<NodeLabel>) - Method in interface org.neo4j.gds.api.schema.GraphSchema
 
filterNodeLabels(Set<NodeLabel>) - Method in interface org.neo4j.gds.api.schema.MutableGraphSchema
 
filterRelationshipTypes(Set<RelationshipType>) - Method in interface org.neo4j.gds.api.schema.GraphSchema
 
filterRelationshipTypes(Set<RelationshipType>) - Method in interface org.neo4j.gds.api.schema.MutableGraphSchema
 
forPropertySchema(PS) - Static method in interface org.neo4j.gds.api.schema.GraphSchema
 
from(GraphSchema) - Static method in interface org.neo4j.gds.api.schema.MutableGraphSchema
 
from(NodeSchema) - Static method in class org.neo4j.gds.api.schema.MutableNodeSchema
 
from(RelationshipSchema) - Static method in class org.neo4j.gds.api.schema.MutableRelationshipSchema
 
from(RelationshipSchemaEntry) - Static method in class org.neo4j.gds.api.schema.MutableRelationshipSchemaEntry
 
fromOrientation(Orientation) - Static method in enum org.neo4j.gds.api.schema.Direction
 

G

get(ELEMENT_IDENTIFIER) - Method in interface org.neo4j.gds.api.schema.ElementSchema
 
get(NodeLabel) - Method in class org.neo4j.gds.api.schema.MutableNodeSchema
 
get(RelationshipType) - Method in class org.neo4j.gds.api.schema.MutableRelationshipSchema
 
getOrCreateLabel(NodeLabel) - Method in class org.neo4j.gds.api.schema.MutableNodeSchema
 
getOrCreateRelationshipType(RelationshipType, Direction) - Method in class org.neo4j.gds.api.schema.MutableRelationshipSchema
 
graphProperties() - Method in interface org.neo4j.gds.api.schema.GraphSchema
 
GraphSchema - Interface in org.neo4j.gds.api.schema
 

H

hashCode() - Method in class org.neo4j.gds.api.schema.MutableNodeSchema
 
hashCode() - Method in class org.neo4j.gds.api.schema.MutableNodeSchemaEntry
 
hashCode() - Method in class org.neo4j.gds.api.schema.MutableRelationshipSchema
 
hashCode() - Method in class org.neo4j.gds.api.schema.MutableRelationshipSchemaEntry
 
hasProperties() - Method in interface org.neo4j.gds.api.schema.ElementSchema
 
hasProperty(ELEMENT_IDENTIFIER, String) - Method in interface org.neo4j.gds.api.schema.ElementSchema
 

I

identifier() - Method in interface org.neo4j.gds.api.schema.ElementSchemaEntry
 
identifier() - Method in class org.neo4j.gds.api.schema.MutableNodeSchemaEntry
 
identifier() - Method in class org.neo4j.gds.api.schema.MutableRelationshipSchemaEntry
 
isUndirected() - Method in interface org.neo4j.gds.api.schema.GraphSchema
 
isUndirected() - Method in class org.neo4j.gds.api.schema.MutableRelationshipSchema
 
isUndirected() - Method in class org.neo4j.gds.api.schema.MutableRelationshipSchemaEntry
 
isUndirected() - Method in interface org.neo4j.gds.api.schema.RelationshipSchema
 
isUndirected() - Method in interface org.neo4j.gds.api.schema.RelationshipSchemaEntry
 
isUndirected(RelationshipType) - Method in class org.neo4j.gds.api.schema.MutableRelationshipSchema
 
isUndirected(RelationshipType) - Method in interface org.neo4j.gds.api.schema.RelationshipSchema
 

K

key() - Method in interface org.neo4j.gds.api.schema.PropertySchema
 

M

mutable() - Static method in interface org.neo4j.gds.api.schema.GraphSchema
 
MutableGraphSchema - Interface in org.neo4j.gds.api.schema
 
MutableNodeSchema - Class in org.neo4j.gds.api.schema
 
MutableNodeSchemaEntry - Class in org.neo4j.gds.api.schema
 
MutableNodeSchemaEntry(NodeLabel, Map<String, PropertySchema>) - Constructor for class org.neo4j.gds.api.schema.MutableNodeSchemaEntry
 
MutableRelationshipSchema - Class in org.neo4j.gds.api.schema
 
MutableRelationshipSchema(Map<RelationshipType, MutableRelationshipSchemaEntry>) - Constructor for class org.neo4j.gds.api.schema.MutableRelationshipSchema
 
MutableRelationshipSchemaEntry - Class in org.neo4j.gds.api.schema
 
MutableRelationshipSchemaEntry(RelationshipType, Direction) - Constructor for class org.neo4j.gds.api.schema.MutableRelationshipSchemaEntry
 
MutableRelationshipSchemaEntry(RelationshipType, Direction, Map<String, RelationshipPropertySchema>) - Constructor for class org.neo4j.gds.api.schema.MutableRelationshipSchemaEntry
 

N

nodeSchema() - Method in interface org.neo4j.gds.api.schema.GraphSchema
 
nodeSchema() - Method in interface org.neo4j.gds.api.schema.MutableGraphSchema
 
NodeSchema - Interface in org.neo4j.gds.api.schema
 
NodeSchemaEntry - Interface in org.neo4j.gds.api.schema
 
normalize() - Method in interface org.neo4j.gds.api.schema.RelationshipPropertySchema
 

O

of(String, ValueType) - Static method in interface org.neo4j.gds.api.schema.PropertySchema
 
of(String, ValueType) - Static method in interface org.neo4j.gds.api.schema.RelationshipPropertySchema
 
of(String, ValueType, DefaultValue, PropertyState) - Static method in interface org.neo4j.gds.api.schema.PropertySchema
 
of(String, ValueType, DefaultValue, PropertyState, Aggregation) - Static method in interface org.neo4j.gds.api.schema.RelationshipPropertySchema
 
of(String, ValueType, Aggregation) - Static method in interface org.neo4j.gds.api.schema.RelationshipPropertySchema
 
of(MutableNodeSchema, MutableRelationshipSchema, Map<String, PropertySchema>) - Static method in interface org.neo4j.gds.api.schema.MutableGraphSchema
 
org.neo4j.gds.api - package org.neo4j.gds.api
 
org.neo4j.gds.api.schema - package org.neo4j.gds.api.schema
 

P

PERSISTENT - org.neo4j.gds.api.PropertyState
 
properties() - Method in interface org.neo4j.gds.api.schema.ElementSchemaEntry
 
properties() - Method in class org.neo4j.gds.api.schema.MutableNodeSchemaEntry
 
properties() - Method in class org.neo4j.gds.api.schema.MutableRelationshipSchemaEntry
 
PropertySchema - Interface in org.neo4j.gds.api.schema
 
propertySchemasFor(ELEMENT_IDENTIFIER) - Method in interface org.neo4j.gds.api.schema.ElementSchema
 
PropertyState - Enum in org.neo4j.gds.api
 

R

RelationshipPropertySchema - Interface in org.neo4j.gds.api.schema
 
relationshipSchema() - Method in interface org.neo4j.gds.api.schema.GraphSchema
 
relationshipSchema() - Method in interface org.neo4j.gds.api.schema.MutableGraphSchema
 
RelationshipSchema - Interface in org.neo4j.gds.api.schema
 
RelationshipSchemaEntry - Interface in org.neo4j.gds.api.schema
 
remove(NodeLabel) - Method in class org.neo4j.gds.api.schema.MutableNodeSchema
 
remove(RelationshipType) - Method in class org.neo4j.gds.api.schema.MutableRelationshipSchema
 
removeProperty(String) - Method in class org.neo4j.gds.api.schema.MutableNodeSchemaEntry
 

S

set(MutableNodeSchemaEntry) - Method in class org.neo4j.gds.api.schema.MutableNodeSchema
 
set(MutableRelationshipSchemaEntry) - Method in class org.neo4j.gds.api.schema.MutableRelationshipSchema
 
state() - Method in interface org.neo4j.gds.api.schema.PropertySchema
 

T

toMap() - Method in interface org.neo4j.gds.api.schema.ElementSchema
 
toMap() - Method in interface org.neo4j.gds.api.schema.ElementSchemaEntry
 
toMap() - Method in interface org.neo4j.gds.api.schema.GraphSchema
 
toMap() - Method in class org.neo4j.gds.api.schema.MutableNodeSchemaEntry
 
toMap() - Method in class org.neo4j.gds.api.schema.MutableRelationshipSchemaEntry
 
toMapOld() - Method in interface org.neo4j.gds.api.schema.GraphSchema
 
toMapOld() - Method in class org.neo4j.gds.api.schema.MutableRelationshipSchema
 
toMapOld() - Method in interface org.neo4j.gds.api.schema.RelationshipSchema
 
toOrientation() - Method in enum org.neo4j.gds.api.schema.Direction
 
TRANSIENT - org.neo4j.gds.api.PropertyState
 

U

UNDIRECTED - org.neo4j.gds.api.schema.Direction
 
union(GraphSchema) - Method in interface org.neo4j.gds.api.schema.GraphSchema
 
union(GraphSchema) - Method in interface org.neo4j.gds.api.schema.MutableGraphSchema
 
union(MutableNodeSchemaEntry) - Method in class org.neo4j.gds.api.schema.MutableNodeSchemaEntry
 
union(MutableRelationshipSchemaEntry) - Method in class org.neo4j.gds.api.schema.MutableRelationshipSchemaEntry
 
union(NodeSchema) - Method in class org.neo4j.gds.api.schema.MutableNodeSchema
 
union(RelationshipSchema) - Method in class org.neo4j.gds.api.schema.MutableRelationshipSchema
 
union(SELF) - Method in interface org.neo4j.gds.api.schema.ElementSchema
 
union(SELF) - Method in interface org.neo4j.gds.api.schema.ElementSchemaEntry
 
unionEntries(SELF) - Method in interface org.neo4j.gds.api.schema.ElementSchema
 
unionProperties() - Method in interface org.neo4j.gds.api.schema.ElementSchema
 
unionProperties(Map<String, PROPERTY_SCHEMA>) - Method in interface org.neo4j.gds.api.schema.ElementSchemaEntry
 

V

valueOf(String) - Static method in enum org.neo4j.gds.api.PropertyState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.gds.api.schema.Direction
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.neo4j.gds.api.PropertyState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.gds.api.schema.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
valueType() - Method in interface org.neo4j.gds.api.schema.PropertySchema
 
A B C D E F G H I K M N O P R S T U V 
All Classes All Packages