Package openGql.grammar
Class HomeGraph
- java.lang.Object
-
- openGql.grammar.HomeGraph
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<HomeGraph>
- Direct Known Subclasses:
HomeGraph.HomeGraph_,HomeGraph.HomePropertyGraph
public abstract class HomeGraph extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<HomeGraph>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHomeGraph.HomeGraph_static classHomeGraph.HomePropertyGraphstatic interfaceHomeGraph.PartialVisitor<R>Partial visitor overHomeGraphwith a defaultHomeGraph.PartialVisitor.otherwise(openGql.grammar.HomeGraph)branch.static interfaceHomeGraph.Visitor<R>Visitor overHomeGraph.
-
Field Summary
Fields Modifier and Type Field Description static NameHOME_GRAPHName of theopenGql.grammar.HomeGraph.homeGraphfield.static NameHOME_PROPERTY_GRAPHName of theopenGql.grammar.HomeGraph.homePropertyGraphfield.static NameTYPE_Name of theopenGql.grammar.HomeGraphtype.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> Raccept(HomeGraph.Visitor<R> visitor)Dispatch tovisitor.
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of theopenGql.grammar.HomeGraphtype.
-
HOME_PROPERTY_GRAPH
public static final Name HOME_PROPERTY_GRAPH
Name of theopenGql.grammar.HomeGraph.homePropertyGraphfield.
-
HOME_GRAPH
public static final Name HOME_GRAPH
Name of theopenGql.grammar.HomeGraph.homeGraphfield.
-
-
Method Detail
-
accept
public abstract <R> R accept(HomeGraph.Visitor<R> visitor)
Dispatch tovisitor.
-
-