Package com.gdblab.pathAlgebra.syntax
Class PathProj.All
- java.lang.Object
-
- com.gdblab.pathAlgebra.syntax.PathProj
-
- com.gdblab.pathAlgebra.syntax.PathProj.All
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<PathProj>
- Enclosing class:
- PathProj
public static final class PathProj.All extends PathProj implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.gdblab.pathAlgebra.syntax.PathProj
PathProj.All, PathProj.Limited, PathProj.PartialVisitor<R>, PathProj.Visitor<R>
-
-
Constructor Summary
Constructors Constructor Description All()Constructs an immutablePathProj.All.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> Raccept(PathProj.Visitor<R> visitor)Dispatch tovisitor.intcompareTo(PathProj other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Constructor Detail
-
All
public All()
Constructs an immutablePathProj.All.
-
-
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(PathProj other)
- Specified by:
compareToin interfacejava.lang.Comparable<PathProj>
-
accept
public <R> R accept(PathProj.Visitor<R> visitor)
Dispatch tovisitor.
-
-