Package openGql.grammar
Interface ShortestPathSearch.Visitor<R>
-
- All Known Subinterfaces:
ShortestPathSearch.PartialVisitor<R>
- Enclosing class:
- ShortestPathSearch
public static interface ShortestPathSearch.Visitor<R>Visitor overShortestPathSearch.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rvisit(ShortestPathSearch.AllShortest instance)Visit theShortestPathSearch.AllShortestcase.Rvisit(ShortestPathSearch.AnyShortest instance)Visit theShortestPathSearch.AnyShortestcase.Rvisit(ShortestPathSearch.CountedShortest instance)Visit theShortestPathSearch.CountedShortestcase.Rvisit(ShortestPathSearch.CountedShortestGroup instance)Visit theShortestPathSearch.CountedShortestGroupcase.
-
-
-
Method Detail
-
visit
R visit(ShortestPathSearch.AllShortest instance)
Visit theShortestPathSearch.AllShortestcase.
-
visit
R visit(ShortestPathSearch.AnyShortest instance)
Visit theShortestPathSearch.AnyShortestcase.
-
visit
R visit(ShortestPathSearch.CountedShortest instance)
Visit theShortestPathSearch.CountedShortestcase.
-
visit
R visit(ShortestPathSearch.CountedShortestGroup instance)
Visit theShortestPathSearch.CountedShortestGroupcase.
-
-