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