Uses of Class
com.compomics.util.pride.prideobjects.Contact
Package | Description |
---|---|
com.compomics.util.pride.prideobjects |
Objects related to mapping experiment annotation to PRIDE.
|
-
Uses of Contact in com.compomics.util.pride.prideobjects
Methods in com.compomics.util.pride.prideobjects that return types with arguments of type Contact Modifier and Type Method Description ArrayList<Contact>
ContactGroup. getContacts()
Returns the contacts.Method parameters in com.compomics.util.pride.prideobjects with type arguments of type Contact Modifier and Type Method Description void
ContactGroup. setContacts(ArrayList<Contact> contacts)
Set the contacts.Constructor parameters in com.compomics.util.pride.prideobjects with type arguments of type Contact Constructor Description ContactGroup(ArrayList<Contact> contacts, String groupName)
Create a new ContactGroup object.