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 voidCompositeModelledParticipantEnricher. setFeatureEnricher(FeatureEnricher<ModelledFeature> enricher)setFeatureEnricher.voidCompositeEntityEnricher. setModelledEntityEnricher(EntityEnricher<ModelledEntity,ModelledFeature> modelledEntityEnricher)Setter for the fieldmodelledEntityEnricher.voidCompositeModelledParticipantEnricher. 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 voidMIModelledHtmlWriter. 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 ModelledFeatureFeatureModificationEffector. 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 classDefaultModelledFeatureDefault 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 ModelledFeatureDefaultFeatureModificationEffector. 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 classMitabModelledFeatureMitab 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 ModelledFeatureFeatureUtils. createModelledFeature(String name, CvTerm featureType, Collection<Range> ranges)createModelledFeaturestatic ModelledFeatureFeatureUtils. 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 voidFeatureCloner. 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 booleanDefaultModelledFeatureComparator. areEquals(ModelledFeature feature1, ModelledFeature feature2)Use DefaultModelledFeatureComparator to know if two biological features are equals.static booleanUnambiguousModelledFeaturecomparator. areEquals(ModelledFeature feature1, ModelledFeature feature2)Use UnambiguousModelledFeaturecomparator to know if two biological features are equals.intModelledFeatureComparator. compare(ModelledFeature biologicalFeature1, ModelledFeature biologicalFeature2)It will use a AbstractFeatureBaseComparator to compare basic properties of a feature.intUnambiguousModelledFeaturecomparator. 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 voidXmlEntryContext. 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 ModelledFeatureInMemoryPsiXmlCache. getComplexFeature(int id)getComplexFeature.ModelledFeaturePsiXmlFileIndexCache. getComplexFeature(int id)getComplexFeature.ModelledFeaturePsiXmlIdCache. getComplexFeature(int id)getComplexFeature.ModelledFeatureInMemoryPsiXmlCache. registerModelledFeatureLoadedFrom(Feature f)registerModelledFeatureLoadedFrom.ModelledFeaturePsiXmlFileIndexCache. registerModelledFeatureLoadedFrom(Feature f)registerModelledFeatureLoadedFrom.ModelledFeaturePsiXmlIdCache. registerModelledFeatureLoadedFrom(Feature f)registerModelledFeatureLoadedFrom.Methods in psidev.psi.mi.jami.xml.cache with parameters of type ModelledFeature Modifier and Type Method Description voidInMemoryPsiXmlCache. registerComplexFeature(int id, ModelledFeature object)Register a complex feature with an idvoidPsiXmlFileIndexCache. registerComplexFeature(int id, ModelledFeature object)Register a complex feature with an idvoidPsiXmlIdCache. 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 voidXmlModelledFeatureWriter. 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 voidXmlModelledFeatureWriter. 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 voidXmlModelledFeatureWriter. 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 voidXmlModelledFeatureWriter. 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 classXmlFeatureEvidenceWrapperXml wrapper for feature evidences.classXmlFeatureWrapperXml wrapper for basic featuresclassXmlModelledFeatureThe xml implementation of a modelledFeatureMethods in psidev.psi.mi.jami.xml.model.extension.xml253 that return ModelledFeature Modifier and Type Method Description ModelledFeatureXmlFeatureModificationEffector. 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 booleanXmlExperimentalParticipantCandidateWrapper. addFeature(ModelledFeature feature)This method will add the feature and set the entity of the new feature to this current entitybooleanXmlParticipantCandidateWrapper. addFeature(ModelledFeature feature)This method will add the feature and set the entity of the new feature to this current entitybooleanXmlParticipantEvidenceWrapper. addFeature(ModelledFeature feature)This method will add the feature and set the entity of the new feature to this current entitybooleanXmlParticipantWrapper. addFeature(ModelledFeature feature)This method will add the feature and set the entity of the new feature to this current entitybooleanXmlExperimentalParticipantCandidateWrapper. removeFeature(ModelledFeature feature)This method will remove the feature and set the entity of the removed feature to null.booleanXmlParticipantCandidateWrapper. removeFeature(ModelledFeature feature)This method will remove the feature and set the entity of the removed feature to null.booleanXmlParticipantEvidenceWrapper. removeFeature(ModelledFeature feature)This method will remove the feature and set the entity of the removed feature to null.booleanXmlParticipantWrapper. 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 booleanXmlExperimentalParticipantCandidateWrapper. addAllFeatures(Collection<? extends ModelledFeature> features)This method will add all features and set the entity of the new features to this current entitybooleanXmlParticipantCandidateWrapper. addAllFeatures(Collection<? extends ModelledFeature> features)This method will add all features and set the entity of the new features to this current entitybooleanXmlParticipantEvidenceWrapper. addAllFeatures(Collection<? extends ModelledFeature> features)This method will add all features and set the entity of the new features to this current entitybooleanXmlParticipantWrapper. addAllFeatures(Collection<? extends ModelledFeature> features)This method will add all features and set the entity of the new features to this current entitybooleanXmlExperimentalParticipantCandidateWrapper. removeAllFeatures(Collection<? extends ModelledFeature> features)This method will remove all the features and set the entity of the removed features to null.booleanXmlParticipantCandidateWrapper. removeAllFeatures(Collection<? extends ModelledFeature> features)This method will remove all the features and set the entity of the removed features to null.booleanXmlParticipantEvidenceWrapper. removeAllFeatures(Collection<? extends ModelledFeature> features)This method will remove all the features and set the entity of the removed features to null.booleanXmlParticipantWrapper. 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 classXmlFeatureEvidenceWrapperXml wrapper for feature evidences.classXmlFeatureWrapperXml wrapper for basic featuresclassXmlModelledFeatureThe xml implementation of a modelledFeatureMethods in psidev.psi.mi.jami.xml.model.extension.xml254 that return ModelledFeature Modifier and Type Method Description ModelledFeatureXmlFeatureModificationEffector. 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 booleanXmlExperimentalParticipantCandidateWrapper. addFeature(ModelledFeature feature)This method will add the feature and set the entity of the new feature to this current entitybooleanXmlParticipantCandidateWrapper. addFeature(ModelledFeature feature)This method will add the feature and set the entity of the new feature to this current entitybooleanXmlParticipantEvidenceWrapper. addFeature(ModelledFeature feature)This method will add the feature and set the entity of the new feature to this current entitybooleanXmlParticipantWrapper. addFeature(ModelledFeature feature)This method will add the feature and set the entity of the new feature to this current entitybooleanXmlExperimentalParticipantCandidateWrapper. removeFeature(ModelledFeature feature)This method will remove the feature and set the entity of the removed feature to null.booleanXmlParticipantCandidateWrapper. removeFeature(ModelledFeature feature)This method will remove the feature and set the entity of the removed feature to null.booleanXmlParticipantEvidenceWrapper. removeFeature(ModelledFeature feature)This method will remove the feature and set the entity of the removed feature to null.booleanXmlParticipantWrapper. 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 booleanXmlExperimentalParticipantCandidateWrapper. addAllFeatures(Collection<? extends ModelledFeature> features)This method will add all features and set the entity of the new features to this current entitybooleanXmlParticipantCandidateWrapper. addAllFeatures(Collection<? extends ModelledFeature> features)This method will add all features and set the entity of the new features to this current entitybooleanXmlParticipantEvidenceWrapper. addAllFeatures(Collection<? extends ModelledFeature> features)This method will add all features and set the entity of the new features to this current entitybooleanXmlParticipantWrapper. addAllFeatures(Collection<? extends ModelledFeature> features)This method will add all features and set the entity of the new features to this current entitybooleanXmlExperimentalParticipantCandidateWrapper. removeAllFeatures(Collection<? extends ModelledFeature> features)This method will remove all the features and set the entity of the removed features to null.booleanXmlParticipantCandidateWrapper. removeAllFeatures(Collection<? extends ModelledFeature> features)This method will remove all the features and set the entity of the removed features to null.booleanXmlParticipantEvidenceWrapper. removeAllFeatures(Collection<? extends ModelledFeature> features)This method will remove all the features and set the entity of the removed features to null.booleanXmlParticipantWrapper. 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 classXmlFeatureEvidenceWrapperXml wrapper for feature evidences.classXmlFeatureWrapperXml wrapper for basic featuresclassXmlModelledFeatureThe xml implementation of a modelledFeatureMethods in psidev.psi.mi.jami.xml.model.extension.xml300 that return ModelledFeature Modifier and Type Method Description ModelledFeatureXmlFeatureModificationEffector. 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 booleanXmlExperimentalParticipantCandidateWrapper. addFeature(ModelledFeature feature)This method will add the feature and set the entity of the new feature to this current entitybooleanXmlParticipantCandidateWrapper. addFeature(ModelledFeature feature)This method will add the feature and set the entity of the new feature to this current entitybooleanXmlParticipantEvidenceWrapper. addFeature(ModelledFeature feature)This method will add the feature and set the entity of the new feature to this current entitybooleanXmlParticipantWrapper. addFeature(ModelledFeature feature)This method will add the feature and set the entity of the new feature to this current entitybooleanXmlExperimentalParticipantCandidateWrapper. removeFeature(ModelledFeature feature)This method will remove the feature and set the entity of the removed feature to null.booleanXmlParticipantCandidateWrapper. removeFeature(ModelledFeature feature)This method will remove the feature and set the entity of the removed feature to null.booleanXmlParticipantEvidenceWrapper. removeFeature(ModelledFeature feature)This method will remove the feature and set the entity of the removed feature to null.booleanXmlParticipantWrapper. 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 booleanXmlExperimentalParticipantCandidateWrapper. addAllFeatures(Collection<? extends ModelledFeature> features)This method will add all features and set the entity of the new features to this current entitybooleanXmlParticipantCandidateWrapper. addAllFeatures(Collection<? extends ModelledFeature> features)This method will add all features and set the entity of the new features to this current entitybooleanXmlParticipantEvidenceWrapper. addAllFeatures(Collection<? extends ModelledFeature> features)This method will add all features and set the entity of the new features to this current entitybooleanXmlParticipantWrapper. addAllFeatures(Collection<? extends ModelledFeature> features)This method will add all features and set the entity of the new features to this current entitybooleanXmlExperimentalParticipantCandidateWrapper. removeAllFeatures(Collection<? extends ModelledFeature> features)This method will remove all the features and set the entity of the removed features to null.booleanXmlParticipantCandidateWrapper. removeAllFeatures(Collection<? extends ModelledFeature> features)This method will remove all the features and set the entity of the removed features to null.booleanXmlParticipantEvidenceWrapper. removeAllFeatures(Collection<? extends ModelledFeature> features)This method will remove all the features and set the entity of the removed features to null.booleanXmlParticipantWrapper. 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.
-