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