Uses of Interface
org.biopax.paxtools.model.level3.EntityReference
Packages that use EntityReference
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 EntityReference in org.biopax.paxtools.controller
Methods in org.biopax.paxtools.controller with parameters of type EntityReferenceModifier and TypeMethodDescriptionstatic booleanModelUtils.checkERFeatureSet(EntityReference er, boolean fix) Finds and adds all (missing) entity features to given entity reference from all its owner simple physical entities ('feature' and 'notFeature' properties). -
Uses of EntityReference in org.biopax.paxtools.impl.level3
Classes in org.biopax.paxtools.impl.level3 that implement EntityReferenceModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassMethods in org.biopax.paxtools.impl.level3 that return EntityReferenceModifier and TypeMethodDescriptionEntityFeatureImpl.getEntityFeatureOf()SimplePhysicalEntityImpl.getEntityReference()Methods in org.biopax.paxtools.impl.level3 that return types with arguments of type EntityReferenceModifier and TypeMethodDescriptionSimplePhysicalEntityImpl.getGenericEntityReferences()EntityReferenceImpl.getMemberEntityReference()EntityReferenceImpl.getMemberEntityReferenceOf()ComplexImpl.getMemberReferences()Class<? extends EntityReference> EntityReferenceImpl.getModelInterface()Methods in org.biopax.paxtools.impl.level3 with parameters of type EntityReferenceModifier and TypeMethodDescriptionvoidEntityReferenceImpl.addMemberEntityReference(EntityReference memberEntity) voidEntityReferenceImpl.removeMemberEntityReference(EntityReference memberEntity) voidEntityFeatureImpl.setEntityFeatureOf(EntityReference entityReference) voidDnaImpl.setEntityReference(EntityReference entityReference) voidDnaRegionImpl.setEntityReference(EntityReference entityReference) voidProteinImpl.setEntityReference(EntityReference entityReference) voidRnaImpl.setEntityReference(EntityReference entityReference) voidRnaRegionImpl.setEntityReference(EntityReference entityReference) voidSimplePhysicalEntityImpl.setEntityReference(EntityReference entityReference) voidSmallMoleculeImpl.setEntityReference(EntityReference entityReference) -
Uses of EntityReference in org.biopax.paxtools.model.level3
Subinterfaces of EntityReference in org.biopax.paxtools.model.level3Modifier and TypeInterfaceDescriptioninterfaceA DNA reference is a grouping of several DNA entities that are common in sequence and genomic position.interfaceDefinition: A DNARegionReference is a grouping of several DNARegion entities that are common in sequence and genomic position.interfaceRole interface for NucleicAcidReferences, namely DNA and RNA.interfaceinterfaceDescription: A protein reference is a grouping of several protein entities that are encoded by the same genetic sequence.interfaceinterfaceA RNA region referenceinterfaceTagger interface for protein, dna and rna entitiesinterfaceMethods in org.biopax.paxtools.model.level3 that return EntityReferenceModifier and TypeMethodDescriptionEntityFeature.getEntityFeatureOf()Inverse ofgetEntityFeature()SimplePhysicalEntity.getEntityReference()Reference entity for this physical entity.Methods in org.biopax.paxtools.model.level3 that return types with arguments of type EntityReferenceModifier and TypeMethodDescriptionSimplePhysicalEntity.getGenericEntityReferences()This method returns: The entity reference of this PhysicalEntity plus If this PhysicalEntity has member PhysicalEntities their generic EntityReferences iteratively plus If the EntityReference of this PhysicalEntity has member EntityReferences their members iterativelyEntityReference.getMemberEntityReference()EntityReference.getMemberEntityReferenceOf()Reverse ofgetMemberEntityReference()Complex.getMemberReferences()Gets theEntityReferences of the member simple physical entities.Methods in org.biopax.paxtools.model.level3 with parameters of type EntityReferenceModifier and TypeMethodDescriptionvoidEntityReference.addMemberEntityReference(EntityReference entityReference) Adds the given entityReference to the member listvoidEntityReference.removeMemberEntityReference(EntityReference entityReference) Removes the given entityReference from the member listvoidSimplePhysicalEntity.setEntityReference(EntityReference entityReference) Reference entity for this physical entity.