Package com.gdblab.pathAlgebra.syntax
Class Rpq.Star
- java.lang.Object
-
- com.gdblab.pathAlgebra.syntax.Rpq
-
- com.gdblab.pathAlgebra.syntax.Rpq.Star
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<Rpq>
- Enclosing class:
- Rpq
public static final class Rpq.Star extends Rpq implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.gdblab.pathAlgebra.syntax.Rpq
Rpq.Alternation, Rpq.Concatenation, Rpq.Label, Rpq.Negated, Rpq.Optional, Rpq.Parenthesis, Rpq.PartialVisitor<R>, Rpq.Plus, Rpq.Reverse, Rpq.Star, Rpq.Visitor<R>
-
-
Field Summary
Fields Modifier and Type Field Description Starvalue-
Fields inherited from class com.gdblab.pathAlgebra.syntax.Rpq
ALTERNATION, CONCATENATION, LABEL, NEGATED, OPTIONAL, PARENTHESIS, PLUS, REVERSE, STAR, TYPE_
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> Raccept(Rpq.Visitor<R> visitor)Dispatch tovisitor.intcompareTo(Rpq other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Field Detail
-
value
public final Star value
-
-
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(Rpq other)
- Specified by:
compareToin interfacejava.lang.Comparable<Rpq>
-
accept
public <R> R accept(Rpq.Visitor<R> visitor)
Dispatch tovisitor.
-
-