org.biopax.paxtools.impl.level2
Class Level2FactoryImpl

java.lang.Object
  extended by org.biopax.paxtools.model.BioPAXFactory
      extended by org.biopax.paxtools.impl.BioPAXFactoryAdaptor
          extended by org.biopax.paxtools.impl.level2.Level2FactoryImpl

public class Level2FactoryImpl
extends BioPAXFactoryAdaptor


Constructor Summary
Level2FactoryImpl()
           
 
Method Summary
protected
<T extends BioPAXElement>
T
createInstance(java.lang.Class<T> aClass, java.lang.String id)
           
 BioPAXLevel getLevel()
           
 
Methods inherited from class org.biopax.paxtools.impl.BioPAXFactoryAdaptor
canInstantiate, createModel, getImplClass, mapClassName, setId
 
Methods inherited from class org.biopax.paxtools.model.BioPAXFactory
create, create
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Level2FactoryImpl

public Level2FactoryImpl()
Method Detail

createInstance

protected <T extends BioPAXElement> T createInstance(java.lang.Class<T> aClass,
                                                     java.lang.String id)
                                          throws java.lang.ClassNotFoundException,
                                                 java.lang.InstantiationException,
                                                 java.lang.IllegalAccessException
Specified by:
createInstance in class BioPAXFactory
Throws:
java.lang.ClassNotFoundException
java.lang.InstantiationException
java.lang.IllegalAccessException

getLevel

public BioPAXLevel getLevel()
Specified by:
getLevel in class BioPAXFactory


Copyright © 2011 BioPAX. All Rights Reserved.