|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.rmi.server.RemoteObject java.rmi.server.RemoteServer java.rmi.server.UnicastRemoteObject cytoscape.data.servers.BioDataServerRmi
public class BioDataServerRmi
This is the actual class which implements BioDataServer Methods.
Field Summary | |
---|---|
protected HashMap |
annotations
|
protected Date |
lastAccessTime
|
protected Date |
startTime
|
protected HashMap |
thesauri
|
Fields inherited from class java.rmi.server.RemoteObject |
---|
ref |
Constructor Summary | |
---|---|
BioDataServerRmi()
Creates a new BioDataServerRmi object. |
Method Summary | |
---|---|
void |
addAnnotation(Annotation newAnnotation)
if the new annotation is to an already annotated species, curator and type, then simply add (with possible overwriting for identical |
void |
addThesaurus(String species,
Thesaurus thesaurus)
DOCUMENT ME! |
void |
clear()
DOCUMENT ME! |
String |
describe()
DOCUMENT ME! |
String[][] |
getAllAnnotations(AnnotationDescription description,
String entity)
DOCUMENT ME! |
String[] |
getAllCommonNames(String species,
String commonName)
DOCUMENT ME! |
Annotation |
getAnnotation(AnnotationDescription description)
DOCUMENT ME! |
Annotation |
getAnnotation(String species,
String curator,
String type)
DOCUMENT ME! |
int |
getAnnotationCount()
DOCUMENT ME! |
AnnotationDescription[] |
getAnnotationDescriptions()
DOCUMENT ME! |
String |
getCanonicalName(String species,
String commonName)
DOCUMENT ME! |
int[] |
getClassifications(AnnotationDescription description,
String entity)
DOCUMENT ME! |
int[] |
getClassifications(String species,
String curator,
String type,
String entity)
DOCUMENT ME! |
String |
getCommonName(String species,
String canonicalName)
DOCUMENT ME! |
static void |
main(String[] args)
DOCUMENT ME! |
Methods inherited from class java.rmi.server.UnicastRemoteObject |
---|
clone, exportObject, exportObject, exportObject, unexportObject |
Methods inherited from class java.rmi.server.RemoteServer |
---|
getClientHost, getLog, setLog |
Methods inherited from class java.rmi.server.RemoteObject |
---|
equals, getRef, hashCode, toString, toStub |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected HashMap annotations
protected HashMap thesauri
protected Date startTime
protected Date lastAccessTime
Constructor Detail |
---|
public BioDataServerRmi() throws RemoteException
RemoteException
- DOCUMENT ME!Method Detail |
---|
public void addAnnotation(Annotation newAnnotation)
addAnnotation
in interface BioDataServerInterface
newAnnotation
- DOCUMENT ME!public void clear()
clear
in interface BioDataServerInterface
public int getAnnotationCount()
getAnnotationCount
in interface BioDataServerInterface
public AnnotationDescription[] getAnnotationDescriptions()
getAnnotationDescriptions
in interface BioDataServerInterface
public Annotation getAnnotation(String species, String curator, String type)
getAnnotation
in interface BioDataServerInterface
species
- DOCUMENT ME!curator
- DOCUMENT ME!type
- DOCUMENT ME!
public Annotation getAnnotation(AnnotationDescription description)
getAnnotation
in interface BioDataServerInterface
description
- DOCUMENT ME!
public int[] getClassifications(String species, String curator, String type, String entity)
getClassifications
in interface BioDataServerInterface
species
- DOCUMENT ME!curator
- DOCUMENT ME!type
- DOCUMENT ME!entity
- DOCUMENT ME!
public int[] getClassifications(AnnotationDescription description, String entity)
getClassifications
in interface BioDataServerInterface
description
- DOCUMENT ME!entity
- DOCUMENT ME!
public String[][] getAllAnnotations(AnnotationDescription description, String entity)
getAllAnnotations
in interface BioDataServerInterface
description
- DOCUMENT ME!entity
- DOCUMENT ME!
public String describe()
describe
in interface BioDataServerInterface
public void addThesaurus(String species, Thesaurus thesaurus)
addThesaurus
in interface BioDataServerInterface
species
- DOCUMENT ME!thesaurus
- DOCUMENT ME!public String getCanonicalName(String species, String commonName)
getCanonicalName
in interface BioDataServerInterface
species
- DOCUMENT ME!commonName
- DOCUMENT ME!
public String[] getAllCommonNames(String species, String commonName)
getAllCommonNames
in interface BioDataServerInterface
species
- DOCUMENT ME!commonName
- DOCUMENT ME!
public String getCommonName(String species, String canonicalName)
getCommonName
in interface BioDataServerInterface
species
- DOCUMENT ME!canonicalName
- DOCUMENT ME!
public static void main(String[] args)
args
- DOCUMENT ME!
|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |