Cytoscape 2.8.0-alpha1 (c) 2006,2007 ISB, MSKCC, UCSD

cytoscape.visual.mappings
Class MappingManagerImpl

java.lang.Object
  extended by cytoscape.visual.mappings.MappingManagerImpl
All Implemented Interfaces:
MappingManager

public class MappingManagerImpl
extends Object
implements MappingManager


Constructor Summary
MappingManagerImpl()
           
 
Method Summary
 ObjectMapping createMapping(byte objectType, Object defObject)
           
 void register(Class<? extends ObjectMapping> type)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MappingManagerImpl

public MappingManagerImpl()
Method Detail

createMapping

public ObjectMapping createMapping(byte objectType,
                                   Object defObject)
Specified by:
createMapping in interface MappingManager

register

public void register(Class<? extends ObjectMapping> type)
Specified by:
register in interface MappingManager

www.cytoscape.org