Cytoscape 2.6.2 (c) 2006,2007 ISB, MSKCC, UCSD

cytoscape.data.attr.util
Class MultiHashMapFactory

java.lang.Object
  extended by 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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.


www.cytoscape.org