public class PathCalculationResult extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
PathCalculationResult.Type |
Constructor and Description |
---|
PathCalculationResult(PathCalculationResult.Type type) |
PathCalculationResult(PathCalculationResult.Type type,
IPath path) |
Modifier and Type | Method and Description |
---|---|
java.util.Optional<IPath> |
getPath() |
PathCalculationResult.Type |
getType() |
public PathCalculationResult(PathCalculationResult.Type type)
public PathCalculationResult(PathCalculationResult.Type type, IPath path)
public final PathCalculationResult.Type getType()