cytoscape.data.attr.util
Class MultiHashMapFactory
java.lang.Object
cytoscape.data.attr.util.MultiHashMapFactory
public final class MultiHashMapFactory
- extends Object
This class provides access to implementations of MultiHashMap and
MultiHashMapDefinition.
Method Summary |
static Object |
instantiateDataModel()
The return object implements both
cytoscape.data.attr.MultiHashMapDefinition
and cytoscape.data.attr.MultiHashMap. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instantiateDataModel
public static final Object instantiateDataModel()
- The return object implements both
cytoscape.data.attr.MultiHashMapDefinition
and cytoscape.data.attr.MultiHashMap.
You will need to cast the return value to one of these to access the
corresponding functionality.
Copyright 2010 Cytoscape Consortium. All rights reserved.