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