Uses of Interface
psidev.psi.mi.jami.model.ModelledFeature
-
-
Uses of ModelledFeature in psidev.psi.mi.jami.enricher.impl
Methods in psidev.psi.mi.jami.enricher.impl that return types with arguments of type ModelledFeature Modifier and Type Method Description EntityEnricher<ModelledEntity,ModelledFeature>
CompositeEntityEnricher. getModelledEntityEnricher()
Getter for the fieldmodelledEntityEnricher
.ParticipantPoolEnricher<ModelledParticipantPool,ModelledFeature>
CompositeModelledParticipantEnricher. getPoolEntityEnricher()
Getter for the fieldpoolEntityEnricher
.Method parameters in psidev.psi.mi.jami.enricher.impl with type arguments of type ModelledFeature Modifier and Type Method Description void
CompositeModelledParticipantEnricher. setFeatureEnricher(FeatureEnricher<ModelledFeature> enricher)
setFeatureEnricher.void
CompositeEntityEnricher. setModelledEntityEnricher(EntityEnricher<ModelledEntity,ModelledFeature> modelledEntityEnricher)
Setter for the fieldmodelledEntityEnricher
.void
CompositeModelledParticipantEnricher. setPoolEntityEnricher(ParticipantPoolEnricher<ModelledParticipantPool,ModelledFeature> poolEntityEnricher)
Setter for the fieldpoolEntityEnricher
.Constructor parameters in psidev.psi.mi.jami.enricher.impl with type arguments of type ModelledFeature Constructor Description CompositeModelledParticipantEnricher(ParticipantEnricher<ModelledParticipant,ModelledFeature> entityBaseEnricher)
Constructor for CompositeModelledParticipantEnricher. -
Uses of ModelledFeature in psidev.psi.mi.jami.html
Methods in psidev.psi.mi.jami.html that return types with arguments of type ModelledFeature Modifier and Type Method Description protected AbstractMIHtmlWriter<ModelledInteraction,ModelledParticipant,ModelledFeature>
AbstractMIHtmlWriter. getComplexWriter()
Getter for the fieldcomplexWriter
.Methods in psidev.psi.mi.jami.html with parameters of type ModelledFeature Modifier and Type Method Description protected void
MIModelledHtmlWriter. writeDetectionMethods(ModelledFeature feature)
writeDetectionMethodsConstructor parameters in psidev.psi.mi.jami.html with type arguments of type ModelledFeature Constructor Description AbstractMIHtmlWriter(File file, AbstractMIHtmlWriter<ModelledInteraction,ModelledParticipant,ModelledFeature> complexWriter)
Constructor for AbstractMIHtmlWriter.AbstractMIHtmlWriter(OutputStream output, AbstractMIHtmlWriter<ModelledInteraction,ModelledParticipant,ModelledFeature> complexWriter)
Constructor for AbstractMIHtmlWriter.AbstractMIHtmlWriter(Writer writer, AbstractMIHtmlWriter<ModelledInteraction,ModelledParticipant,ModelledFeature> complexWriter)
Constructor for AbstractMIHtmlWriter.AbstractMIHtmlWriter(AbstractMIHtmlWriter<ModelledInteraction,ModelledParticipant,ModelledFeature> complexWriter)
Constructor for AbstractMIHtmlWriter. -
Uses of ModelledFeature in psidev.psi.mi.jami.model
Methods in psidev.psi.mi.jami.model that return ModelledFeature Modifier and Type Method Description ModelledFeature
FeatureModificationEffector. getFeatureModification()
Refers to the modification (feature) that elicits an allosteric response in an allosteric molecule. -
Uses of ModelledFeature in psidev.psi.mi.jami.model.impl
Classes in psidev.psi.mi.jami.model.impl that implement ModelledFeature Modifier and Type Class Description class
DefaultModelledFeature
Default implementation for ModelledFeature Notes: The equals and hashcode methods have NOT been overridden because the ModelledFeature object is a complex object.Methods in psidev.psi.mi.jami.model.impl that return ModelledFeature Modifier and Type Method Description ModelledFeature
DefaultFeatureModificationEffector. getFeatureModification()
getFeatureModificationConstructors in psidev.psi.mi.jami.model.impl with parameters of type ModelledFeature Constructor Description DefaultFeatureModificationEffector(ModelledFeature feature)
Constructor for DefaultFeatureModificationEffector. -
Uses of ModelledFeature in psidev.psi.mi.jami.tab.extension
Classes in psidev.psi.mi.jami.tab.extension that implement ModelledFeature Modifier and Type Class Description class
MitabModelledFeature
Mitab extension of ModelledFeature -
Uses of ModelledFeature in psidev.psi.mi.jami.tab.io.iterator
Constructor parameters in psidev.psi.mi.jami.tab.io.iterator with type arguments of type ModelledFeature Constructor Description MitabModelledBinaryIterator(MitabLineParser<ModelledBinaryInteraction,ModelledParticipant,ModelledFeature> lineParser)
Constructor for MitabModelledBinaryIterator.MitabModelledInteractionIterator(MitabLineParser<ModelledInteraction,ModelledParticipant,ModelledFeature> lineParser)
Constructor for MitabModelledInteractionIterator. -
Uses of ModelledFeature in psidev.psi.mi.jami.utils
Methods in psidev.psi.mi.jami.utils that return ModelledFeature Modifier and Type Method Description static ModelledFeature
FeatureUtils. createModelledFeature(String name, CvTerm featureType, Collection<Range> ranges)
createModelledFeaturestatic ModelledFeature
FeatureUtils. createModelledFeature(String name, CvTerm featureType, Range range)
createModelledFeature -
Uses of ModelledFeature in psidev.psi.mi.jami.utils.clone
Methods in psidev.psi.mi.jami.utils.clone with parameters of type ModelledFeature Modifier and Type Method Description static void
FeatureCloner. copyAndOverrideModelledFeaturesProperties(ModelledFeature source, ModelledFeature target)
This method will copy properties of modelled Feature source in modelled Feature target and will override all the other properties of modelled Target feature. -
Uses of ModelledFeature in psidev.psi.mi.jami.utils.comparator.feature
Methods in psidev.psi.mi.jami.utils.comparator.feature with parameters of type ModelledFeature Modifier and Type Method Description static boolean
DefaultModelledFeatureComparator. areEquals(ModelledFeature feature1, ModelledFeature feature2)
Use DefaultModelledFeatureComparator to know if two biological features are equals.static boolean
UnambiguousModelledFeaturecomparator. areEquals(ModelledFeature feature1, ModelledFeature feature2)
Use UnambiguousModelledFeaturecomparator to know if two biological features are equals.int
ModelledFeatureComparator. compare(ModelledFeature biologicalFeature1, ModelledFeature biologicalFeature2)
It will use a AbstractFeatureBaseComparator to compare basic properties of a feature.int
UnambiguousModelledFeaturecomparator. compare(ModelledFeature biologicalFeature1, ModelledFeature biologicalFeature2)
It will use a AbstractFeatureBaseComparator to compare basic properties of a feature. -
Uses of ModelledFeature in psidev.psi.mi.jami.utils.comparator.participant
Methods in psidev.psi.mi.jami.utils.comparator.participant that return types with arguments of type ModelledFeature Modifier and Type Method Description CollectionComparator<ModelledFeature>
ModelledEntityComparator. getFeatureCollectionComparator()
Getter for the fieldfeatureCollectionComparator
.CollectionComparator<ModelledFeature>
ModelledParticipantPoolComparator. getFeatureCollectionComparator()
Getter for the fieldfeatureCollectionComparator
.Constructor parameters in psidev.psi.mi.jami.utils.comparator.participant with type arguments of type ModelledFeature Constructor Description ModelledEntityComparator(EntityBaseComparator participantBaseComparator, CollectionComparator<ModelledFeature> featureComparator)
Creates a new ComponentComparatorModelledParticipantPoolComparator(ParticipantBaseComparator participantBaseComparator, CollectionComparator<ModelledFeature> featureComparator, CollectionComparator<ModelledEntity> entityComparator)
Creates a new ComponentComparator -
Uses of ModelledFeature in psidev.psi.mi.jami.xml
Methods in psidev.psi.mi.jami.xml with parameters of type ModelledFeature Modifier and Type Method Description void
XmlEntryContext. registerComplexFeature(int id, ModelledFeature o)
registerComplexFeature. -
Uses of ModelledFeature in psidev.psi.mi.jami.xml.cache
Methods in psidev.psi.mi.jami.xml.cache that return ModelledFeature Modifier and Type Method Description ModelledFeature
InMemoryPsiXmlCache. getComplexFeature(int id)
getComplexFeature.ModelledFeature
PsiXmlFileIndexCache. getComplexFeature(int id)
getComplexFeature.ModelledFeature
PsiXmlIdCache. getComplexFeature(int id)
getComplexFeature.ModelledFeature
InMemoryPsiXmlCache. registerModelledFeatureLoadedFrom(Feature f)
registerModelledFeatureLoadedFrom.ModelledFeature
PsiXmlFileIndexCache. registerModelledFeatureLoadedFrom(Feature f)
registerModelledFeatureLoadedFrom.ModelledFeature
PsiXmlIdCache. registerModelledFeatureLoadedFrom(Feature f)
registerModelledFeatureLoadedFrom.Methods in psidev.psi.mi.jami.xml.cache with parameters of type ModelledFeature Modifier and Type Method Description void
InMemoryPsiXmlCache. registerComplexFeature(int id, ModelledFeature object)
Register a complex feature with an idvoid
PsiXmlFileIndexCache. registerComplexFeature(int id, ModelledFeature object)
Register a complex feature with an idvoid
PsiXmlIdCache. registerComplexFeature(int id, ModelledFeature object)
Register a complex feature with an id -
Uses of ModelledFeature in psidev.psi.mi.jami.xml.io.writer.elements.impl.extended.xml25
Methods in psidev.psi.mi.jami.xml.io.writer.elements.impl.extended.xml25 with parameters of type ModelledFeature Modifier and Type Method Description protected void
XmlModelledFeatureWriter. writeOtherProperties(ModelledFeature object)
writeOtherProperties. -
Uses of ModelledFeature in psidev.psi.mi.jami.xml.io.writer.elements.impl.extended.xml30
Methods in psidev.psi.mi.jami.xml.io.writer.elements.impl.extended.xml30 with parameters of type ModelledFeature Modifier and Type Method Description protected void
XmlModelledFeatureWriter. writeOtherProperties(ModelledFeature object)
writeOtherProperties. -
Uses of ModelledFeature in psidev.psi.mi.jami.xml.io.writer.elements.impl.xml25
Methods in psidev.psi.mi.jami.xml.io.writer.elements.impl.xml25 with parameters of type ModelledFeature Modifier and Type Method Description protected void
XmlModelledFeatureWriter. writeOtherProperties(ModelledFeature object)
writeOtherProperties. -
Uses of ModelledFeature in psidev.psi.mi.jami.xml.io.writer.elements.impl.xml30
Methods in psidev.psi.mi.jami.xml.io.writer.elements.impl.xml30 with parameters of type ModelledFeature Modifier and Type Method Description protected void
XmlModelledFeatureWriter. writeOtherProperties(ModelledFeature object)
writeOtherProperties. -
Uses of ModelledFeature in psidev.psi.mi.jami.xml.model.extension.xml253
Classes in psidev.psi.mi.jami.xml.model.extension.xml253 that implement ModelledFeature Modifier and Type Class Description class
XmlFeatureEvidenceWrapper
Xml wrapper for feature evidences.class
XmlFeatureWrapper
Xml wrapper for basic featuresclass
XmlModelledFeature
The xml implementation of a modelledFeatureMethods in psidev.psi.mi.jami.xml.model.extension.xml253 that return ModelledFeature Modifier and Type Method Description ModelledFeature
XmlFeatureModificationEffector. getFeatureModification()
getFeatureModification.Methods in psidev.psi.mi.jami.xml.model.extension.xml253 that return types with arguments of type ModelledFeature Modifier and Type Method Description Collection<ModelledFeature>
XmlExperimentalParticipantCandidateWrapper. getFeatures()
Properties for this entity.Collection<ModelledFeature>
XmlParticipantCandidateWrapper. getFeatures()
Properties for this entity.Collection<ModelledFeature>
XmlParticipantEvidenceWrapper. getFeatures()
Properties for this entity.Collection<ModelledFeature>
XmlParticipantWrapper. getFeatures()
Properties for this entity.List<ModelledFeature>
XmlModelledParticipant.JAXBFeatureWrapper. getJAXBFeatures()
List<ModelledFeature>
XmlModelledParticipantCandidate.JAXBFeatureWrapper. getJAXBFeatures()
Collection<ModelledFeature>
XmlFeatureEvidenceWrapper. getLinkedFeatures()
The other features that can bind to this feature.Collection<ModelledFeature>
XmlFeatureWrapper. getLinkedFeatures()
The other features that can bind to this feature.Methods in psidev.psi.mi.jami.xml.model.extension.xml253 with parameters of type ModelledFeature Modifier and Type Method Description boolean
XmlExperimentalParticipantCandidateWrapper. addFeature(ModelledFeature feature)
This method will add the feature and set the entity of the new feature to this current entityboolean
XmlParticipantCandidateWrapper. addFeature(ModelledFeature feature)
This method will add the feature and set the entity of the new feature to this current entityboolean
XmlParticipantEvidenceWrapper. addFeature(ModelledFeature feature)
This method will add the feature and set the entity of the new feature to this current entityboolean
XmlParticipantWrapper. addFeature(ModelledFeature feature)
This method will add the feature and set the entity of the new feature to this current entityboolean
XmlExperimentalParticipantCandidateWrapper. removeFeature(ModelledFeature feature)
This method will remove the feature and set the entity of the removed feature to null.boolean
XmlParticipantCandidateWrapper. removeFeature(ModelledFeature feature)
This method will remove the feature and set the entity of the removed feature to null.boolean
XmlParticipantEvidenceWrapper. removeFeature(ModelledFeature feature)
This method will remove the feature and set the entity of the removed feature to null.boolean
XmlParticipantWrapper. removeFeature(ModelledFeature feature)
This method will remove the feature and set the entity of the removed feature to null.Method parameters in psidev.psi.mi.jami.xml.model.extension.xml253 with type arguments of type ModelledFeature Modifier and Type Method Description boolean
XmlExperimentalParticipantCandidateWrapper. addAllFeatures(Collection<? extends ModelledFeature> features)
This method will add all features and set the entity of the new features to this current entityboolean
XmlParticipantCandidateWrapper. addAllFeatures(Collection<? extends ModelledFeature> features)
This method will add all features and set the entity of the new features to this current entityboolean
XmlParticipantEvidenceWrapper. addAllFeatures(Collection<? extends ModelledFeature> features)
This method will add all features and set the entity of the new features to this current entityboolean
XmlParticipantWrapper. addAllFeatures(Collection<? extends ModelledFeature> features)
This method will add all features and set the entity of the new features to this current entityboolean
XmlExperimentalParticipantCandidateWrapper. removeAllFeatures(Collection<? extends ModelledFeature> features)
This method will remove all the features and set the entity of the removed features to null.boolean
XmlParticipantCandidateWrapper. removeAllFeatures(Collection<? extends ModelledFeature> features)
This method will remove all the features and set the entity of the removed features to null.boolean
XmlParticipantEvidenceWrapper. removeAllFeatures(Collection<? extends ModelledFeature> features)
This method will remove all the features and set the entity of the removed features to null.boolean
XmlParticipantWrapper. removeAllFeatures(Collection<? extends ModelledFeature> features)
This method will remove all the features and set the entity of the removed features to null.Constructor parameters in psidev.psi.mi.jami.xml.model.extension.xml253 with type arguments of type ModelledFeature Constructor Description JAXBFeatureWrapper(List<ModelledFeature> features)
JAXBFeatureWrapper(List<ModelledFeature> features)
XmlModelledParticipantPool(AbstractXmlParticipant<ModelledInteraction,ModelledFeature> delegate)
Constructor for XmlModelledParticipantPool. -
Uses of ModelledFeature in psidev.psi.mi.jami.xml.model.extension.xml254
Classes in psidev.psi.mi.jami.xml.model.extension.xml254 that implement ModelledFeature Modifier and Type Class Description class
XmlFeatureEvidenceWrapper
Xml wrapper for feature evidences.class
XmlFeatureWrapper
Xml wrapper for basic featuresclass
XmlModelledFeature
The xml implementation of a modelledFeatureMethods in psidev.psi.mi.jami.xml.model.extension.xml254 that return ModelledFeature Modifier and Type Method Description ModelledFeature
XmlFeatureModificationEffector. getFeatureModification()
getFeatureModification.Methods in psidev.psi.mi.jami.xml.model.extension.xml254 that return types with arguments of type ModelledFeature Modifier and Type Method Description Collection<ModelledFeature>
XmlExperimentalParticipantCandidateWrapper. getFeatures()
Properties for this entity.Collection<ModelledFeature>
XmlParticipantCandidateWrapper. getFeatures()
Properties for this entity.Collection<ModelledFeature>
XmlParticipantEvidenceWrapper. getFeatures()
Properties for this entity.Collection<ModelledFeature>
XmlParticipantWrapper. getFeatures()
Properties for this entity.List<ModelledFeature>
XmlModelledParticipant.JAXBFeatureWrapper. getJAXBFeatures()
List<ModelledFeature>
XmlModelledParticipantCandidate.JAXBFeatureWrapper. getJAXBFeatures()
Collection<ModelledFeature>
XmlFeatureEvidenceWrapper. getLinkedFeatures()
The other features that can bind to this feature.Collection<ModelledFeature>
XmlFeatureWrapper. getLinkedFeatures()
The other features that can bind to this feature.Methods in psidev.psi.mi.jami.xml.model.extension.xml254 with parameters of type ModelledFeature Modifier and Type Method Description boolean
XmlExperimentalParticipantCandidateWrapper. addFeature(ModelledFeature feature)
This method will add the feature and set the entity of the new feature to this current entityboolean
XmlParticipantCandidateWrapper. addFeature(ModelledFeature feature)
This method will add the feature and set the entity of the new feature to this current entityboolean
XmlParticipantEvidenceWrapper. addFeature(ModelledFeature feature)
This method will add the feature and set the entity of the new feature to this current entityboolean
XmlParticipantWrapper. addFeature(ModelledFeature feature)
This method will add the feature and set the entity of the new feature to this current entityboolean
XmlExperimentalParticipantCandidateWrapper. removeFeature(ModelledFeature feature)
This method will remove the feature and set the entity of the removed feature to null.boolean
XmlParticipantCandidateWrapper. removeFeature(ModelledFeature feature)
This method will remove the feature and set the entity of the removed feature to null.boolean
XmlParticipantEvidenceWrapper. removeFeature(ModelledFeature feature)
This method will remove the feature and set the entity of the removed feature to null.boolean
XmlParticipantWrapper. removeFeature(ModelledFeature feature)
This method will remove the feature and set the entity of the removed feature to null.Method parameters in psidev.psi.mi.jami.xml.model.extension.xml254 with type arguments of type ModelledFeature Modifier and Type Method Description boolean
XmlExperimentalParticipantCandidateWrapper. addAllFeatures(Collection<? extends ModelledFeature> features)
This method will add all features and set the entity of the new features to this current entityboolean
XmlParticipantCandidateWrapper. addAllFeatures(Collection<? extends ModelledFeature> features)
This method will add all features and set the entity of the new features to this current entityboolean
XmlParticipantEvidenceWrapper. addAllFeatures(Collection<? extends ModelledFeature> features)
This method will add all features and set the entity of the new features to this current entityboolean
XmlParticipantWrapper. addAllFeatures(Collection<? extends ModelledFeature> features)
This method will add all features and set the entity of the new features to this current entityboolean
XmlExperimentalParticipantCandidateWrapper. removeAllFeatures(Collection<? extends ModelledFeature> features)
This method will remove all the features and set the entity of the removed features to null.boolean
XmlParticipantCandidateWrapper. removeAllFeatures(Collection<? extends ModelledFeature> features)
This method will remove all the features and set the entity of the removed features to null.boolean
XmlParticipantEvidenceWrapper. removeAllFeatures(Collection<? extends ModelledFeature> features)
This method will remove all the features and set the entity of the removed features to null.boolean
XmlParticipantWrapper. removeAllFeatures(Collection<? extends ModelledFeature> features)
This method will remove all the features and set the entity of the removed features to null.Constructor parameters in psidev.psi.mi.jami.xml.model.extension.xml254 with type arguments of type ModelledFeature Constructor Description JAXBFeatureWrapper(List<ModelledFeature> features)
JAXBFeatureWrapper(List<ModelledFeature> features)
XmlModelledParticipantPool(AbstractXmlParticipant<ModelledInteraction,ModelledFeature> delegate)
Constructor for XmlModelledParticipantPool. -
Uses of ModelledFeature in psidev.psi.mi.jami.xml.model.extension.xml300
Classes in psidev.psi.mi.jami.xml.model.extension.xml300 that implement ModelledFeature Modifier and Type Class Description class
XmlFeatureEvidenceWrapper
Xml wrapper for feature evidences.class
XmlFeatureWrapper
Xml wrapper for basic featuresclass
XmlModelledFeature
The xml implementation of a modelledFeatureMethods in psidev.psi.mi.jami.xml.model.extension.xml300 that return ModelledFeature Modifier and Type Method Description ModelledFeature
XmlFeatureModificationEffector. getFeatureModification()
getFeatureModification.Methods in psidev.psi.mi.jami.xml.model.extension.xml300 that return types with arguments of type ModelledFeature Modifier and Type Method Description Collection<ModelledFeature>
XmlExperimentalParticipantCandidateWrapper. getFeatures()
Properties for this entity.Collection<ModelledFeature>
XmlParticipantCandidateWrapper. getFeatures()
Properties for this entity.Collection<ModelledFeature>
XmlParticipantEvidenceWrapper. getFeatures()
Properties for this entity.Collection<ModelledFeature>
XmlParticipantWrapper. getFeatures()
Properties for this entity.List<ModelledFeature>
XmlModelledParticipant.JAXBFeatureWrapper. getJAXBFeatures()
List<ModelledFeature>
XmlModelledParticipantCandidate.JAXBFeatureWrapper. getJAXBFeatures()
Collection<ModelledFeature>
BindingFeatures. getLinkedFeatures()
Getter for the fieldlinkedFeatures
.Collection<ModelledFeature>
XmlFeatureEvidenceWrapper. getLinkedFeatures()
The other features that can bind to this feature.Collection<ModelledFeature>
XmlFeatureWrapper. getLinkedFeatures()
The other features that can bind to this feature.Methods in psidev.psi.mi.jami.xml.model.extension.xml300 with parameters of type ModelledFeature Modifier and Type Method Description boolean
XmlExperimentalParticipantCandidateWrapper. addFeature(ModelledFeature feature)
This method will add the feature and set the entity of the new feature to this current entityboolean
XmlParticipantCandidateWrapper. addFeature(ModelledFeature feature)
This method will add the feature and set the entity of the new feature to this current entityboolean
XmlParticipantEvidenceWrapper. addFeature(ModelledFeature feature)
This method will add the feature and set the entity of the new feature to this current entityboolean
XmlParticipantWrapper. addFeature(ModelledFeature feature)
This method will add the feature and set the entity of the new feature to this current entityboolean
XmlExperimentalParticipantCandidateWrapper. removeFeature(ModelledFeature feature)
This method will remove the feature and set the entity of the removed feature to null.boolean
XmlParticipantCandidateWrapper. removeFeature(ModelledFeature feature)
This method will remove the feature and set the entity of the removed feature to null.boolean
XmlParticipantEvidenceWrapper. removeFeature(ModelledFeature feature)
This method will remove the feature and set the entity of the removed feature to null.boolean
XmlParticipantWrapper. removeFeature(ModelledFeature feature)
This method will remove the feature and set the entity of the removed feature to null.Method parameters in psidev.psi.mi.jami.xml.model.extension.xml300 with type arguments of type ModelledFeature Modifier and Type Method Description boolean
XmlExperimentalParticipantCandidateWrapper. addAllFeatures(Collection<? extends ModelledFeature> features)
This method will add all features and set the entity of the new features to this current entityboolean
XmlParticipantCandidateWrapper. addAllFeatures(Collection<? extends ModelledFeature> features)
This method will add all features and set the entity of the new features to this current entityboolean
XmlParticipantEvidenceWrapper. addAllFeatures(Collection<? extends ModelledFeature> features)
This method will add all features and set the entity of the new features to this current entityboolean
XmlParticipantWrapper. addAllFeatures(Collection<? extends ModelledFeature> features)
This method will add all features and set the entity of the new features to this current entityboolean
XmlExperimentalParticipantCandidateWrapper. removeAllFeatures(Collection<? extends ModelledFeature> features)
This method will remove all the features and set the entity of the removed features to null.boolean
XmlParticipantCandidateWrapper. removeAllFeatures(Collection<? extends ModelledFeature> features)
This method will remove all the features and set the entity of the removed features to null.boolean
XmlParticipantEvidenceWrapper. removeAllFeatures(Collection<? extends ModelledFeature> features)
This method will remove all the features and set the entity of the removed features to null.boolean
XmlParticipantWrapper. removeAllFeatures(Collection<? extends ModelledFeature> features)
This method will remove all the features and set the entity of the removed features to null.Constructor parameters in psidev.psi.mi.jami.xml.model.extension.xml300 with type arguments of type ModelledFeature Constructor Description JAXBFeatureWrapper(List<ModelledFeature> features)
JAXBFeatureWrapper(List<ModelledFeature> features)
XmlModelledParticipantPool(AbstractXmlParticipant<ModelledInteraction,ModelledFeature> delegate)
Constructor for XmlModelledParticipantPool.
-