public class GMLTraversabilityValidator extends java.lang.Object implements MapValidator<GMLMap>
| Constructor and Description |
|---|
GMLTraversabilityValidator() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ValidationError> |
validate(GMLMap map)
Check if the given map is valid.
|
public java.util.Collection<ValidationError> validate(GMLMap map)
MapValidatorvalidate in interface MapValidator<GMLMap>map - Map that should be checked.