|
Gridarta Editor
|
A GameObjectParser for regression tests. More...
Inheritance diagram for net.sf.gridarta.model.io.TestGameObjectParser:
Collaboration diagram for net.sf.gridarta.model.io.TestGameObjectParser:Public Member Functions | |
| Map< String, String > | getModifiedFields (@NotNull final TestGameObject gameObject) |
| TestGameObjectParser (@NotNull final GameObjectFactory< TestGameObject, TestMapArchObject, TestArchetype > gameObjectFactory, @NotNull final ArchetypeSet< TestGameObject, TestMapArchObject, TestArchetype > archetypeSet) | |
| Create a new instance. More... | |
Public Member Functions inherited from net.sf.gridarta.model.io.AbstractGameObjectParser< TestGameObject, TestMapArchObject, TestArchetype > | |
| void | addModifiedFields ( @NotNull final G gameObject, @NotNull final Map< String, String > fields) |
| void | collectTempList ( @NotNull final List< G > objects) |
| G | load ( @NotNull final BufferedReader reader, @Nullable final Collection< G > objects) throws IOException |
| G | load ( @NotNull final BufferedReader reader, @NotNull final String firstLine, @Nullable final Collection< G > objects) throws IOException |
| void | save ( @NotNull final Appendable appendable, @NotNull final G gameObject) throws IOException |
Additional Inherited Members | |
Protected Member Functions inherited from net.sf.gridarta.model.io.AbstractGameObjectParser< TestGameObject, TestMapArchObject, TestArchetype > | |
| AbstractGameObjectParser ( @NotNull final GameObjectFactory< G, A, R > gameObjectFactory, @NotNull final ArchetypeSet< G, A, R > archetypeSet) | |
| Create a new instance. More... | |
| boolean | parseLine ( @NotNull final String line, @NotNull final G gameObject) |
| Parse one line. More... | |
A GameObjectParser for regression tests.
Definition at line 35 of file TestGameObjectParser.java.
| net.sf.gridarta.model.io.TestGameObjectParser.TestGameObjectParser | ( | @NotNull final GameObjectFactory< TestGameObject, TestMapArchObject, TestArchetype > | gameObjectFactory, |
| @NotNull final ArchetypeSet< TestGameObject, TestMapArchObject, TestArchetype > | archetypeSet | ||
| ) |
Create a new instance.
| gameObjectFactory | the game object factory for creating new game object instances |
| archetypeSet | the archetype set for looking up archetypes |
Definition at line 43 of file TestGameObjectParser.java.
| Map<String, String> net.sf.gridarta.model.io.TestGameObjectParser.getModifiedFields | ( | @NotNull final TestGameObject | gameObject | ) |