
public class MemoryGraphFactory extends AbstractGraphFactory implements GraphFactory
| Modifier and Type | Field and Description |
|---|---|
static int |
SORTMODE_ALPHA |
static int |
SORTMODE_NONE |
static int |
SORTMODE_ORDER |
| Constructor and Description |
|---|
MemoryGraphFactory() |
| Modifier and Type | Method and Description |
|---|---|
static MemoryGraphFactory |
getInstance() |
int |
getSortmode() |
MemoryGraph |
openGraph()
Opens a graph.
|
MemoryGraph |
openGraph(String identifier)
Opens a graph.
|
void |
setSortmode(int sortmode) |
loadGraph, loadGraph, loadGraph, parseGraph, parseGraph, parseGraphclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitloadGraph, loadGraph, loadGraph, parseGraph, parseGraph, parseGraphpublic static final int SORTMODE_NONE
public static final int SORTMODE_ORDER
public static final int SORTMODE_ALPHA
public static MemoryGraphFactory getInstance()
public MemoryGraph openGraph()
GraphFactoryopenGraph in interface GraphFactoryopenGraph in class AbstractGraphFactorypublic MemoryGraph openGraph(String identifier)
GraphFactoryopenGraph in interface GraphFactoryidentifier - An optional identifier to distinguish graphs from one another.public int getSortmode()
public void setSortmode(int sortmode)
Copyright © 2017. All rights reserved.