Interface ModelValidator

All Known Implementing Classes:
DefaultModelValidator

public interface ModelValidator
Validates the model during reading. The validator cannot assume that the whole model is read yet. The methods must be called in order, and none may be omitted. For the entities the validation methods are NOT called 1-2-3 1-2-3 1-2-3, but 1-1-1 2-2-2 3-3-3. 1) validateEntityModel() 2) validateFieldModel() 3) validateRelationModel()