public class AnimationValidator
extends java.lang.Object
AnimationObject
instances.Constructor and Description |
---|
AnimationValidator(FaceObjects faceObjects,
ErrorView errorView)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
validate(java.lang.Iterable<AnimationObject> animationObjects)
Validates a set of
AnimationObjects . |
public AnimationValidator(@NotNull FaceObjects faceObjects, @NotNull ErrorView errorView)
faceObjects
- the face objects instance for looking up face nameserrorView
- the error view for reporting errorspublic void validate(@NotNull java.lang.Iterable<AnimationObject> animationObjects)
AnimationObjects
.animationObjects
- the animation objects instance to validate