Package openGql.grammar
Class EdgeTypePatternType
- java.lang.Object
-
- openGql.grammar.EdgeTypePatternType
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<EdgeTypePatternType>
- Direct Known Subclasses:
EdgeTypePatternType.Directed,EdgeTypePatternType.Undirected
public abstract class EdgeTypePatternType extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<EdgeTypePatternType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEdgeTypePatternType.Directedstatic interfaceEdgeTypePatternType.PartialVisitor<R>Partial visitor overEdgeTypePatternTypewith a defaultEdgeTypePatternType.PartialVisitor.otherwise(openGql.grammar.EdgeTypePatternType)branch.static classEdgeTypePatternType.Undirectedstatic interfaceEdgeTypePatternType.Visitor<R>Visitor overEdgeTypePatternType.
-
Field Summary
Fields Modifier and Type Field Description static NameDIRECTEDName of theopenGql.grammar.EdgeTypePatternType.directedfield.static NameTYPE_Name of theopenGql.grammar.EdgeTypePatternTypetype.static NameUNDIRECTEDName of theopenGql.grammar.EdgeTypePatternType.undirectedfield.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> Raccept(EdgeTypePatternType.Visitor<R> visitor)Dispatch tovisitor.
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of theopenGql.grammar.EdgeTypePatternTypetype.
-
DIRECTED
public static final Name DIRECTED
Name of theopenGql.grammar.EdgeTypePatternType.directedfield.
-
UNDIRECTED
public static final Name UNDIRECTED
Name of theopenGql.grammar.EdgeTypePatternType.undirectedfield.
-
-
Method Detail
-
accept
public abstract <R> R accept(EdgeTypePatternType.Visitor<R> visitor)
Dispatch tovisitor.
-
-