Uses of Enum Class
org.biopax.paxtools.model.BioPAXLevel
Packages that use BioPAXLevel
Package
Description
This package contains various methods and algorithms for traversing and manipulating the model.
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 BioPAXLevel in org.biopax.paxtools.controller
Fields in org.biopax.paxtools.controller declared as BioPAXLevelMethods in org.biopax.paxtools.controller that return BioPAXLevelModifier and TypeMethodDescriptionEditorMap.getLevel()Returns the BioPAX level for which editor map is created.EditorMapImpl.getLevel()SimpleEditorMap.getLevel()Methods in org.biopax.paxtools.controller with parameters of type BioPAXLevelModifier and TypeMethodDescriptionstatic EditorMapSimpleEditorMap.buildCustomEditorMap(BioPAXLevel level, InputStream stream) static SimpleEditorMapSimpleEditorMap.get(BioPAXLevel level) To obtain a copy of the editor map for the corresponding level, use theConstructors in org.biopax.paxtools.controller with parameters of type BioPAXLevelModifierConstructorDescriptionEditorMapImpl(BioPAXLevel level) PathAccessor(String path, BioPAXLevel level) Constructor for defining the access path via a XPath like string.PathAccessor(List<PropertyAccessor<? extends BioPAXElement, ?>> objectAccessors, BioPAXLevel level) Constructor for defining the access path with a list of accessors.ShallowCopy(BioPAXLevel level) BioPAXLevel based constructor -
Uses of BioPAXLevel in org.biopax.paxtools.impl
Methods in org.biopax.paxtools.impl that return BioPAXLevelConstructors in org.biopax.paxtools.impl with parameters of type BioPAXLevelModifierConstructorDescriptionMockFactory(BioPAXLevel level) protectedModelImpl(BioPAXLevel level) -
Uses of BioPAXLevel in org.biopax.paxtools.io
Fields in org.biopax.paxtools.io declared as BioPAXLevelMethods in org.biopax.paxtools.io that return BioPAXLevelMethods in org.biopax.paxtools.io with parameters of type BioPAXLevelModifier and TypeMethodDescriptionprotected final voidBioPAXIOHandlerAdapter.resetLevel(BioPAXLevel level, BioPAXFactory factory) Updates the level and factory for this I/O (final - because used in the constructor)Constructors in org.biopax.paxtools.io with parameters of type BioPAXLevelModifierConstructorDescriptionBioPAXIOHandlerAdapter(BioPAXFactory factory, BioPAXLevel level) SimpleIOHandler(BioPAXFactory factory, BioPAXLevel level) Full constructorSimpleIOHandler(BioPAXLevel level) Basic constructor, defaults to level.defaultFactory -
Uses of BioPAXLevel in org.biopax.paxtools.model
Methods in org.biopax.paxtools.model that return BioPAXLevelModifier and TypeMethodDescriptionabstract BioPAXLevelBioPAXFactory.getLevel()Gets the level.Model.getLevel()This method returns the level of the objects that are contained within this model.static BioPAXLevelBioPAXLevel.getLevelFromNameSpace(String namespace) static BioPAXLevelReturns the enum constant of this class with the specified name.static BioPAXLevel[]BioPAXLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.