Package openGql.grammar
Class InsertEdgePattern.PointingLeft
- java.lang.Object
-
- openGql.grammar.InsertEdgePattern
-
- openGql.grammar.InsertEdgePattern.PointingLeft
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<InsertEdgePattern>
- Enclosing class:
- InsertEdgePattern
public static final class InsertEdgePattern.PointingLeft extends InsertEdgePattern implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class openGql.grammar.InsertEdgePattern
InsertEdgePattern.PartialVisitor<R>, InsertEdgePattern.PointingLeft, InsertEdgePattern.PointingRight, InsertEdgePattern.Undirected, InsertEdgePattern.Visitor<R>
-
-
Field Summary
Fields Modifier and Type Field Description Optional<InsertElementPatternFiller>value-
Fields inherited from class openGql.grammar.InsertEdgePattern
POINTING_LEFT, POINTING_RIGHT, TYPE_, UNDIRECTED
-
-
Constructor Summary
Constructors Constructor Description PointingLeft(Optional<InsertElementPatternFiller> value)Constructs an immutableInsertEdgePattern.PointingLeft.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> Raccept(InsertEdgePattern.Visitor<R> visitor)Dispatch tovisitor.intcompareTo(InsertEdgePattern other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Field Detail
-
value
public final Optional<InsertElementPatternFiller> value
-
-
Constructor Detail
-
PointingLeft
public PointingLeft(Optional<InsertElementPatternFiller> value)
Constructs an immutableInsertEdgePattern.PointingLeft.
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
compareTo
public int compareTo(InsertEdgePattern other)
- Specified by:
compareToin interfacejava.lang.Comparable<InsertEdgePattern>
-
accept
public <R> R accept(InsertEdgePattern.Visitor<R> visitor)
Dispatch tovisitor.- Specified by:
acceptin classInsertEdgePattern
-
-