Class BaseExpression.PathsStar
- java.lang.Object
-
- com.gdblab.pathAlgebra.expressions.BaseExpression
-
- com.gdblab.pathAlgebra.expressions.BaseExpression.PathsStar
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<BaseExpression>
- Enclosing class:
- BaseExpression
public static final class BaseExpression.PathsStar extends BaseExpression implements java.io.Serializable
Paths*(G): all paths in graph (infinite without restrictions)- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.gdblab.pathAlgebra.expressions.BaseExpression
BaseExpression.PartialVisitor<R>, BaseExpression.Paths0, BaseExpression.Paths1, BaseExpression.PathsStar, BaseExpression.Visitor<R>
-
-
Field Summary
Fields Modifier and Type Field Description GraphReferencevalue-
Fields inherited from class com.gdblab.pathAlgebra.expressions.BaseExpression
PATHS_STAR, PATHS0, PATHS1, TYPE_
-
-
Constructor Summary
Constructors Constructor Description PathsStar(GraphReference value)Constructs an immutableBaseExpression.PathsStar.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> Raccept(BaseExpression.Visitor<R> visitor)Dispatch tovisitor.intcompareTo(BaseExpression other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Field Detail
-
value
public final GraphReference value
-
-
Constructor Detail
-
PathsStar
public PathsStar(GraphReference value)
Constructs an immutableBaseExpression.PathsStar.
-
-
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(BaseExpression other)
- Specified by:
compareToin interfacejava.lang.Comparable<BaseExpression>
-
accept
public <R> R accept(BaseExpression.Visitor<R> visitor)
Dispatch tovisitor.- Specified by:
acceptin classBaseExpression
-
-