Package psidev.psi.mi.jami.utils
Class ComplexUtils
- java.lang.Object
-
- psidev.psi.mi.jami.utils.ComplexUtils
-
public class ComplexUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description ComplexUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Collection<ModelledParticipant>
expandComplexIntoParticipants(ModelledParticipant parentParticipant)
Expands the given complex participant.static void
maintainProteinComparableParticipantMap(Map<String,ModelledComparableParticipant> map, ModelledParticipant... modelledParticipants)
-
-
-
Method Detail
-
maintainProteinComparableParticipantMap
public static void maintainProteinComparableParticipantMap(Map<String,ModelledComparableParticipant> map, ModelledParticipant... modelledParticipants)
-
expandComplexIntoParticipants
public static Collection<ModelledParticipant> expandComplexIntoParticipants(ModelledParticipant parentParticipant)
Expands the given complex participant. Changes/expands the stoichiometry in expanded participants. Inherit the features in expanded participants. Expanded participants created are new instances.- Parameters:
parentParticipant
- aModelledParticipant
object.- Returns:
- a collection of
ModelledParticipant
objects.
-
-