Uses of Interface
org.biopax.paxtools.model.level3.PhysicalEntity
Packages that use PhysicalEntity
Package
Description
This package contains various methods and algorithms for traversing and manipulating the model.
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 PhysicalEntity in org.biopax.paxtools.controller
Methods in org.biopax.paxtools.controller with parameters of type PhysicalEntityModifier and TypeMethodDescriptionstatic Set<EntityFeature>ModelUtils.findFeaturesAddedToSecond(PhysicalEntity first, PhysicalEntity second, boolean fix) static Set<EntityFeature>ModelUtils.getFeatureIntersection(PhysicalEntity first, org.biopax.paxtools.controller.ModelUtils.FeatureType firstClass, PhysicalEntity second, org.biopax.paxtools.controller.ModelUtils.FeatureType secondClass) static Set<EntityFeature>ModelUtils.getFeatureSetByType(PhysicalEntity pe, org.biopax.paxtools.controller.ModelUtils.FeatureType type) static voidModelUtils.normalizeGeneric(Model model, PhysicalEntity generic) In all interactions and complexes, replace generic physical entities (having members) with their corresponding members; clone the parent object, if needed, for each member. -
Uses of PhysicalEntity in org.biopax.paxtools.impl.level3
Classes in org.biopax.paxtools.impl.level3 that implement PhysicalEntityModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassMethods in org.biopax.paxtools.impl.level3 that return PhysicalEntityMethods in org.biopax.paxtools.impl.level3 that return types with arguments of type PhysicalEntityModifier and TypeMethodDescriptionCatalysisImpl.getCofactor()ComplexImpl.getComponent()EntityFeatureImpl.getFeatureOf()ConversionImpl.getLeft()PhysicalEntityImpl.getMemberPhysicalEntity()PhysicalEntityImpl.getMemberPhysicalEntityOf()Class<? extends PhysicalEntity>PhysicalEntityImpl.getModelInterface()Class<? extends PhysicalEntity>SmallMoleculeImpl.getModelInterface()EntityFeatureImpl.getNotFeatureOf()protected Set<PhysicalEntity>ControlImpl.getPeController()TemplateReactionImpl.getProduct()ConversionImpl.getRight()Methods in org.biopax.paxtools.impl.level3 with parameters of type PhysicalEntityModifier and TypeMethodDescriptionvoidCatalysisImpl.addCofactor(PhysicalEntity cofactor) voidComplexImpl.addComponent(PhysicalEntity component) voidConversionImpl.addLeft(PhysicalEntity left) voidPhysicalEntityImpl.addMemberPhysicalEntity(PhysicalEntity mpe) voidTemplateReactionImpl.addProduct(PhysicalEntity product) voidConversionImpl.addRight(PhysicalEntity right) protected voidComplexImpl.collectSimpleMembersRecursive(PhysicalEntity pe, Set<SimplePhysicalEntity> set) booleanPhysicalEntityImpl.hasEquivalentCellularLocation(PhysicalEntity that) booleanPhysicalEntityImpl.hasEquivalentFeatures(PhysicalEntity that) voidCatalysisImpl.removeCofactor(PhysicalEntity cofactor) voidComplexImpl.removeComponent(PhysicalEntity component) voidConversionImpl.removeLeft(PhysicalEntity left) voidPhysicalEntityImpl.removeMemberPhysicalEntity(PhysicalEntity oldMember) voidTemplateReactionImpl.removeProduct(PhysicalEntity product) voidConversionImpl.removeRight(PhysicalEntity right) voidStoichiometryImpl.setPhysicalEntity(PhysicalEntity PhysicalEntity) Method parameters in org.biopax.paxtools.impl.level3 with type arguments of type PhysicalEntityModifier and TypeMethodDescriptionprotected voidComplexImpl.setComponent(Set<PhysicalEntity> component) protected voidTemplateReactionImpl.setProduct(Set<PhysicalEntity> product) -
Uses of PhysicalEntity in org.biopax.paxtools.model.level3
Subinterfaces of PhysicalEntity 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 RNAinterfaceinterfaceinterfaceDefinition: 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 PhysicalEntityMethods in org.biopax.paxtools.model.level3 that return types with arguments of type PhysicalEntityModifier and TypeMethodDescriptionCatalysis.getCofactor()Any cofactor(s) or coenzyme(s) required for catalysis of the conversion by the enzyme.Complex.getComponent()Defines the PhysicalEntity subunits of this complex.EntityFeature.getFeatureOf()Inverse ofgetFeature()Contents of this set is generated automatically and should not be modified.Conversion.getLeft()The participants on the left side of the conversion interaction.PhysicalEntity.getMemberPhysicalEntity()Please avoid using this property in your BioPAX L3 models unless absolutely sure/required, for there is an alternative way (using PhysicalEntity/entityReference/memberEntityReference), and this will probably be deprecated in the future BioPAX releases.PhysicalEntity.getMemberPhysicalEntityOf()Class<? extends PhysicalEntity>PhysicalEntity.getModelInterface()Overridden to provide better downcastingEntityFeature.getNotFeatureOf()Inverse ofgetNotFeature()Contents of this set is generated automatically and should not be modified.TemplateReaction.getProduct()Conversion.getRight()The participants on the right side of the conversion interaction.Methods in org.biopax.paxtools.model.level3 with parameters of type PhysicalEntityModifier and TypeMethodDescriptionvoidCatalysis.addCofactor(PhysicalEntity cofactor) Any cofactor(s) or coenzyme(s) required for catalysis of the conversion by the enzyme.voidComplex.addComponent(PhysicalEntity component) Defines the PhysicalEntity subunits of this complex.voidConversion.addLeft(PhysicalEntity left) Adds a participant to the left side of the conversion interaction.voidPhysicalEntity.addMemberPhysicalEntity(PhysicalEntity memberPhysicalEntity) voidTemplateReaction.addProduct(PhysicalEntity product) voidConversion.addRight(PhysicalEntity right) Adds a participant to the right side of the conversion interaction.booleanPhysicalEntity.hasEquivalentCellularLocation(PhysicalEntity that) booleanPhysicalEntity.hasEquivalentFeatures(PhysicalEntity that) voidCatalysis.removeCofactor(PhysicalEntity cofactor) Any cofactor(s) or coenzyme(s) required for catalysis of the conversion by the enzyme.voidComplex.removeComponent(PhysicalEntity component) Defines the PhysicalEntity subunits of this complex.voidConversion.removeLeft(PhysicalEntity left) Removes a participant from the left side of the conversion interaction.voidPhysicalEntity.removeMemberPhysicalEntity(PhysicalEntity memberPhysicalEntity) voidTemplateReaction.removeProduct(PhysicalEntity product) voidConversion.removeRight(PhysicalEntity right) Removes a participant from the right side of the conversion interaction.voidStoichiometry.setPhysicalEntity(PhysicalEntity physicalEntity)