Class ProjectionSpec
- java.lang.Object
-
- com.gdblab.pathAlgebra.expressions.ProjectionSpec
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<ProjectionSpec>
- Direct Known Subclasses:
ProjectionSpec.All,ProjectionSpec.Limited
public abstract class ProjectionSpec extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<ProjectionSpec>
Projection specification: * or specific number- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProjectionSpec.Allstatic classProjectionSpec.Limitedstatic interfaceProjectionSpec.PartialVisitor<R>Partial visitor overProjectionSpecwith a defaultProjectionSpec.PartialVisitor.otherwise(com.gdblab.pathAlgebra.expressions.ProjectionSpec)branch.static interfaceProjectionSpec.Visitor<R>Visitor overProjectionSpec.
-
Field Summary
Fields Modifier and Type Field Description static NameALLName of thecom.gdblab.pathAlgebra.expressions.ProjectionSpec.allfield.static NameLIMITEDName of thecom.gdblab.pathAlgebra.expressions.ProjectionSpec.limitedfield.static NameTYPE_Name of thecom.gdblab.pathAlgebra.expressions.ProjectionSpectype.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> Raccept(ProjectionSpec.Visitor<R> visitor)Dispatch tovisitor.
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of thecom.gdblab.pathAlgebra.expressions.ProjectionSpectype.
-
ALL
public static final Name ALL
Name of thecom.gdblab.pathAlgebra.expressions.ProjectionSpec.allfield.
-
LIMITED
public static final Name LIMITED
Name of thecom.gdblab.pathAlgebra.expressions.ProjectionSpec.limitedfield.
-
-
Method Detail
-
accept
public abstract <R> R accept(ProjectionSpec.Visitor<R> visitor)
Dispatch tovisitor.
-
-