@MetaInfServices(value=GraphAssociatedObjectManager.class) public class SimulationParametersManager extends BasicGraphAssociatedManager<SimulationParameterList>
Constructor and Description |
---|
SimulationParametersManager() |
Modifier and Type | Method and Description |
---|---|
SimulationParameterList |
doCreate(Graph graph)
create the associated object for a graph
|
SimulationParameterList |
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 SimulationParameterList doOpen(InputStream is, Graph graph) throws GsException
GraphAssociatedObjectManager
GsException
public void doSave(OutputStreamWriter os, Graph graph) throws GsException
GraphAssociatedObjectManager
doSave
in interface GraphAssociatedObjectManager<SimulationParameterList>
doSave
in class BasicGraphAssociatedManager<SimulationParameterList>
GsException
public SimulationParameterList doCreate(Graph graph)
GraphAssociatedObjectManager
Copyright © 2005–2020. All rights reserved.