Uses of Interface
org.biopax.paxtools.model.level3.Controller
Packages that use Controller
Package
Description
This package contains the default implementation for BioPAX Level 3.
This package contains the interfaces that maps classes defined in the BioPAX Level 3 specification.
-
Uses of Controller in org.biopax.paxtools.impl.level3
Classes in org.biopax.paxtools.impl.level3 that implement ControllerModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassMethods in org.biopax.paxtools.impl.level3 that return types with arguments of type ControllerMethods in org.biopax.paxtools.impl.level3 with parameters of type ControllerModifier and TypeMethodDescriptionvoidCatalysisImpl.addController(Controller controller) voidControlImpl.addController(Controller controller) voidControlImpl.removeController(Controller controller) -
Uses of Controller in org.biopax.paxtools.model.level3
Subinterfaces of Controller in org.biopax.paxtools.model.level3Modifier and TypeInterfaceDescriptioninterfaceDefinition: A physical entity whose structure is comprised of other physical entities bound to each other non-covalently, at least one of which is a macromolecule (e.g.interfaceDefinition: A physical entity consisting of a sequence of deoxyribonucleotide monophosphates; a deoxyribonucleic acid.interfaceDefinition: A region on a DNA molecule.interfaceTagger interface for DNA and RNAinterfaceinterfaceinterfaceinterfaceinterfaceDefinition: A region on a RNA molecule.interfaceTagger interface for macromolecules that are related to a genetic sequence: DNA, RNA, Protein.interfaceTagger interface for non-complex physical entitiesinterfaceMethods in org.biopax.paxtools.model.level3 that return types with arguments of type ControllerModifier and TypeMethodDescriptionControl.getController()The controlling entity, e.g., in a biochemical reaction, an enzyme is the controlling entity of the reaction.Methods in org.biopax.paxtools.model.level3 with parameters of type ControllerModifier and TypeMethodDescriptionvoidControl.addController(Controller controller) The controlling entity, e.g., in a biochemical reaction, an enzyme is the controlling entity of the reaction.voidControl.removeController(Controller controller) The controlling entity, e.g., in a biochemical reaction, an enzyme is the controlling entity of the reaction.