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