public class ArchetypeValidator
extends java.lang.Object
ArchetypeSet
instances.Constructor and Description |
---|
ArchetypeValidator(AnimationObjects animationObjects,
FaceObjects faceObjects,
ErrorView errorView)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
validate(ArchetypeSet<?,?,?> archetypeSet)
Validates an
ArchetypeSet instance. |
public ArchetypeValidator(@NotNull AnimationObjects animationObjects, @NotNull FaceObjects faceObjects, @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 ArchetypeSet<?,?,?> archetypeSet)
ArchetypeSet
instance.archetypeSet
- the archetype set instance to validate