Uses of Interface
org.biopax.paxtools.model.level3.SimplePhysicalEntity
Packages that use SimplePhysicalEntity
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 SimplePhysicalEntity in org.biopax.paxtools.controller
Methods in org.biopax.paxtools.controller with parameters of type SimplePhysicalEntityModifier and TypeMethodDescriptionstatic voidModelUtils.addMissingEntityReference(Model model, SimplePhysicalEntity pe) For a non-generic simple physical entity (memberPhysicalEntity property is empty) that does not have entityReference property defined, this method generates and adds a new entity reference of proper type to both this entity and the model, and also copies names and xrefs from the source physical entity to the generated entity reference (UnificationXrefs are converted to RelationshipXref and then also deleted from the original entity.) -
Uses of SimplePhysicalEntity in org.biopax.paxtools.impl.level3
Classes in org.biopax.paxtools.impl.level3 that implement SimplePhysicalEntityModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassMethods in org.biopax.paxtools.impl.level3 that return types with arguments of type SimplePhysicalEntityModifier and TypeMethodDescriptionEntityReferenceImpl.getEntityReferenceOf()ComplexImpl.getSimpleMembers()protected Set<SimplePhysicalEntity> ComplexImpl.getSimpleMembers(Set<SimplePhysicalEntity> set) Method parameters in org.biopax.paxtools.impl.level3 with type arguments of type SimplePhysicalEntityModifier and TypeMethodDescriptionprotected voidComplexImpl.collectSimpleMembersRecursive(PhysicalEntity pe, Set<SimplePhysicalEntity> set) protected Set<SimplePhysicalEntity> ComplexImpl.getSimpleMembers(Set<SimplePhysicalEntity> set) -
Uses of SimplePhysicalEntity in org.biopax.paxtools.model.level3
Subinterfaces of SimplePhysicalEntity in org.biopax.paxtools.model.level3Modifier and TypeInterfaceDescriptioninterfaceDefinition: 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.interfaceMethods in org.biopax.paxtools.model.level3 that return types with arguments of type SimplePhysicalEntityModifier and TypeMethodDescriptionEntityReference.getEntityReferenceOf()Inverse ofgetEntityReference()Complex.getSimpleMembers()Gets the member physical entities which are not complex.