![]() |
Gridarta Editor
|
An ArchetypeFactory implementation for testing purposes. More...
Public Member Functions | |
TestArchetype | newUndefinedArchetype (@NotNull final String archetypeName) |
TestArchetypeFactory (@NotNull final FaceObjectProviders faceObjectProviders, @NotNull final AnimationObjects animationObjects) | |
Creates a new instance. More... | |
![]() | |
R | newUndefinedArchetype ( @NotNull String archetypeName) |
Creates a new undefined archetype instance. More... | |
Private Attributes | |
final AnimationObjects | animationObjects |
The AnimationObjects instance. More... | |
final FaceObjectProviders | faceObjectProviders |
The FaceObjectProviders instance. More... | |
An ArchetypeFactory implementation for testing purposes.
Definition at line 32 of file TestArchetypeFactory.java.
net.sf.gridarta.model.archetype.TestArchetypeFactory.TestArchetypeFactory | ( | @NotNull final FaceObjectProviders | faceObjectProviders, |
@NotNull final AnimationObjects | animationObjects | ||
) |
Creates a new instance.
faceObjectProviders | the face object providers instance |
animationObjects | the animation objects instance |
Definition at line 51 of file TestArchetypeFactory.java.
References net.sf.gridarta.model.archetype.TestArchetypeFactory.animationObjects, and net.sf.gridarta.model.archetype.TestArchetypeFactory.faceObjectProviders.
TestArchetype net.sf.gridarta.model.archetype.TestArchetypeFactory.newUndefinedArchetype | ( | @NotNull final String | archetypeName | ) |
Definition at line 58 of file TestArchetypeFactory.java.
References net.sf.gridarta.model.archetype.TestArchetypeFactory.animationObjects, and net.sf.gridarta.model.archetype.TestArchetypeFactory.faceObjectProviders.
|
private |
The AnimationObjects instance.
Definition at line 44 of file TestArchetypeFactory.java.
Referenced by net.sf.gridarta.model.archetype.TestArchetypeFactory.newUndefinedArchetype(), and net.sf.gridarta.model.archetype.TestArchetypeFactory.TestArchetypeFactory().
|
private |
The FaceObjectProviders instance.
Definition at line 38 of file TestArchetypeFactory.java.
Referenced by net.sf.gridarta.model.archetype.TestArchetypeFactory.newUndefinedArchetype(), and net.sf.gridarta.model.archetype.TestArchetypeFactory.TestArchetypeFactory().