Class ExportService.FeatureHolder
- java.lang.Object
-
- org.intermine.webservice.server.complexes.ExportService.FeatureHolder
-
- Enclosing class:
- ExportService
protected class ExportService.FeatureHolder extends java.lang.Objecthold the feature / linked feature relationships here
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.Map<java.lang.String,psidev.psi.mi.jami.model.impl.DefaultModelledFeature>binderToFeaturesprotected psidev.psi.mi.jami.model.impl.DefaultModelledParticipantparticipantprotected java.lang.StringprimaryIdentifier
-
Constructor Summary
Constructors Modifier Constructor Description protectedFeatureHolder(java.lang.String primaryIdentifier, psidev.psi.mi.jami.model.impl.DefaultModelledParticipant participant)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddLinkedFeature(java.lang.String identifier, psidev.psi.mi.jami.model.impl.DefaultModelledFeature linkedFeature)protected psidev.psi.mi.jami.model.impl.DefaultModelledFeaturegetLinkedFeature(java.lang.String identifier)protected psidev.psi.mi.jami.model.impl.DefaultModelledParticipantgetParticipant()
-
-
-
Method Detail
-
addLinkedFeature
protected void addLinkedFeature(java.lang.String identifier, psidev.psi.mi.jami.model.impl.DefaultModelledFeature linkedFeature)- Parameters:
identifier- primary identifier for the protein that resident protein is interacting withlinkedFeature- feature object created for this relationship
-
getLinkedFeature
protected psidev.psi.mi.jami.model.impl.DefaultModelledFeature getLinkedFeature(java.lang.String identifier)
- Parameters:
identifier- primary identifier for other protein in this interaction- Returns:
- the feature associated with this binding protein
-
getParticipant
protected psidev.psi.mi.jami.model.impl.DefaultModelledParticipant getParticipant()
- Returns:
- participant for this feature
-
-