Gridarta Editor
net.sf.gridarta.model.archetype.TestArchetypeFactory Class Reference

An ArchetypeFactory implementation for testing purposes. More...

+ Inheritance diagram for net.sf.gridarta.model.archetype.TestArchetypeFactory:
+ Collaboration diagram for net.sf.gridarta.model.archetype.TestArchetypeFactory:

Public Member Functions

TestArchetype newUndefinedArchetype (@NotNull final String archetypeName)
 
 TestArchetypeFactory (@NotNull final FaceObjectProviders faceObjectProviders, @NotNull final AnimationObjects animationObjects)
 Creates a new instance. More...
 
- Public Member Functions inherited from net.sf.gridarta.model.archetype.ArchetypeFactory< TestGameObject, TestMapArchObject, TestArchetype >
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...
 

Detailed Description

An ArchetypeFactory implementation for testing purposes.

Author
Andreas Kirschbaum

Definition at line 32 of file TestArchetypeFactory.java.

Constructor & Destructor Documentation

◆ TestArchetypeFactory()

net.sf.gridarta.model.archetype.TestArchetypeFactory.TestArchetypeFactory ( @NotNull final FaceObjectProviders  faceObjectProviders,
@NotNull final AnimationObjects  animationObjects 
)

Creates a new instance.

Parameters
faceObjectProvidersthe face object providers instance
animationObjectsthe 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.

Member Function Documentation

◆ newUndefinedArchetype()

TestArchetype net.sf.gridarta.model.archetype.TestArchetypeFactory.newUndefinedArchetype ( @NotNull final String  archetypeName)

Member Data Documentation

◆ animationObjects

final AnimationObjects net.sf.gridarta.model.archetype.TestArchetypeFactory.animationObjects
private

◆ faceObjectProviders

final FaceObjectProviders net.sf.gridarta.model.archetype.TestArchetypeFactory.faceObjectProviders
private

The documentation for this class was generated from the following file: