@MetaInfServices(value=GraphAssociatedObjectManager.class) public class AvatarParametersManager extends BasicGraphAssociatedManager<AvatarParameterList>
Constructor and Description |
---|
AvatarParametersManager()
Instantiates a manager to save and load the context of simulations
|
Modifier and Type | Method and Description |
---|---|
AvatarParameterList |
doCreate(Graph graph)
create the associated object for a graph
|
AvatarParameterList |
doOpen(InputStream is,
Graph graph)
open associated object.
|
void |
doSave(OutputStreamWriter os,
Graph graph)
save the object associated with this graph.
|
getAliases, getGraphType, getObject, getObjectName, handles, needSaving
public static final String KEY
public AvatarParametersManager()
public AvatarParameterList doCreate(Graph graph)
GraphAssociatedObjectManager
public void doSave(OutputStreamWriter os, Graph graph) throws GsException
GraphAssociatedObjectManager
doSave
in interface GraphAssociatedObjectManager<AvatarParameterList>
doSave
in class BasicGraphAssociatedManager<AvatarParameterList>
GsException
public AvatarParameterList doOpen(InputStream is, Graph graph) throws GsException
GraphAssociatedObjectManager
GsException
Copyright © 2005–2020. All rights reserved.