|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compomics.util.experiment.identification.AdvocateFactory
public class AdvocateFactory
This factory will provide adapted advocates when requested. Created by IntelliJ IDEA. User: Marc Date: Jun 25, 2010 Time: 5:39:12 PM
Method Summary | |
---|---|
Advocate |
getAdvocate(int index)
Returns an advocate of the specified index |
int |
getAdvocate(java.lang.String aName)
returns the index of an advocate base on its name |
static AdvocateFactory |
getInstance()
A static method to retrieve the factory instance |
java.util.ArrayList<Advocate> |
getPossibilities()
returns all implemented advocates |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static AdvocateFactory getInstance()
public Advocate getAdvocate(int index)
index
- an advocate index
public java.util.ArrayList<Advocate> getPossibilities()
public int getAdvocate(java.lang.String aName)
aName
- the name of an advocate
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |