Class HasLabelCondition

java.lang.Object
org.neo4j.cypherdsl.core.HasLabelCondition
All Implemented Interfaces:
Visitable, Condition, Expression

@API(status=STABLE, since="1.0") public final class HasLabelCondition extends Object implements Condition
A condition checking for the presence of labels on nodes or types on relationships.
Since:
1.0
Author:
Michael J. Simons
  • Method Details

    • accept

      public void accept(Visitor visitor)
      Description copied from interface: Visitable
      Accept a Visitor visiting this Visitable and its nested Visitables if applicable.
      Specified by:
      accept in interface Visitable
      Parameters:
      visitor - the visitor to notify, must not be null.