Package openGql.grammar
Class EdgeTypePatternPointingLeft
- java.lang.Object
-
- openGql.grammar.EdgeTypePatternPointingLeft
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<EdgeTypePatternPointingLeft>
public class EdgeTypePatternPointingLeft extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<EdgeTypePatternPointingLeft>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description EdgeTypeFillerarcstatic NameARCName of theopenGql.grammar.EdgeTypePatternPointingLeft.arcfield.DestinationNodeTypeReferencedestinationstatic NameDESTINATIONName of theopenGql.grammar.EdgeTypePatternPointingLeft.destinationfield.SourceNodeTypeReferencesourcestatic NameSOURCEName of theopenGql.grammar.EdgeTypePatternPointingLeft.sourcefield.static NameTYPE_Name of theopenGql.grammar.EdgeTypePatternPointingLefttype.
-
Constructor Summary
Constructors Constructor Description EdgeTypePatternPointingLeft(DestinationNodeTypeReference destination, EdgeTypeFiller arc, SourceNodeTypeReference source)Constructs an immutableEdgeTypePatternPointingLeft.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(EdgeTypePatternPointingLeft other)booleanequals(java.lang.Object other)inthashCode()EdgeTypePatternPointingLeftwithArc(EdgeTypeFiller arc)Returns a copy of thisEdgeTypePatternPointingLeftwitharcreplaced.EdgeTypePatternPointingLeftwithDestination(DestinationNodeTypeReference destination)Returns a copy of thisEdgeTypePatternPointingLeftwithdestinationreplaced.EdgeTypePatternPointingLeftwithSource(SourceNodeTypeReference source)Returns a copy of thisEdgeTypePatternPointingLeftwithsourcereplaced.
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of theopenGql.grammar.EdgeTypePatternPointingLefttype.
-
DESTINATION
public static final Name DESTINATION
Name of theopenGql.grammar.EdgeTypePatternPointingLeft.destinationfield.
-
ARC
public static final Name ARC
Name of theopenGql.grammar.EdgeTypePatternPointingLeft.arcfield.
-
SOURCE
public static final Name SOURCE
Name of theopenGql.grammar.EdgeTypePatternPointingLeft.sourcefield.
-
destination
public final DestinationNodeTypeReference destination
-
arc
public final EdgeTypeFiller arc
-
source
public final SourceNodeTypeReference source
-
-
Constructor Detail
-
EdgeTypePatternPointingLeft
public EdgeTypePatternPointingLeft(DestinationNodeTypeReference destination, EdgeTypeFiller arc, SourceNodeTypeReference source)
Constructs an immutableEdgeTypePatternPointingLeft.
-
-
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(EdgeTypePatternPointingLeft other)
- Specified by:
compareToin interfacejava.lang.Comparable<EdgeTypePatternPointingLeft>
-
withDestination
public EdgeTypePatternPointingLeft withDestination(DestinationNodeTypeReference destination)
Returns a copy of thisEdgeTypePatternPointingLeftwithdestinationreplaced.
-
withArc
public EdgeTypePatternPointingLeft withArc(EdgeTypeFiller arc)
Returns a copy of thisEdgeTypePatternPointingLeftwitharcreplaced.
-
withSource
public EdgeTypePatternPointingLeft withSource(SourceNodeTypeReference source)
Returns a copy of thisEdgeTypePatternPointingLeftwithsourcereplaced.
-
-