Package com.gdblab.pathAlgebra.syntax
Class RestrictorExt
- java.lang.Object
-
- com.gdblab.pathAlgebra.syntax.RestrictorExt
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<RestrictorExt>
- Direct Known Subclasses:
RestrictorExt.Acyclic,RestrictorExt.Shortest,RestrictorExt.Simple,RestrictorExt.Trail,RestrictorExt.Walk
public abstract class RestrictorExt extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<RestrictorExt>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRestrictorExt.Acyclicstatic interfaceRestrictorExt.PartialVisitor<R>Partial visitor overRestrictorExtwith a defaultRestrictorExt.PartialVisitor.otherwise(com.gdblab.pathAlgebra.syntax.RestrictorExt)branch.static classRestrictorExt.Shorteststatic classRestrictorExt.Simplestatic classRestrictorExt.Trailstatic interfaceRestrictorExt.Visitor<R>Visitor overRestrictorExt.static classRestrictorExt.Walk
-
Field Summary
Fields Modifier and Type Field Description static NameACYCLICName of thecom.gdblab.pathAlgebra.syntax.RestrictorExt.acyclicfield.static NameSHORTESTName of thecom.gdblab.pathAlgebra.syntax.RestrictorExt.shortestfield.static NameSIMPLEName of thecom.gdblab.pathAlgebra.syntax.RestrictorExt.simplefield.static NameTRAILName of thecom.gdblab.pathAlgebra.syntax.RestrictorExt.trailfield.static NameTYPE_Name of thecom.gdblab.pathAlgebra.syntax.RestrictorExttype.static NameWALKName of thecom.gdblab.pathAlgebra.syntax.RestrictorExt.walkfield.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> Raccept(RestrictorExt.Visitor<R> visitor)Dispatch tovisitor.
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of thecom.gdblab.pathAlgebra.syntax.RestrictorExttype.
-
WALK
public static final Name WALK
Name of thecom.gdblab.pathAlgebra.syntax.RestrictorExt.walkfield.
-
TRAIL
public static final Name TRAIL
Name of thecom.gdblab.pathAlgebra.syntax.RestrictorExt.trailfield.
-
SIMPLE
public static final Name SIMPLE
Name of thecom.gdblab.pathAlgebra.syntax.RestrictorExt.simplefield.
-
ACYCLIC
public static final Name ACYCLIC
Name of thecom.gdblab.pathAlgebra.syntax.RestrictorExt.acyclicfield.
-
SHORTEST
public static final Name SHORTEST
Name of thecom.gdblab.pathAlgebra.syntax.RestrictorExt.shortestfield.
-
-
Method Detail
-
accept
public abstract <R> R accept(RestrictorExt.Visitor<R> visitor)
Dispatch tovisitor.
-
-