Uses of Class
org.neo4j.cypherdsl.core.NodeLabel
-
Packages that use NodeLabel Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher. -
-
Uses of NodeLabel in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return types with arguments of type NodeLabel Modifier and Type Method Description java.util.List<NodeLabel>Node. getLabels()java.util.List<NodeLabel>NodeBase. getLabels()Constructor parameters in org.neo4j.cypherdsl.core with type arguments of type NodeLabel Constructor Description NodeBase(SymbolicName symbolicName, java.util.List<NodeLabel> labels, Properties properties)
-