|
Cytoscape 2.4.1 (c) 2006,2007 ISB, MSKCC, UCSD | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcytoscape.data.ontology.DBReference
public class DBReference
Represents an entry in the database cross reference.
| Constructor Summary | |
|---|---|
DBReference(String abbreviation,
String name,
String genericUrl)
|
|
DBReference(String abbreviation,
String name,
String urlSyntax,
String genericUrl,
String object)
|
|
| Method Summary | |
|---|---|
String |
getAbbreviation()
|
String |
getFullName()
|
URL |
getGenericURL()
|
String |
getObject()
|
URL |
getQueryURL(String entry)
|
List<String> |
getSynonyms()
|
void |
setSynonym(List<String> synonym)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DBReference(String abbreviation,
String name,
String genericUrl)
public DBReference(String abbreviation,
String name,
String urlSyntax,
String genericUrl,
String object)
| Method Detail |
|---|
public String getAbbreviation()
public String getFullName()
public URL getGenericURL()
throws MalformedURLException
MalformedURLExceptionpublic String getObject()
public List<String> getSynonyms()
public URL getQueryURL(String entry)
throws MalformedURLException
MalformedURLExceptionpublic void setSynonym(List<String> synonym)
|
www.cytoscape.org | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||