Uses of Interface
eu.simuline.util.PathFinder.Callable
-
Packages that use PathFinder.Callable Package Description eu.simuline.util Utility classes: very inhomogeneous. -
-
Uses of PathFinder.Callable in eu.simuline.util
Fields in eu.simuline.util declared as PathFinder.Callable Modifier and Type Field Description private PathFinder.CallablePathFinder.ExecJavaFilter. callableThe instance to be executed to decide whether a given path passes the filter invokingcall(Path).Methods in eu.simuline.util with parameters of type PathFinder.Callable Modifier and Type Method Description PathFinderPathFinder. execJava(PathFinder.Callable callable)Convenience method: adds a java execution filter to this finder.static PathFinder.FilterPathFinder. execJavaFilter(PathFinder.Callable callable)Returns a filter invoking methodcall(Path)of the givencallable.Constructors in eu.simuline.util with parameters of type PathFinder.Callable Constructor Description ExecJavaFilter(PathFinder.Callable callable)Creates a java execution filter from the givenPathFinder.Callable.
-