Uses of Class
org.biopax.paxtools.model.BioPAXFactory
Packages that use BioPAXFactory
Package
Description
This package contains various methods and algorithms for traversing and manipulating the model.
This package contains a tools for upgrading BioPAX L1 and L2 to L3.
This package contains the default BioPAX Model implementations.
This package contains classes that handle IO operations including reading and writing BioPAX from files and streams..
This package contains the interfaces that maps to the OWL classes defined in the BioPAX specification.
-
Uses of BioPAXFactory in org.biopax.paxtools.controller
Constructors in org.biopax.paxtools.controller with parameters of type BioPAXFactory -
Uses of BioPAXFactory in org.biopax.paxtools.converter
Constructors in org.biopax.paxtools.converter with parameters of type BioPAXFactory -
Uses of BioPAXFactory in org.biopax.paxtools.impl
Subclasses of BioPAXFactory in org.biopax.paxtools.implModifier and TypeClassDescriptionclassThis factory returns decorated objects for testing.Methods in org.biopax.paxtools.impl with parameters of type BioPAXFactoryConstructors in org.biopax.paxtools.impl with parameters of type BioPAXFactory -
Uses of BioPAXFactory in org.biopax.paxtools.io
Fields in org.biopax.paxtools.io declared as BioPAXFactoryMethods in org.biopax.paxtools.io that return BioPAXFactoryModifier and TypeMethodDescriptionBioPAXIOHandler.getFactory()BioPAXIOHandlerAdapter.getFactory()Methods in org.biopax.paxtools.io with parameters of type BioPAXFactoryModifier and TypeMethodDescriptionprotected final voidBioPAXIOHandlerAdapter.resetLevel(BioPAXLevel level, BioPAXFactory factory) Updates the level and factory for this I/O (final - because used in the constructor)voidBioPAXIOHandler.setFactory(BioPAXFactory factory) voidBioPAXIOHandlerAdapter.setFactory(BioPAXFactory factory) Constructors in org.biopax.paxtools.io with parameters of type BioPAXFactoryModifierConstructorDescriptionBioPAXIOHandlerAdapter(BioPAXFactory factory, BioPAXLevel level) SimpleIOHandler(BioPAXFactory factory, BioPAXLevel level) Full constructor -
Uses of BioPAXFactory in org.biopax.paxtools.model
Methods in org.biopax.paxtools.model that return BioPAXFactoryModifier and TypeMethodDescriptionBioPAXLevel.getDefaultFactory()This method returns the default factory for this levelMethods in org.biopax.paxtools.model with parameters of type BioPAXFactoryModifier and TypeMethodDescriptionvoidModel.setFactory(BioPAXFactory factory) This method sets the factory this model will use for creating BioPAX objects.