Package openGql.grammar
Class CurrentGraph
- java.lang.Object
-
- openGql.grammar.CurrentGraph
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<CurrentGraph>
- Direct Known Subclasses:
CurrentGraph.Graph,CurrentGraph.PropertyGraph
public abstract class CurrentGraph extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<CurrentGraph>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCurrentGraph.Graphstatic interfaceCurrentGraph.PartialVisitor<R>Partial visitor overCurrentGraphwith a defaultCurrentGraph.PartialVisitor.otherwise(openGql.grammar.CurrentGraph)branch.static classCurrentGraph.PropertyGraphstatic interfaceCurrentGraph.Visitor<R>Visitor overCurrentGraph.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> Raccept(CurrentGraph.Visitor<R> visitor)Dispatch tovisitor.
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of theopenGql.grammar.CurrentGraphtype.
-
GRAPH
public static final Name GRAPH
Name of theopenGql.grammar.CurrentGraph.graphfield.
-
PROPERTY_GRAPH
public static final Name PROPERTY_GRAPH
Name of theopenGql.grammar.CurrentGraph.propertyGraphfield.
-
-
Method Detail
-
accept
public abstract <R> R accept(CurrentGraph.Visitor<R> visitor)
Dispatch tovisitor.
-
-