Interface PropertySource.Visitor<R>
-
- All Known Subinterfaces:
PropertySource.PartialVisitor<R>
- Enclosing class:
- PropertySource
public static interface PropertySource.Visitor<R>Visitor overPropertySource.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rvisit(PropertySource.EdgeProperty instance)Visit thePropertySource.EdgePropertycase.Rvisit(PropertySource.NodeProperty instance)Visit thePropertySource.NodePropertycase.Rvisit(PropertySource.PathProperty instance)Visit thePropertySource.PathPropertycase.
-
-
-
Method Detail
-
visit
R visit(PropertySource.NodeProperty instance)
Visit thePropertySource.NodePropertycase.
-
visit
R visit(PropertySource.EdgeProperty instance)
Visit thePropertySource.EdgePropertycase.
-
visit
R visit(PropertySource.PathProperty instance)
Visit thePropertySource.PathPropertycase.
-
-