Uses of Class
org.neo4j.cypherdsl.core.NodeLabel
Packages that use NodeLabel
-
Uses of NodeLabel in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return types with arguments of type NodeLabelModifier and TypeMethodDescriptionNode.getLabels()Returns the labels associated with thisNode.NodeBase.getLabels()Methods in org.neo4j.cypherdsl.core with parameters of type NodeLabelModifier and TypeMethodDescriptionstatic StatementCatalog.TokenTurns a specificlabelinto a more abstract token.Constructor parameters in org.neo4j.cypherdsl.core with type arguments of type NodeLabelModifierConstructorDescriptionprotectedNodeBase(SymbolicName symbolicName, List<NodeLabel> staticLabels, Properties properties) Creates a new base object from aSymbolicNamename, a list of labels and a set of properties.