org.biopax.paxtools.impl.level3
Class Level3FactoryImpl

java.lang.Object
  extended by org.biopax.paxtools.model.BioPAXFactory
      extended by org.biopax.paxtools.impl.BioPAXFactoryAdaptor
          extended by org.biopax.paxtools.impl.level3.Level3FactoryImpl

public class Level3FactoryImpl
extends BioPAXFactoryAdaptor


Constructor Summary
Level3FactoryImpl()
           
 
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

Level3FactoryImpl

public Level3FactoryImpl()
Method Detail

getLevel

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

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


Copyright © 2011 BioPAX. All Rights Reserved.