Package com.gdblab.pathAlgebra.syntax
Class PathProj
- java.lang.Object
-
- com.gdblab.pathAlgebra.syntax.PathProj
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<PathProj>
- Direct Known Subclasses:
PathProj.All,PathProj.Limited
public abstract class PathProj extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<PathProj>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPathProj.Allstatic classPathProj.Limitedstatic interfacePathProj.PartialVisitor<R>Partial visitor overPathProjwith a defaultPathProj.PartialVisitor.otherwise(com.gdblab.pathAlgebra.syntax.PathProj)branch.static interfacePathProj.Visitor<R>Visitor overPathProj.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> Raccept(PathProj.Visitor<R> visitor)Dispatch tovisitor.
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of thecom.gdblab.pathAlgebra.syntax.PathProjtype.
-
ALL
public static final Name ALL
Name of thecom.gdblab.pathAlgebra.syntax.PathProj.allfield.
-
LIMITED
public static final Name LIMITED
Name of thecom.gdblab.pathAlgebra.syntax.PathProj.limitedfield.
-
-
Method Detail
-
accept
public abstract <R> R accept(PathProj.Visitor<R> visitor)
Dispatch tovisitor.
-
-