Package openGql.grammar
Class EdgeTypeImpliedContent
- java.lang.Object
-
- openGql.grammar.EdgeTypeImpliedContent
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<EdgeTypeImpliedContent>
- Direct Known Subclasses:
EdgeTypeImpliedContent.LabelSet,EdgeTypeImpliedContent.LabelSetWithProperties,EdgeTypeImpliedContent.PropertyTypes
public abstract class EdgeTypeImpliedContent extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<EdgeTypeImpliedContent>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEdgeTypeImpliedContent.LabelSetstatic classEdgeTypeImpliedContent.LabelSetWithPropertiesstatic interfaceEdgeTypeImpliedContent.PartialVisitor<R>Partial visitor overEdgeTypeImpliedContentwith a defaultEdgeTypeImpliedContent.PartialVisitor.otherwise(openGql.grammar.EdgeTypeImpliedContent)branch.static classEdgeTypeImpliedContent.PropertyTypesstatic interfaceEdgeTypeImpliedContent.Visitor<R>Visitor overEdgeTypeImpliedContent.
-
Field Summary
Fields Modifier and Type Field Description static NameLABEL_SETName of theopenGql.grammar.EdgeTypeImpliedContent.labelSetfield.static NameLABEL_SET_WITH_PROPERTIESName of theopenGql.grammar.EdgeTypeImpliedContent.labelSetWithPropertiesfield.static NamePROPERTY_TYPESName of theopenGql.grammar.EdgeTypeImpliedContent.propertyTypesfield.static NameTYPE_Name of theopenGql.grammar.EdgeTypeImpliedContenttype.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> Raccept(EdgeTypeImpliedContent.Visitor<R> visitor)Dispatch tovisitor.
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of theopenGql.grammar.EdgeTypeImpliedContenttype.
-
LABEL_SET
public static final Name LABEL_SET
Name of theopenGql.grammar.EdgeTypeImpliedContent.labelSetfield.
-
PROPERTY_TYPES
public static final Name PROPERTY_TYPES
Name of theopenGql.grammar.EdgeTypeImpliedContent.propertyTypesfield.
-
LABEL_SET_WITH_PROPERTIES
public static final Name LABEL_SET_WITH_PROPERTIES
Name of theopenGql.grammar.EdgeTypeImpliedContent.labelSetWithPropertiesfield.
-
-
Method Detail
-
accept
public abstract <R> R accept(EdgeTypeImpliedContent.Visitor<R> visitor)
Dispatch tovisitor.
-
-