Uses of Interface
org.biopax.paxtools.model.level3.EntityFeature
Packages that use EntityFeature
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 EntityFeature in org.biopax.paxtools.controller
Methods in org.biopax.paxtools.controller that return types with arguments of type EntityFeatureModifier 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) -
Uses of EntityFeature in org.biopax.paxtools.impl.level3
Classes in org.biopax.paxtools.impl.level3 that implement EntityFeatureModifier and TypeClassDescriptionclassclassclassclassclassMethods in org.biopax.paxtools.impl.level3 that return types with arguments of type EntityFeatureModifier and TypeMethodDescriptionEntityReferenceImpl.getEntityFeature()ExperimentalFormImpl.getExperimentalFeature()PhysicalEntityImpl.getFeature()EntityFeatureImpl.getMemberFeature()EntityFeatureImpl.getMemberFeatureOf()Class<? extends EntityFeature>EntityFeatureImpl.getModelInterface()PhysicalEntityImpl.getNotFeature()Methods in org.biopax.paxtools.impl.level3 with parameters of type EntityFeatureModifier and TypeMethodDescriptionvoidEntityReferenceImpl.addEntityFeature(EntityFeature entityFeature) voidExperimentalFormImpl.addExperimentalFeature(EntityFeature experimentalFeature) voidPhysicalEntityImpl.addFeature(EntityFeature feature) voidSmallMoleculeImpl.addFeature(EntityFeature feature) voidEntityFeatureImpl.addMemberFeature(EntityFeature feature) voidPhysicalEntityImpl.addNotFeature(EntityFeature feature) voidSmallMoleculeImpl.addNotFeature(EntityFeature feature) booleanEntityFeatureImpl.atEquivalentLocation(EntityFeature that) This method returns true if and only if two entity features are on the same known location on a known ER.voidEntityReferenceImpl.removeEntityFeature(EntityFeature entityFeature) voidExperimentalFormImpl.removeExperimentalFeature(EntityFeature experimentalFeature) voidPhysicalEntityImpl.removeFeature(EntityFeature feature) voidEntityFeatureImpl.removeMemberFeature(EntityFeature feature) voidPhysicalEntityImpl.removeNotFeature(EntityFeature feature) -
Uses of EntityFeature in org.biopax.paxtools.model.level3
Subinterfaces of EntityFeature in org.biopax.paxtools.model.level3Modifier and TypeInterfaceDescriptioninterfaceinterfaceDefinition: An entity feature that represent the covalently bound state of a physical entity.interfaceDefinition: An entity feature that represents the resulting physical entity subsequent to a cleavage or degradation event.interfaceDefinition: A covalently modified feature on a sequence, relevant to an interaction, such as a post-translational modification.Methods in org.biopax.paxtools.model.level3 that return types with arguments of type EntityFeatureModifier and TypeMethodDescriptionEntityReference.getEntityFeature()Variable features that are observed for the entities of this entityReference - such as known PTM or methylation sites and non-covalent bonds.ExperimentalForm.getExperimentalFeature()Contents of this set should not be modified.PhysicalEntity.getFeature()EntityFeature.getMemberFeature()An entity feature that belongs to this homology grouping.EntityFeature.getMemberFeatureOf()Reverse ofgetMemberFeature()PhysicalEntity.getNotFeature()Methods in org.biopax.paxtools.model.level3 with parameters of type EntityFeatureModifier and TypeMethodDescriptionvoidEntityReference.addEntityFeature(EntityFeature feature) Variable features that are observed for the entities of this entityReference - such as known PTM or methylation sites and non-covalent bonds.voidExperimentalForm.addExperimentalFeature(EntityFeature experimentalFeature) This method adds an experimental featurevoidPhysicalEntity.addFeature(EntityFeature feature) voidEntityFeature.addMemberFeature(EntityFeature entityFeature) An entity feature that belongs to this homology grouping.voidPhysicalEntity.addNotFeature(EntityFeature feature) booleanEntityFeature.atEquivalentLocation(EntityFeature that) voidEntityReference.removeEntityFeature(EntityFeature feature) Variable features that are observed for the entities of this entityReference - such as known PTM or methylation sites and non-covalent bonds.voidExperimentalForm.removeExperimentalFeature(EntityFeature experimentalFeature) This method removes an experimental featurevoidPhysicalEntity.removeFeature(EntityFeature feature) voidEntityFeature.removeMemberFeature(EntityFeature entityFeature) An entity feature that belongs to this homology grouping.voidPhysicalEntity.removeNotFeature(EntityFeature feature)